Skip to content

Commit

Permalink
feat(balance): Make slimesprings avoid traps (#3795)
Browse files Browse the repository at this point in the history
* Make slimesprings avoid traps

At least I *think* that's what this flag does

* Increase flag level

Thanks Chaos, very cool

Co-authored-by: Chaosvolt <[email protected]>

---------

Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
RobbieNeko and chaosvolt authored Dec 2, 2023
1 parent 216dd02 commit 58294c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/monsters/slimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@
"harvest": "exempt",
"special_attacks": [ [ "SLIMESPRING", 15 ] ],
"death_function": [ "ACID" ],
"flags": [ "SEES", "HEARS", "SMELLS", "GOODHEARING", "NOHEAD", "POISON", "VENOM", "WARM", "GUILT" ]
"flags": [ "SEES", "HEARS", "SMELLS", "GOODHEARING", "NOHEAD", "POISON", "VENOM", "WARM", "GUILT", "PATH_AVOID_DANGER_2" ]
}
]

0 comments on commit 58294c5

Please sign in to comment.