Skip to content

Commit

Permalink
Fixed Spirit of Fire's distance damage. (#4775)
Browse files Browse the repository at this point in the history
was constant 650, now it's 65–350
  • Loading branch information
Wirox authored Aug 22, 2024
1 parent c0265be commit c4d07ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/monster/monsters/spirit_of_fire.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<attack name="firefield" interval="1000" chance="15" range="7" radius="4" target="1">
<attribute key="shootEffect" value="fire" />
</attack>
<attack name="fire" interval="1000" chance="20" range="7" min="-650" max="-315">
<attack name="fire" interval="1000" chance="20" range="7" min="-65" max="-315">
<attribute key="shootEffect" value="fire" />
</attack>
</attacks>
Expand Down

0 comments on commit c4d07ea

Please sign in to comment.