summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorali-g <gauvain.dauchy@free.fr>2011-10-31 17:35:11 +0100
committerali-g <gauvain.dauchy@free.fr>2011-10-31 17:35:11 +0100
commit37d86c7823f0704a5ccbba669f6c625b663dcbdb (patch)
treed1a85906e23defbb59fc314dff26fd3517e4ad96
parentf75b13275e4485cff0a2b777aa6f0f938f3f55a5 (diff)
downloadart-37d86c7823f0704a5ccbba669f6c625b663dcbdb.tar.gz
art-37d86c7823f0704a5ccbba669f6c625b663dcbdb.tar.bz2
art-37d86c7823f0704a5ccbba669f6c625b663dcbdb.tar.xz
art-37d86c7823f0704a5ccbba669f6c625b663dcbdb.zip
Added the fireherb and the undead cart.
A comment was added in the .txt file linked to the undead cart. The undead cart is too gore to currently be used in TMW.
-rw-r--r--items/generic/fireherb/fireherb.pngbin0 -> 554 bytes
-rw-r--r--items/generic/fireherb/fireherb.txt4
-rw-r--r--npcs/undead-cart/undead-cart.pngbin0 -> 15021 bytes
-rw-r--r--npcs/undead-cart/undead-cart.txt5
-rw-r--r--npcs/undead-cart/undead-cart.xml15
5 files changed, 24 insertions, 0 deletions
diff --git a/items/generic/fireherb/fireherb.png b/items/generic/fireherb/fireherb.png
new file mode 100644
index 0000000..e342b2f
--- /dev/null
+++ b/items/generic/fireherb/fireherb.png
Binary files differ
diff --git a/items/generic/fireherb/fireherb.txt b/items/generic/fireherb/fireherb.txt
new file mode 100644
index 0000000..7409700
--- /dev/null
+++ b/items/generic/fireherb/fireherb.txt
@@ -0,0 +1,4 @@
+Fireherb
+
+Author of the original art: "Enchilado"
+Author of the last modification: "Enchilado"
diff --git a/npcs/undead-cart/undead-cart.png b/npcs/undead-cart/undead-cart.png
new file mode 100644
index 0000000..a0ffd69
--- /dev/null
+++ b/npcs/undead-cart/undead-cart.png
Binary files differ
diff --git a/npcs/undead-cart/undead-cart.txt b/npcs/undead-cart/undead-cart.txt
new file mode 100644
index 0000000..b13c623
--- /dev/null
+++ b/npcs/undead-cart/undead-cart.txt
@@ -0,0 +1,5 @@
+Undead Cart
+
+Author of the original art: "Skipy"
+Author of the last modification: "Ali-G"
+Comments: This NPC is not to be used in TMW unless it is modified. It is currently too gore.
diff --git a/npcs/undead-cart/undead-cart.xml b/npcs/undead-cart/undead-cart.xml
new file mode 100644
index 0000000..5b42542
--- /dev/null
+++ b/npcs/undead-cart/undead-cart.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/npcs/undead-cart.png" width="110" height="100" />
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <!-- fork movements -->
+ <frame index="0" delay="3000"/>
+ <frame index="1" delay="500"/>
+ <frame index="0" delay="1500"/>
+ <frame index="1" delay="300"/>
+ <frame index="0" delay="3000"/>
+ <frame index="1" delay="2000"/>
+ </animation>
+ </action>
+</sprite>