diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-07 20:55:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-07 20:55:33 -0300 |
commit | 2987ea07a4562a6f96214c22781e962a7bc8eedc (patch) | |
tree | aeb9883c0705dccaa16bf4ecd9f4da70526d6878 | |
parent | c2d066e42e5e5fe2c7868e36f97e136345095804 (diff) | |
download | clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.tar.gz clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.tar.bz2 clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.tar.xz clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.zip |
We'll need this NPC sprite
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/elli.png | bin | 0 -> 1269 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/elli.xml | 9 | ||||
-rw-r--r-- | npcs.xml | 6 |
4 files changed, 16 insertions, 0 deletions
@@ -2087,6 +2087,7 @@ https://wiki.moubootaurlegends.org/Contributors graphics/sprites/npcs/sprite/desertdogstatue.png (Saulc) (CC BY-SA 3.0) (-) graphics/sprites/npcs/sprite/easter.png (jesusalva) (GPLv2) (TMW-Br) graphics/sprites/npcs/sprite/edouard.png (Kr0n0) (CC BY-SA 3.0) (Alige, Reid) + graphics/sprites/npcs/sprite/elli.png (Hocus) (MIT) (Jesusalva) graphics/sprites/npcs/sprite/elmo.png (Reid) (CC BY-SA 3.0) (Modanung, Talaroc) graphics/sprites/npcs/sprite/eugene.png (Reid) (CC BY-SA 3.0) (Kansu) graphics/sprites/npcs/sprite/elmo-artis.png (Reid) (CC BY-SA 3.0) (Modanung, Talaroc) diff --git a/graphics/sprites/npcs/sprite/elli.png b/graphics/sprites/npcs/sprite/elli.png Binary files differnew file mode 100644 index 000000000..e876878ce --- /dev/null +++ b/graphics/sprites/npcs/sprite/elli.png diff --git a/graphics/sprites/npcs/xml/elli.xml b/graphics/sprites/npcs/xml/elli.xml new file mode 100644 index 000000000..01d286fc9 --- /dev/null +++ b/graphics/sprites/npcs/xml/elli.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/sprite/elli.png" width="32" height="64"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> @@ -766,6 +766,12 @@ IDs 900-999 = Special <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="277"> + <!-- Elli --> + <sprite>npcs/xml/elli.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> + <!-- NPCs from TMW-BR (that's why the jump) --> <npc id="300"><sprite variant="0">npcs/xml/npcs-br.xml</sprite></npc> <!-- Invisible --> <npc id="301"><sprite variant="1">npcs/xml/npcs-br.xml</sprite></npc> <!-- Purple dress with glass girl --> |