From 7f70c8afd621f79bd13e3ebd028669e483b61408 Mon Sep 17 00:00:00 2001 From: Wombat Date: Sat, 4 Sep 2010 17:04:53 -0400 Subject: bandit quest related xml and png adds and changes bandit-hood icon add, fixed fairy hat png, bandit, bandit lord xml and png added --- graphics/items/generic-bandit-hood.png | Bin 0 -> 710 bytes graphics/sprites/head-fairy_hat.png | Bin 2432 -> 2180 bytes graphics/sprites/monsters/monster-bandit-lord.png | Bin 0 -> 92299 bytes graphics/sprites/monsters/monster-bandit-lord.xml | 76 ++++++++++++++++++++++ graphics/sprites/monsters/monster-bandit.png | Bin 0 -> 83787 bytes graphics/sprites/monsters/monster-bandit.xml | 76 ++++++++++++++++++++++ graphics/sprites/monsters/weapon-bow.xml | 26 ++++++++ graphics/sprites/monsters/weapon-dagger.xml | 27 ++++++++ items.xml | 10 +-- monsters.xml | 4 +- 10 files changed, 212 insertions(+), 7 deletions(-) create mode 100644 graphics/items/generic-bandit-hood.png create mode 100644 graphics/sprites/monsters/monster-bandit-lord.png create mode 100644 graphics/sprites/monsters/monster-bandit-lord.xml create mode 100644 graphics/sprites/monsters/monster-bandit.png create mode 100644 graphics/sprites/monsters/monster-bandit.xml create mode 100644 graphics/sprites/monsters/weapon-bow.xml create mode 100644 graphics/sprites/monsters/weapon-dagger.xml diff --git a/graphics/items/generic-bandit-hood.png b/graphics/items/generic-bandit-hood.png new file mode 100644 index 00000000..54b39d11 Binary files /dev/null and b/graphics/items/generic-bandit-hood.png differ diff --git a/graphics/sprites/head-fairy_hat.png b/graphics/sprites/head-fairy_hat.png index fdc9ec1a..7a4079a2 100644 Binary files a/graphics/sprites/head-fairy_hat.png and b/graphics/sprites/head-fairy_hat.png differ diff --git a/graphics/sprites/monsters/monster-bandit-lord.png b/graphics/sprites/monsters/monster-bandit-lord.png new file mode 100644 index 00000000..8c860143 Binary files /dev/null and b/graphics/sprites/monsters/monster-bandit-lord.png differ diff --git a/graphics/sprites/monsters/monster-bandit-lord.xml b/graphics/sprites/monsters/monster-bandit-lord.xml new file mode 100644 index 00000000..82182970 --- /dev/null +++ b/graphics/sprites/monsters/monster-bandit-lord.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/monster-bandit.png b/graphics/sprites/monsters/monster-bandit.png new file mode 100644 index 00000000..a0c2fd46 Binary files /dev/null and b/graphics/sprites/monsters/monster-bandit.png differ diff --git a/graphics/sprites/monsters/monster-bandit.xml b/graphics/sprites/monsters/monster-bandit.xml new file mode 100644 index 00000000..dbcfa681 --- /dev/null +++ b/graphics/sprites/monsters/monster-bandit.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/weapon-bow.xml b/graphics/sprites/monsters/weapon-bow.xml new file mode 100644 index 00000000..5b407ce8 --- /dev/null +++ b/graphics/sprites/monsters/weapon-bow.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/weapon-dagger.xml b/graphics/sprites/monsters/weapon-dagger.xml new file mode 100644 index 00000000..d02d001e --- /dev/null +++ b/graphics/sprites/monsters/weapon-dagger.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/items.xml b/items.xml index 083734bd..af61a382 100644 --- a/items.xml +++ b/items.xml @@ -2646,10 +2646,10 @@ image="armor-head-fairy_hat.png" name="Fairy Hat" description="The famous hat worn by Robin Hood." - effect="+8% Defense" + effect="+5% Defense" type="equip-head" - weight="18" - defense="8" + weight="20" + defense="5" max-per-slot="1"> head-fairy_hat.xml @@ -2752,10 +2752,10 @@ image="equipment/chest/forest-armor.png" name="Forest Armor" description="A clean and comfortable mantle with dags made for the finest stalkers." - effect="+6% Defense" + effect="+10% Defense" type="equip-torso" weight="30" - defense="6" + defense="10" max-per-slot="1"> equipment/chest/forest-armor-male.xml equipment/chest/forest-armor-female.xml diff --git a/monsters.xml b/monsters.xml index 281a0f4b..53539a9c 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1293,11 +1293,11 @@ exp: Tells how much experience point a monster is giving up monsters/monster-bandit.xml - weapon-dagger.xml + monsters/weapon-dagger.xml monsters/monster-bandit-lord.xml - weapon-bow.xml + monsters/weapon-bow.xml monsters/monster-skeleton.xml|#aca379 -- cgit v1.2.3-60-g2f50