diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 13:03:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 13:03:40 -0300 |
commit | 18a4b19e98d23ca48b78fd7295e0613d8f5a2261 (patch) | |
tree | a4dd4af9ce847f7a3f2f1cad971858ba2e739920 | |
parent | e843e121ef86064bd66896fbeb354cd25ffb7308 (diff) | |
download | clientdata-18a4b19e98d23ca48b78fd7295e0613d8f5a2261.tar.gz clientdata-18a4b19e98d23ca48b78fd7295e0613d8f5a2261.tar.bz2 clientdata-18a4b19e98d23ca48b78fd7295e0613d8f5a2261.tar.xz clientdata-18a4b19e98d23ca48b78fd7295e0613d8f5a2261.zip |
Replace Vanity Pixie too. The old "pixie" (actually a snowflake) is now an
unused monster :o
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/monsters/pixie5.png | bin | 0 -> 6693 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/pixie5.xml | 6 | ||||
-rw-r--r-- | monsters.xml | 2 |
4 files changed, 8 insertions, 1 deletions
@@ -1549,6 +1549,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/sprites/monsters/pixie2.png (FotherJ) (GPLv2) (?) graphics/sprites/monsters/pixie3.png (FotherJ) (GPLv2) (?) graphics/sprites/monsters/pixie4.png (FotherJ) (GPLv2) (?) + graphics/sprites/monsters/pixie5.png (FotherJ) (GPLv2) (?) graphics/sprites/monsters/plant.png (Crush, Seradest) (GPLv2) (-) graphics/sprites/monsters/psi-brain.png (?) (GPLv2) (TMW Org.) graphics/sprites/monsters/plushroom.png (Reid) (CC BY-SA 3.0) (-) diff --git a/graphics/sprites/monsters/pixie5.png b/graphics/sprites/monsters/pixie5.png Binary files differnew file mode 100644 index 00000000..f6602534 --- /dev/null +++ b/graphics/sprites/monsters/pixie5.png diff --git a/graphics/sprites/monsters/pixie5.xml b/graphics/sprites/monsters/pixie5.xml new file mode 100644 index 00000000..c63997c5 --- /dev/null +++ b/graphics/sprites/monsters/pixie5.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/pixie5.png" width="20" height="20" /> + + <include file="monsters/pixie2.xml"/> +</sprite> diff --git a/monsters.xml b/monsters.xml index e763751f..721527ad 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1139,7 +1139,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sound event="hit">monsters/frostiana/hit1.ogg</sound> </monster> <monster id="1218" name="Nulity Pixie"> - <sprite>monsters/pixie.xml|#aaff88</sprite> + <sprite>monsters/pixie5.xml</sprite> <sound event="hit">monsters/frostiana/hit1.ogg</sound> </monster> <monster id="1219" name="Pollet"> |