summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-03-05 18:23:58 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-03-05 18:23:58 +0000
commita568136619d32f0579b74196f9b57711a5e07655 (patch)
treed71c37c122d0a616cdae4f54a6aa79022d9305c6
parent0ce0f36e9937600ad7b8dbeb47b1c279226d37b2 (diff)
downloadclientdata-a568136619d32f0579b74196f9b57711a5e07655.tar.gz
clientdata-a568136619d32f0579b74196f9b57711a5e07655.tar.bz2
clientdata-a568136619d32f0579b74196f9b57711a5e07655.tar.xz
clientdata-a568136619d32f0579b74196f9b57711a5e07655.zip
Black Armors and stuff
the gfx for https://git.themanaworld.org/legacy/serverdata/-/merge_requests/727 ****
-rw-r--r--graphics/sprites/equipment/head/crusadehelm-female.xml2
-rw-r--r--graphics/sprites/equipment/head/crusadehelm.xml2
-rw-r--r--graphics/sprites/equipment/head/infantryhelm-female.xml2
-rw-r--r--graphics/sprites/equipment/head/infantryhelm.xml2
-rw-r--r--graphics/sprites/equipment/head/warlordhelm-female.xml2
-rw-r--r--graphics/sprites/equipment/head/warlordhelm.xml2
-rw-r--r--itemfields.xml2
-rw-r--r--items/equip-feet/_include.xml1
-rw-r--r--items/equip-feet/item5323_BlackWarlordBoots.xml7
-rw-r--r--items/equip-head/_include.xml3
-rw-r--r--items/equip-head/item5324_BlackWarlordHelmet.xml12
-rw-r--r--items/equip-head/item5325_BlackInfantryHelmet.xml14
-rw-r--r--items/equip-head/item5326_BlackCrusadeHelmet.xml10
-rw-r--r--items/equip-torso/_include.xml3
-rw-r--r--items/equip-torso/item5320_BlackChainmailShirt.xml7
-rw-r--r--items/equip-torso/item5321_BlackLightPlatemail.xml7
-rw-r--r--items/equip-torso/item5322_BlackWarlordPlate.xml7
-rw-r--r--items/generic/_include.xml1
-rw-r--r--items/generic/item5319_ShadowPlantCrystalDust.xml4
19 files changed, 84 insertions, 6 deletions
diff --git a/graphics/sprites/equipment/head/crusadehelm-female.xml b/graphics/sprites/equipment/head/crusadehelm-female.xml
index fa774554..a3aac532 100644
--- a/graphics/sprites/equipment/head/crusadehelm-female.xml
+++ b/graphics/sprites/equipment/head/crusadehelm-female.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset height="22" name="base" src="graphics/sprites/equipment/head/crusadehelm.png" width="22"/>
+ <imageset height="22" name="base" src="graphics/sprites/equipment/head/crusadehelm.png|W" width="22"/>
<action imageset="base" name="stand">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="-39"/>
diff --git a/graphics/sprites/equipment/head/crusadehelm.xml b/graphics/sprites/equipment/head/crusadehelm.xml
index 3b155eb4..5cc83971 100644
--- a/graphics/sprites/equipment/head/crusadehelm.xml
+++ b/graphics/sprites/equipment/head/crusadehelm.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/crusadehelm.png" width="22" height="22"/>
+ <imageset name="base" src="graphics/sprites/equipment/head/crusadehelm.png|W" width="22" height="22"/>
<action name="stand" imageset="base">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="-39"/>
diff --git a/graphics/sprites/equipment/head/infantryhelm-female.xml b/graphics/sprites/equipment/head/infantryhelm-female.xml
index adaac249..d0cc4d17 100644
--- a/graphics/sprites/equipment/head/infantryhelm-female.xml
+++ b/graphics/sprites/equipment/head/infantryhelm-female.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset height="22" name="base" src="graphics/sprites/equipment/head/infantryhelm.png" width="25"/>
+ <imageset height="22" name="base" src="graphics/sprites/equipment/head/infantryhelm.png|W" width="25"/>
<action imageset="base" name="stand">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="-38"/>
diff --git a/graphics/sprites/equipment/head/infantryhelm.xml b/graphics/sprites/equipment/head/infantryhelm.xml
index be90144b..15f8fefa 100644
--- a/graphics/sprites/equipment/head/infantryhelm.xml
+++ b/graphics/sprites/equipment/head/infantryhelm.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/infantryhelm.png" width="25" height="22"/>
+ <imageset name="base" src="graphics/sprites/equipment/head/infantryhelm.png|W" width="25" height="22"/>
<action name="stand" imageset="base">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="-38"/>
diff --git a/graphics/sprites/equipment/head/warlordhelm-female.xml b/graphics/sprites/equipment/head/warlordhelm-female.xml
index 89a106d7..3f4b993e 100644
--- a/graphics/sprites/equipment/head/warlordhelm-female.xml
+++ b/graphics/sprites/equipment/head/warlordhelm-female.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset height="19" name="base" src="graphics/sprites/equipment/head/warlordhelm.png" width="27"/>
+ <imageset height="19" name="base" src="graphics/sprites/equipment/head/warlordhelm.png|W" width="27"/>
<action imageset="base" name="stand">
<animation direction="down">
<frame index="0" offsetX="-1" offsetY="-42"/>
diff --git a/graphics/sprites/equipment/head/warlordhelm.xml b/graphics/sprites/equipment/head/warlordhelm.xml
index ddf44a0c..730d300f 100644
--- a/graphics/sprites/equipment/head/warlordhelm.xml
+++ b/graphics/sprites/equipment/head/warlordhelm.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/equipment/head/warlordhelm.png" width="27" height="19"/>
+ <imageset name="base" src="graphics/sprites/equipment/head/warlordhelm.png|W" width="27" height="19"/>
<action name="stand" imageset="base">
<animation direction="down">
<frame index="0" offsetX="-1" offsetY="-42"/>
diff --git a/itemfields.xml b/itemfields.xml
index 1eb69361..33d0b3d2 100644
--- a/itemfields.xml
+++ b/itemfields.xml
@@ -34,7 +34,9 @@ Copyright (C) 2016 Evol Online -->
<field name="flee" description="Flee %s" signed="true"/>
<!--field name="minflee" description="Min flee %s" signed="true"/-->
<!--field name="maxflee" description="Max flee %s" signed="true"/-->
+ <field name="flee2" description="Perfect flee %s" signed="true"/>
<field name="hit" description="Accuracy %s" signed="true"/>
+ <field name="hit2" description="Perfect hit %s" signed="true"/>
<!--field name="cardslots" description="Card slots %s" signed="false"/-->
<!--field name="exp" description="Experience %s" signed="true"/-->
<!--field name="karma" description="Karma %s" signed="true"/-->
diff --git a/items/equip-feet/_include.xml b/items/equip-feet/_include.xml
index 84c81a9c..1c3b6977 100644
--- a/items/equip-feet/_include.xml
+++ b/items/equip-feet/_include.xml
@@ -17,4 +17,5 @@
<include name="items/equip-feet/item2157_OrangeCottonBoots.xml"/>
<include name="items/equip-feet/item2158_PurpleCottonBoots.xml"/>
<include name="items/equip-feet/item2159_DarkGreenCottonBoots.xml"/>
+ <include name="items/equip-feet/item5323_BlackWarlordBoots.xml"/>
</items>
diff --git a/items/equip-feet/item5323_BlackWarlordBoots.xml b/items/equip-feet/item5323_BlackWarlordBoots.xml
new file mode 100644
index 00000000..dbe8817e
--- /dev/null
+++ b/items/equip-feet/item5323_BlackWarlordBoots.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5323" image="equipment/feet/warlordboots.png|W:#000000,ffffff" name="Black Warlord Boots" description="Steel boots that will make you feel like a knight." mattack="-22" type="equip-feet" weight="550" defense="5">
+ <sprite gender="unisex">equipment/feet/warlordboots.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/feet/warlordboots-female.xml|#000000,ffffff</sprite>
+ </item>
+</items>
diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml
index 6ccd4f49..709c3bb1 100644
--- a/items/equip-head/_include.xml
+++ b/items/equip-head/_include.xml
@@ -226,4 +226,7 @@
<include name="items/equip-head/item5282_PartyHatGreen.xml"/>
<include name="items/equip-head/item5283_PartyHatBlue.xml"/>
<include name="items/equip-head/item5287_CorsairHat.xml"/>
+ <include name="items/equip-head/item5324_BlackWarlordHelmet.xml"/>
+ <include name="items/equip-head/item5325_BlackInfantryHelmet.xml"/>
+ <include name="items/equip-head/item5326_BlackCrusadeHelmet.xml"/>
</items>
diff --git a/items/equip-head/item5324_BlackWarlordHelmet.xml b/items/equip-head/item5324_BlackWarlordHelmet.xml
new file mode 100644
index 00000000..3cd6ab28
--- /dev/null
+++ b/items/equip-head/item5324_BlackWarlordHelmet.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5324" image="equipment/head/warlordhelm.png|W:#000000,ffffff" name="Black Warlord Helmet" description="Worn by great warriors." mattack="-36" type="equip-head" defense="18" weight="900">
+ <sprite gender="unisex">equipment/head/warlordhelm.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/head/warlordhelm-female.xml|#000000,ffffff</sprite>
+ <replace sprite="hair">
+ <item from="-6" to="-1"/>
+ <item from="-7" to="-1"/>
+ <item from="-10" to="-1"/>
+ </replace>
+ </item>
+</items>
diff --git a/items/equip-head/item5325_BlackInfantryHelmet.xml b/items/equip-head/item5325_BlackInfantryHelmet.xml
new file mode 100644
index 00000000..f83f6a0f
--- /dev/null
+++ b/items/equip-head/item5325_BlackInfantryHelmet.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5325" image="equipment/head/infantryhelm.png|W:#000000,ffffff" name="Black Infantry Helmet" description="A helmet for soldiers and guards." mattack="-30" type="equip-head" defense="15" weight="400">
+ <sprite gender="unisex">equipment/head/infantryhelm.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/head/infantryhelm-female.xml|#000000,ffffff</sprite>
+ <replace direction="downall" sprite="hair">
+ <item from="-7" to="-4"/>
+ </replace>
+ <replace sprite="hair">
+ <item from="-6" to="-1"/>
+ <item from="-10" to="-1"/>
+ </replace>
+ </item>
+</items>
diff --git a/items/equip-head/item5326_BlackCrusadeHelmet.xml b/items/equip-head/item5326_BlackCrusadeHelmet.xml
new file mode 100644
index 00000000..62029b35
--- /dev/null
+++ b/items/equip-head/item5326_BlackCrusadeHelmet.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5326" image="equipment/head/crusadehelm.png|W:#000000,ffffff" name="Black Crusade Helmet" description="Start your own crusade." mattack="-36" type="equip-head" defense="18" weight="1300">
+ <sprite gender="unisex">equipment/head/crusadehelm.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/head/crusadehelm-female.xml|#000000,ffffff</sprite>
+ <replace sprite="hair">
+ <item to="-1"/>
+ </replace>
+ </item>
+</items>
diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml
index 46932a82..aa44e3da 100644
--- a/items/equip-torso/_include.xml
+++ b/items/equip-torso/_include.xml
@@ -249,4 +249,7 @@
<include name="items/equip-torso/item5306_OrangeSaviorArmor.xml"/>
<include name="items/equip-torso/item5307_PurpleSaviorArmor.xml"/>
<include name="items/equip-torso/item5308_DarkGreenSaviorArmor.xml"/>
+ <include name="items/equip-torso/item5320_BlackChainmailShirt.xml"/>
+ <include name="items/equip-torso/item5321_BlackLightPlatemail.xml"/>
+ <include name="items/equip-torso/item5322_BlackWarlordPlate.xml"/>
</items>
diff --git a/items/equip-torso/item5320_BlackChainmailShirt.xml b/items/equip-torso/item5320_BlackChainmailShirt.xml
new file mode 100644
index 00000000..de8e2bec
--- /dev/null
+++ b/items/equip-torso/item5320_BlackChainmailShirt.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5320" image="equipment/chest/chainmail.png|W:#000000,ffffff" name="Black Chainmail Shirt" description="A shirt made of chains. It weighs a lot but offers excellent protection." mattack="-120" type="equip-torso" weight="800" defense="20">
+ <sprite gender="unisex">equipment/chest/chainmail.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/chest/chainmail-female.xml|#000000,ffffff</sprite>
+ </item>
+</items>
diff --git a/items/equip-torso/item5321_BlackLightPlatemail.xml b/items/equip-torso/item5321_BlackLightPlatemail.xml
new file mode 100644
index 00000000..e2e53b70
--- /dev/null
+++ b/items/equip-torso/item5321_BlackLightPlatemail.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5321" image="equipment/chest/lightplatemail.png|W:#000000,ffffff" name="Black Light Platemail" description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers." mattack="-150" type="equip-torso" defense="25" weight="1200">
+ <sprite gender="unisex">equipment/chest/lightplatemail.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/chest/lightplatemail-female.xml|#000000,ffffff</sprite>
+ </item>
+</items>
diff --git a/items/equip-torso/item5322_BlackWarlordPlate.xml b/items/equip-torso/item5322_BlackWarlordPlate.xml
new file mode 100644
index 00000000..86e94d61
--- /dev/null
+++ b/items/equip-torso/item5322_BlackWarlordPlate.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5322" image="equipment/chest/warlordplate.png|W:#000000,ffffff" name="Black Warlord Plate" description="Strong and decorative armor." mattack="-170" type="equip-torso" defense="27" weight="2600">
+ <sprite gender="unisex">equipment/chest/warlordplate.xml|#000000,ffffff</sprite>
+ <sprite gender="female">equipment/chest/warlordplate-female.xml|#000000,ffffff</sprite>
+ </item>
+</items>
diff --git a/items/generic/_include.xml b/items/generic/_include.xml
index 2fdf55fc..2afedef7 100644
--- a/items/generic/_include.xml
+++ b/items/generic/_include.xml
@@ -265,4 +265,5 @@
<include name="items/generic/item5316_BromenalOre.xml"/>
<include name="items/generic/item5317_BromenalIngot.xml"/>
<include name="items/generic/item5318_BromenalDroplet.xml"/>
+ <include name="items/generic/item5319_ShadowPlantCrystalDust.xml"/>
</items>
diff --git a/items/generic/item5319_ShadowPlantCrystalDust.xml b/items/generic/item5319_ShadowPlantCrystalDust.xml
new file mode 100644
index 00000000..094e5bf5
--- /dev/null
+++ b/items/generic/item5319_ShadowPlantCrystalDust.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5319" image="generic/powder.png|W:#000000,ffffff" name="Shadow Plant Crystal Dust" description="A pile of black crystal extracted from shadow plants." type="generic" weight="1"/>
+</items>