introduce drowning condition, fix monsters to use uniform random, fix poison field on walk instant damage hit, need to check how drowning works and remove damage only when player is idle for 4s

This commit is contained in:
ErikasKontenis
2019-12-04 22:00:18 +02:00
parent a28bfd7171
commit 4a87cd754c
10 changed files with 57 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
<attribute key="shootEffect" value="ice"/>
<attribute key="areaEffect" value="icearea"/>
</attack>
<attack name="drown" chance="100" target="1" range="7" radius="2" min="-330" max="-450">
<attack name="drown" chance="10" target="1" range="7" radius="2" min="-330" max="-450">
<attribute key="areaEffect" value="bluebubble"/>
</attack>
</attacks>