summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-28 03:33:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-28 03:33:41 +0300
commit49ad961a2330a81fa5af5db10d464d6e7c74f0e4 (patch)
treeed123a44ccfce06db1f642426331f5cbbc1d0119
parent73861188cb1482b279c7c79370d9b48148591984 (diff)
downloadclientdata-49ad961a2330a81fa5af5db10d464d6e7c74f0e4.tar.gz
clientdata-49ad961a2330a81fa5af5db10d464d6e7c74f0e4.tar.bz2
clientdata-49ad961a2330a81fa5af5db10d464d6e7c74f0e4.tar.xz
clientdata-49ad961a2330a81fa5af5db10d464d6e7c74f0e4.zip
Add spawnride action to all sprites.
-rw-r--r--graphics/sprites/equipment/head/bandana-female.xml15
-rw-r--r--graphics/sprites/equipment/head/bandana-male.xml15
-rw-r--r--graphics/sprites/equipment/head/pumpkinhat.xml15
-rw-r--r--graphics/sprites/equipment/shields/barrel.xml15
-rw-r--r--graphics/sprites/equipment/weapons/knife.xml15
-rw-r--r--graphics/sprites/hairstyles/hairstyle01.xml15
-rw-r--r--graphics/sprites/hairstyles/hairstyle13.xml15
-rw-r--r--graphics/sprites/races/human-male.xml15
8 files changed, 120 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/bandana-female.xml b/graphics/sprites/equipment/head/bandana-female.xml
index 4ab6ed74..a52fedd1 100644
--- a/graphics/sprites/equipment/head/bandana-female.xml
+++ b/graphics/sprites/equipment/head/bandana-female.xml
@@ -151,6 +151,21 @@ Copyright (C) 2012-2014 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="2" offsetY="-30"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="6" offsetY="-29"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-29"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-7" offsetY="-29"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="0" offsetX="2" offsetY="-30"/>
diff --git a/graphics/sprites/equipment/head/bandana-male.xml b/graphics/sprites/equipment/head/bandana-male.xml
index b6f2fbde..db221fd1 100644
--- a/graphics/sprites/equipment/head/bandana-male.xml
+++ b/graphics/sprites/equipment/head/bandana-male.xml
@@ -151,6 +151,21 @@ Copyright (C) 2012-2014 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-3" offsetY="-30"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="6" offsetY="-29"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-29"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-7" offsetY="-29"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="0" offsetX="-3" offsetY="-30"/>
diff --git a/graphics/sprites/equipment/head/pumpkinhat.xml b/graphics/sprites/equipment/head/pumpkinhat.xml
index e316eeab..8f9e0871 100644
--- a/graphics/sprites/equipment/head/pumpkinhat.xml
+++ b/graphics/sprites/equipment/head/pumpkinhat.xml
@@ -151,6 +151,21 @@ Copyright (C) 2012-2013 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-25"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-28"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY="-28"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-6" offsetY="-28"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="0" offsetX="-1" offsetY="-25"/>
diff --git a/graphics/sprites/equipment/shields/barrel.xml b/graphics/sprites/equipment/shields/barrel.xml
index af32863d..f2973a87 100644
--- a/graphics/sprites/equipment/shields/barrel.xml
+++ b/graphics/sprites/equipment/shields/barrel.xml
@@ -109,6 +109,21 @@ Copyright (C) 2015 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetY="10"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetY="10"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="10"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetY="10"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="0" offsetY="10"/>
diff --git a/graphics/sprites/equipment/weapons/knife.xml b/graphics/sprites/equipment/weapons/knife.xml
index f1a2e326..ce34a3ee 100644
--- a/graphics/sprites/equipment/weapons/knife.xml
+++ b/graphics/sprites/equipment/weapons/knife.xml
@@ -123,6 +123,21 @@ Copyright (C) 2012-2013 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="64"/>
+ </animation>
+ <animation direction="left">
+ <frame index="65"/>
+ </animation>
+ <animation direction="up">
+ <frame index="66"/>
+ </animation>
+ <animation direction="right">
+ <frame index="67"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="64"/>
diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml
index 69a15a36..8081b790 100644
--- a/graphics/sprites/hairstyles/hairstyle01.xml
+++ b/graphics/sprites/hairstyles/hairstyle01.xml
@@ -150,6 +150,21 @@ Copyright (C) 2012-2013 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetY="-17"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="4" offsetY="-20"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-17"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-6" offsetY="-20"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="0" offsetY="-17"/>
diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml
index 076acca5..caa00823 100644
--- a/graphics/sprites/hairstyles/hairstyle13.xml
+++ b/graphics/sprites/hairstyles/hairstyle13.xml
@@ -153,6 +153,21 @@ Copyright (C) 2012 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetY="-21" offsetX="3"/>
+ </animation>
+ <animation direction="left">
+ <frame index="3" offsetX="7" offsetY="-24"/>
+ </animation>
+ <animation direction="up">
+ <frame index="6" offsetX="4" offsetY="-25"/>
+ </animation>
+ <animation direction="right">
+ <frame index="9" offsetX="-3" offsetY="-24"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="0" offsetY="-21" offsetX="3"/>
diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml
index f209b58b..1f99a17e 100644
--- a/graphics/sprites/races/human-male.xml
+++ b/graphics/sprites/races/human-male.xml
@@ -120,6 +120,21 @@ Copyright (C) 2012-2013 Evol Online -->
</animation>
</action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="64"/>
+ </animation>
+ <animation direction="left">
+ <frame index="65"/>
+ </animation>
+ <animation direction="up">
+ <frame index="66"/>
+ </animation>
+ <animation direction="right">
+ <frame index="67"/>
+ </animation>
+ </action>
+
<action name="ride" imageset="base">
<animation direction="down">
<frame index="64"/>