Skip to content

Commit

Permalink
feat: Nimmersatt's monsters (opentibiabr#2831)
Browse files Browse the repository at this point in the history
Add Nimmersatt's monsters: 
- Dragolisk, 
- Wardragon, 
- Mega Dragon.
- Step in Teleport.

Co-authored-by: hecmo94 <[email protected]>
  • Loading branch information
2 people authored and PrimosOT committed Sep 19, 2024
1 parent 0672180 commit 4038c6c
Showing 1 changed file with 132 additions and 0 deletions.
132 changes: 132 additions & 0 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76527,5 +76527,137 @@ Granted by TibiaGoals.com"/>
<attribute key="vocation" value="Sorcerer;true, Master Sorcerer"/>
</attribute>
</item>
<item id="44651" article="a" name="dead dragolisk">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44652"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44652" article="a" name="dead dragolisk">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44653"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44653" article="a" name="dead dragolisk">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="0"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44654" article="a" name="dead dragolisk">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44651"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44656" article="a" name="dead wardragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44657"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44657" article="a" name="dead wardragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44658"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44658" article="a" name="dead wardragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44659"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44659" article="a" name="dead wardragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="0"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44660" article="a" name="dead mega dragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="0"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44661" article="a" name="dead mega dragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44660"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44662" article="a" name="dead mega dragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44661"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44663" article="a" name="dead mega dragon">
<attribute key="fluidsource" value="blood"/>
<attribute key="duration" value="300"/>
<attribute key="decayTo" value="44662"/>
<attribute key="containersize" value="10"/>
</item>
<item id="44743" article="a" name="Nimmersatt's seal">
<attribute key="loottype" value="creature products" />
<attribute key="primarytype" value="creature products" />
<attribute key="weight" value="200" />
</item>
<item id="44744" article="a" name="molten dragon essence">
<attribute key="loottype" value="creature products" />
<attribute key="primarytype" value="creature products" />
<attribute key="weight" value="200" />
</item>
<item id="44745" article="a" name="mega dragon heart">
<attribute key="loottype" value="creature products" />
<attribute key="primarytype" value="creature products" />
<attribute key="weight" value="200" />
</item>
<item id="44746" article="a" name="dragolisk eye">
<attribute key="loottype" value="creature products" />
<attribute key="primarytype" value="creature products" />
<attribute key="weight" value="200" />
</item>
<item id="44747" article="a" name="dragolisk poison gland">
<attribute key="loottype" value="creature products" />
<attribute key="primarytype" value="creature products" />
<attribute key="weight" value="200" />
</item>
<item id="44748" article="a" name="wardragon claw">
<attribute key="loottype" value="creature products" />
<attribute key="primarytype" value="creature products" />
<attribute key="weight" value="200" />
</item>
<item id="44749" article="a" name="wardragon tooth">
<attribute key="loottype" value="creature products" />
<attribute key="primarytype" value="creature products" />
<attribute key="weight" value="200" />
</item>
<item id="44750" name="exalted seal">
<attribute key="primarytype" value="valuables"/>
<attribute key="weight" value="20"/>
</item>
<item id="44751" name="gold-scaled sentinel">
<attribute key="primarytype" value="valuables"/>
<attribute key="weight" value="20"/>
</item>
<item id="44752" name="crystallized blood">
<attribute key="primarytype" value="valuables"/>
<attribute key="weight" value="20"/>
</item>
<item id="44753" name="herald's insignia ">
<attribute key="primarytype" value="valuables"/>
<attribute key="weight" value="20"/>
</item>
<item id="44754" name="herald's wings">
<attribute key="primarytype" value="valuables"/>
<attribute key="weight" value="20"/>
</item>
<item id="44758" name="dragon hoard">
<attribute key="duration" value="60"/>
<attribute key="containersize" value="10"/>
<attribute key="decayTo" value="0"/>
</item>
</items>

0 comments on commit 4038c6c

Please sign in to comment.