fix 790 melee attacks

This commit is contained in:
ErikasKontenis
2020-05-03 21:02:11 +03:00
parent 423e28cf8b
commit e2924aed12
30 changed files with 27 additions and 81 deletions

View File

@@ -12,11 +12,9 @@
<flag canpushitems="1" />
<flag canpushcreatures="1" />
<flag targetdistance="1" />
<flag staticattack="80" />
<flag runonhealth="85" />
</flags>
<attacks>
<attack name="melee" interval="2000" skill="50" attack="80" poison="150" />
<attacks skill="50" attack="80" poison="150">
<attack name="poison" interval="2000" chance="20" range="7" min="-160" max="-270">
<attribute key="shootEffect" value="poison" />
</attack>