Skip to content

Commit

Permalink
fix: set type trashholder on swallow water (opentibiabr#2262)
Browse files Browse the repository at this point in the history
I noticed you can't throw items at water, so I added the attribute to
the missing Id's
  • Loading branch information
Aerwix authored Feb 20, 2024
1 parent bfaf30d commit b1fadd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12135,32 +12135,37 @@
<item fromid="4597" toid="4602" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
</item>
<item fromid="4603" toid="4608" name="grass"/>
<item fromid="4609" toid="4611" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="description" value="You see the silvery movement of fish."/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
</item>
<item id="4612" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
<attribute key="duration" value="1200"/>
<attribute key="decayTo" value="4597"/>
</item>
<item id="4613" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
<attribute key="duration" value="1200"/>
<attribute key="decayTo" value="4598"/>
</item>
<item id="4614" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
<attribute key="duration" value="1200"/>
<attribute key="decayTo" value="4599"/>
Expand Down

0 comments on commit b1fadd2

Please sign in to comment.