Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some extra lizardfolk fixes #35935

Merged
merged 3 commits into from
Dec 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data/mods/Magiclysm/items/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"durability": 10,
"range": 10,
"dispersion": 10,
"body_parts": [ [ "TORSO", 1 ] ],
"ranged_damage": [ { "damage_type": "stab", "amount": 5 } ]
}
]
6 changes: 2 additions & 4 deletions data/mods/Magiclysm/monsters/lizardfolk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"default_faction": "lizardfolk",
"bodytype": "human",
"species": [ "LIZARDFOLK" ],
"size": "MEDIUM",
"volume": "80 L",
"weight": "100 kg",
"hp": 70,
Expand Down Expand Up @@ -65,13 +64,13 @@
"type": "gun",
"cooldown": 5,
"move_cost": 150,
"gun_type": "lizardfolk_barbed_dart",
"gun_type": "lizardfolk_javelin_gun",
"fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ],
"fake_dex": 8,
"fake_per": 8,
"require_targeting_player": false,
"ranges": [ [ 2, 10, "DEFAULT" ] ],
"description": "The hunter hurls a barbed dart at you!"
"description": "The hunter hurls a barbed javelin at you!"
},
{ "type": "bite", "cooldown": 5 }
],
Expand All @@ -95,7 +94,6 @@
"melee_dice_sides": 6,
"special_attacks": [ { "type": "spell", "spell_id": "spell_shaman_base", "cooldown": 5 }, [ "scratch", 5 ] ],
"death_drops": {
"type": "item_group",
"subtype": "distribution",
"items": [
{ "group": "enchanted_small_items", "prob": 40 },
Expand Down