diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/petter.png | bin | 0 -> 3346 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/petter.xml | 20 | ||||
-rw-r--r-- | npcs.xml | 8 |
4 files changed, 28 insertions, 1 deletions
@@ -1520,6 +1520,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/sprites/npcs/sprite/npcs-lof.png (LoF Team) (GPL v2) (????, Crush, Fate, Haay, Lien, Qwerty Dragon, Salmondine, Skipy, Wombat, pydsigner, Ozthokk) 14: Ozthokk (CC BY-SA 3.0) 23: Axzell (CC BY-SA 3.0) + graphics/sprites/npcs/sprite/petter.png (Jesusalva) (GPL 3.0) (Lunovox, ?) graphics/sprites/npcs/sprite/piourocket.png (Reid) (CC BY-SA 3.0) (Fother_J) graphics/sprites/npcs/sprite/qonan.png (Reid) (CC BY-SA 3.0) (Modanung) graphics/sprites/npcs/sprite/rattosailor.png (Reid) (CC BY-SA 3.0) (Coolkid782, Modanung, Talaroc) diff --git a/graphics/sprites/npcs/sprite/petter.png b/graphics/sprites/npcs/sprite/petter.png Binary files differnew file mode 100644 index 00000000..2c617652 --- /dev/null +++ b/graphics/sprites/npcs/sprite/petter.png diff --git a/graphics/sprites/npcs/xml/petter.xml b/graphics/sprites/npcs/xml/petter.xml new file mode 100644 index 00000000..643e7877 --- /dev/null +++ b/graphics/sprites/npcs/xml/petter.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2018 TMW2: The Moubootaur Legends --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/petter.png" + width="60" + height="62"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0" delay="3000"/> + <frame index="1" delay="60"/> + <frame index="0" delay="100"/> + <frame index="1" delay="120"/> + <frame index="0" delay="100"/> + </animation> + </action> +</sprite> @@ -6,7 +6,8 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <!-- IDs 100-400 = Unanimated -IDs 401-799 = Animated +IDs 401-699 = Animated +IDs 700-799 = Soul Menhirs IDs 800-899 = Test IDs 900-999 = Special --> @@ -891,6 +892,11 @@ IDs 900-999 = Special <sprite>npcs/xml/furnace.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="456"> + <!-- Petter --> + <sprite>npcs/xml/petter.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- Soul Menhirs & Mana Stone --> <npc id="700"> |