diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/manatree.png | bin | 0 -> 11905 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/manatree.xml | 16 | ||||
-rw-r--r-- | npcs.xml | 9 |
4 files changed, 26 insertions, 0 deletions
@@ -1918,6 +1918,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/sprites/npcs/sprite/lumberjack.png (Crush) (CC BY-SA 3.0) (-) graphics/sprites/npcs/sprite/lydon.png (Reid) (CC BY-SA 3.0) (Modanung) graphics/sprites/npcs/sprite/magicarpan.png (Reid) (CC BY-SA 3.0) (Len, Modanung) + graphics/sprites/npcs/sprite/manatree.png (Nami) (GPL 3.0) (-) graphics/sprites/npcs/sprite/mawbark.png (FotherJ) (GPL v2) (-) graphics/sprites/npcs/sprite/mona.png (Reid) (CC BY-SA 3.0) (-) graphics/sprites/npcs/sprite/nard.png (Reid) (CC BY-SA 3.0) (Modanung, Talaroc) diff --git a/graphics/sprites/npcs/sprite/manatree.png b/graphics/sprites/npcs/sprite/manatree.png Binary files differnew file mode 100644 index 00000000..51994116 --- /dev/null +++ b/graphics/sprites/npcs/sprite/manatree.png diff --git a/graphics/sprites/npcs/xml/manatree.xml b/graphics/sprites/npcs/xml/manatree.xml new file mode 100644 index 00000000..945ea590 --- /dev/null +++ b/graphics/sprites/npcs/xml/manatree.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2016 - 2020 Evol Online --> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/manatree.png" + width="384" + height="288"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> +</sprite> @@ -782,6 +782,15 @@ IDs 900-999 = Special <sprite variant="36">npcs/xml/unanimated.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + + <npc id="340"> + <!-- Mana Tree --> + <sprite>npcs/xml/manatree.xml</sprite> + <menu name="Touch" command="talk 'NAME'"/> + </npc> + + + <!-- Animated NPCs --> <npc id="400" allowDelete="false"> |