diff options
Diffstat (limited to 'graphics/sprites/equipment/hands')
-rw-r--r-- | graphics/sprites/equipment/hands/assassin-female.png | bin | 2216456 -> 7149 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/hands/assassin-female.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/hands/assassin.png | bin | 2216456 -> 7046 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/hands/assassin.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/hands/bromenalgloves-female.xml | 7 | ||||
-rw-r--r-- | graphics/sprites/equipment/hands/bromenalgloves.xml | 7 | ||||
-rw-r--r-- | graphics/sprites/equipment/hands/generic-female.png | bin | 2216456 -> 9880 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/hands/generic-female.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/hands/generic.png | bin | 2216456 -> 10028 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/hands/generic.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/hands/magefire.png | bin | 5638 -> 6100 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/hands/magefire.xml | 106 |
12 files changed, 65 insertions, 115 deletions
diff --git a/graphics/sprites/equipment/hands/assassin-female.png b/graphics/sprites/equipment/hands/assassin-female.png Binary files differindex fd0c76c8..9af902d9 100644 --- a/graphics/sprites/equipment/hands/assassin-female.png +++ b/graphics/sprites/equipment/hands/assassin-female.png diff --git a/graphics/sprites/equipment/hands/assassin-female.xml b/graphics/sprites/equipment/hands/assassin-female.xml index 1812b139..277158ba 100644 --- a/graphics/sprites/equipment/hands/assassin-female.xml +++ b/graphics/sprites/equipment/hands/assassin-female.xml @@ -1,5 +1,12 @@ -<?xml version="1.0"?> -<sprite variants="135" variant_offset="1"> - <imageset name="base" src="graphics/sprites/equipment/hands/assassin-female.png" width="64" height="64"/> - <include file="model/male.xml"/> +<?xml version="1.0" encoding="utf-8"?> + +<!-- Author: The Mana World asset +Copyright (C) 2006-2021 The Mana World --> + +<sprite variants="144" variant_offset="1"> + <imageset name="base" + src="graphics/sprites/equipment/hands/assassin-female.png" + width="64" + height="64"/> + <include file="model/base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/assassin.png b/graphics/sprites/equipment/hands/assassin.png Binary files differindex 4bc5675b..1da7935b 100644 --- a/graphics/sprites/equipment/hands/assassin.png +++ b/graphics/sprites/equipment/hands/assassin.png diff --git a/graphics/sprites/equipment/hands/assassin.xml b/graphics/sprites/equipment/hands/assassin.xml index f1d33451..b2250320 100644 --- a/graphics/sprites/equipment/hands/assassin.xml +++ b/graphics/sprites/equipment/hands/assassin.xml @@ -1,5 +1,12 @@ -<?xml version="1.0"?> -<sprite variants="135" variant_offset="1"> - <imageset name="base" src="graphics/sprites/equipment/hands/assassin.png" width="64" height="64"/> - <include file="model/base.xml"/> +<?xml version="1.0" encoding="utf-8"?> + +<!-- Author: The Mana World asset +Copyright (C) 2006-2021 The Mana World --> + +<sprite variants="144" variant_offset="1"> + <imageset name="base" + src="graphics/sprites/equipment/hands/assassin.png" + width="64" + height="64"/> + <include file="model/base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/bromenalgloves-female.xml b/graphics/sprites/equipment/hands/bromenalgloves-female.xml index f096ae32..8d568eb8 100644 --- a/graphics/sprites/equipment/hands/bromenalgloves-female.xml +++ b/graphics/sprites/equipment/hands/bromenalgloves-female.xml @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> + <!-- Author: Saulc -Copyright (C) 2018 TMW2 --> +Copyright (C) 2018 TMW2 +Copyright (C) 2021 The Mana World--> + <sprite> <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves-female.png" width="64" height="64"/> - <include file="races/human.xml"/> + <include file="model/base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/bromenalgloves.xml b/graphics/sprites/equipment/hands/bromenalgloves.xml index 8def7e34..32f8e1bd 100644 --- a/graphics/sprites/equipment/hands/bromenalgloves.xml +++ b/graphics/sprites/equipment/hands/bromenalgloves.xml @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> + <!-- Author: Saulc -Copyright (C) 2018 TMW2 --> +Copyright (C) 2018 TMW2 +Copyright (C) 2021 The Mana World--> + <sprite> <imageset name="base" src="graphics/sprites/equipment/hands/bromenalgloves.png" width="64" height="64"/> - <include file="races/human.xml"/> + <include file="model/base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/generic-female.png b/graphics/sprites/equipment/hands/generic-female.png Binary files differindex 6337553f..8b24c10f 100644 --- a/graphics/sprites/equipment/hands/generic-female.png +++ b/graphics/sprites/equipment/hands/generic-female.png diff --git a/graphics/sprites/equipment/hands/generic-female.xml b/graphics/sprites/equipment/hands/generic-female.xml index bc58665e..cf028e53 100644 --- a/graphics/sprites/equipment/hands/generic-female.xml +++ b/graphics/sprites/equipment/hands/generic-female.xml @@ -1,5 +1,12 @@ -<?xml version="1.0"?> -<sprite variants="135" variant_offset="1"> - <imageset name="base" src="graphics/sprites/equipment/hands/generic-female.png|W" width="64" height="64"/> - <include file="model/male.xml"/> +<?xml version="1.0" encoding="utf-8"?> + +<!-- Author: The Mana World asset +Copyright (C) 2006-2021 The Mana World --> + +<sprite variants="144" variant_offset="1"> + <imageset name="base" + src="graphics/sprites/equipment/hands/generic-female.png|W" + width="64" + height="64"/> + <include file="model/base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/generic.png b/graphics/sprites/equipment/hands/generic.png Binary files differindex b703cb8a..f97d33e3 100644 --- a/graphics/sprites/equipment/hands/generic.png +++ b/graphics/sprites/equipment/hands/generic.png diff --git a/graphics/sprites/equipment/hands/generic.xml b/graphics/sprites/equipment/hands/generic.xml index a5fea111..b14912b9 100644 --- a/graphics/sprites/equipment/hands/generic.xml +++ b/graphics/sprites/equipment/hands/generic.xml @@ -1,5 +1,12 @@ -<?xml version="1.0"?> -<sprite variants="135" variant_offset="1"> - <imageset name="base" src="graphics/sprites/equipment/hands/generic.png|W" width="64" height="64"/> - <include file="model/base.xml"/> +<?xml version="1.0" encoding="utf-8"?> + +<!-- Author: The Mana World asset +Copyright (C) 2006-2021 The Mana World --> + +<sprite variants="144" variant_offset="1"> + <imageset name="base" + src="graphics/sprites/equipment/hands/generic.png|W" + width="64" + height="64"/> + <include file="model/base.xml"/> </sprite> diff --git a/graphics/sprites/equipment/hands/magefire.png b/graphics/sprites/equipment/hands/magefire.png Binary files differindex cef35897..a1b9c68a 100644 --- a/graphics/sprites/equipment/hands/magefire.png +++ b/graphics/sprites/equipment/hands/magefire.png diff --git a/graphics/sprites/equipment/hands/magefire.xml b/graphics/sprites/equipment/hands/magefire.xml index d2f5c537..a0a090a9 100644 --- a/graphics/sprites/equipment/hands/magefire.xml +++ b/graphics/sprites/equipment/hands/magefire.xml @@ -1,96 +1,12 @@ -<?xml version="1.0"?> -<sprite> - <imageset name="base" src="graphics/sprites/equipment/hands/magefire.png" 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> +<?xml version="1.0" encoding="utf-8"?> + +<!-- Author: The Mana World asset +Copyright (C) 2006-2021 The Mana World --> + +<sprite variants="144" variant_offset="1"> + <imageset name="base" + src="graphics/sprites/equipment/hands/magefire.png" + width="64" + height="64"/> + <include file="model/base.xml"/> </sprite> |