Skip to content

Commit

Permalink
Merge pull request #8 from SuddenEyePuncture/Strider-speed-fix
Browse files Browse the repository at this point in the history
Strider attack speed fix
  • Loading branch information
SuddenEyePuncture authored Jun 10, 2021
2 parents 59c0c7e + 7078173 commit d98ee3e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@
"id": "mon_mantis_giant",
"type": "MONSTER",
"name": { "str": "giant praying mantis" },
"description": "An enormous green creature grown about a size of a bear. It dances weirdly and looks ready to chop your head off at any moment.",
"description": "An enormous green creature grown about the size of a bear. It dances weirdly and looks ready to chop your head off at any moment.",
"default_faction": "mantis",
"bodytype": "insect",
"species": [ "INSECT" ],
Expand Down Expand Up @@ -2059,7 +2059,7 @@
{
"id": "mon_grasshopper_giant",
"type": "MONSTER",
"name": { "str": "giant grasshopper", "str_pl": "giant grasshoppers" },
"name": { "str": "giant grasshopper" },
"description": "A huge green grasshopper about the size of a big dog, with long and strong back legs. It hops, it hops and never stops.",
"default_faction": "insect",
"bodytype": "insect",
Expand Down Expand Up @@ -2173,7 +2173,7 @@
"volume": "3 L",
"weight": "4 kg",
"melee_cut": 8,
"upgrades": { "half_life": 14, "into": "mon_mantis_giant" }
"upgrades": { "half_life": 14, "into": "mon_strider_giant" }
},
{
"id": "mon_strider_giant",
Expand All @@ -2187,6 +2187,7 @@
"weight": "12 kg",
"hp": 20,
"speed": 200,
"attack_cost": 200,
"material": [ "iflesh" ],
"symbol": "s",
"color": "light_gray",
Expand All @@ -2206,6 +2207,6 @@
"anger_triggers": [ "PLAYER_WEAK" ],
"fear_triggers": [ "FIRE", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"flags": [ "POISON", "SEES", "HEARS", "SMELLS", "SWIMS" ]
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "SWIMS", "AQUATIC" ]
}
]

0 comments on commit d98ee3e

Please sign in to comment.