diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
commit | 20c55f76999711f35118ee095e2ce2fd96ded0c2 (patch) | |
tree | ea2095e392d14482b608a4d65d97d9e13d8dbeba /graphics/sprites/equipment | |
parent | 493dfb1bf2092b5b7ead4fec68ffb38c650f2404 (diff) | |
download | clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.gz clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.bz2 clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.xz clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.zip |
Reworked all XML files by replacing whitespaces by tabs.
Particle XML files will be done later.
Diffstat (limited to 'graphics/sprites/equipment')
20 files changed, 105 insertions, 54 deletions
diff --git a/graphics/sprites/equipment/chest/cottonshirt-female.xml b/graphics/sprites/equipment/chest/cottonshirt-female.xml index ab9c7108..20440e8f 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-female.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-female.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-female.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/cottonshirt-male.xml b/graphics/sprites/equipment/chest/cottonshirt-male.xml index 7b45834a..859311d3 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-male.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-male.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shirt-female.xml b/graphics/sprites/equipment/chest/shirt-female.xml index 7b077c93..ae9ffdd6 100644 --- a/graphics/sprites/equipment/chest/shirt-female.xml +++ b/graphics/sprites/equipment/chest/shirt-female.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/shirt-female.png|W;R" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shirt-male.xml b/graphics/sprites/equipment/chest/shirt-male.xml index 68c57ff5..c40eed7a 100644 --- a/graphics/sprites/equipment/chest/shirt-male.xml +++ b/graphics/sprites/equipment/chest/shirt-male.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/shirt-male.png|W;R" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-female.xml b/graphics/sprites/equipment/chest/tanktop-female.xml index d7470562..96c451e2 100644 --- a/graphics/sprites/equipment/chest/tanktop-female.xml +++ b/graphics/sprites/equipment/chest/tanktop-female.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-female.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-male.xml b/graphics/sprites/equipment/chest/tanktop-male.xml index 4dadac3e..5cb17c35 100644 --- a/graphics/sprites/equipment/chest/tanktop-male.xml +++ b/graphics/sprites/equipment/chest/tanktop-male.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-female.xml b/graphics/sprites/equipment/feet/boots-female.xml index a92cd270..fccad413 100644 --- a/graphics/sprites/equipment/feet/boots-female.xml +++ b/graphics/sprites/equipment/feet/boots-female.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/feet/boots-female.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-male.xml b/graphics/sprites/equipment/feet/boots-male.xml index a4d7f937..872897d3 100644 --- a/graphics/sprites/equipment/feet/boots-male.xml +++ b/graphics/sprites/equipment/feet/boots-male.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/feet/boots-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index c7fed88f..014cd35a 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -1,6 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite> <imageset name="base" src="graphics/sprites/equipment/head/bandana.png" width="29" height="21"/> @@ -19,6 +21,36 @@ Copyright (C) 2010-2011 Evol Online --> </animation> </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-31"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-29"/> + </animation> + </action> + + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-29"/> + </animation> + </action> + <action name="walk" imageset="base"> <animation direction="down"> <frame index="0" offsetY="-37" delay="75"/> @@ -103,36 +135,6 @@ Copyright (C) 2010-2011 Evol Online --> </animation> </action> - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-31"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetY="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY="-29"/> - </animation> - </action> - - <action name="sittop" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-26"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetY="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY="-29"/> - </animation> - </action> - <action name="dead" imageset="base"> <animation direction="default"> <frame index="4" offsetX="19" offsetY="-17"/> diff --git a/graphics/sprites/equipment/leg/shorts-female.xml b/graphics/sprites/equipment/leg/shorts-female.xml index 347b864e..49df23fe 100644 --- a/graphics/sprites/equipment/leg/shorts-female.xml +++ b/graphics/sprites/equipment/leg/shorts-female.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/leg/shorts-female.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/leg/shorts-male.xml b/graphics/sprites/equipment/leg/shorts-male.xml index acb13a36..d60651fb 100644 --- a/graphics/sprites/equipment/leg/shorts-male.xml +++ b/graphics/sprites/equipment/leg/shorts-male.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/leg/shorts-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/aurisghard.xml b/graphics/sprites/equipment/weapons/aurisghard.xml index 992cb742..a7cbafd1 100644 --- a/graphics/sprites/equipment/weapons/aurisghard.xml +++ b/graphics/sprites/equipment/weapons/aurisghard.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/aurisghard.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/axe.xml b/graphics/sprites/equipment/weapons/axe.xml index a0ba46b1..04d28b5f 100644 --- a/graphics/sprites/equipment/weapons/axe.xml +++ b/graphics/sprites/equipment/weapons/axe.xml @@ -1,8 +1,9 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. + +<!-- Author: The Mana World & Reid. Copyright (C) 2011 Evol Online --> -<sprite name="player" action="stand"> +<sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/axe.png" width="64" height="64"/> <action name="default" imageset="base"> diff --git a/graphics/sprites/equipment/weapons/bow.xml b/graphics/sprites/equipment/weapons/bow.xml index 70a78359..37a82d84 100644 --- a/graphics/sprites/equipment/weapons/bow.xml +++ b/graphics/sprites/equipment/weapons/bow.xml @@ -1,8 +1,9 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. + +<!-- Original author: The Mana World & Reid. Copyright (C) 2011 Evol Online --> -<sprite name="player" action="stand"> +<sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/bow.png" width="64" height="64"/> <action name="default" imageset="base"> diff --git a/graphics/sprites/equipment/weapons/dagger.xml b/graphics/sprites/equipment/weapons/dagger.xml index d89c62cc..93bd7ac6 100644 --- a/graphics/sprites/equipment/weapons/dagger.xml +++ b/graphics/sprites/equipment/weapons/dagger.xml @@ -1,8 +1,9 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. + +<!-- Authors: The Mana World & Reid. Copyright (C) 2011 Evol Online --> -<sprite name="player" action="stand"> +<sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/dagger.png" width="64" height="64"/> <action name="default" imageset="base"> diff --git a/graphics/sprites/equipment/weapons/mining-pick.xml b/graphics/sprites/equipment/weapons/mining-pick.xml index c95d4f10..c08f73bf 100644 --- a/graphics/sprites/equipment/weapons/mining-pick.xml +++ b/graphics/sprites/equipment/weapons/mining-pick.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/mining-pick.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/scythe-death.xml b/graphics/sprites/equipment/weapons/scythe-death.xml index a27992db..49fb14ac 100644 --- a/graphics/sprites/equipment/weapons/scythe-death.xml +++ b/graphics/sprites/equipment/weapons/scythe-death.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/scythe-death.png" width="64" height="64" offsetY="32"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/scythe.xml b/graphics/sprites/equipment/weapons/scythe.xml index c33afca2..d5df85fe 100644 --- a/graphics/sprites/equipment/weapons/scythe.xml +++ b/graphics/sprites/equipment/weapons/scythe.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/scythe.png" width="64" height="64" offsetY="32"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/staff.xml b/graphics/sprites/equipment/weapons/staff.xml index 80fa405e..43528d0d 100644 --- a/graphics/sprites/equipment/weapons/staff.xml +++ b/graphics/sprites/equipment/weapons/staff.xml @@ -1,7 +1,10 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- Author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> + <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/staff.png" width="64" height="64" offsetY="32"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/whip.xml b/graphics/sprites/equipment/weapons/whip.xml index 60ae4951..d4a24123 100644 --- a/graphics/sprites/equipment/weapons/whip.xml +++ b/graphics/sprites/equipment/weapons/whip.xml @@ -1,8 +1,9 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. + +<!-- Authors: The Mana World & Reid. Copyright (C) 2011 Evol Online --> -<sprite name="player" action="stand"> +<sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/whip.png" width="128" height="128"/> <action name="default" imageset="base"> |