diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/wesnoth-wounds.png | bin | 0 -> 2799 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/wesnoth-wounds.xml | 16 | ||||
-rw-r--r-- | npcs.xml | 6 |
4 files changed, 23 insertions, 0 deletions
@@ -1714,6 +1714,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/sprites/npcs/sprite/unanimated.png (Lien, Modanung, Reid) (CC BY-SA 3.0) (Crush, Fother, Talaroc) graphics/sprites/npcs/sprite/unanimated.png (from #35 image onwards) (GPLv2) (TMW-BR Team) graphics/sprites/npcs/sprite/unanimated-tall.png (Modanung, Nard, Reid) (GPLv2) (Yuuki) + graphics/sprites/npcs/sprite/wesnoth-wounds.png (Richard Kettering) (GPL 2.0) (The Battle For Wesnoth, 42a62b71f) ### Races graphics/sprites/races/elven-female.png (Modanung, Talaroc) (CC BY-SA 3.0) (Alige, Reid, Saphy) graphics/sprites/races/elven-male.png (Modanung, Talaroc) (CC BY-SA 3.0) (Alige, Reid, Saphy) diff --git a/graphics/sprites/npcs/sprite/wesnoth-wounds.png b/graphics/sprites/npcs/sprite/wesnoth-wounds.png Binary files differnew file mode 100644 index 00000000..8cf0e7b4 --- /dev/null +++ b/graphics/sprites/npcs/sprite/wesnoth-wounds.png diff --git a/graphics/sprites/npcs/xml/wesnoth-wounds.xml b/graphics/sprites/npcs/xml/wesnoth-wounds.xml new file mode 100644 index 00000000..8eee2d91 --- /dev/null +++ b/graphics/sprites/npcs/xml/wesnoth-wounds.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2018 TMW2--> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/wesnoth-wounds.png" + width="72" + height="72"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> @@ -1081,6 +1081,12 @@ IDs 900-999 = Special <sprite>equipment/chest/gmrobe-female.xml</sprite> <sprite>equipment/head/gmcap.xml|#212121</sprite> </npc> + <npc id="505"> + <!-- Wounded Soldier, Benjamin --> + <!-- FIXME: This is a temporary sprite! --> + <sprite>npcs/xml/wesnoth-wounds.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- Soul Menhirs & Mana Stone --> <npc id="700"> |