summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
Diffstat (limited to 'items')
-rw-r--r--items/equip-arms/item0794_BromenalGloves.xml2
-rw-r--r--items/equip-feet/item0792_BromenalBoots.xml2
-rw-r--r--items/equip-head/item0795_BromenalHelmet.xml2
-rw-r--r--items/equip-legs/item0796_BromenalLegs.xml2
-rw-r--r--items/equip-shield/_include.xml1
-rw-r--r--items/equip-shield/item0797_BromenalShield.xml15
-rw-r--r--items/equip-torso/item0793_BromenalChest.xml2
7 files changed, 21 insertions, 5 deletions
diff --git a/items/equip-arms/item0794_BromenalGloves.xml b/items/equip-arms/item0794_BromenalGloves.xml
index fdddc2d6..850c630a 100644
--- a/items/equip-arms/item0794_BromenalGloves.xml
+++ b/items/equip-arms/item0794_BromenalGloves.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="794" image="equipment/hands/bromenalgloves.png" name="Bromenal Gloves" description="A pair of bromenal gloves." mattack="-20" type="equip-arms" weight="40" defense="4" sellProtected="true">
+ <item id="794" image="equipment/hands/bromenalgloves.png" name="Bromenal Gloves" description="A pair of bromenal gloves." mattack="-25" type="equip-arms" weight="40" defense="5" sellProtected="true">
<sprite gender="unisex">equipment/hands/bromenalgloves.xml</sprite>
<sprite gender="female">equipment/hands/bromenalgloves-female.xml</sprite>
</item>
diff --git a/items/equip-feet/item0792_BromenalBoots.xml b/items/equip-feet/item0792_BromenalBoots.xml
index ac1f349d..ada38699 100644
--- a/items/equip-feet/item0792_BromenalBoots.xml
+++ b/items/equip-feet/item0792_BromenalBoots.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="792" image="equipment/feet/bromenalboots.png" name="Bromenal Boots" description="A pair of bromenal boots." mattack="-2" type="equip-feet" defense="1" weight="30">
+ <item id="792" image="equipment/feet/bromenalboots.png" name="Bromenal Boots" description="A pair of bromenal boots." mattack="-14" type="equip-feet" defense="4" weight="250">
<sprite gender="unisex">equipment/feet/bromenalboots.xml</sprite>
<sprite gender="female">equipment/feet/bromenalboots-female.xml</sprite>
</item>
diff --git a/items/equip-head/item0795_BromenalHelmet.xml b/items/equip-head/item0795_BromenalHelmet.xml
index 5ca66fcb..c3041c7b 100644
--- a/items/equip-head/item0795_BromenalHelmet.xml
+++ b/items/equip-head/item0795_BromenalHelmet.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="795" image="equipment/head/bromenalhelmet.png" name="Bromenal Helmet" description="A hard bromenal helmet." mattack="-30" type="equip-head" defense="15" weight="400" sellProtected="true">
+ <item id="795" image="equipment/head/bromenalhelmet.png" name="Bromenal Helmet" description="A hard bromenal helmet." mattack="-30" type="equip-head" defense="16" weight="400" sellProtected="true">
<sprite gender="unisex">equipment/head/bromenalhelmet.xml</sprite>
<sprite gender="female">equipment/head/bromenalhelmet-female.xml</sprite>
<replace sprite="hair">
diff --git a/items/equip-legs/item0796_BromenalLegs.xml b/items/equip-legs/item0796_BromenalLegs.xml
index 8fe6fb8a..4a2604f5 100644
--- a/items/equip-legs/item0796_BromenalLegs.xml
+++ b/items/equip-legs/item0796_BromenalLegs.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="796" image="equipment/legs/bromenallegs.png" name="Bromenal Legs" description="A bromenal leg armor." mattack="-12" type="equip-legs" weight="150" defense="6" sellProtected="true">
+ <item id="796" image="equipment/legs/bromenallegs.png" name="Bromenal Legs" description="A bromenal leg armor." mattack="-12" type="equip-legs" weight="150" defense="7" sellProtected="true">
<sprite gender="unisex">equipment/legs/bromenallegs.xml</sprite>
<sprite gender="female">equipment/legs/bromenallegs-female.xml</sprite>
</item>
diff --git a/items/equip-shield/_include.xml b/items/equip-shield/_include.xml
index 2c287fc5..d01dd6e0 100644
--- a/items/equip-shield/_include.xml
+++ b/items/equip-shield/_include.xml
@@ -3,5 +3,6 @@
<include name="items/equip-shield/item0601_SteelShield.xml"/>
<include name="items/equip-shield/item0602_WoodenShield.xml"/>
<include name="items/equip-shield/item0603_LeatherShield.xml"/>
+ <include name="items/equip-shield/item0797_BromenalShield.xml"/>
<include name="items/equip-shield/item5285_DragonShield.xml"/>
</items>
diff --git a/items/equip-shield/item0797_BromenalShield.xml b/items/equip-shield/item0797_BromenalShield.xml
new file mode 100644
index 00000000..7bd4eb51
--- /dev/null
+++ b/items/equip-shield/item0797_BromenalShield.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<items>
+ <item id="797"
+ image="equipment/shield/bromenal.png"
+ name="Bromenal Shield"
+ description="A strong bromenal shield."
+ mattack="-160"
+ defense="18"
+ type="equip-shield"
+ sellProtected="true"
+ weight="2000">
+ <!-- TODO FIXME -->
+ <sprite>equipment/shields/wooden.xml</sprite>
+ </item>
+</items>
diff --git a/items/equip-torso/item0793_BromenalChest.xml b/items/equip-torso/item0793_BromenalChest.xml
index efefec54..0bc9e4d6 100644
--- a/items/equip-torso/item0793_BromenalChest.xml
+++ b/items/equip-torso/item0793_BromenalChest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="793" image="equipment/chest/bromenalchest.png" name="Bromenal Chest" description="A bromenal chest armor." mattack="-170" type="equip-torso" weight="2000" defense="25" sellProtected="true">
+ <item id="793" image="equipment/chest/bromenalchest.png" name="Bromenal Chest" description="A bromenal chest armor." mattack="-150" type="equip-torso" weight="2000" defense="25" sellProtected="true">
<sprite gender="unisex">equipment/chest/bromenalchest.xml|#fbf5e9</sprite>
<sprite gender="female">equipment/chest/bromenalchest-female.xml|#fbf5e9</sprite>
</item>