diff options
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r-- | graphics/sprites/npcs/xml/accessories.xml | 14 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/airship.xml | 9 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/barbaracry.xml | 16 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/boulder.xml | 29 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/injuriedgirl.xml | 16 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/injuriedguard.xml | 24 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/mawbark.xml | 16 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/wesnoth-wounds.xml | 16 |
8 files changed, 140 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/accessories.xml b/graphics/sprites/npcs/xml/accessories.xml new file mode 100644 index 00000000..c49c0b21 --- /dev/null +++ b/graphics/sprites/npcs/xml/accessories.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> + +<sprite variants="200" variant_offset="1"> + <imageset name="npc" + src="graphics/tilesets/indoor-accessories.png" + width="32" + height="32"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/airship.xml b/graphics/sprites/npcs/xml/airship.xml new file mode 100644 index 00000000..56a7c80c --- /dev/null +++ b/graphics/sprites/npcs/xml/airship.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/sprite/airship.png" width="640" height="307"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/barbaracry.xml b/graphics/sprites/npcs/xml/barbaracry.xml new file mode 100644 index 00000000..d7b0f84a --- /dev/null +++ b/graphics/sprites/npcs/xml/barbaracry.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc, Jesusalva +Copyright (C) 2019 TMW2--> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/barbaracry.png" + width="40" + height="60"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/boulder.xml b/graphics/sprites/npcs/xml/boulder.xml new file mode 100644 index 00000000..ad73f819 --- /dev/null +++ b/graphics/sprites/npcs/xml/boulder.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2019 Moubootaur Legends --> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/boulder.png" + width="32" + height="32"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" delay="100"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="3" delay="100"/> + + <frame index="4" delay="100"/> + <frame index="5" delay="100"/> + <frame index="6" delay="100"/> + <frame index="7" delay="100"/> + + <frame index="8" delay="100"/> + <frame index="9" delay="100"/> + <frame index="10" delay="100"/> + <frame index="11" delay="100"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/injuriedgirl.xml b/graphics/sprites/npcs/xml/injuriedgirl.xml new file mode 100644 index 00000000..45206a2e --- /dev/null +++ b/graphics/sprites/npcs/xml/injuriedgirl.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc, Jesusalva +Copyright (C) 2019 TMW2--> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/injuriedgirl.png" + width="64" + height="64"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/injuriedguard.xml b/graphics/sprites/npcs/xml/injuriedguard.xml new file mode 100644 index 00000000..a294effb --- /dev/null +++ b/graphics/sprites/npcs/xml/injuriedguard.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: Saulc +Copyright (C) 2018-2019 TMW2: Moubootaur Legends --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/injuriedguard.png" + width="96" + height="32"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + + <!-- Eyes animation --> + <frame index="0" delay="3000"/> + <frame index="1" delay="1000"/> + <frame index="2" delay="200"/> + <frame index="3" delay="200"/> + <frame index="4" delay="300"/> + <frame index="0" delay="100"/> + + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/mawbark.xml b/graphics/sprites/npcs/xml/mawbark.xml new file mode 100644 index 00000000..c4098ea2 --- /dev/null +++ b/graphics/sprites/npcs/xml/mawbark.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc, Jesusalva +Copyright (C) 2019 TMW2--> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/mawbark.png" + width="101" + height="125"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> 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> |