diff options
author | Reid <reidyaro@gmail.com> | 2012-09-20 00:20:22 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-20 00:20:22 +0200 |
commit | 243be903f7ac7695cb9f20ba71a2a7dee5b99756 (patch) | |
tree | b8d0d98ec111b0692756f4f97dfe855af740d782 /monsters.xml | |
parent | 08691026d7c152869f05d382223e046578b9cbc9 (diff) | |
download | clientdata-243be903f7ac7695cb9f20ba71a2a7dee5b99756.tar.gz clientdata-243be903f7ac7695cb9f20ba71a2a7dee5b99756.tar.bz2 clientdata-243be903f7ac7695cb9f20ba71a2a7dee5b99756.tar.xz clientdata-243be903f7ac7695cb9f20ba71a2a7dee5b99756.zip |
Rename plushroompatch to plushroom field,
Added plushroom field on monsters.xml,
Added plushroom field XML.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 8f8d97a6..6d4a71e5 100644 --- a/monsters.xml +++ b/monsters.xml @@ -96,4 +96,9 @@ Example: <sound event="hurt">monsters/croconut/hurt2.ogg</sound> <sound event="hurt">monsters/croconut/hurt3.ogg</sound> </monster> + <monster id="9" name="Plushroom Field" targetCursor="large"> + <sprite>monsters/plushroom.xml</sprite> + <sound event="spawn">monsters/plushroom/spawn1.ogg</sound> + <sound event="die">monsters/plushroom/die1.ogg</sound> + </monster> </monsters> |