summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-12 22:44:00 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-12 22:44:00 -0300
commit7b780ebc51756b7a47f32185d0ac21d61be1e6b0 (patch)
treedd89d640869febd5cddb52cf4697f46c74a8f2f2
parent270817c42200877d34a87579deb6f38ad49a5f6d (diff)
downloadclientdata-7b780ebc51756b7a47f32185d0ac21d61be1e6b0.tar.gz
clientdata-7b780ebc51756b7a47f32185d0ac21d61be1e6b0.tar.bz2
clientdata-7b780ebc51756b7a47f32185d0ac21d61be1e6b0.tar.xz
clientdata-7b780ebc51756b7a47f32185d0ac21d61be1e6b0.zip
WIP: DO NOT MERGE - Broken on Purpose
Temporaly replace Forest Armor and Jeans Chaps (male) with tmw org. untouched version to showcase Freeyorp the differences.
-rw-r--r--graphics/sprites/equipment/chest/forestarmor-male.pngbin23559 -> 41013 bytes
-rw-r--r--graphics/sprites/equipment/chest/forestarmor-male.xml14
-rw-r--r--graphics/sprites/equipment/legs/jeanschaps-male.pngbin51418 -> 2216456 bytes
-rw-r--r--graphics/sprites/equipment/legs/jeanschaps-male.xml14
-rw-r--r--graphics/sprites/model/base.xml6
5 files changed, 14 insertions, 20 deletions
diff --git a/graphics/sprites/equipment/chest/forestarmor-male.png b/graphics/sprites/equipment/chest/forestarmor-male.png
index b4a1d7bd..e804e012 100644
--- a/graphics/sprites/equipment/chest/forestarmor-male.png
+++ b/graphics/sprites/equipment/chest/forestarmor-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/chest/forestarmor-male.xml b/graphics/sprites/equipment/chest/forestarmor-male.xml
index b9f1ac6e..6672972a 100644
--- a/graphics/sprites/equipment/chest/forestarmor-male.xml
+++ b/graphics/sprites/equipment/chest/forestarmor-male.xml
@@ -1,11 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Author: Micksha
-Copyright (C) 2015 Evol Online -->
-<sprite>
- <imageset name="base"
- src="graphics/sprites/equipment/chest/forestarmor-male.png"
- width="64"
- height="64"/>
-
- <include file="races/human-male.xml"/>
+<?xml version="1.0"?>
+<sprite variants="135" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/equipment/chest/forestarmor-male.png" width="64" height="64"/>
+ <include file="model/base.xml"/>
</sprite>
diff --git a/graphics/sprites/equipment/legs/jeanschaps-male.png b/graphics/sprites/equipment/legs/jeanschaps-male.png
index 1f64617b..0cb47d7c 100644
--- a/graphics/sprites/equipment/legs/jeanschaps-male.png
+++ b/graphics/sprites/equipment/legs/jeanschaps-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/legs/jeanschaps-male.xml b/graphics/sprites/equipment/legs/jeanschaps-male.xml
index bf622b53..4e973731 100644
--- a/graphics/sprites/equipment/legs/jeanschaps-male.xml
+++ b/graphics/sprites/equipment/legs/jeanschaps-male.xml
@@ -1,11 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Author: Reid
-Copyright (C) 2014 Evol Online -->
-<sprite>
- <imageset name="base"
- src="graphics/sprites/equipment/legs/jeanschaps-male.png"
- width="64"
- height="64"/>
-
- <include file="races/human-male.xml"/>
+<?xml version="1.0"?>
+<sprite variants="135" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/equipment/legs/jeanschaps-male.png" width="64" height="64"/>
+ <include file="model/base.xml"/>
</sprite>
diff --git a/graphics/sprites/model/base.xml b/graphics/sprites/model/base.xml
new file mode 100644
index 00000000..790ccee4
--- /dev/null
+++ b/graphics/sprites/model/base.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<sprite variants="135" variant_offset="1">
+ <!-- uses the male model because otherwise the neutral tank top shows on some npcs -->
+ <imageset name="base" src="graphics/sprites/model/male.png|W;B;R" width="64" height="64"/>
+ <include file="model/neutral.xml"/>
+</sprite>