summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-06-05 11:27:18 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-06-05 11:27:18 +0000
commitf2be0158fbb4cfb42c5913675ea1b1c9668000fc (patch)
tree898d6368e0d7e7e6b27db194a0b55c3bcdd31250
parentc644339e32fd1528018f14ca673292bb716a58d3 (diff)
downloadclientdata-f2be0158fbb4cfb42c5913675ea1b1c9668000fc.tar.gz
clientdata-f2be0158fbb4cfb42c5913675ea1b1c9668000fc.tar.bz2
clientdata-f2be0158fbb4cfb42c5913675ea1b1c9668000fc.tar.xz
clientdata-f2be0158fbb4cfb42c5913675ea1b1c9668000fc.zip
Added tank top chest equipment items. Item IDs: 2090 - 2099, View IDs: 90-99.
-rw-r--r--graphics/items/armor-chest-tanktop.pngbin0 -> 537 bytes
-rw-r--r--graphics/sprites/chest-tanktop-female.xml104
-rw-r--r--graphics/sprites/chest-tanktop-male.xml104
-rw-r--r--items.xml87
4 files changed, 294 insertions, 1 deletions
diff --git a/graphics/items/armor-chest-tanktop.png b/graphics/items/armor-chest-tanktop.png
new file mode 100644
index 00000000..7a6620d6
--- /dev/null
+++ b/graphics/items/armor-chest-tanktop.png
Binary files differ
diff --git a/graphics/sprites/chest-tanktop-female.xml b/graphics/sprites/chest-tanktop-female.xml
new file mode 100644
index 00000000..8e2e52ec
--- /dev/null
+++ b/graphics/sprites/chest-tanktop-female.xml
@@ -0,0 +1,104 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/chest-tanktop-female.png|W" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file
diff --git a/graphics/sprites/chest-tanktop-male.xml b/graphics/sprites/chest-tanktop-male.xml
new file mode 100644
index 00000000..8f547c7a
--- /dev/null
+++ b/graphics/sprites/chest-tanktop-male.xml
@@ -0,0 +1,104 @@
+<?xml version="1.0"?>
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/chest-tanktop-male.png|W" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file
diff --git a/items.xml b/items.xml
index 54b8dbac..31cd0640 100644
--- a/items.xml
+++ b/items.xml
@@ -342,7 +342,7 @@
<sprite gender="male">chest-tnecksweater-male.xml</sprite>
<sprite gender="female">chest-tnecksweater-female.xml</sprite>
</item>
-
+
<item id="80">
<sprite gender="male">chest-warlordplate-male.xml|#5c5c5c,ffffff</sprite>
<sprite gender="female">chest-warlordplate-female.xml|#5c5c5c,ffffff</sprite>
@@ -352,6 +352,48 @@
<sprite gender="female">chest-warlordplate-female.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
</item>
+ <item id="90">
+ <sprite gender="male">chest-tanktop-male.xml|#441111,aa2222,dd3333</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#441111,aa2222,dd3333</sprite>
+ </item>
+ <item id="91">
+ <sprite gender="male">chest-tanktop-male.xml|#115511,22aa22,99dd99</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#115511,22aa22,99dd99</sprite>
+ </item>
+ <item id="92">
+ <sprite gender="male">chest-tanktop-male.xml|#222255,6666ff</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#222255,6666ff</sprite>
+ </item>
+ <item id="93">
+ <sprite gender="male">chest-tanktop-male.xml|#887722,ddcc66,ffffaa</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#887722,ddcc66,ffffaa</sprite>
+ </item>
+ <item id="94">
+ <sprite gender="male">chest-tanktop-male.xml|#222288,77aacc,aaffff</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#222288,77aacc,aaffff</sprite>
+ </item>
+ <item id="95">
+ <sprite gender="male">chest-tanktop-male.xml|#550044,dd55aa,ff99ff</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#550044,dd55aa,ff99ff</sprite>
+ </item>
+ <item id="96">
+ <sprite gender="male">chest-tanktop-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
+ </item>
+ <item id="97">
+ <sprite gender="male">chest-tanktop-male.xml</sprite>
+ <sprite gender="female">chest-tanktop-female.xml</sprite>
+ </item>
+ <item id="98">
+ <sprite gender="male">chest-tanktop-male.xml</sprite>
+ <sprite gender="female">chest-tanktop-female.xml</sprite>
+ </item>
+ <item id="99">
+ <sprite gender="male">chest-tanktop-male.xml</sprite>
+ <sprite gender="female">chest-tanktop-female.xml</sprite>
+ </item>
+
+
<item id="501"
image="use-potion-cactusdrink.png"
name="Cactus drink"
@@ -2303,4 +2345,47 @@
<sprite gender="male">chest-tnecksweater-male.xml</sprite>
<sprite gender="female">chest-tnecksweater-female.xml</sprite>
</item>
+
+ <item id="2090"
+ image="armor-chest-tanktop.png|W:#441111,aa2222,dd3333" name="Red Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml|#441111,aa2222,dd3333</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#441111,aa2222,dd3333</sprite>
+ </item>
+ <item id="2091" image="armor-chest-tanktop.png|W:#115511,22aa22,99dd99" name="Green Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml|#115511,22aa22,99dd99</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#115511,22aa22,99dd99</sprite>
+ </item>
+ <item id="2092" image="armor-chest-tanktop.png|W:#222255,6666ff" name="Dark Blue Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml|#222255,6666ff</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#222255,6666ff</sprite>
+ </item>
+ <item id="2093" image="armor-chest-tanktop.png|W:#887722,ddcc66,ffffaa" name="Yellow Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml|#887722,ddcc66,ffffaa</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#887722,ddcc66,ffffaa</sprite>
+ </item>
+ <item id="2094" image="armor-chest-tanktop.png|W:#222288,77aacc,aaffff" name="Light Blue Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml|#222288,77aacc,aaffff</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#222288,77aacc,aaffff</sprite>
+ </item>
+ <item id="2095" image="armor-chest-tanktop.png|W:#550044,dd55aa,ff99ff" name="Pink Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml|#550044,dd55aa,ff99ff</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#550044,dd55aa,ff99ff</sprite>
+ </item>
+ <item id="2096" image="armor-chest-tanktop.png|W:#111111,222222,333333,444444,555555,aaaaaa" name="Black Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
+ <sprite gender="female">chest-tanktop-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
+ </item>
+ <item id="2097" image="armor-chest-tanktop.png" name="2097 Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml</sprite>
+ <sprite gender="female">chest-tanktop-female.xml</sprite>
+ </item>
+ <item id="2098" image="armor-chest-tanktop.png" name="2098 Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml</sprite>
+ <sprite gender="female">chest-tanktop-female.xml</sprite>
+ </item>
+ <item id="2099" image="armor-chest-tanktop.png" name="2099 Tank Top" description="A sleeveless shirt for hot summer days." effect="Defense: +2" type="0" weight="15">
+ <sprite gender="male">chest-tanktop-male.xml</sprite>
+ <sprite gender="female">chest-tanktop-female.xml</sprite>
+ </item>
+
</items>