diff options
author | Ledmitz <smoothshifter@tuta.io> | 2025-01-27 03:10:26 -0400 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2025-01-27 03:10:26 -0400 |
commit | 39bd61f18f10cd54501ed1715508c10c9205c49d (patch) | |
tree | 140f88989fccd63a799131efbef99615285c04b4 /items | |
parent | 5b4960fa424bc5d180658d783ca561345deea72e (diff) | |
download | clientdata-imperial_vs_bull-client.tar.gz clientdata-imperial_vs_bull-client.tar.bz2 clientdata-imperial_vs_bull-client.tar.xz clientdata-imperial_vs_bull-client.zip |
Imperial Helmetimperial_vs_bull-client
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-head/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-head/item0877_BullHelmet.xml | 18 | ||||
-rw-r--r-- | items/equip-head/item0911_ImperialHelmet.xml | 26 |
3 files changed, 44 insertions, 1 deletions
diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index 4582c562..72a402ab 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -73,6 +73,7 @@ <include name="items/equip-head/item0902_BlueRoseHat.xml"/> <include name="items/equip-head/item0905_BucketHat.xml"/> <include name="items/equip-head/item0909_LeprechaunHead.xml"/> + <include name="items/equip-head/item0911_ImperialHelmet.xml"/> <include name="items/equip-head/item1173_TamOShanter.xml"/> <include name="items/equip-head/item1174_CashiersShade.xml"/> <include name="items/equip-head/item1175_AutumnMask.xml"/> diff --git a/items/equip-head/item0877_BullHelmet.xml b/items/equip-head/item0877_BullHelmet.xml index cd579b99..3a73b636 100644 --- a/items/equip-head/item0877_BullHelmet.xml +++ b/items/equip-head/item0877_BullHelmet.xml @@ -1,6 +1,22 @@ <?xml version="1.0"?> <items> - <item id="877" image="equipment/head/bull.png" name="Bull Helmet" description="A black steel helmet worn by the most ferocious warriors." effect="Double Damage +20% / Attack Speed +10% / VIT Defense -39% / Melee only" mattack="-52" hit="-15" level="90" criticalattack="15" req-str="70" req-vit="50" req-luk="50" type="equip-head" weight="1300" str="10" defense="19" sellProtected="true"> + <item id="877" + image="equipment/head/bull.png" + name="Bull Helmet" + description="A black steel helmet worn by the most ferocious warriors." + effect="Double Damage +20% / Attack Speed +10% / VIT Defense -39% / Melee only" + mattack="-52" + hit="-10" + level="90" + criticalattack="8" + req-str="70" + req-vit="50" + req-luk="50" + type="equip-head" + weight="1300" + str="10" + defense="19" + sellProtected="true"> <sprite gender="unisex">equipment/head/bull.xml</sprite> <sprite gender="female">equipment/head/bull-female.xml</sprite> <replace sprite="hair"> diff --git a/items/equip-head/item0911_ImperialHelmet.xml b/items/equip-head/item0911_ImperialHelmet.xml new file mode 100644 index 00000000..0518530d --- /dev/null +++ b/items/equip-head/item0911_ImperialHelmet.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<items> + <item id="911" + image="equipment/head/imperial-helmet.png" + name="Imperial Helmet" + description="A golden helmet, once worn by ancient imperial guards." + effect="Double Damage +5% / Perfect Hit +5% / Attack Speed +5% / Melee only" + mattack="-52" + level="90" + criticaldefense="5" + mdefense="5" + req-str="70" + req-vit="50" + req-luk="50" + type="equip-head" + weight="1300" + str="5" + defense="25" + sellProtected="true"> + <sprite gender="unisex">equipment/head/imperial-helmet.xml</sprite> + <sprite gender="female">equipment/head/imperial-helmet-female.xml</sprite> + <replace sprite="hair"> + <item to="-1"/> + </replace> + </item> +</items> |