diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-18 19:25:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-18 19:25:16 -0300 |
commit | a62a3c7ae0b26aa39094a03559b764c4e46f68e0 (patch) | |
tree | 93ec3c4b3451bdf90f11f4015935ec871743774d /monsters.xml | |
parent | b98cc3a3d2540c5ebb925fdf6738814618084fb7 (diff) | |
download | clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.tar.gz clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.tar.bz2 clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.tar.xz clientdata-a62a3c7ae0b26aa39094a03559b764c4e46f68e0.zip |
Experiment MIMIC graphics, from another art repo
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/monsters.xml b/monsters.xml index 63946f95..3c505e36 100644 --- a/monsters.xml +++ b/monsters.xml @@ -688,15 +688,15 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or spawn. <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </monster> <monster id="1140" name="Bronze Chest" targetCursor="medium"> - <sprite>monsters/mouboo.xml</sprite> + <sprite>monsters/mimic.xml|#ccaa00</sprite> </monster> <monster id="1141" name="Silver Chest" targetCursor="medium"> - <sprite>monsters/mouboo.xml</sprite> + <sprite>monsters/mimic.xml|#aaaaaa</sprite> </monster> <monster id="1142" name="Golden Chest" targetCursor="medium"> - <sprite>monsters/mouboo.xml</sprite> + <sprite>monsters/mimic.xml|#ffff00</sprite> </monster> <monster id="1143" name="Prism Chest" targetCursor="medium"> - <sprite>monsters/mouboo.xml</sprite> + <sprite>monsters/mimic.xml|#11ff22</sprite> </monster> </monsters> |