diff options
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 913b4bb6..804c04c6 100644 --- a/monsters.xml +++ b/monsters.xml @@ -877,4 +877,21 @@ /> </monster> + <monster id="36" name="Squirrel"> + <sprite>monster-squirrel.xml</sprite> + <attributes + hp="20" + size="4" + speed="64" + attack-min="10" + attack-delta="2" + attack-magic="0" + hit="10" + evade="5" + physical-defence="5" + magical-defence="0" + mutation="50" + /> + </monster> + </monsters> |