Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
Monster Reviews
Browse files Browse the repository at this point in the history
Working on Monster Reviews (#227)

-Finished Tortoises Category (#290)
-Working on Mustelids Category (#279)
  • Loading branch information
Giorox committed Apr 11, 2019
1 parent eb208dc commit 7357dee
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
9 changes: 3 additions & 6 deletions data/monster/Animals/badger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
</flags>
<attacks>
<attack name="melee" interval="2000" skill="10" attack="12"/>
<attack name="poison" interval="2000" chance="3" range="1" min="-1" max="-3">
<attribute key="shooteffect" value="poison"/>
</attack>
</attacks>
<defenses armor="1" defense="3"/>
<loot>
<item id="8845" chance="39900" /><!-- beetroot -->
<item id="11210" chance="9600" /><!-- badger fur -->
<item id="11207" chance="5050" /><!-- acorn -->
<item id="8845" chance="40480" /><!-- beetroot -->
<item id="11210" chance="10240" /><!-- badger fur -->
<item id="11207" chance="4970" /><!-- acorn -->
</loot>


Expand Down
3 changes: 2 additions & 1 deletion data/monster/Animals/skunk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
</attacks>
<defenses armor="1" defense="5"/>
<loot>
<item id="11185" chance="1300" /><!-- skunk tail -->
<item id="" chance="4290" /><!-- bulb of garlic -->
<item id="11185" chance="820" /><!-- skunk tail -->
</loot>


Expand Down
18 changes: 10 additions & 8 deletions data/monster/Animals/thornback tortoise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
Expand All @@ -31,15 +31,17 @@
<element firePercent="-10"/>
</elements>
<loot>
<item id="2148" countmax="26" chance="30475" /><!-- gold coin -->
<item id="2667" chance="12100" /><!-- fish -->
<item id="10559" chance="5475" /><!-- thorn -->
<item id="2787" chance="1600" /><!-- white mushroom -->
<item id="2148" countmax="48" chance="87720" /><!-- gold coin -->
<item id="2667" countmax="2" chance="10390" /><!-- fish -->
<item id="10559" chance="15640" /><!-- thorn -->
<item id="2787" chance="1170" /><!-- white mushroom -->
<item id="2789" chance="770" /><!-- brown mushroom -->
<item id="1987" chance="100000"><!-- bag -->
<inside>
<item id="5678" countmax="3" chance="1050" /><!-- tortoise egg -->
<item id="7618" chance="2200" /><!-- health potion -->
<item id="2391" chance="1050" /><!-- war hammer -->
<item id="5678" countmax="3" chance="1010" /><!-- tortoise egg -->
<item id="5899" chance="1090" /><!-- turtle shell -->
<item id="2391" chance="350" /><!-- war hammer -->
<item id="2144" chance="710" /><!-- black pearl -->
</inside>
</item>
</loot>
Expand Down
18 changes: 9 additions & 9 deletions data/monster/Animals/tortoise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="1"/>
<flag canpushitems="1"/>
<flag pushable="0"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag staticattack="90"/>
<flag targetdistance="1"/>
Expand All @@ -28,15 +28,15 @@
<element firePercent="-10"/>
</elements>
<loot>
<item id="2148" countmax="30" chance="30925" /><!-- gold coin -->
<item id="6131" chance="725" /><!-- tortoise shield -->
<item id="2148" countmax="30" chance="60210" /><!-- gold coin -->
<item id="6131" chance="170" /><!-- tortoise shield -->
<item id="5678" countmax="2" chance="1125" /><!-- tortoise egg -->
<item id="2667" chance="5600" /><!-- fish -->
<item id="2667" chance="5010" /><!-- fish -->
<item id="1987" chance="100000"><!-- bag -->
<inside>
<item id="2510" chance="3625" /><!-- plate shield -->
<item id="2417" chance="1375" /><!-- battle hammer -->
<item id="5899" chance="1475" /><!-- turtle shell -->
<item id="2510" chance="2930" /><!-- plate shield -->
<item id="2417" chance="900" /><!-- battle hammer -->
<item id="5899" chance="800" /><!-- turtle shell -->
</inside>
</item>
</loot>
Expand Down

0 comments on commit 7357dee

Please sign in to comment.