diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/head/headmodel-male.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle01.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle13.xml | 15 |
3 files changed, 45 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/headmodel-male.xml b/graphics/sprites/equipment/head/headmodel-male.xml index 23b98a74..dba605fa 100644 --- a/graphics/sprites/equipment/head/headmodel-male.xml +++ b/graphics/sprites/equipment/head/headmodel-male.xml @@ -181,6 +181,21 @@ Copyright (C) 2018 TMW2 --> </animation> </action> + <action name="attackride" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-14"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-17"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-18"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-17"/> + </animation> + </action> + <!-- FIXME --> <action name="dead" imageset="base"> <animation direction="default"> diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml index 354a2ecc..42ac4948 100644 --- a/graphics/sprites/hairstyles/hairstyle01.xml +++ b/graphics/sprites/hairstyles/hairstyle01.xml @@ -180,6 +180,21 @@ Copyright (C) 2012-2016 Evol Online --> </animation> </action> + <action name="attackride" 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="dead" imageset="base"> <animation direction="default"> <frame index="4" offsetX="21" offsetY="6"/> diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml index cf3bf21f..49539f88 100644 --- a/graphics/sprites/hairstyles/hairstyle13.xml +++ b/graphics/sprites/hairstyles/hairstyle13.xml @@ -183,6 +183,21 @@ Copyright (C) 2012 Evol Online --> </animation> </action> + <action name="attackride" 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="dead" imageset="base"> <animation direction="default"> <frame index="12" offsetX="23" offsetY="2"/> |