Skip to content

Commit

Permalink
feat(content): Sting and Run (#4328)
Browse files Browse the repository at this point in the history
* Update insect_spider.json

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
Zlorthishen and autofix-ci[bot] authored Mar 10, 2024
1 parent dc7a60a commit 52eb39d
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,18 @@
"fear_triggers": [ "HURT", "FIRE" ],
"death_function": [ "NORMAL" ],
"upgrades": { "half_life": 30, "into": "mon_wasp" },
"flags": [ "SEES", "SMELLS", "HEARS", "FLIES", "SWARMS", "GROUP_MORALE", "CANPLAY", "PATH_AVOID_FIRE", "HARDTOSHOOT" ]
"flags": [
"SEES",
"SMELLS",
"HEARS",
"FLIES",
"SWARMS",
"GROUP_MORALE",
"CANPLAY",
"PATH_AVOID_FIRE",
"HIT_AND_RUN",
"HARDTOSHOOT"
]
},
{
"id": "mon_wasp_small_guard",
Expand Down Expand Up @@ -1187,7 +1198,19 @@
"anger_triggers": [ "FRIEND_ATTACKED", "PLAYER_CLOSE", "PLAYER_WEAK" ],
"fear_triggers": [ "HURT", "FIRE" ],
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "SMELLS", "HEARS", "FLIES", "SWARMS", "GROUP_MORALE", "CANPLAY", "HARDTOSHOOT", "PATH_AVOID_FIRE" ]
"flags": [
"SEES",
"SMELLS",
"HEARS",
"FLIES",
"SWARMS",
"GROUP_MORALE",
"CANPLAY",
"HARDTOSHOOT",
"HIT_AND_RUN",
"LOUDMOVES",
"PATH_AVOID_FIRE"
]
},
{
"id": "mon_wasp_guard",
Expand Down Expand Up @@ -1277,7 +1300,7 @@
"special_attacks": [ [ "DERMATIK", 25 ] ],
"anger_triggers": [ "FRIEND_ATTACKED", "PLAYER_WEAK" ],
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "POISON", "FLIES", "PATH_AVOID_FIRE", "LOUDMOVES" ]
"flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "POISON", "FLIES", "PATH_AVOID_FIRE", "HIT_AND_RUN", "LOUDMOVES" ]
},
{
"id": "mon_dermatik_larva",
Expand Down

0 comments on commit 52eb39d

Please sign in to comment.