Skip to content

Commit

Permalink
fix: field doesn`t display the condition (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanluciano93 authored Sep 14, 2024
1 parent 687aba5 commit e4f0cdb
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4027,6 +4027,9 @@
<attribute key="count" value="2"/>
<attribute key="damage" value="20"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
</item>
<item id="2001" article="an" name="unlit campfire">
<attribute key="primarytype" value="illumination"/>
Expand Down Expand Up @@ -4342,6 +4345,9 @@
</attribute>
<attribute key="duration" value="120"/>
<attribute key="decayTo" value="2132"/>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
</item>
<item id="2132" article="a" name="fire field">
<attribute key="type" value="magicfield"/>
Expand Down Expand Up @@ -20590,6 +20596,9 @@
<attribute key="field" value="fire">
<attribute key="damage" value="300"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
<attribute key="replaceable" value="0"/>
</item>
<item fromid="7474" toid="7475" article="a" name="sarcophagus">
Expand Down Expand Up @@ -26310,6 +26319,9 @@
<attribute key="count" value="7"/>
<attribute key="damage" value="10"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
<attribute key="replaceable" value="0"/>
</item>
<item id="10070" article="a" name="fire field">
Expand All @@ -26319,6 +26331,9 @@
<attribute key="count" value="7"/>
<attribute key="damage" value="10"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
<attribute key="replaceable" value="0"/>
</item>
<item id="10071" article="a" name="fire field">
Expand All @@ -26328,6 +26343,9 @@
<attribute key="count" value="7"/>
<attribute key="damage" value="10"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
<attribute key="replaceable" value="0"/>
</item>
<item fromid="10072" toid="10081" name="zaoan decoration"/>
Expand Down Expand Up @@ -45774,20 +45792,29 @@ hands of its owner. Granted by TibiaRoyal.com"/>
<attribute key="ticks" value="10000"/>
<attribute key="damage" value="25"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
</item>
<item id="23366" article="an" name="energy trap">
<attribute key="type" value="magicfield"/>
<attribute key="field" value="energy">
<attribute key="ticks" value="10000"/>
<attribute key="damage" value="25"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
</item>
<item id="23367" article="a" name="toxic trap">
<attribute key="type" value="magicfield"/>
<attribute key="field" value="poison">
<attribute key="ticks" value="10000"/>
<attribute key="damage" value="25"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
</item>
<item id="23368" article="a" name="poison trap">
<attribute key="type" value="magicfield"/>
Expand All @@ -45796,6 +45823,9 @@ hands of its owner. Granted by TibiaRoyal.com"/>
<attribute key="damage" value="100"/>
<attribute key="start" value="5"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
</item>
<item id="23369" article="a" name="blade trap"/>
<item id="23370" article="a" name="spike trap"/>
Expand Down Expand Up @@ -58245,6 +58275,9 @@ hands of its owner. Granted by TibiaRoyal.com"/>
<attribute key="ticks" value="10000"/>
<attribute key="damage" value="25"/>
</attribute>
<attribute key="script" value="moveevent">
<attribute key="eventType" value="stepin"/>
</attribute>
</item>
<item id="31381" name="nothing">
<attribute key="primarytype" value="natural tiles"/>
Expand Down

0 comments on commit e4f0cdb

Please sign in to comment.