Skip to content

Commit

Permalink
fix: combat type out of index in ashes item
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipePaluco committed Nov 12, 2024
1 parent 49c1540 commit 4cdbbc6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4433,12 +4433,15 @@
</item>
<item id="2139" name="RESERVED SPRITE"/>
<item id="2140" name="ashes">
<attribute key="primarytype" value="fields"/>
<attribute key="type" value="magicfield"/>
<attribute key="replaceable" value="0"/>
<attribute key="duration" value="5"/>
<attribute key="decayTo" value="2137"/>
</item>
<attribute key="primarytype" value="fields"/>
<attribute key="type" value="magicfield"/>
<attribute key="field" value="fire">
<attribute key="damage" value="0"/>
</attribute>
<attribute key="replaceable" value="0"/>
<attribute key="duration" value="5"/>
<attribute key="decayTo" value="2137"/>
</item>
<item id="2141" name="RESERVED SPRITE"/>
<item id="2142" name="RESERVED SPRITE"/>
<item id="2143" name="RESERVED SPRITE"/>
Expand Down

0 comments on commit 4cdbbc6

Please sign in to comment.