summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-10-19 20:56:51 -0400
committergumi <git@gumi.ca>2019-10-20 00:33:40 -0400
commit40971af4b1518f5e148e3314293731e6eb988659 (patch)
tree07cbec59ea27ca99b2653b8b662f596448525d1f
parent17c2142543cca6a6849388542e81cbf38d7e5cfd (diff)
downloadmanamarket-40971af4b1518f5e148e3314293731e6eb988659.tar.gz
manamarket-40971af4b1518f5e148e3314293731e6eb988659.tar.bz2
manamarket-40971af4b1518f5e148e3314293731e6eb988659.tar.xz
manamarket-40971af4b1518f5e148e3314293731e6eb988659.zip
add IRC relay
-rw-r--r--.gitignore2
-rw-r--r--config.py.template8
-rw-r--r--data_template/items.xml5898
-rw-r--r--ircbot.py70
-rwxr-xr-xmain.py60
-rw-r--r--net/protocol.py2
-rw-r--r--onlineusers.py9
-rw-r--r--player.py2
-rwxr-xr-xstats/update_sales.sh8
9 files changed, 166 insertions, 5893 deletions
diff --git a/.gitignore b/.gitignore
index 7d7c1a9..99e1e8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
data/
+items/
+online.txt
config.py
*.pyc
diff --git a/config.py.template b/config.py.template
index b7437bb..3a27391 100644
--- a/config.py.template
+++ b/config.py.template
@@ -8,3 +8,11 @@ admin = ""
#nosell = [] # Items which can't be sold - just add the itemid to the list.
sqlite3_dbfile = "data/mm.db"
online_txt_url = 'http://server.themanaworld.org/online.txt'
+online_txt_interval = 20
+
+irc_server = 'chat.freenode.net'
+irc_channel = '#themanaworld'
+irc_port = 6667
+irc_user = 'mana'
+irc_nick = 'mana'
+irc_password = 'world'
diff --git a/data_template/items.xml b/data_template/items.xml
index 3a3354f..36bdd7d 100644
--- a/data_template/items.xml
+++ b/data_template/items.xml
@@ -1,5883 +1,19 @@
-<?xml version="1.0" encoding="utf-8"?>
-<?xml-stylesheet type="text/xsl" href="items.xsl"?>
-<!--
- Here are listed all the known items in The Mana World. This file defines
- their name, icon, description, weight, etc. It also defines which sprite
- to use in the case of visible equipment and which sounds to play on certain
- events related to the item.
-
- The 'weapon_type' attribute is kept for 0.0 client compatibility. Not to be
- confused with 'weapon-type'.
--->
+<?xml version="1.0"?>
<items>
- <version revision="$Revision$" />
-
- <item id="-1" type="hairsprite" name="Flat ponytail">
- <sprite>hairstyles/hairstyle01.xml</sprite>
- </item>
- <item id="-2" type="hairsprite" name="Bowl cut">
- <sprite>hairstyles/hairstyle02.xml</sprite>
- </item>
- <item id="-3" type="hairsprite" name="Combed back">
- <sprite>hairstyles/hairstyle03.xml</sprite>
- </item>
- <item id="-4" type="hairsprite" name="Emo">
- <sprite>hairstyles/hairstyle04.xml</sprite>
- </item>
- <item id="-5" type="hairsprite" name="Mohawk">
- <sprite>hairstyles/hairstyle05.xml</sprite>
- </item>
- <item id="-6" type="hairsprite" name="Pompadour">
- <sprite>hairstyles/hairstyle06.xml</sprite>
- </item>
- <item id="-7" type="hairsprite" name="Center parting/Short and slick">
- <sprite>hairstyles/hairstyle07.xml</sprite>
- </item>
- <item id="-8" type="hairsprite" name="Long and slick">
- <sprite>hairstyles/hairstyle08.xml</sprite>
- </item>
- <item id="-9" type="hairsprite" name="Short and curly">
- <sprite>hairstyles/hairstyle09.xml</sprite>
- </item>
- <item id="-10" type="hairsprite" name="Pigtails">
- <sprite>hairstyles/hairstyle10.xml</sprite>
- </item>
- <item id="-11" type="hairsprite" name="Long and curly">
- <sprite>hairstyles/hairstyle11.xml</sprite>
- </item>
- <item id="-12" type="hairsprite" name="Parted">
- <sprite>hairstyles/hairstyle12.xml</sprite>
- </item>
- <item id="-13" type="hairsprite" name="Perky ponytail">
- <sprite>hairstyles/hairstyle13.xml</sprite>
- </item>
- <item id="-14" type="hairsprite" name="Wave">
- <sprite>hairstyles/hairstyle14.xml</sprite>
- </item>
- <item id="-15" type="hairsprite" name="Mane">
- <sprite>hairstyles/hairstyle15.xml</sprite>
- </item>
- <item id="-16" type="hairsprite" name="Bun">
- <sprite>hairstyles/hairstyle16.xml</sprite>
- </item>
- <item id="-17" type="hairsprite" name="Shoulder length flick">
- <sprite>hairstyles/hairstyle17.xml</sprite>
- </item>
- <item id="-18" type="hairsprite" name="Fizzy">
- <sprite>hairstyles/hairstyle18.xml</sprite>
- </item>
- <item id="-19" type="hairsprite" name="Long and Clipped">
- <sprite>hairstyles/hairstyle19.xml</sprite>
- </item>
-
- <!-- Treating the base sprite as equipment too will be useful when we
- implement other playable races -->
- <item id="-100" type="racesprite" name="Human">
- <sprite gender="male">player_male_base.xml</sprite>
- <sprite gender="female">player_female_base.xml</sprite>
- </item>
-
- <!-- TEMPORARY LOW WEAPON ID:S (< 256) -->
- <!-- Used for tmwAthena magic system -->
- <item id="16">
-<!-- <sprite>weapon-dagger.xml</sprite>-->
- </item>
- <item id="30"
- weapon_type="1">
- <sprite>weapon-dagger.xml</sprite>
- <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
- <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
- </item>
- <item id="31"
- weapon_type="10">
- <sprite>weapon-bow.xml</sprite>
- <!-- <sound event="strike">weapons/bows/bow_shoot_1.ogg</sound> -->
- </item>
- <item id="32"
- weapon_type="11">
- <sprite>weapon-scythe.xml</sprite>
- </item>
- <item id="33"
- weapon_type="1">
- <sprite>weapon-dagger.xml</sprite>
- <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
- <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
- </item>
- <item id="34"
- weapon_type="1"> <!-- magic fist -->
- <sprite>weapon-fist.xml</sprite>
- </item>
- <item id="35"
- weapon_type="11">
- <sprite>weapon-staff.xml</sprite>
- </item>
-
-
- <!-- Items -->
- <item id="501"
- image="use/potions/a.png|G:#22ff22"
- name="Cactus Drink"
- description="A fresh drink."
- type="usable"
- hp="15"
- weight="4"/>
- <item id="502"
- image="use/potions/a.png|G:#ff2222"
- name="Cactus Potion"
- description="A fresh potion."
- type="usable"
- hp="25"
- weight="7"/>
- <item id="503"
- image="generic/casinocoins.png"
- name="Casino Coins"
- description="Just some casino coins."
- type="generic"
- weight="1"/>
- <item id="504"
- image="use/food/decorcandy.png"
- name="Decor Candy"
- description="A leftover decor candy from last Christmas."
- type="generic"
- weight="1"/>
- <item id="505"
- image="generic/maggotslime.png"
- name="Maggot Slime"
- description="Slimy maggot slime."
- type="generic"
- weight="1"/>
- <item id="506"
- image="use/food/candycane.png"
- name="Candy Cane"
- description="Tasty candy cane."
- type="usable"
- hp="5"
- weight="1"/>
- <item id="507"
- image="generic/scorpionstinger.png|W:#a08040,e0e0e0"
- name="Scorpion Stinger"
- description="A poisoned scorpion stinger."
- type="generic"
- weight="1"/>
- <item id="508"
- image="use/food/xmascake.png"
- name="Xmas Cake"
- description="A sweet xmas cake."
- type="usable"
- hp="10"
- weight="1"/>
- <item id="509"
- image="use/food/chocolatebar.png|W:#441e00,b36e36"
- name="Chocolate Bar"
- description="A chocolate bar made of finest chocolate."
- type="usable"
- hp="20"
- weight="1"/>
- <item id="510"
- image="use/food/candy.png"
- name="Candy"
- description="A sugar-free candy."
- type="usable"
- hp="5"
- weight="1"/>
- <item id="511"
- image="equipment/head/santahat.png"
- name="Santa Hat"
- description="Ask Santa about this hat."
- effect="M. Attack -2"
- type="equip-head"
- weight="20"
- defense="2">
- <sprite>equipment/head/santahat.xml</sprite>
- </item>
- <item id="512"
- image="use/food/gingerbreadman.png"
- name="Ginger Bread Man"
- description="A tasty ginger bread man."
- type="usable"
- hp="25"
- weight="1"/>
- <item id="513"
- image="use/food/cake.png"
- name="Cake"
- description="A slice of cake."
- type="usable"
- hp="15"
- weight="1"/>
- <item id="514"
- image="use/food/xmascandycane.png"
- name="Xmas Candy Cane"
- description="A special xmas candy cane."
- type="usable"
- hp="10"
- weight="1"/>
- <item id="515"
- image="generic/purplepresentbox.png"
- name="Purple Present Box"
- description="Something mysterious inside."
- type="generic"
- weight="10"/>
- <item id="516"
- image="generic/bluepresentbox.png"
- name="Blue Present Box"
- description="Something mysterious inside."
- type="generic"
- weight="10"/>
- <item id="517"
- image="generic/scorpionstinger.png|W:#e04040,f0f0f0"
- name="Red Scorpion Stinger"
- description="A highly poisoned red scorpion stinger."
- type="generic"
- weight="1"/>
- <item id="518"
- image="generic/bugleg.png"
- name="Bug Leg"
- description="A bug's leg. Mostly used for alchemy."
- type="generic"
- weight="1"/>
- <item id="519"
- image="use/food/cherrycake.png"
- name="Cherry Cake"
- description="A nice cherry cake."
- type="usable"
- hp="35"
- weight="1"/>
- <item id="520"
- image="use/food/easteregg.png"
- name="Easter Egg"
- description="A surprise."
- type="usable"
- hp="100"
- weight="1"/>
- <item id="521"
- image="equipment/weapon/dagger-dagger.png"
- name="Dagger"
- description="A simple dagger."
- effect="Damage +15"
- type="equip-1hand"
- weapon-type="knife"
- attack-action="attack"
- weight="200">
- <sprite>weapon-dagger.xml</sprite>
- <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
- <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
- </item>
- <item id="522"
- image="equipment/weapon/dagger-sharpknife.png"
- name="Sharp Knife"
- description="A really sharp knife. Don't hurt yourself!"
- effect="Damage +10"
- type="equip-1hand"
- weapon-type="knife"
- attack-action="attack"
- weight="150">
- <sprite>weapon-dagger.xml</sprite>
- <sound event="strike">weapons/knives/sharpknife-miss1.ogg</sound>
- </item>
- <item id="523"
- image="equipment/chest/leathershirt.png"
- name="Leather Shirt"
- description="A shirt made of hardened leather."
- effect="M. Attack -12"
- type="equip-torso"
- defense="4"
- weight="20">
- <sprite gender="male">equipment/chest/leather-male.xml|#573a26,9e7654,d3b79e,ffffff;#b96b3d,fbf5f1</sprite>
- <sprite gender="female">equipment/chest/leather-female.xml|#412300,603100,8d4900;#ffff00</sprite>
- </item>
- <item id="524"
- image="equipment/head/fancyhat.png"
- name="Fancy Hat"
- description="A fancy hat."
- type="equip-head"
- defense="5"
- weight="20">
- <sprite>equipment/head/fancyhat.xml</sprite>
- </item>
- <item id="525"
- image="equipment/head/minershat.png"
- name="Miners Hat"
- description="A hat used by miners."
- effect="M. Attack -8"
- type="equip-head"
- defense="4"
- weight="40">
- <sprite>equipment/head/minershat.xml</sprite>
- </item>
- <item id="526"
- image="generic/coinbag.png"
- name="Coin Bag"
- description="A bag used to hold coins."
- type="generic"
- weight="5"/>
- <item id="527"
- image="use/food/milk.png"
- name="Milk"
- description="A fresh litre of ice cold milk. Note: Cool people drink milk!"
- type="usable"
- hp="150"
- weight="5"/>
- <item id="528"
- image="equipment/feet/boots.png|W:#4f2d29,c89078"
- name="Boots"
- description="Some robust boots, ideal for travelling."
- effect="M. Attack -2"
- type="equip-feet"
- defense="2"
- weight="80">
- <sprite gender="male">equipment/feet/boots-male.xml|#623a34,f0c2b4</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#623a34,f0c2b4</sprite>
- </item>
- <item id="529"
- image="equipment/ammo/ironarrow.png"
- name="Iron Arrow"
- description="A hard arrow made of iron."
- effect="Damage +40"
- type="equip-ammo"
- weight="1"/>
- <item id="530"
- image="equipment/weapon/bow-shortbow.png"
- name="Short Bow"
- description="A bow for short distances."
- effect="Damage +50 / Range 5"
- type="equip-2hand"
- weapon-type="bow"
- attack-action="attack_bow"
- weight="600"
- missile-particle="graphics/particles/arrow.particle.xml">
- <sprite>weapon-bow.xml</sprite>
- <!-- <sound event="strike">weapons/bows/bow_shoot_1.ogg</sound> -->
- </item>
- <item id="531"
- image="equipment/hands/minergloves.png"
- name="Miner Gloves"
- description="Gloves used by miners, very useful."
- effect="M. Attack -10"
- type="equip-arms"
- defense="2"
- weight="30">
- <sprite gender="male">equipment/hands/generic-male.xml|#202020,505050</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#202020,505050</sprite>
- </item>
- <item id="532"
- image="equipment/hands/leathergloves.png"
- name="Leather Gloves"
- description="Gloves made of hardened leather."
- effect="M. Attack -20"
- type="equip-arms"
- defense="4"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#4e2e18,c8752f</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#4e2e18,c8752f</sprite>
- </item>
- <item id="533"
- image="use/food/roastedmaggot.png"
- name="Roasted Maggot"
- description="A maggot roasted on fire."
- type="usable"
- hp="150"
- weight="5"/>
- <item id="534"
- image="use/food/orangecupcake.png"
- name="Orange Cupcake"
- description="A very soft orange cupcake."
- type="usable"
- hp="100"
- weight="5"/>
- <item id="535"
- image="use/food/apple.png|R:#ff3600;Y:#ffc000;G:#66cc33"
- name="Red Apple"
- description="A healthy red apple."
- type="usable"
- hp="50"
- weight="5"/>
- <item id="536"
- image="equipment/weapon/dagger-shortsword.png"
- name="Short Sword"
- description="A small but sharp sword."
- effect="Damage +100"
- type="equip-1hand"
- weapon-type="sword"
- attack-action="attack"
- weight="2000">
- <sprite>weapon-dagger.xml</sprite>
- </item>
- <item id="537"
- image="generic/treasurekey.png"
- name="Treasure Key"
- description="A rusty key."
- type="generic"
- weight="2"/>
- <item id="538"
- image="generic/greenpresentbox.png"
- name="Green Present Box"
- description="Something mysterious inside."
- type="generic"
- weight="10"/>
- <item id="539"
- image="use/food/beer.png"
- name="Beer"
- description="A fresh beer."
- type="usable"
- hp="200"
- mp="5"
- weight="10"/>
- <item id="540"
- image="generic/bottle-empty.png"
- name="Empty Bottle"
- description="An empty bottle."
- type="generic"
- weight="1"/>
- <item id="541"
- image="use/food/water.png"
- name="Bottle of Water"
- description="A bottle of water."
- type="usable"
- hp="250"
- weight="10"/>
- <item id="542"
- image="generic/bottle-sand.png"
- name="Bottle of Sand"
- description="A bottle with sand in it."
- type="generic"
- weight="10"/>
- <item id="543"
- image="equipment/head/standardheadband.png|W:#291e16,99784c,d8bd86,ffffff"
- name="Standard Headband"
- description="A standard headband."
- effect="M. Attack -3"
- type="equip-head"
- defense="3"
- weight="10">
- <sprite>equipment/head/standardheadband.xml|#563f25,99784c,d8bd86,ffffff</sprite>
- </item>
- <item id="544"
- image="equipment/head/silkheadband.png"
- name="Silk Headband"
- description="A cool headband made of silk."
- effect="M. Attack -10"
- type="equip-head"
- defense="10"
- weight="10">
- <sprite>equipment/head/silkheadband.xml</sprite>
- </item>
- <item id="545"
- image="equipment/weapon/bow-forestbow.png"
- name="Forest Bow"
- description="A bow usually used for hunting."
- effect="Damage +70 / Range 5"
- type="equip-2hand"
- weapon-type="bow"
- attack-action="attack_bow"
- weight="1200"
- missile-particle="graphics/particles/arrow.particle.xml">
- <sprite>weapon-bow.xml</sprite>
- <!-- <sound event="strike">weapons/bows/bow_shoot_1.ogg</sound> -->
- </item>
- <item id="546"
- image="equipment/chest/desertshirt.png"
- name="Desert Shirt"
- description="A shirt suitable for desert trips."
- effect="M. Attack -18"
- type="equip-torso"
- defense="6"
- weight="20">
- <sprite gender="male">equipment/chest/leather-male.xml|#443c21,85794a,beb590,ffffff;#824035,d6a19a</sprite>
- <sprite gender="female">equipment/chest/leather-female.xml|#251e06,443c21,71653b,a0945e;#b6574a</sprite>
- </item>
- <item id="547"
- image="equipment/weapon/polearm-bardiche.png"
- name="Bardiche"
- description="A bardiche."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="10"/>
- <item id="548"
- image="equipment/weapon/polearm-halberd.png"
- name="Halberd"
- description="A weapon usually carried by guards."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="1400"/>
- <item id="549"
- image="equipment/weapon/axe-axe.png"
- name="Axe"
- description="An axe."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="axe"
- weight="1200"/>
- <item id="550"
- image="equipment/weapon/axe-blacksmithsaxe.png"
- name="Blacksmith's Axe"
- description="An axe usually used by blacksmiths."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="axe"
- weight="1200">
- <sprite>weapon-axe-blacksmith.xml</sprite>
- </item>
- <item id="551"
- image="generic/hint.png|W:#74e1f4"
- name="Aqua Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="552"
- image="generic/hint.png|W:#c38ec7"
- name="Magenta Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="553"
- image="generic/hint.png|W:#f0f17d"
- name="Yellow Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="554"
- image="generic/hint.png|W:#70e370"
- name="Green Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="555"
- image="generic/hint.png|W:#6ef4ea"
- name="Teal Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="556"
- image="generic/hint.png|W:#c97fe8"
- name="Purple Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="557"
- image="generic/hint.png|W:#e97180"
- name="Red Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="558"
- image="generic/hint.png|W:#7a86f4"
- name="Blue Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="559"
- image="generic/hint.png|W:#f0bd67"
- name="Orange Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="560"
- image="generic/hint.png"
- name="Grey Hint"
- description="A hint."
- type="generic"
- weight="10"/>
- <item id="561"
- image="equipment/weapon/sword-sabre.png"
- name="Sabre"
- description="A sword with a very sharp, curved, single-edged blade."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="300"/>
- <item id="562"
- image="use/food/chickenleg.png"
- name="Chicken Leg"
- description="A well cooked chicken leg."
- type="usable"
- hp="500"
- weight="10"/>
- <item id="563"
- image="equipment/hands/basicgloves.png|W:#a0a0a0,d0d0d0,ffffff,ffffff"
- name="Winter Gloves"
- description="A pair of soft, warm gloves."
- effect="M. Attack -15"
- type="equip-arms"
- defense="3"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#202020,c0c0c0,ffffff,ffffff</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#202020,c0c0c0,ffffff,ffffff</sprite>
- </item>
- <item id="564"
- image="equipment/chest/tnecksweater.png|W:#a4b2b2,ffffff"
- name="Turtleneck Sweater"
- description="A thick, soft and warm sweater."
- effect="M. Attack -18"
- type="equip-torso"
- defense="6"
- weight="30">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="565"
- image="generic/petal.png|W:#ee748d,ffd8ce"
- name="Pink Petal"
- description="A petal from an evil flower."
- type="usable"
- hp="50"
- weight="10"/>
- <item id="566"
- image="generic/smallmushroom.png"
- name="Small Mushroom"
- description="A mushroom."
- type="usable"
- hp="50"
- weight="10"/>
- <item id="567"
- image="use/potions/b.png|G:#c05000,f0a000,f0f09f"
- name="Iron Potion"
- description="Increases your attack strength."
- effect="Attack strength increase (temporary)."
- type="usable"
- weight="10"/>
- <item id="568"
- image="use/potions/c.png|G:#da69e5,ffdaff"
- name="Concentration Potion"
- description="Increases your attack speed."
- effect="Attack speed increase (temporary)."
- type="usable"
- weight="10"/>
- <item id="569"
- image="generic/rawlog.png"
- name="Raw Log"
- description="A raw log."
- type="generic"
- weight="10"/>
- <item id="570"
- image="equipment/weapon/dagger-boneknife.png"
- name="Bone Knife"
- description="A knife masterly carved out of a bone."
- effect="Damage +115"
- type="equip-1hand"
- weapon-type="knife"
- attack-action="attack"
- weight="450">
- <sprite>weapon-dagger.xml</sprite>
- </item>
- <item id="571"
- image="equipment/weapon/dagger-setzer.png"
- name="Setzer"
- description="A sharp knife, named after a famous gambler."
- effect="Damage +110"
- type="equip-1hand"
- weapon-type="knife"
- attack-action="attack"
- weight="900">
- <sprite>weapon-dagger.xml</sprite>
- </item>
- <item id="572"
- image="equipment/weapon/sword-scimitar.png"
- name="Scimitar"
- description="A sword with a heavy, curved, single-edged blade."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="200"/>
- <item id="573"
- image="equipment/weapon/sword-falchion.png"
- name="Falchion"
- description="A heavy one-handed, single-edged sword."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="300"/>
- <item id="574"
- image="equipment/weapon/polearm-scorpion.png"
- name="Scorpion"
- description="A well crafted glaive."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="600"/>
- <item id="575"
- image="equipment/weapon/bow-desertbow.png"
- name="Desert Bow"
- description="A tonorian short bow."
- effect="Damage +? / Range ?"
- type="equip-2hand"
- weapon-type="bow"
- attack-action="attack_bow"
- weight="1200"
- missile-particle="graphics/particles/arrow.particle.xml"/>
- <item id="576"
- image="equipment/weapon/sword-beheader.png"
- name="Beheader"
- description="An oddly designed sword especially made for beheading enemies."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="2000"/>
- <item id="577"
- image="equipment/ammo/bonedarts.png"
- name="Bone Darts"
- description="Darts made of bones."
- effect="Damage +? / Range ?"
- type="equip-1hand"
- weapon-type="thrown"
- weight="300"/>
- <item id="578"
- image="equipment/weapon/sword-sandcutter.png"
- name="Sand Cutter"
- description="A sand cutter."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="1500"/>
- <item id="579"
- image="equipment/weapon/dagger-rockknive.png"
- name="Rock Knife"
- description="A knife made of stone."
- effect="Damage +110"
- type="equip-1hand"
- weapon-type="knife"
- attack-action="attack"
- vit="3"
- weight="500">
- <sprite>weapon-dagger.xml</sprite>
- </item>
- <item id="580"
- image="equipment/weapon/staff-staffoflife.png"
- name="Staff of Life"
- description="A staff that increases healing magic."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="staff"
- weight="1500"/>
- <item id="581"
- image="equipment/weapon/staff-crescentrod.png"
- name="Crescent Rod"
- description="A crescent rod."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="staff"
- weight="1500"/>
- <item id="582"
- image="equipment/weapon/staff-staffoffire.png"
- name="Staff of Fire"
- description="A staff that increases fire magic."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="staff"
- weight="1500"/>
- <item id="583"
- image="equipment/weapon/staff-staffofice.png"
- name="Staff of Ice"
- description="A staff that increases ice magic."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="staff"
- weight="1500"/>
- <item id="584"
- image="equipment/weapon/sword-jackal.png"
- name="Jackal"
- description="A jackal."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="100"/>
- <item id="585"
- image="equipment/shield/scarabarmlet.png"
- name="Scarab Armlet"
- description="A scarab armlet."
- effect="M. Attack +5"
- type="equip-arms"
- weight="200"/>
- <item id="586"
- image="equipment/legs/shorts.png|W:#a4b2b2,ffffff"
- name="Cotton Shorts"
- description="Shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- weight="15"
- defense="2">
- <sprite gender="male">equipment/legs/shorts-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#a4b2b2,ffffff</sprite>
- </item>
-
-
- <item id="587"
- image="equipment/weapon/sword-sword.png"
- name="Sword"
- description="A simple but reliable sword."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="500">
- <sprite>weapon-sword-sword.xml</sprite>
- </item>
-
- <!--
- <item id="588"
- image="equipment/weapon/sword-bastardsword.png"
- name="Bastard Sword"
- description="A large two handed sword."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="sword"
- weight="10"/>
- <item id="589"
- image="equipment/weapon/sword-broadsword.png"
- name="Broad Sword"
- description="A two handed sword with a very broad blade."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="sword"
- weight="10">
- <sound event="hit">weapons/swords/broadsword-hit1.ogg</sound>
- </item>
- <item id="590"
- image="equipment/weapon/sword-baselard.png"
- name="Baselard"
- description="A short and powerful sword."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="10"/>
- <item id="591"
- image="equipment/weapon/sword-longsword.png"
- name="Long Sword"
- description="A sword with a long and agile blade."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="10">
- <sound event="hit">weapons/swords/longsword-hit1.ogg</sound>
- <sound event="hit">weapons/swords/longsword-hit2.ogg</sound>
- <sound event="strike">weapons/swords/longsword-miss1.ogg</sound>
- </item>
- <item id="592"
- image="equipment/weapon/dagger-stiletto.png"
- name="Stiletto"
- description="A dagger with a long and thin blade."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="knife"
- weight="10"/>
- <item id="593"
- image="equipment/weapon/sword-rapier.png"
- name="Rapier"
- description="A light sword made for duels."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="10">
- <sound event="hit">weapons/swords/rapier-hit1.ogg</sound>
- </item>
- <item id="594"
- image="equipment/weapon/polearm-spear.png"
- name="Spear"
- description="A light spear with a wooden pole."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="700">
- <sprite>weapon-polearm-spear.xml</sprite>
- </item>
- <item id="595"
- image="equipment/weapon/polearm-heavyspear.png"
- name="Heavy Spear"
- description="A heavy spear with a wooden pole."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="10"/>
- <item id="596"
- image="equipment/weapon/polearm-pike.png"
- name="Pike"
- description="A light spear with an iron pole."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="10"/>
- <item id="597"
- image="equipment/weapon/polearm-heavypike.png"
- name="Heavy Pike"
- description="A heavy spear with an iron pole."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="10"/>
- <item id="598"
- image="equipment/weapon/polearm-dualspear.png"
- name="Dual Spear"
- description="A spear with two tops."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="10"/>
- <item id="599"
- image="equipment/weapon/sword-firesword.png"
- name="Fire Sword"
- description="A magical sword enchanted with the power of fire."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="sword"
- weight="10">
- <sound event="strike">weapons/swords/firesword-miss1.ogg</sound>
- </item>
- <item id="600"
- image="equipment/shield/brit.png"
- name="Brit Shield"
- description="A legendary shield that is said to save queens and rule waves."
- effect="-50 Cooking"
- type="equip-shield"
- weight="10"/>
- -->
-
- <item id="601"
- image="equipment/shield/steel.png"
- name="Steel Shield"
- description="A shield made of steel."
- effect="M. Attack -200"
- defense="20"
- type="equip-shield"
- weight="2500"/>
- <item id="602"
- image="equipment/shield/wooden.png"
- name="Wooden Shield"
- description="A shield made of wood."
- effect="M. Attack -70"
- defense="14"
- type="equip-shield"
- weight="1500"/>
- <item id="603"
- image="equipment/shield/leather.png"
- name="Leather Shield"
- description="A shield made of leather on a wooden frame."
- effect="M. Attack -35"
- defense="7"
- type="equip-shield"
- weight="1300"/>
-
- <!--
- <item id="604"
- image="equipment/shield/knight.png"
- name="Knight Shield"
- description="A high quality shield used by knights."
- defense="???"
- type="equip-shield"
- weight="10"/>
- <item id="605"
- image="equipment/weapon/axe-meatcleaver.png"
- name="Meat Cleaver"
- description="A butcher's tool that also makes a nice one handed battle axe."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="axe"
- weight="10"/>
- <item id="606"
- image="equipment/weapon/axe-hatchet.png"
- name="Hatchet"
- description="A short one handed axe."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="axe"
- weight="10"/>
- <item id="607"
- image="equipment/weapon/polearm-trident.png"
- name="Trident"
- description="A spear with three heads."
- effect="Damage +?"
- type="equip-2hand"
- weapon-type="polearm"
- weight="10"/>
- <item id="608"
- image="equipment/shield/blade.png"
- name="Blade Shield"
- description="A shield made of blades."
- defense="???"
- type="equip-shield"
- weight="10"/>
- <item id="609"
- image="equipment/weapon/mace-club.png"
- name="Club"
- description="A primitive wooden club."
- effect="Damage +?"
- type="equip-1hand"
- weapon-type="mace"
- weight="10"/>
- -->
-
- <item id="610"
- image="equipment/legs/shorts.png|W:#255367,266c84,68b0c5,ffffff"
- name="Jeans Shorts"
- description="Shorts made of jeans."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="25">
- <sprite gender="male">equipment/legs/shorts-male.xml|#255367,266c84,68b0c5,ffffff</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#255367,266c84,68b0c5,ffffff</sprite>
- </item>
- <item id="611"
- image="generic/whitefur.png"
- name="White Fur"
- description="A patch of white, fluffy fur."
- type="generic"
- weight="8"/>
- <item id="612"
- image="generic/cavesnakelamp.png"
- name="Cave Snake Lamp"
- description="The feeler of a lamp snake that glows in the dark."
- type="generic"
- weight="10"/>
- <item id="613"
- image="generic/hardspike.png"
- name="Hard Spike"
- description="The hard spike of a slain monster."
- type="generic"
- weight="10"/>
- <item id="614"
- image="generic/pinkantennae.png"
- name="Pink Antenna"
- description="No-one knows why pinkies have these antennas on their heads."
- type="generic"
- luk="1"
- weight="10"/>
- <item id="615"
- image="equipment/head/pumpkinhelmet.png"
- name="Pumpkin Helmet"
- description="A helmet made out of a pumpkin."
- effect="M. Attack -4"
- type="equip-head"
- defense="4"
- weight="60">
- <sprite>equipment/head/pumpkinhelmet.xml</sprite>
- </item>
- <item id="616"
- image="equipment/head/axehat.png"
- name="Axe Hat"
- description="A really cool joke."
- effect="M. Attack -4"
- type="equip-head"
- weight="50"
- defense="4">
- <sprite>equipment/head/axehat.xml</sprite>
- </item>
- <item id="617"
- image="equipment/head/piratehat.png"
- name="Pirate Hat"
- description="A pirate hat."
- effect="M. Attack -8"
- type="equip-head"
- weight="40"
- defense="4">
- <sprite>equipment/head/piratehat.xml</sprite>
- </item>
- <item id="618"
- image="equipment/head/goggles.png"
- name="Goggles"
- description="Goggles designed to take care of your eyes."
- type="equip-head"
- weight="20"
- defense="2">
- <sprite>equipment/head/goggles.xml|#787878,f7f7f7</sprite>
- </item>
- <item id="619"
- image="equipment/head/leathergoggles.png"
- name="Leather Goggles"
- description="Goggles designed for desert storms."
- type="equip-head"
- weight="20"
- defense="3">
- <sprite>equipment/head/goggles.xml|#783c00,ff973b</sprite>
- </item>
- <item id="620"
- image="equipment/head/circlet.png"
- name="Circlet"
- description="A nice piece of jewelry."
- effect="M. Attack +5"
- type="equip-head"
- weight="25"
- defense="4">
- <sprite>equipment/head/circlet.xml</sprite>
- </item>
- <item id="621"
- image="equipment/head/eyepatch.png"
- name="Eyepatch"
- description="What really makes you a pirate."
- type="equip-head"
- weight="5"
- defense="3">
- <sprite>equipment/head/eyepatch.xml</sprite>
- </item>
- <item id="622"
- image="equipment/head/bandana.png"
- name="Bandana"
- description="A striped bandana."
- type="equip-head"
- weight="20"
- defense="3">
- <sprite>equipment/head/bandana.xml</sprite>
- </item>
- <item id="623"
- image="equipment/weapon/polearm-scythe.png"
- name="Scythe"
- description="Usually used for farming but also usable as a weapon. Slow but deadly."
- effect="Damage +75"
- type="equip-2hand"
- weapon-type="polearm"
- attack-action="attack"
- weight="1200">
- <sprite>weapon-scythe.xml</sprite>
- </item>
- <item id="624"
- image="equipment/chest/vnecksweater.png|W:#a4b2b2,ffffff"
- name="V-Neck Sweater"
- description="A thin, soft and warm sweater."
- effect="M. Attack -24"
- type="equip-torso"
- weight="35"
- defense="8">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="625"
- image="equipment/chest/chainmail.png"
- name="Chainmail Shirt"
- description="A shirt made of chains. It weighs a lot but offers excellent protection."
- effect="M. Attack -120"
- type="equip-torso"
- weight="800"
- defense="20">
- <sprite gender="male">equipment/chest/chainmail-male.xml</sprite>
- <sprite gender="female">equipment/chest/chainmail-female.xml</sprite>
- </item>
- <item id="626"
- image="equipment/chest/lightplatemail.png|W:#ddeeff"
- name="Light Platemail"
- description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers."
- effect="M. Attack -150"
- type="equip-torso"
- defense="25"
- weight="1200">
- <sprite gender="male">equipment/chest/lightplatemail-male.xml|#ddeeff</sprite>
- <sprite gender="female">equipment/chest/lightplatemail-female.xml|#ddeeff</sprite>
- </item>
- <item id="627"
- image="equipment/head/tophat.png"
- name="Top Hat"
- description="For the gentry of The Mana World."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/tophat.xml</sprite>
- </item>
- <item id="628"
- image="equipment/head/funkyhat.png"
- name="Funky Hat"
- description="Yawn..."
- effect="M. Attack +2"
- type="equip-head"
- defense="13"
- weight="20">
- <sprite>equipment/head/funkywinter.xml</sprite>
- </item>
- <item id="629"
- image="equipment/head/mushroomhat.png"
- name="Mush Hat"
- description="Soft and fashionable."
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/mushroom.xml</sprite>
- </item>
- <item id="630"
- image="equipment/head/shroomhat.png"
- name="Shroom Hat"
- description="Evil and fashionable."
- type="equip-head"
- defense="13"
- weight="30">
- <sprite>equipment/head/shroom.xml</sprite>
- </item>
- <item id="631"
- image="generic/crystal.png|W:#252e6a,923eda,ba72ec,ffffff"
- name="Dark Crystal"
- description="A dark crystal that emits a demonic aura."
- type="generic"
- weight="10"/>
- <item id="632"
- image="equipment/legs/skirt.png|W:#a4b2b2,ffffff"
- name="Cotton Skirt"
- description="A skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="10">
- <sprite>equipment/legs/skirt.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="633"
- image="equipment/head/xmaself.png"
- name="Christmas Elf Hat"
- description="A hat worn by Christmas elves."
- effect="M. Attack +2"
- type="equip-head"
- defense="13"
- weight="30">
- <sprite>equipment/head/xmaself.xml</sprite>
- </item>
- <item id="634"
- image="equipment/head/mask.png"
- name="Face Mask"
- description="A wooden mask to conceal your face."
- type="equip-head"
- defense="10"
- weight="50">
- <sprite>equipment/head/mask.xml</sprite>
- </item>
- <item id="635"
- image="generic/santacookie.png"
- name="Santa Cookie"
- description="This isn't for you to eat, it is for Santa Claus!"
- type="generic"
- weight="1"/>
- <item id="636"
- image="equipment/head/warlordhelm.png"
- name="Warlord Helmet"
- description="Worn by great warriors."
- effect="M. Attack -36"
- type="equip-head"
- defense="18"
- weight="900">
- <sprite>equipment/head/warlordhelm.xml</sprite>
- </item>
- <item id="637"
- image="equipment/head/knighthelm.png"
- name="Knight's Helmet"
- description="A helmet with two small wings on it."
- effect="M. Attack -30"
- type="equip-head"
- defense="15"
- weight="600">
- <sprite>equipment/head/knighthelm.xml</sprite>
- </item>
- <item id="638"
- image="equipment/head/infantryhelm.png"
- name="Infantry Helmet"
- description="A helmet for soldiers and guards."
- effect="M. Attack -30"
- type="equip-head"
- defense="15"
- weight="400">
- <sprite>equipment/head/infantryhelm.xml</sprite>
- </item>
- <item id="639"
- image="equipment/head/crusadehelm.png"
- name="Crusade Helmet"
- description="Start your own crusade."
- effect="M. Attack -36"
- type="equip-head"
- defense="18"
- weight="1300">
- <sprite>equipment/head/crusadehelm.xml</sprite>
- </item>
- <item id="640"
- image="generic/ironore.png"
- name="Iron Ore"
- description="A lump of iron ore."
- type="generic"
- weight="40"/>
- <item id="641"
- image="generic/snakeskin.png"
- name="Snake Skin"
- description="The skin of a slain snake."
- type="generic"
- weight="15"/>
- <item id="642"
- image="equipment/legs/chaps.png"
- name="Jeans Chaps"
- description="Jeans with snake skin chaps."
- effect="M. Attack -12"
- type="equip-legs"
- defense="6"
- weight="60">
- <sprite gender="male">equipment/legs/chaps-male.xml</sprite>
- <sprite gender="female">equipment/legs/chaps-female.xml</sprite>
- </item>
- <item id="643"
- image="equipment/head/cowboywhite.png"
- name="White Cowboy Hat"
- description="A white cowboy hat with a band."
- effect="M. Attack -12"
- type="equip-head"
- defense="6"
- weight="30">
- <sprite>equipment/head/cowboywhite.xml</sprite>
- </item>
- <item id="644"
- image="equipment/head/cowboyblack.png"
- name="Black Cowboy Hat"
- description="A black cowboy hat with shiny buckles."
- effect="M. Attack -12"
- type="equip-head"
- defense="6"
- weight="30">
- <sprite>equipment/head/cowboyblack.xml</sprite>
- </item>
- <item id="645"
- image="equipment/chest/lightplatemail.png|W:#573f10,9c8226,d3c04b,ffffff"
- name="Golden Platemail"
- description="A plate mail made from gold, which only the richest of the richest can afford."
- effect="M. Attack -100"
- type="equip-torso"
- defense="25"
- weight="4500">
- <sprite gender="male">equipment/chest/lightplatemail-male.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
- <sprite gender="female">equipment/chest/lightplatemail-female.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
- </item>
- <item id="646"
- image="equipment/head/crown.png"
- name="Crown"
- description="A jewel embossed crown fit for any ruler."
- type="equip-head"
- defense="4"
- weight="240">
- <sprite>equipment/head/crown.xml</sprite>
- </item>
- <item id="647"
- image="equipment/head/devcap.png|R:#9999ff"
- name="Developer's Cap"
- description="A cap which identifies you as a developer."
- effect="M. Attack +5"
- type="equip-head"
- defense="5"
- weight="20">
- <sprite>equipment/head/devcap.xml|#9999ff</sprite>
- </item>
- <item id="648"
- image="equipment/legs/pants.png|W:#a4b2b2,ffffff"
- name="Cotton Trousers"
- description="Ankle-length trousers made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="649"
- image="equipment/chest/sorcerer-robe.png|W:#5e7480,f1ffff,ffffff;R:#2554c7"
- name="White Evoker's Robe (Blue)"
- description="A blue lined white evoker's robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="5">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#5e7480,f1ffff,ffffff;#2554c7</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#5e7480,f1ffff,ffffff;#2554c7</sprite>
- </item>
- <item id="650"
- image="equipment/chest/sorcerer-robe.png|W:#000000;R:#2554c7"
- name="Black Evoker's Robe (Blue)"
- description="A blue lined black evoker's robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="5">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#000000;#2554c7</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#000000;#2554c7</sprite>
- </item>
- <item id="651"
- image="equipment/chest/silk-robe.png|W:#5e7480,f1ffff,ffffff"
- name="White Wizard Robe"
- description="A white robe made for peaceful wizards."
- defense="5"
- type="equip-torso"
- weight="5">
- <sprite gender="male">equipment/chest/robe-male.xml|#5e7480,f1ffff,ffffff</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#5e7480,f1ffff,ffffff</sprite>
- </item>
- <item id="652"
- image="equipment/chest/silk-robe.png|W:#000000"
- name="Black Wizard Robe"
- description="A black robe made for evil wizards."
- defense="5"
- type="equip-torso"
- weight="5">
- <sprite gender="male">equipment/chest/robe-male.xml|#000000</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#000000</sprite>
- </item>
- <item id="653"
- image="equipment/chest/silk-robe.png|W:#804000"
- name="Apprentice Robe"
- description="A robe made for apprentices."
- defense="5"
- type="equip-torso"
- weight="5">
- <sprite gender="male">equipment/chest/robe-male.xml|#804000</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#804000</sprite>
- </item>
- <item id="654"
- image="equipment/head/cap.png|R:#d94800"
- name="Cap"
- description="A hat with a peak to shield your eyes from the sun."
- type="equip-head"
- defense="5"
- weight="20">
- <sprite>equipment/head/cap.xml|#d94800</sprite>
- </item>
- <item id="655"
- image="equipment/feet/furboots.png"
- name="Fur Boots"
- description="A pair of warm winter boots."
- effect="M. Attack -3"
- type="equip-feet"
- weight="50"
- defense="3">
- <sprite gender="male">equipment/feet/furboots-male.xml</sprite>
- <sprite gender="female">equipment/feet/furboots-female.xml</sprite>
- </item>
- <item id="656"
- image="equipment/head/serf.png"
- name="Serf Hat"
- description="A simple hat made from cloth."
- type="equip-head"
- weight="20"
- defense="2">
- <sprite>equipment/head/serf.xml</sprite>
- </item>
- <item id="657"
- image="use/food/orange.png"
- name="Orange"
- description="A juicy orange."
- type="usable"
- hp="60"
- weight="7"/>
- <item id="658"
- image="equipment/chest/warlordplate.png"
- name="Warlord Plate"
- description="Strong and decorative armor."
- effect="M. Attack -170"
- type="equip-torso"
- defense="27"
- weight="2600">
- <sprite gender="male">equipment/chest/warlordplate-male.xml</sprite>
- <sprite gender="female">equipment/chest/warlordplate-female.xml</sprite>
- </item>
- <item id="659"
- image="equipment/chest/warlordplate.png|W:#573f10,9c8226,d3c04b,ffffff"
- name="Golden Warlord Plate"
- description="Strong and decorative armor made from gold."
- effect="M. Attack -110"
- type="equip-torso"
- defense="27"
- weight="7600">
- <sprite gender="male">equipment/chest/warlordplate-male.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
- <sprite gender="female">equipment/chest/warlordplate-female.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
- </item>
- <item id="660"
- image="generic/fabric.png|W:#2b454d,72818c,b7c0c5,ffffff"
- name="Cotton Cloth"
- description="A piece of cotton cloth."
- type="generic"
- weight="10"/>
- <item id="661"
- image="generic/rose.png|W:#bb2222,ff8888"
- name="Red Rose"
- description="A red rose. A symbol for romantic love."
- type="generic"
- weight="1"/>
- <item id="662"
- image="generic/rose.png|W:#dddddd,ffffff"
- name="White Rose"
- description="A white rose. A symbol for everlasting love."
- type="generic"
- weight="1"/>
- <item id="663"
- image="generic/rose.png|W:#bb0022"
- name="Dark Red Rose"
- description="A dark red rose. A symbol for sad love."
- type="generic"
- weight="1"/>
- <item id="664"
- image="generic/rose.png|W:#dd88aa,ffdddd"
- name="Pink Rose"
- description="A pink rose. A symbol for innocent love."
- type="generic"
- weight="1"/>
- <item id="665"
- image="generic/rose.png|W:#dddd00,ffff00"
- name="Yellow Rose"
- description="A yellow rose. A symbol for platonic love and friendship."
- type="generic"
- weight="1"/>
- <item id="666"
- image="generic/rose.png|W:#111111,444444,555555,ffffff"
- name="Black Rose"
- description="A black rose. When you look closely at it, you see patterns within patterns, subtly changing colors, and further arrangements that almost seem designed to draw your attention in, and away from the rest of the world. Dizzy, you quickly look away."
- effect="This item cannot be used directly, but may have certain effects given the right circumstances."
- type="generic"
- weight="1"/>
- <item id="667"
- image="generic/rose.png|W:#dd8800,ffdd00"
- name="Orange Rose"
- description="An orange rose. A symbol for friendship turning into love."
- type="generic"
- weight="1"/>
- <item id="668"
- image="generic/rose.png|W:#6666aa,ccccff"
- name="Blue Rose"
- description="An blue rose. A symbol for mystery or attaining the impossible."
- type="generic"
- weight="1"/>
- <item id="669"
- image="generic/tulip.png|W:#ddaa22,eeee44"
- name="Yellow Tulip"
- description="A yellow tulip. A symbol for hopeless love."
- type="generic"
- weight="1"/>
- <item id="670"
- image="generic/tulip.png|W:#000088,dd88ff"
- name="Purple Tulip"
- description="A purple tulip. A symbol for enchantment."
- type="generic"
- weight="1"/>
- <item id="671"
- image="generic/tulip.png|W:#882288,dd4444"
- name="Red Tulip"
- description="A red tulip. A declaration of love."
- type="generic"
- weight="1"/>
- <item id="672"
- image="generic/tulip.png|W:#8888dd,ffffff"
- name="White Tulip"
- description="A white tulip. A symbol for everlasting friendship."
- type="generic"
- weight="1"/>
- <item id="673"
- image="generic/tulip.png|W:#dd44dd,fff0f0"
- name="Pink Tulip"
- description="A pink tulip. A symbol for gratitude."
- type="generic"
- weight="1"/>
- <item id="674"
- image="generic/tulip.png|W:#aa2222,ffdd22"
- name="Orange Tulip"
- description="An orange tulip. A symbol for admiration."
- type="generic"
- weight="1"/>
- <item id="675"
- image="equipment/head/gradcap.png"
- name="Graduation Cap"
- description="A traditional cap which a university student may wear upon graduating."
- type="equip-head"
- defense="2"
- weight="20">
- <sprite>equipment/head/gradcap.xml</sprite>
- </item>
- <item id="676"
- image="use/food/steak.png"
- name="Steak"
- description="A tasty piece of steak."
- type="usable"
- hp="250"
- weight="10"/>
- <item id="677"
- image="equipment/charms/heartnecklace.png"
- name="Heart Necklace"
- description="A gold and ruby heart necklace."
- type="equip-charm"
- weight="10"/>
- <item id="678"
- image="equipment/head/nohmask.png"
- name="Noh Mask"
- description="A traditional Japanese mask worn in Noh plays."
- effect="M. Attack +1"
- type="equip-head"
- defense="3"
- weight="18">
- <sprite>equipment/head/nohmask.xml</sprite>
- </item>
- <item id="679"
- image="equipment/head/demonmask.png"
- name="Demon Mask"
- description="A scary mask to make you look like a demon."
- effect="M. Attack +5"
- type="equip-head"
- defense="3"
- weight="23">
- <sprite>equipment/head/demonmask.xml</sprite>
- </item>
- <item id="680"
- image="generic/herb.png|W:#e0b0ff"
- name="Mauve Herb"
- description="An ingredient for brewing healing potions."
- type="generic"
- weight="1"/>
- <item id="681"
- image="generic/herb.png|W:#0047ab"
- name="Cobalt Herb"
- description="An ingredient for brewing healing potions."
- type="generic"
- weight="1"/>
- <item id="682"
- image="generic/herb.png|W:#ef9b0f"
- name="Gamboge Herb"
- description="An ingredient for brewing healing potions."
- type="generic"
- weight="1"/>
- <item id="683"
- image="generic/herb.png|W:#e32636"
- name="Alizarin Herb"
- description="An ingredient for brewing healing potions."
- type="generic"
- weight="1"/>
- <item id="684"
- image="use/potions/a.png|G:#b03678,ffffff"
- name="Tiny Healing Potion"
- description="A tiny healing potion made from brewed herbs."
- type="usable"
- hp="100"
- weight="5"/>
- <item id="685"
- image="use/potions/d.png|G:#b03678,ffffff"
- name="Small Healing Potion"
- description="A small healing potion made from brewed herbs."
- type="usable"
- hp="200"
- weight="10"/>
- <item id="686"
- image="use/potions/b.png|G:#b03678,ffffff"
- name="Medium Healing Potion"
- description="A medium healing potion made from brewed herbs."
- type="usable"
- hp="400"
- weight="15"/>
- <item id="687"
- image="use/potions/c.png|G:#b03678,ffffff"
- name="Large Healing Potion"
- description="A large healing potion made from brewed herbs."
- type="usable"
- hp="800"
- weight="25"/>
- <item id="688"
- image="equipment/chest/tanktop.png|W:#a4b2b2,ffffff"
- name="Tank Top"
- description="A sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="10">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="689"
- image="equipment/chest/tanktop-short.png|W:#a4b2b2,ffffff"
- name="Short Tank Top"
- description="A short, sleeveless shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="690"
- image="use/potions/d.png|G:#580000,a40000,c02020,ff6060"
- name="Red Dye"
- description="A vial containing red dye."
- type="generic"
- weight="10"/>
- <item id="691"
- image="use/potions/d.png|G:#1f9c1f,89d689"
- name="Green Dye"
- description="A vial containing green dye."
- type="generic"
- weight="10"/>
- <item id="692"
- image="use/potions/d.png|G:#4b4bbd,888af4"
- name="Dark Blue Dye"
- description="A vial containing dark blue dye."
- type="generic"
- weight="10"/>
- <item id="693"
- image="use/potions/d.png|G:#ccb534,f1ea8e,ffffaa"
- name="Yellow Dye"
- description="A vial containing yellow dye."
- type="generic"
- weight="10"/>
- <item id="694"
- image="use/potions/d.png|G:#62aaca,a3f4f8,d5fcfb"
- name="Light Blue Dye"
- description="A vial containing light blue dye."
- type="generic"
- weight="10"/>
- <item id="695"
- image="use/potions/d.png|G:#c64abd,f9a5f2,fcd0fa"
- name="Pink Dye"
- description="A vial containing pink dye."
- type="generic"
- weight="10"/>
- <item id="696"
- image="use/potions/d.png|G:#404040,c0c0c0"
- name="Black Dye"
- description="A vial containing black dye."
- type="generic"
- weight="10"/>
- <item id="697"
- image="use/potions/d.png|G:#96370f,cc5616,f68d26,fcaa2d,fdd493"
- name="Orange Dye"
- description="A vial containing orange dye."
- type="generic"
- weight="10"/>
- <item id="698"
- image="use/potions/d.png|G:#530a7c,b362e1,ca87ef"
- name="Purple Dye"
- description="A vial containing purple dye."
- type="generic"
- weight="10"/>
- <item id="699"
- image="use/potions/d.png|G:#104010,208020,30c030"
- name="Dark Green Dye"
- description="A vial containing dark green dye."
- type="generic"
- weight="10"/>
- <item id="700"
- image="generic/pearl.png"
- name="Pearl"
- description="A pearl, round and shiny."
- type="generic"
- weight="5"/>
- <item id="701"
- image="generic/powder.png"
- name="Pile of Ash"
- description="A pile of ash similar to volcanic ash."
- type="generic"
- weight="5"/>
- <item id="702"
- image="equipment/rings/wedding.png"
- name="Wedding Ring"
- description="Your wedding ring."
- type="equip-ring"
- weight="1"/>
- <item id="703"
- image="generic/powder.png|W:#606030,b0b090,e0e0a0,ffffe0"
- name="Sulphur Powder"
- description="A small pile of sulphur."
- type="generic"
- weight="2"/>
- <item id="704"
- image="generic/powder.png|W:#405060"
- name="Iron Powder"
- description="A pile of powdered iron."
- type="generic"
- weight="3"/>
- <item id="705"
- image="use/potions/e.png|R:#f04030;G:#ee8e5e"
- name="Mana Potion"
- description="A dark, sirupy brew, with a smell reminiscent of manaberries."
- type="usable"
- mp="10"
- weight="50"/>
- <item id="706"
- image="generic/scorpionstinger.png|W:#e0d080,fff0e0,ffffff"
- name="Golden Scorpion Stinger"
- description="A golden scorpion stinger, tipped with lethal poison."
- type="generic"
- weight="2"/>
- <item id="707"
- image="use/potions/e.png|R:#504030;G:#9e8e5e"
- name="Monster Oil Potion"
- description="A dark, oily liquid with a sinister stench."
- type="generic"
- weight="50"/>
- <item id="708"
- image="generic/patch-leather.png"
- name="Leather Patch"
- description="A patch of tanned leather."
- type="generic"
- weight="18"/>
- <item id="709"
- image="generic/scorpionstinger.png|W:#a08040"
- name="Black Scorpion Stinger"
- description="A black scorpion stinger, dripping with poison."
- type="generic"
- weight="1"/>
- <item id="710"
- image="generic/snake-tongue.png|W:#e04020"
- name="Snake Tongue"
- description="The forked tongue of a snake."
- type="generic"
- weight="1"/>
- <item id="711"
- image="generic/snake-tongue.png|W:#706060"
- name="Mountain Snake Tongue"
- description="The forked tongue of a mountain snake."
- type="generic"
- weight="1"/>
- <item id="712"
- image="generic/snake-tongue.png|W:#a05050,e08080"
- name="Grass Snake Tongue"
- description="The forked tongue of a grass snake."
- type="generic"
- weight="1"/>
- <item id="713"
- image="generic/snake-tongue.png|W:#907070,d0a0a0"
- name="Cave Snake Tongue"
- description="The forked tongue of a cave snake."
- type="generic"
- weight="1"/>
- <item id="714"
- image="use/food/snake-egg.png|W:#c0c0a0;R:#b09070;G:#b8a888"
- name="Snake Egg"
- description="An edible snake egg."
- type="usable"
- hp="30"
- weight="4"/>
- <item id="715"
- image="use/food/snake-egg.png|W:#806020;R:#604010;G:#705018"
- name="Mountain Snake Egg"
- description="An edible mountain snake egg."
- type="usable"
- hp="40"
- weight="4"/>
- <item id="716"
- image="use/food/snake-egg.png|W:#e0e0c0;R:#80f0a0;G:#b0e8b0"
- name="Grass Snake Egg"
- description="An edible grass snake egg."
- type="usable"
- hp="50"
- weight="4"/>
- <item id="717"
- image="use/food/snake-egg.png|W:#c0c0c0;R:#c090c0;G:#c0a8c0"
- name="Cave Snake Egg"
- description="An edible cave snake egg."
- type="usable"
- hp="20"
- weight="4"/>
- <item id="718"
- image="generic/silkcocoon.png"
- name="Silk Cocoon"
- description="A silkworm's cocoon."
- type="generic"
- weight="1"/>
- <item id="719"
- image="use/food/apple.png|R:#73E600;Y:#c1f102;G:#66cc33"
- name="Green Apple"
- description="A healthy green apple."
- type="usable"
- hp="45"
- weight="5"/>
- <item id="720"
- image="equipment/chest/silk-robe.png|W:#ffffff"
- name="Silk Robe"
- description="A light and shimmering silk robe."
- type="equip-torso"
- defense="5"
- weight="5">
- <sprite gender="male">equipment/chest/robe-male.xml|#ffffff</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#ffffff</sprite>
- </item>
- <item id="721"
- image="equipment/head/highpriest-crown.png"
- name="High Priest Crown"
- description="A golden crown with an enchanted ruby."
- effect="+20 SP"
- type="equip-head"
- defense="4"
- weight="400">
- <sprite>equipment/head/highpriest-crown.xml</sprite>
- </item>
- <item id="722"
- image="equipment/head/monster-skull-helm.png"
- name="Monster Skull Helmet"
- description="The conserved skull of a mysterious ancient monster."
- effect="M. Attack +10 / M. Defense +20"
- type="equip-head"
- defense="7"
- weight="250">
- <sprite>equipment/head/monster-skull-helm.xml</sprite>
- </item>
- <item id="723"
- image="equipment/head/deserthat.png|R:#ffffff"
- name="Desert Hat"
- description="While the desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#ffffff</sprite>
- </item>
- <item id="724"
- image="equipment/head/standardheadband.png|W:#a4b2b2,ffffff"
- name="Cotton Headband"
- description="Just a cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="725"
- image="equipment/head/gmcap.png|R:#bf0e08"
- name="GM Cap"
- description="A cap which identifies you as a GM. Only GMs can wear this."
- effect="M. Attack +5"
- type="equip-head"
- defense="5"
- weight="20">
- <sprite>equipment/head/gmcap.xml|#bf0e08</sprite>
- </item>
- <item id="726"
- image="equipment/chest/silk-robe.png|W:#e40a0a"
- name="GM Robe"
- description="A light and shimmering silk robe made for GMs. Only GMs can wear this."
- type="equip-torso"
- weight="40"
- defense="5">
- <sprite gender="male">equipment/chest/robe-male.xml|#e40a0a</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#e40a0a</sprite>
- </item>
- <item id="727"
- image="generic/iten.png|W:#ffe0f0"
- name="Iten"
- description="An iten."
- type="generic"
- weight="8000"/>
- <item id="728"
- image="generic/wooden-mouboo.png"
- name="Mouboo Figurine"
- description="A small, wooden figurine of a mouboo."
- type="generic"
- weight="9"/>
- <item id="729"
- image="generic/warped-log.png"
- name="Warped Log"
- description="A piece of wood, warped and twisted by some unnatural force."
- type="generic"
- weight="8"/>
- <item id="730"
- image="generic/gemstone-a.png|W:#a0a010,ffffa0"
- name="Lifestone"
- description="A small crystal shard, warm to the touch."
- type="generic"
- weight="5"/>
- <item id="731"
- image="equipment/legs/assassinpants.png"
- name="Assassin Pants"
- description="Pants for a master assassin."
- effect="M. Attack -5"
- type="equip-torso"
- defense="5"
- agi="8"
- weight="20">
- <sprite gender="male">equipment/legs/assassin-male.xml</sprite>
- <sprite gender="female">equipment/legs/assassin-female.xml</sprite>
- </item>
- <item id="732"
- image="generic/dry-branch.png"
- name="Druid Tree Branch"
- description="A branch cut off from the druid tree. It feels strangely leathery to the touch."
- type="generic"
- weight="2"/>
- <item id="733"
- image="use/potions/e.png|R:#fff0ff;G:#d0c09f"
- name="Purification Potion"
- description="A transparent, odorless liquid that feels strangely lighter than water."
- type="usable"
- mp="0"
- weight="15"/>
- <item id="734"
- image="equipment/feet/boots.png|W:#212121"
- name="Black Boots"
- description="Steel toe capped boots, designed to keep your feet very well protected."
- effect="M. Attack -10"
- type="equip-feet"
- weight="25"
- defense="3">
- <sprite gender="male">equipment/feet/boots-male.xml|#212121</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#212121</sprite>
- </item>
- <item id="735"
- image="equipment/feet/boots.png|W:#a4b2b2,ffffff"
- name="Cotton Boots"
- description="A pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-head"
- defense="1"
- weight="10">
- <sprite gender="male">equipment/feet/boots-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="736"
- image="use/food/bigcake.png|R:#ede5b2,fff7bf;G:#cccccc,ffffff"
- name="White Cake"
- description="A delicious white cake. Would go good with strawberries."
- type="usable"
- hp="10"
- weight="10"/>
- <item id="737"
- image="use/food/bigcake.png|R:#9e6e3b,e39d52;G:#e29f57;W:#ffd5a8"
- name="Chocolate Cake"
- description="A scrumptious chocolate cake. Real chocolate guaranteed."
- type="usable"
- hp="11"
- weight="10"/>
- <item id="738"
- image="use/food/bigcake.png|R:#fed079,ffffff;G:#fed079,ffffff,ffffff;W:#856200,e68e00,ffa600"
- name="Orange Cake"
- description="A tangy orange cake. Made from real oranges."
- type="usable"
- hp="12"
- weight="10"/>
- <item id="739"
- image="use/food/bigcake.png|R:#ccc599,fff8ED;G:#ffbaba,fffefe;W:#d91a1a,ff8f8f"
- name="Apple Cake"
- description="A crisp apple cake. Real apple pieces inside!"
- type="usable"
- hp="12"
- weight="10"/>
- <item id="740"
- image="generic/root.png"
- name="Root"
- description="A root from a plant."
- type="generic"
- weight="5"/>
- <item id="741"
- image="equipment/hands/basicgloves.png|W:#a4b2b2,ffffff"
- name="Cotton Gloves"
- description="A pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="10">
- <sprite gender="male">equipment/hands/generic-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="742"
- image="equipment/charms/clover.png"
- name="Four-Leaf Clover"
- description="A lucky four-leaf clover."
- effect="M. Attack +5"
- type="equip-charm"
- luck="1"
- weight="1"/>
- <item id="743"
- image="use/food/acorn.png"
- name="Acorn"
- description="An acorn."
- type="usable"
- hp="3"
- weight="1"/>
- <item id="744"
- image="use/potions/c.png|G:#f0e0fa,da69e5"
- name="Diluted Concentration Potion"
- description="A bottle of diluted concentration potion."
- effect="Attack speed increase (temporary)."
- type="usable"
- weight="10"/>
- <item id="745"
- image="use/potions/c.png|G:#ff4aff"
- name="Dark Concentration Potion"
- description="This potion smells like burnt sugar."
- effect="Attack speed increase (temporary)."
- type="usable"
- weight="10"/>
- <item id="746"
- image="use/potions/e.png|R:#a0a0ff;G:#20409f"
- name="Mopox Cure Potion"
- description="A gooey brew with a vile smell, supposedly able to cure Mopox."
- type="usable"
- weight="5"/>
- <item id="747"
- image="use/food/bigcake.png|R:#9e6e3b,e39d52;G:#e29f57;W:#ffd5a8"
- name="Laced Chocolate Cake"
- description="A scrumptious chocolate cake, with a dash of Mopox Cure Potion."
- type="usable"
- hp="11"
- weight="10"/>
- <item id="748"
- image="use/food/orangecupcake.png"
- name="Laced Orange Cupcake"
- description="A very soft orange cupcake, laced with Mopox cure potion."
- type="usable"
- hp="100"
- weight="5"/>
- <item id="749"
- image="equipment/charms/towel.png"
- name="Towel"
- description="You can dry yourself off with it if it still seems to be clean enough. - Douglas Adams"
- effect="M. Attack +5"
- type="equip-charm"
- weight="50"/>
- <item id="750"
- image="use/potions/c.png|G:#f0f040,ffffff"
- name="Slow Poison Potion"
- description="A yellow potion with a fresh, citric scent."
- effect="Suspends poison."
- type="usable"
- hp="5"
- weight="10"/>
- <item id="751"
- image="equipment/head/pinkiehat.png"
- name="Pinkie Hat"
- description="With this, you'll fit right in with those strange pinkies."
- effect="M. Attack +1"
- type="equip-head"
- defense="1"
- weight="5">
- <sprite>equipment/head/pinkiehat.xml</sprite>
- </item>
- <item id="752"
- image="equipment/head/fluffyhat.png"
- name="Fluffy Hat"
- description="Now you can wear fur on your head."
- effect="M. Attack -5"
- type="equip-head"
- defense="2"
- weight="10">
- <sprite>equipment/head/fluffyhat.xml</sprite>
- </item>
- <item id="753"
- image="generic/batwing.png"
- name="Bat Wing"
- description="The wing from a bat."
- type="generic"
- weight="3"/>
- <item id="754"
- image="generic/batteeth.png"
- name="Bat Teeth"
- description="The teeth from a bat. Rather sharp."
- type="generic"
- weight="2"/>
- <item id="755"
- image="equipment/chest/assassintop.png"
- name="Assassin Shirt"
- description="Shirt for a master assassin."
- effect="M. Attack -5"
- type="equip-torso"
- defense="10"
- agi="10"
- weight="15">
- <sprite gender="male">equipment/chest/assassin-male.xml</sprite>
- <sprite gender="female">equipment/chest/assassin-female.xml</sprite>
- </item>
- <item id="756"
- image="equipment/hands/assassingloves.png"
- name="Assassin Gloves"
- description="Gloves for a master assassin."
- effect="M. Attack -3"
- type="equip-arms"
- defense="5"
- agi="5"
- weight="9">
- <sprite gender="male">equipment/hands/assassin-male.xml</sprite>
- <sprite gender="female">equipment/hands/assassin-female.xml</sprite>
- </item>
- <item id="757"
- image="equipment/feet/assassinboots.png"
- name="Assassin Boots"
- description="Boots for a master assassin."
- effect="M. Attack -3"
- type="equip-feet"
- defense="5"
- agi="5"
- weight="10">
- <sprite gender="male">equipment/feet/assassin-boots-male.xml</sprite>
- <sprite gender="female">equipment/feet/assassin-boots-female.xml</sprite>
- </item>
- <item id="758"
- image="equipment/weapon/staff-woodstaff.png"
- name="Wooden Staff"
- description="A basic wooden staff."
- effect="Damage +50 / M. Attack +5"
- type="equip-2hand"
- weapon-type="polearm"
- attack-action="attack"
- weight="1000">
- <sprite>weapon-staff.xml</sprite>
- </item>
- <item id="759"
- image="equipment/head/paladin-helm.png"
- name="Paladin's Helmet"
- description="Worn only by paladins."
- type="equip-head"
- defense="19"
- weight="43">
- <sprite>equipment/head/paladinhelm.xml</sprite>
- </item>
- <item id="760"
- image="equipment/head/overlord-helm.png"
- name="Overlord's Helmet"
- description="Worn by the greatest warriors."
- type="equip-head"
- defense="20"
- weight="45">
- <sprite>equipment/head/overlordhelm.xml</sprite>
- </item>
- <item id="761"
- image="equipment/head/desert-helmet.png"
- name="Desert Helmet"
- description="The perfect desert warriors' helmet."
- type="equip-head"
- weight="48"
- defense="21">
- <sprite>equipment/head/desert-helmet.xml</sprite>
- </item>
- <item id="762"
- image="equipment/ammo/arrow.png|W:#8B4513"
- name="Terranite Arrow"
- description="A terranite arrow."
- effect="Damage +50 / Critical Damage +10"
- type="equip-ammo"
- weight="1"/>
- <item id="763"
- image="generic/terraniteore.png"
- name="Terranite Ore"
- description="Some ore collected out of terranite."
- type="generic"
- weight="40"/>
- <item id="764"
- image="equipment/head/sailor_hat.png"
- name="Sailor Hat"
- description="A hat worn by brave sailors."
- type="equip-head"
- defense="5"
- weight="5">
- <sprite>equipment/head/sailor-hat.xml</sprite>
- </item>
- <item id="765"
- image="equipment/head/captain_hat.png"
- name="Captain's Hat"
- description="A hat worn by the bravest captains."
- type="equip-head"
- defense="15"
- weight="8">
- <sprite>equipment/head/captain-hat.xml</sprite>
- </item>
- <item id="766"
- image="equipment/head/terranitehelm.png"
- name="Terranite Helmet"
- description="A magical helmet made out of semi-polished granite that was enchanted to be very light. Great for mages on the battlefield."
- effect="M. Attack -12 / M. Defense +5"
- type="equip-head"
- defense="15"
- weight="300">
- <sprite>equipment/head/terranitehelm.xml</sprite>
- </item>
- <item id="767"
- image="equipment/chest/terranite.png"
- name="Terranite Chest Armor"
- description="A nice piece of armor made out of terranite ore."
- effect="M. Attack -70 / M. Defense +10"
- type="equip-torso"
- defense="20"
- dex="1"
- weight="800">
- <sprite gender="male">equipment/chest/terranite-male.xml</sprite>
- <sprite gender="female">equipment/chest/terranite-female.xml</sprite>
- </item>
- <item id="768"
- image="equipment/legs/terranitepants.png"
- name="Terranite Legs"
- description="Leggings made out of terranite."
- effect="M. Attack -8 / M. Defense +5"
- type="equip-legs"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/legs/terranite-male.xml</sprite>
- <sprite gender="female">equipment/legs/terranite-female.xml</sprite>
- </item>
- <item id="769"
- image="equipment/head/guyfawkes.png"
- name="Guy Fawkes Mask"
- description="The famous Guy Fawkes mask."
- type="equip-head"
- weight="30"
- defense="3">
- <sprite>equipment/head/guyfawkes.xml</sprite>
- </item>
- <item id="770"
- image="equipment/head/fairy_hat.png"
- name="Fairy Hat"
- description="The famous hat worn by Robin Hood."
- effect="M. Attack -10"
- type="equip-head"
- defense="5"
- luck="3"
- weight="20">
- <sprite>equipment/head/fairy_hat.xml</sprite>
- </item>
- <item id="771"
- image="equipment/legs/miniskirt.png|W:#a4b2b2,ffffff"
- name="Miniskirt"
- description="A short skirt for hot summer days."
- effect="M. Attack -8"
- defense="4"
- type="equip-legs"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="772"
- image="generic/spice.png|R:#ffff00"
- name="Wisp Powder"
- description="Powder from a wisp."
- type="generic"
- weight="3"/>
- <item id="773"
- image="generic/spice.png|R:#ff00ff"
- name="Spectre Powder"
- description="Powder from a spectre."
- type="generic"
- weight="3"/>
- <item id="774"
- image="generic/spice.png|R:#00ffff"
- name="Poltergeist Powder"
- description="Powder from a poltergeist."
- type="generic"
- weight="3"/>
- <item id="775"
- image="generic/bone.png"
- name="Bone"
- description="A bone."
- type="generic"
- weight="10"/>
- <item id="776"
- image="generic/skull.png"
- name="Skull"
- description="A skull."
- type="generic"
- weight="30"/>
- <item id="777"
- image="generic/rags-rotten.png"
- name="Rotten Rags"
- description="Rotten rags from an undead creature."
- type="generic"
- weight="15"/>
- <item id="778"
- image="generic/heart-diseased.png"
- name="Diseased Heart"
- description="A diseased heart. Likely from a zombie."
- type="generic"
- weight="10"/>
- <item id="779"
- image="generic/ear-zombie.png"
- name="Undead Ear"
- description="An ear from a zombie."
- type="generic"
- weight="5"/>
- <item id="780"
- image="generic/eyeball.png"
- name="Undead Eye"
- description="An eye from a zombie."
- type="generic"
- weight="3"/>
- <item id="781"
- image="equipment/head/witch-doctor-mask.png"
- name="Witch Doctor's Mask"
- description="A crazy mask from the Voodoo doctor."
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/witch-doctor-mask.xml</sprite>
- </item>
- <item id="782"
- image="equipment/chest/forest-armor.png"
- name="Forest Armor"
- description="A clean and comfortable mantle with dags made for the finest stalkers."
- effect="M. Attack -20"
- type="equip-torso"
- defense="10"
- dex="3"
- weight="30">
- <sprite gender="male">equipment/chest/forest-armor-male.xml</sprite>
- <sprite gender="female">equipment/chest/forest-armor-female.xml</sprite>
- </item>
- <item id="783"
- image="equipment/chest/valentine-dress.png|R:#bf0e08"
- name="Platyna Red Dress"
- description="A silken dress with soft lace trim. If you damage it, you'll never get it to look good again. In special Platyna red."
- effect="M. Attack +3"
- type="equip-torso"
- defense="15"
- weight="35">
- <sprite gender="male">equipment/chest/valentine-dress.xml|#bf0e08</sprite>
- <sprite gender="female">equipment/chest/valentine-dress.xml|#bf0e08</sprite>
- </item>
- <item id="784"
- image="use/food/zombie-nachos.png"
- name="Zombie Nachos"
- description="The flavor is in the brains."
- type="usable"
- hp="60"
- weight="5"/>
- <item id="785"
- image="use/food/lady-fingers.png"
- name="Lady Fingers"
- description="Made with simulated lady fingers."
- type="usable"
- hp="40"
- weight="5"/>
- <item id="786"
- image="use/food/jello.png"
- name="Slime Jell-Ahh"
- description="Finally, an edible form of slime!"
- type="usable"
- hp="50"
- weight="5"/>
- <item id="787"
- image="use/food/snapple.png"
- name="Snapple"
- description="Bite it before it bites you!"
- type="usable"
- hp="70"
- weight="5"/>
- <item id="788"
- image="use/food/juice.png"
- name="Beetle Juice"
- description="Thist quencing and nutritious!"
- type="usable"
- hp="50"
- weight="5"/>
- <item id="789"
- image="use/food/skull-mug.png"
- name="Gut Buster Ale"
- description="If you can survive the first gulp, the rest goes down smooth."
- type="usable"
- hp="60"
- weight="5"/>
- <item id="790"
- image="use/food/wine.png"
- name="Blood Wine"
- description="A good vintage."
- type="usable"
- hp="100"
- weight="5"/>
- <item id="791"
- image="equipment/chest/tanktop.png|W:#412300,c9866b,8d4900"
- name="Yeti Skin Shirt"
- description="A shirt made of hardened yeti skin."
- effect="M. Attack -12"
- type="equip-torso"
- weight="20"
- defense="12">
- <sprite gender="male">equipment/chest/leather-male.xml|#573a26,c9866b,d3b79e,ffffff;#b96b3d,fbf5f1</sprite>
- <sprite gender="female">equipment/chest/leather-female.xml|#412300,c9866b,8d4900;#ffff00</sprite>
- </item>
- <item id="792"
- image="equipment/feet/bromenalboots.png"
- name="Bromenal Boots"
- description="A pair of bromenal boots."
- effect="M. Attack -2"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/bromenalboots-male.xml</sprite>
- <sprite gender="female">equipment/feet/bromenalboots-female.xml</sprite>
- </item>
- <item id="793"
- image="equipment/chest/bromenalchest.png"
- name="Bromenal Chest"
- description="A bromenal chest armor."
- effect="M. Attack -170"
- type="equip-torso"
- weight="2000"
- defense="25">
- <sprite gender="male">equipment/chest/bromenalchest-male.xml|#fbf5e9</sprite>
- <sprite gender="female">equipment/chest/bromenalchest-female.xml|#fbf5e9</sprite>
- </item>
- <item id="794"
- image="equipment/hands/bromenalgloves.png"
- name="Bromenal Gloves"
- description="A pair of bromenal gloves."
- effect="M. Attack -20"
- type="equip-arms"
- weight="40"
- defense="4">
- <sprite gender="male">equipment/hands/bromenalgloves-male.xml</sprite>
- <sprite gender="female">equipment/hands/bromenalgloves-female.xml</sprite>
- </item>
- <item id="795"
- image="equipment/head/bromenalhelmet.png"
- name="Bromenal Helmet"
- description="A hard bromenal helmet."
- effect="M. Attack -30"
- type="equip-head"
- defense="15"
- weight="400">
- <sprite>equipment/head/bromenalhelmet.xml</sprite>
- </item>
- <item id="796"
- image="equipment/legs/bromenallegs.png"
- name="Bromenal Legs"
- description="A bromenal leg armor."
- effect="M. Attack -12"
- type="equip-legs"
- weight="150"
- defense="">
- <sprite gender="male">equipment/legs/bromenallegs-male.xml</sprite>
- <sprite gender="female">equipment/legs/bromenallegs-female.xml</sprite>
- </item>
- <item id="797"
- image="equipment/shield/bromenal.png"
- name="Bromenal Shield"
- description="A shield made of bromenal."
- effect="M. Attack -200"
- type="equip-shield"
- defense="20"
- weight="2500"/>
- <item id="798"
- image="equipment/chest/sorcerer-robe.png"
- name="Sorcerer Robe (Red)"
- description="A red lined sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="5">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#ffffff</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#ffffff</sprite>
- </item>
- <item id="799"
- image="generic/mylarin-dust.png"
- name="Mylarin Dust"
- description="a bottle of mylarin particles."
- type="generic"
- weight="3"/>
- <item id="800"
- image="equipment/head/bowler-hat-brown.png"
- name="Bowler Hat (Brown)"
- description="A hat for those with a bit of class."
- effect="M. Attack +2"
- type="equip-head"
- weight="30"
- defense="10">
- <sprite>equipment/head/bowler-hat-brown.xml</sprite>
- </item>
- <item id="801"
- image="equipment/head/pinkie-helmet.png"
- name="Pinkie Helmet"
- description="A helmet of Pinkie warriors."
- effect="M. Attack -20"
- type="equip-head"
- defense="10"
- luck="1"
- weight="800">
- <sprite>equipment/head/pinkie-helmet.xml</sprite>
- </item>
- <item id="802"
- image="generic/easterbasket.png"
- name="Easter Basket"
- description="A nice basket to put easter presents in."
- type="generic"
- weight="10"/>
- <item id="803"
- image="generic/grassliner.png"
- name="Grass Liner"
- description="Very good for putting something breakable on it."
- type="generic"
- weight="5"/>
- <item id="804"
- image="generic/jellybeans.png"
- name="Jelly Beans"
- description="Colorful and tasty Jelly Beans."
- type="generic"
- weight="2"/>
- <item id="805"
- image="generic/chocolatemouboo.png"
- name="Chocolate Mouboo"
- description="A mouboo made out of chocolate. It's hard not to bite it."
- type="generic"
- weight="3"/>
- <item id="806"
- image="generic/reedbundle.png"
- name="Reed Bundle"
- description="A bundle of reed."
- type="generic"
- weight="7"/>
- <item id="807"
- image="generic/grassseeds.png"
- name="Grass Seeds"
- description="Some grass seeds."
- type="generic"
- weight="1"/>
- <item id="808"
- image="use/others/warp-towel.png"
- name="Hitchhiker's Towel"
- description="An inconspicuous towel."
- type="generic"
- weight="20"/>
- <item id="809"
- image="use/others/warp-towel.png|W:#5e7480,f1ffff,ffffff"
- name="White Hitchhiker's Towel"
- description="An inconspicuous white towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="810"
- image="use/others/warp-towel.png|W:#580000,a40000,c02020,ff6060"
- name="Red Hitchhiker's Towel"
- description="An inconspicuous red towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="811"
- image="use/others/warp-towel.png|W:#1f9c1f,89d689"
- name="Green Hitchhiker's Towel"
- description="An inconspicuous green towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="812"
- image="use/others/warp-towel.png|W:#4b4bbd,888af4"
- name="Blue Hitchhiker's Towel"
- description="An inconspicuous blue towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="813"
- image="use/others/warp-towel.png|W:#ccb534,f1ea8e,ffffaa"
- name="Yellow Hitchhiker's Towel"
- description="An inconspicuous yellow towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="814"
- image="use/others/warp-towel.png|W:#530a7c,b362e1,ca87ef"
- name="Purple Hitchhiker's Towel"
- description="An inconspicuous purple towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="815"
- image="use/others/warp-towel.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Hitchhiker's Towel"
- description="An inconspicuous orange towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="816"
- image="use/others/warp-towel.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Hitchhiker's Towel"
- description="An inconspicuous pink towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="817"
- image="use/others/warp-towel.png|W:#4ee2ec"
- name="Teal Hitchhiker's Towel"
- description="An inconspicuous teal towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="818"
- image="use/others/warp-towel.png|W:#41a317"
- name="Lime Hitchhiker's Towel"
- description="An inconspicuous lime towel."
- effect="A strange way of travelling."
- type="usable"
- weight="30"/>
- <item id="819"
- image="generic/gempowder.png|W:#5e7480,f1ffff,ffffff"
- name="Diamond Powder"
- description="A white powder made out of a diamond."
- type="generic"
- weight="5"/>
- <item id="820"
- image="generic/gempowder.png|W:#580000,a40000,c02020,ff6060"
- name="Ruby Powder"
- description="A red powder made out of a ruby."
- type="generic"
- weight="5"/>
- <item id="821"
- image="generic/gempowder.png|W:#1f9c1f,89d689"
- name="Emerald Powder"
- description="A green powder made out of an emerald."
- type="generic"
- weight="5"/>
- <item id="822"
- image="generic/gempowder.png|W:#4b4bbd,888af4"
- name="Sapphire Powder"
- description="A blue powder made out of a sapphire."
- type="generic"
- weight="5"/>
- <item id="823"
- image="generic/gempowder.png|W:#ccb534,f1ea8e,ffffaa"
- name="Topaz Powder"
- description="A yellow powder made out of a topaz."
- type="generic"
- weight="5"/>
- <item id="824"
- image="generic/gempowder.png|W:#530a7c,b362e1,ca87ef"
- name="Amethyst Powder"
- description="A purple powder made out of an amethyst."
- type="generic"
- weight="5"/>
- <item id="825"
- image="use/potions/a.png|G:#3636b0,ffffff"
- name="Tiny Mana Elixir"
- description="A tiny mana potion made from brewed, powerful items."
- type="usable"
- mp="25"
- weight="5"/>
- <item id="826"
- image="use/potions/d.png|G:#3636b0,ffffff"
- name="Small Mana Elixir"
- description="A small mana potion made from brewed, powerful items."
- type="usable"
- mp="50"
- weight="10"/>
- <item id="827"
- image="use/potions/b.png|G:#3636b0,ffffff"
- name="Medium Mana Elixir"
- description="A medium mana potion made from brewed, powerful items."
- type="usable"
- mp="100"
- weight="15"/>
- <item id="828"
- image="use/potions/c.png|G:#3636b0,ffffff"
- name="Large Mana Elixir"
- description="A large mana potion made from brewed, powerful items."
- type="usable"
- mp="250"
- weight="25"/>
- <item id="829"
- image="equipment/charms/fourleaf-amulet.png|W:#332f27,584a31,af7817,ffffff"
- name="Crozenite Four-Leaf Amulet"
- description="An amulet that brings the wearer luck where ever they go."
- effect="M. Attack +5"
- type="equip-charm"
- luck="1"
- weight="10"/>
- <item id="830"
- image="equipment/charms/fourleaf-amulet.png|W:#3f2e26,644435,7c513c,ffffff"
- name="Bromenal Four-Leaf Amulet"
- description="An amulet that brings the wearer good luck where ever they go."
- effect="M. Attack +5"
- type="equip-charm"
- luck="2"
- weight="10"/>
- <item id="831"
- image="equipment/charms/fourleaf-amulet.png|W:#272f33,384347,6f7e85,ffffff"
- name="Silver Four-Leaf Amulet"
- description="An amulet that brings the wearer great luck where ever they go."
- effect="M. Attack +5"
- type="equip-charm"
- luck="3"
- weight="10"/>
- <item id="832"
- image="equipment/charms/fourleaf-amulet.png|W:#857a4d,bc9600,fdd017,ffffff"
- name="Golden Four-Leaf Amulet"
- description="An amulet that brings the wearer excellent luck where ever they go."
- effect="M. Attack +5"
- type="equip-charm"
- luck="4"
- weight="10"/>
- <item id="833"
- image="generic/broken-fourleaf-amulet.png"
- name="Broken Four-Leaf Amulet"
- description="A broken four-leaf clover amulet."
- type="generic"
- weight="10"/>
- <item id="834"
- image="generic/brokendoll.png"
- name="Broken Doll"
- description="An ancient doll taken from a fallen Fey Element that used it as a lure for its young victims."
- type="generic"
- weight="15"/>
- <item id="835"
- image="generic/stinger-new.png|R:#1a160f,93774a"
- name="Hyvern Stinger"
- description="A stinger snapped off the end of a Hyvern's abdomen."
- type="generic"
- weight="10"/>
- <item id="836"
- image="generic/grub-slime.png"
- name="Grub Slime"
- description="The orifice secretions of a grub."
- type="generic"
- weight="2"/>
- <!-- ID 837 RESERVED - "Witch Root" -->
- <item id="838"
- image="use/food/lollipop2.png|M:#c21439,e81844,ffffff"
- name="Cranberry Lollipop"
- description="A lollipop with cranberry flavor."
- type="usable"
- hp="750"
- weight="1"/>
- <item id="839"
- image="use/food/lollipop2.png"
- name="Grape Lollipop"
- description="A lollipop with grape flavor."
- type="usable"
- hp="750"
- weight="1"/>
- <item id="840"
- image="use/food/lollipop2.png|M:#f4950d,f4be40,ffffff"
- name="Orange Lollipop"
- description="A lollipop with orange flavor."
- type="usable"
- hp="750"
- weight="1"/>
- <item id="841"
- image="generic/wrapping-paper-dotted.png|C:#871717,b21d1d,e81b1b,ffffff;M:#5749b0,6959ce,7b6ae9,b6abff,ffffff"
- name="Red Dotted Wrap"
- description="A role of red dotted wrapping paper."
- type="generic"
- weight="500"/>
- <item id="842"
- image="generic/wrapping-paper-dotted.png|C:#9c6d31,ba7d2e,e5a551,ffc67a,ffffff;M:#2d864c,2da457,52df83,ffffff"
- name="Yellow Dotted Wrap"
- description="A role of yellow dotted wrapping paper."
- type="generic"
- weight="500"/>
- <item id="843"
- image="generic/wrapping-paper-dotted.png|C:#5749b0,6959ce,7b6ae9,b6abff,ffffff;M:#62b23d,82d65a,a3f17f,ffffff"
- name="Blue Dotted Wrap"
- description="A role of blue dotted wrapping paper."
- type="generic"
- weight="500"/>
- <item id="844"
- image="generic/wrapping-paper-striped.png|C:#bd61c2,e37fe9,fb9fff,ffffff;M:#6724aa,9047d8,c085fb,ffffff"
- name="Purple Striped Wrap"
- description="A role of purple wrapping paper with stripes of darker purple."
- type="generic"
- weight="500"/>
- <item id="845"
- image="generic/wrapping-paper-striped.png|C:#c53838,dc4e4e,f37878,ffffff;M:#dabb4c,d7c56b,ebd937,ffe91d,ffffff"
- name="Red Golden Striped Wrap"
- description="A role of red wrapping paper with golden stripes."
- type="generic"
- weight="500"/>
- <item id="846"
- image="generic/wrapping-paper-striped.png|C:#62b23d,82d65a,a3f17f,ffffff;M:#cd6f49,f5895f,ffaf8f,ffffff"
- name="Green Red Striped Wrap"
- description="A role of greeb wrapping paper with red stripes."
- type="generic"
- weight="500"/>
- <item id="847"
- image="generic/plushmouboo.png"
- name="Plush Mouboo"
- description="A mouboo made of plush. How cute!"
- type="generic"
- weight="200"/>
- <item id="848"
- image="equipment/head/earmuffs.png"
- name="Earmuffs"
- description="This earmuffs can keep your ears enjoyably warm."
- effect="M. Attack -1"
- type="equip-head"
- defense="2"
- weight="20">
- <sprite>equipment/head/earmuffs.xml</sprite>
- </item>
- <item id="849"
- image="generic/christmasbox-open.png"
- name="Open Present Box"
- description="An open box where you can put in some present."
- type="generic"
- weight="20"/>
- <item id="850"
- image="generic/christmasbox-closed.png"
- name="Closed Christmas Box"
- description="A closed, but yet unwrapped box that should contain some Christmas present."
- type="generic"
- weight="200"/>
- <item id="851"
- image="generic/reinboo-stick.png"
- name="Stick Reinboo"
- description="A stick reinboo. This is fun!"
- type="generic"
- weight="50"/>
- <item id="852"
- image="generic/leatherball.png"
- name="Leather Ball"
- description="A leather ball handmade by Santa's helpers."
- type="generic"
- weight="20"/>
- <item id="853"
- image="generic/doll.png"
- name="Doll"
- description="A cute red-haired doll with a blue dress."
- type="generic"
- weight="30"/>
- <item id="854"
- image="equipment/head/elf-nightcap.png"
- name="Elf Nightcap"
- description="A comfortable nightcap worn by Santa's helpers."
- effect="M. Attack 5"
- type="equip-head"
- defense="3"
- weight="50">
- <sprite>equipment/head/elf-nightcap.xml</sprite>
- </item>
- <item id="855"
- image="equipment/head/sunglasses.png"
- name="Sunglasses"
- description="Some stealthy sunglasses hiding your eyes from skeptical eyes."
- effect="M. Attack 6"
- type="equip-head"
- defense="2"
- weight="10">
- <sprite>equipment/head/sunglasses.xml</sprite>
- </item>
- <item id="856"
- image="equipment/head/knit-cap.png"
- name="Knit Cap"
- description="A knitted cap keeping your head warm in the crual cold."
- effect="M. Attack 0"
- type="equip-head"
- defense="3"
- weight="50">
- <sprite>equipment/head/knit-cap.xml</sprite>
- </item>
- <item id="857"
- image="equipment/legs/pants.png|W:#2a2117,2f2112,493219,61411e,724c22,a97e4f"
- name="Leather Trousers"
- description="Trousers made out of robust leather."
- effect="M. Attack -4, Accuracy +2"
- type="equip-legs"
- defense="5"
- weight="25">
- <sprite gender="male">equipment/legs/pants-male.xml|#2a2117,2f2112,493219,61411e,724c22,a97e4f</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#2a2117,2f2112,493219,61411e,724c22,a97e4f</sprite>
- </item>
- <item id="858"
- image="generic/wolvern-tooth.png"
- name="Wolvern Tooth"
- description="A tooth from a wolvern."
- type="generic"
- weight="1"/>
- <item id="859"
- image="generic/wolvern-pelt.png|W:#000000,64727a,8996a0,a6afbf,dce9f3,ffffff"
- name="Wolvern Pelt"
- description="The pelt of a wolvern. Can be used to make clothes, blankets, or tents."
- type="generic"
- weight="50"/>
- <item id="860"
- image="generic/squirrel-pelt.png|R:#dfae76"
- name="Squirrel Pelt"
- description="The pelt of a squirrel. Trophy of the less experienced hunters, can be used to create clothes."
- type="generic"
- weight="20"/>
- <item id="861"
- image="generic/tuber.png"
- name="White Bell Tuber"
- description="A tuber of the White Bell flower. Alible, but only edible after cooking."
- type="generic"
- weight="3"/>
- <item id="862"
- image="generic/bottle-ice.png"
- name="Iced Water"
- description="A bottle containing iced water."
- type="generic"
- weight="10"/>
- <item id="863"
- image="generic/silvermirror.png"
- name="Silver Mirror"
- description="This mirror has some mysterious aura around it."
- type="generic"
- weight="10"/>
- <item id="864"
- image="generic/spell-book-page.png"
- name="Book Page"
- description="A piece of paper which seems to be a page ripped out of some book."
- type="generic"
- weight="1"/>
- <item id="865"
- image="generic/spell-book.png"
- name="Grimoire"
- description="An ancient spellbook filled with the wisdom of generations of magic. If you could only read it!"
- type="generic"
- weight="100"/>
- <item id="866"
- image="generic/leathersuitcase.png"
- name="Leather Suitcase"
- description="A really heavy leather suitcase."
- type="generic"
- weight="12000"/>
- <!-- HERE ARE SOME UNUSED ITEM IDS -->
-
- <item id="1198"
- image="generic/spectral-orb.png|R:#ff6600,ff9933,ffff33"
- name="Jack O Soul"
- description="The soul of a Jack O."
- type="generic"
- weight="1"/>
- <item id="1199"
- image="equipment/ammo/arrow.png"
- name="Arrow"
- description="A standard arrow."
- effect="Damage +20"
- type="equip-ammo"
- weight="1"/>
- <item id="1200"
- image="equipment/weapon/bow-bow.png"
- name="Bow"
- description="A distance weapon."
- effect="Damage +15 / Range 5"
- type="equip-2hand"
- weight="20"
- missile-particle="graphics/particles/arrow.particle.xml"
- weapon-type="bow"
- attack-action="attack_bow">
- <sprite>weapon-bow.xml</sprite>
- <!-- <sound event="strike">weapons/bows/bow_shoot_1.ogg</sound> -->
- </item>
- <item id="1201"
- image="equipment/weapon/dagger-knive.png"
- name="Knife"
- description="A small knife; the perfect weapon for a beginner."
- effect="Damage +5"
- type="equip-1hand"
- weight="120"
- weapon-type="knife"
- attack-action="attack">
- <sprite>weapon-dagger.xml</sprite>
- </item>
- <item id="1202"
- image="equipment/chest/cottonshirt.png|W:#a4b2b2,ffffff"
- name="Cotton Shirt"
- description="A shirt made of 100% cotton."
- effect="M. Attack -2"
- type="equip-torso"
- defense="2"
- weight="13">
- <sprite gender="male">equipment/chest/cotton-male.xml|#a4b2b2,ffffff</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#a4b2b2,ffffff</sprite>
- </item>
- <item id="1203"
- image="equipment/head/rangerhat.png"
- name="Ranger Hat"
- description="A leather hat traditionally worn by rangers."
- effect="M. Attack -1"
- type="equip-head"
- defense="2"
- weight="20">
- <sprite>equipment/head/rangerhat.xml</sprite>
- </item>
- <item id="1204"
- image="equipment/head/antlerhat.png"
- name="Antler Hat"
- description="A hat with antlers sticking out of it."
- effect="M. Attack +4"
- type="equip-head"
- defense="4"
- weight="15">
- <sprite>equipment/head/antlerhat.xml</sprite>
- </item>
- <item id="1205"
- image="equipment/head/christmastree.png"
- name="Christmas Tree Hat"
- description="A hat shaped like a Christmas tree."
- type="equip-head"
- defense="2"
- weight="20">
- <sprite>equipment/head/christmastree.xml</sprite>
- </item>
- <item id="1206"
- image="equipment/head/santabeardhat.png"
- name="Santa Beard Hat"
- description="Now you will look just like Santa Claus!"
- effect="M. Attack +2"
- type="equip-head"
- defense="5"
- weight="20">
- <sprite>equipment/head/santabeardhat.xml</sprite>
- </item>
- <item id="1207"
- image="generic/redstocking.png"
- name="Red Christmas Stocking"
- description="Eww, it's smelly!"
- type="generic"
- weight="10"/>
- <item id="1208"
- image="generic/easteregg-red.png"
- name="Red Easter Egg"
- description="A red easter egg. Find all six different easter eggs to win a prize."
- type="generic"
- weight="10"/>
- <item id="1209"
- image="generic/easteregg-green.png"
- name="Green Easter Egg"
- description="A green easter egg. Find all six different easter eggs to win a prize."
- type="generic"
- weight="10"/>
- <item id="1210"
- image="generic/easteregg-blue.png"
- name="Blue Easter Egg"
- description="A blue easter egg. Find all six different easter eggs to win a prize."
- type="generic"
- weight="10"/>
- <item id="1211"
- image="generic/easteregg-yellow.png"
- name="Yellow Easter Egg"
- description="A yellow easter egg. Find all six different easter eggs to win a prize."
- type="generic"
- weight="10"/>
- <item id="1212"
- image="generic/easteregg-pink.png"
- name="Pink Easter Egg"
- description="A pink easter egg. Find all six different easter eggs to win a prize."
- type="generic"
- weight="10"/>
- <item id="1213"
- image="generic/easteregg-teal.png"
- name="Teal Easter Egg"
- description="A teal easter egg. Find all six different easter eggs to win a prize."
- type="generic"
- weight="10"/>
- <item id="1214"
- image="equipment/head/bunnyears.png"
- name="Bunny Ears"
- description="A headband with plush bunny ears."
- effect="M. Attack +1"
- type="equip-head"
- defense="10"
- weight="20">
- <sprite>equipment/head/bunnyears.xml</sprite>
- </item>
- <item id="1215"
- image="equipment/weapon/sword-sabre.png"
- name="Toy Sabre"
- description="A toy item, doesn't do much damage."
- effect="Damage +1"
- type="equip-1hand"
- weapon-type="sword"
- weight="1">
- <sprite>weapon-dagger.xml</sprite>
- <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
- <sound event="hit">weapons/swords/sabre-hit1.ogg</sound>
- </item>
- <item id="1216"
- image="equipment/head/mouboohead.png"
- name="Mouboo Head"
- description="A tightly fitting mouboo head."
- type="equip-head"
- defense="1"
- weight="80">
- <sprite>equipment/head/mouboohead.xml</sprite>
- </item>
- <item id="1217"
- image="equipment/head/catears.png|M:#774444;W:#777777"
- name="Cat Ears"
- description="A pair of plush cat ears. Meow!"
- effect="M. Attack +1"
- type="equip-head"
- defense="1"
- agi="3"
- weight="20">
- <sprite>equipment/head/catears.xml|#774444;#777777</sprite>
- </item>
- <item id="1218"
- image="equipment/head/paperbag.png"
- name="Paper Bag"
- description="A paper bag with eye holes."
- effect="M. Attack -1"
- type="equip-head"
- defense="1"
- agi="-1"
- weight="10">
- <sprite>equipment/head/paperbag.xml</sprite>
- </item>
- <item id="1219"
- image="equipment/head/moubootaurhead.png"
- name="Moubootaur Head"
- description="The Moubootaur's head."
- type="equip-head"
- defense="1"
- weight="80">
- <sprite>equipment/head/moubootaurhead.xml</sprite>
- </item>
- <item id="1220"
- image="equipment/head/parsley-earplugs.png"
- name="Bunch of Parsley"
- description="A bunch of parsley, useful for salads and many other dishes. In a pinch, it doubles as earplugs."
- type="equip-head"
- defense="1"
- weight="1">
- <sprite>equipment/head/parsley-earplugs.xml</sprite>
- </item>
- <item id="1221"
- image="equipment/head/skullmask.png"
- name="Skull Mask"
- description="A mask made out of bones."
- effect="M. Attack +5"
- type="equip-head"
- defense="3"
- weight="150">
- <sprite>equipment/head/skullmask.xml</sprite>
- </item>
- <item id="1222"
- image="generic/claylump_small.png"
- name="Small Piece of Clay"
- description="A small piece of clay, used to make different shapes."
- type="generic"
- weight="5"/>
- <item id="1223"
- image="generic/claylump_big.png"
- name="Big Piece of White Clay"
- description="A big piece of white clay, used to make bigger shapes."
- type="generic"
- weight="10"/>
- <item id="1224"
- image="generic/scroll.png"
- name="Scroll of Paper"
- description="A scroll made of fine paper."
- type="generic"
- weight="1"/>
- <item id="1225"
- image="use/scrolls/firescroll.png"
- name="Fire Scroll"
- description="A scroll on which is written an ancient formula giving birth to fire."
- type="generic"
- weight="1"/>
- <item id="1226"
- image="generic/silverbell.png"
- name="Silver Bell"
- description="A tiny bell made of silver."
- type="generic"
- weight="25"/>
- <item id="1227"
- image="equipment/charms/enchanter.png"
- name="Enchanter's Amulet"
- description="An amulet made for true enchanters."
- type="equip-charm"
- weight="1"/>
- <item id="1228"
- image="generic/crystal.png|W:#ba58ff,d496ff,ffffff"
- name="Light Crystal"
- description="A light crystal that emits an angelic aura."
- type="generic"
- weight="10"/>
- <item id="1229"
- image="use/food/caramelapple.png"
- name="Caramel Apple"
- description="A caramel coated apple, complete with stick. Rots teeth, tastes good."
- type="usable"
- hp="1000"
- weight="5"/>
- <item id="1230"
- image="use/food/lollipop.png|W:#2502d6"
- name="Booberry Blue Lollipop"
- description="A lollipop. Mmm."
- type="usable"
- hp="800"
- weight="1"/>
- <item id="1231"
- image="use/food/lollipop.png|W:#00ba16"
- name="Ghastly Green Lollipop"
- description="A lollipop. Tasty."
- type="usable"
- hp="800"
- weight="1"/>
- <item id="1232"
- image="use/food/lollipop.png|W:#e00418"
- name="Blood Red Lollipop"
- description="A lollipop. Yum."
- type="usable"
- hp="800"
- weight="1"/>
- <item id="1233"
- image="generic/fakefangs.png"
- name="Cheap Plastic Fangs"
- description="A costumed Dracula's must. Doesn't really suck blood."
- type="generic"
- weight="1"/>
- <item id="1234"
- image="generic/christmasbulb.png|W:#f00000"
- name="Red Christmas Ornament"
- description="An ornament from Santa's tree."
- type="generic"
- weight="1"/>
- <item id="1235"
- image="generic/christmasbulb.png|W:#f0e000"
- name="Yellow Christmas Ornament"
- description="An ornament from Santa's tree."
- type="generic"
- weight="1"/>
- <item id="1236"
- image="generic/christmasbulb.png|W:#00f000"
- name="Green Christmas Ornament"
- description="An ornament from Santa's tree."
- type="generic"
- weight="1"/>
- <item id="1237"
- image="generic/christmasbulb.png|W:#00f0ee"
- name="Aqua Christmas Ornament"
- description="An ornament from Santa's tree."
- type="generic"
- weight="1"/>
- <item id="1238"
- image="generic/christmasbulb.png|W:#0000d0"
- name="Blue Christmas Ornament"
- description="An ornament from Santa's tree."
- type="generic"
- weight="1"/>
- <item id="1239"
- image="generic/christmasbulb.png|W:#d000ef"
- name="Purple Christmas Ornament"
- description="An ornament from Santa's tree."
- type="generic"
- weight="1"/>
- <item id="1240"
- image="generic/santaglobe.png"
- name="Santa Snow Globe"
- description="An snow globe featuring Santa."
- type="generic"
- weight="1"/>
- <item id="1241"
- image="generic/snowmanglobe.png"
- name="Snowman Snow Globe"
- description="An snow globe featuring a snowman."
- type="generic"
- weight="1"/>
- <item id="1242"
- image="equipment/head/snowgoggles.png"
- name="Snow Goggles"
- description="Snow Goggles to keep your eyeballs from freezing."
- effect="M. Attack -2"
- type="equip-head"
- defense="5"
- weight="10">
- <sprite>equipment/head/snowgoggles.xml</sprite>
- </item>
-
- <!-- RESERVED -->
-
- <item id="1244"
- image="generic/iten.png"
- name="Dark Talisman"
- description="A small cube. It radiates unimaginable power, and is quite dizzying to look at."
- effect="Unimaginable powers to a successful wielder. M. Attack +100"
- type="equip-torso"
- >
- <sprite>equipment/override/skeleton.xml</sprite>
- <particlefx>graphics/particles/wisp.particle.xml</particlefx>
- </item>
- <item id="1245"
- image="generic/bent-needle.png"
- name="Bent Needle"
- description="A twisted needle. It would be difficult to find one in a haystack, for example."
- effect="This item has no use."
- type="generic"
- weight="3"/>
- <item id="1246"
- image="generic/dark-easter-egg.png"
- name="Dark Easter Egg"
- description="A smooth chocolate easter egg."
- effect="This item has no use."
- type="generic"
- weight="10"/>
- <item id="1247"
- image="equipment/head/heart-glasses.png"
- name="Heart Glasses"
- description="Heart Glasses from another universe. Decisions were different there."
- effect="M. Attack +5"
- type="equip-head"
- defense="4"
- weight="20">
- <sprite>equipment/head/heart-glasses.xml</sprite>
- </item>
- <item id="1248"
- image="use/food/blueberries.png"
- name="Blueberries"
- description="Near to bursting with sweet juice."
- type="usable"
- hp="200"
- weight="6"/>
- <item id="1249"
- image="generic/strange-coin.png"
- name="Strange Coin"
- description="A strange coin. The markings on it are unlike anything you have ever seen before."
- effect="This item has no use."
- type="generic"
- weight="3"/>
- <item id="1250"
- image="use/food/pear.png"
- name="Pear"
- description="Juicy, crunchy, and delicious."
- type="usable"
- hp="150"
- weight="7"/>
- <item id="1251"
- image="use/food/plum.png"
- name="Plum"
- description="A plum that is both sweet and sour."
- type="usable"
- hp="100"
- weight="10"/>
- <item id="1252"
- image="use/food/cherry.png"
- name="Cherry"
- description="A small but delectable cherry."
- type="usable"
- hp="50"
- weight="5"/>
- <item id="1253"
- image="use/food/apple.png|R:#b3ab77;Y:#ffc030;G:#66cc33"
- name="Golden Delicious Apple"
- description="A golden apple. Taken from a tree of many fruits from a distant world."
- type="usable"
- hp="200"
- weight="30"/>
- <item id="1254"
- image="generic/dark-petal.png"
- name="Dark Petal"
- description="A single, dark, petal, oddly heavy. The edges of the petal are unusually hard, and have a slightly reflective shine to them. But looking into the gleam, you can only see fire..."
- effect="A ticket between worlds. If you should find yourself transported by one, be sure not to lose it, lest you become trapped indefinitely. This item cannot be used directly."
- type="generic"
- weight="250"/>
- <item id="1255"
- image="equipment/head/rabbit-ears.png|W:#ffffff"
- name="White Rabbit Ears"
- description="A headband with rabbit ears, pure white."
- effect="M. Attack +4"
- defense="5"
- type="equip-head"
- weight="20">
- <sprite>equipment/head/rabbit-ears.xml|#ffffff</sprite>
- </item>
- <item id="1256"
- image="equipment/head/eggshell-hat.png"
- name="Eggshell Hat"
- description="A novelty hat shaped like an eggshell half."
- type="equip-head"
- defense="12"
- agi="-1"
- weight="15">
- <sprite>equipment/head/eggshell.xml</sprite>
- </item>
- <item id="1257"
- image="generic/flawed-lens.png"
- name="Flawed Lens"
- description="A failed attempt at making a lens with powerful properties. Perhaps, one day, you will be able to salvage the remains from this effort."
- effect="This item has no use."
- type="generic"
- weight="3"/>
- <item id="1258"
- image="use/food/honey.png"
- name="Honey"
- description="A sweet food made by certain insects using nectar from flowers."
- type="usable"
- hp="100"
- weight="20"/>
- <item id="1276"
- image="equipment/head/opera-mask.png"
- name="Opera Mask"
- description="Pale and broken. There is surely a story to be told here."
- type="equip-head"
- defense="3"
- weight="50">
- <sprite>equipment/head/operamask.xml</sprite>
- </item>
- <item id="1277"
- image="equipment/head/jestermask.png"
- name="Jester Mask"
- description="Laughter with bells on."
- type="equip-head"
- defense="3"
- weight="50">
- <sprite>equipment/head/jestermask.xml</sprite>
- </item>
- <item id="1278"
- image="equipment/head/witch-hat.png"
- name="Witch Hat"
- description="Big, dark, and pointy. It looks a bit out of place."
- type="equip-head"
- defense="3"
- weight="50">
- <sprite>equipment/head/witch-hat.xml</sprite>
- </item>
- <item id="1279"
- image="equipment/head/goblin-mask.png"
- name="Goblin Mask"
- description="A strange dark mask. Who knows what lurks behind it?"
- type="equip-head"
- defense="3"
- weight="50">
- <sprite>equipment/head/goblin-mask.xml</sprite>
- </item>
- <item id="1280"
- image="generic/scissors.png"
- name="Scissors"
- description="A pair of awkward and unwieldy scissors."
- effect="A dangerous barber."
- type="usable"
- weight="120"/>
- <item id="1281"
- image="use/food/shock-candy.png"
- name="Shock Sweet"
- description="It'll turn your hair white!"
- type="usable"
- weight="5"/>
- <item id="1282"
- image="equipment/ammo/bonedarts.png"
- name="Bone Arrows"
- description="Arrows made from bone. Not much different from the normal variety, but are much lighter."
- effect="Damage +55"
- type="equip-ammo"
- weight="0"/>
-
- <!-- The 2XXY IDs are used for recolored items on eAthena.
- XX = item
- Y = color variant
- XXY = viewID
-
- On the new server recolorable items should use the same item number
- (as long as they are functionally identical while the color is sent as
- an additional item property.
- -->
-
- <item id="2050"
- image="equipment/chest/cottonshirt.png|W:#580000,a40000,c02020,ff6060"
- name="Red Cotton Shirt"
- description="A red shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2051"
- image="equipment/chest/cottonshirt.png|W:#115511,22aa22,99dd99"
- name="Green Cotton Shirt"
- description="A green shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2052"
- image="equipment/chest/cottonshirt.png|W:#222255,6666ff"
- name="Dark Blue Cotton Shirt"
- description="A dark blue shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2053"
- image="equipment/chest/cottonshirt.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Cotton Shirt"
- description="A yellow shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2054"
- image="equipment/chest/cottonshirt.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Cotton Shirt"
- description="A light blue shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2055"
- image="equipment/chest/cottonshirt.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Cotton Shirt"
- description="A pink shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2056"
- image="equipment/chest/cottonshirt.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Cotton Shirt"
- description="A black shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2057"
- image="equipment/chest/cottonshirt.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Cotton Shirt"
- description="An orange shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2058"
- image="equipment/chest/cottonshirt.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Cotton Shirt"
- description="A purple shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2059"
- image="equipment/chest/cottonshirt.png|W:#104010,208020,30c030"
- name="Dark Green Cotton Shirt"
- description="A dark green shirt made of 100% cotton."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/chest/cotton-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/chest/cotton-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2060"
- image="equipment/chest/vnecksweater.png|W:#580000,a40000,c02020,ff6060"
- name="Red V-Neck Sweater"
- description="A thin, soft and warm red sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2061"
- image="equipment/chest/vnecksweater.png|W:#115511,22aa22,99dd99"
- name="Green V-Neck Sweater"
- description="A thin, soft and warm green sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2062"
- image="equipment/chest/vnecksweater.png|W:#222255,6666ff"
- name="Dark Blue V-Neck Sweater"
- description="A thin, soft and warm dark blue sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2063"
- image="equipment/chest/vnecksweater.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow V-Neck Sweater"
- description="A thin, soft and warm yellow sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2064"
- image="equipment/chest/vnecksweater.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue V-Neck Sweater"
- description="A thin, soft and warm light blue sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2065"
- image="equipment/chest/vnecksweater.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink V-Neck Sweater"
- description="A thin, soft and warm pink sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2066"
- image="equipment/chest/vnecksweater.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black V-Neck Sweater"
- description="A thin, soft and warm black sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2067"
- image="equipment/chest/vnecksweater.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange V-Neck Sweater"
- description="A thin, soft and warm orange sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2068"
- image="equipment/chest/vnecksweater.png|W:#4f0a76,8010c0,d699f7"
- name="Purple V-Neck Sweater"
- description="A thin, soft and warm purple sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2069"
- image="equipment/chest/vnecksweater.png|W:#104010,208020,30c030"
- name="Dark Green V-Neck Sweater"
- description="A thin, soft and warm dark green sweater."
- effect="M. Attack -16"
- type="equip-torso"
- defense="8"
- weight="35">
- <sprite gender="male">equipment/chest/vnecksweater-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/chest/vnecksweater-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2070"
- image="equipment/chest/tnecksweater.png|W:#580000,a40000,c02020,ff6060"
- name="Red Turtleneck Sweater"
- description="A thick, soft and warm red sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2071"
- image="equipment/chest/tnecksweater.png|W:#115511,22aa22,99dd99"
- name="Green Turtleneck Sweater"
- description="A thick, soft and warm green sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2072"
- image="equipment/chest/tnecksweater.png|W:#222255,6666ff"
- name="Dark Blue Turtleneck Sweater"
- description="A thick, soft and warm dark blue sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2073"
- image="equipment/chest/tnecksweater.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Turtleneck Sweater"
- description="A thick, soft and warm yellow sweater."
- type="equip-torso"
- effect="M. Attack -12"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2074"
- image="equipment/chest/tnecksweater.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Turtleneck Sweater"
- description="A thick, soft and warm light blue sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2075"
- image="equipment/chest/tnecksweater.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Turtleneck Sweater"
- description="A thick, soft and warm pink sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2076"
- image="equipment/chest/tnecksweater.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Turtleneck Sweater"
- description="A thick, soft and warm black sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2077"
- image="equipment/chest/tnecksweater.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Turtleneck Sweater"
- description="A thick, soft and warm orange sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2078"
- image="equipment/chest/tnecksweater.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Turtleneck Sweater"
- description="A thick, soft and warm purple sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2079"
- image="equipment/chest/tnecksweater.png|W:#104010,208020,30c030"
- name="Dark Green Turtleneck Sweater"
- description="A thick, soft and warm dark green sweater."
- effect="M. Attack -12"
- type="equip-torso"
- defense="6"
- weight="35">
- <sprite gender="male">equipment/chest/tnecksweater-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/chest/tnecksweater-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2080"
- image="equipment/chest/silk-robe.png|W:#580000,a40000,c02020,ff6060"
- name="Red Silk Robe"
- description="A light and shimmering red silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2081"
- image="equipment/chest/silk-robe.png|W:#115511,22aa22,99dd99"
- name="Green Silk Robe"
- description="A light and shimmering green silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2082"
- image="equipment/chest/silk-robe.png|W:#222255,6666ff"
- name="Dark Blue Silk Robe"
- description="A light and shimmering dark blue silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2083"
- image="equipment/chest/silk-robe.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Silk Robe"
- description="A light and shimmering yellow silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2084"
- image="equipment/chest/silk-robe.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Silk Robe"
- description="A light and shimmering light blue silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2085"
- image="equipment/chest/silk-robe.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Silk Robe"
- description="A light and shimmering pink silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2086"
- image="equipment/chest/silk-robe.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Silk Robe"
- description="A light and shimmering black silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2087"
- image="equipment/chest/silk-robe.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Silk Robe"
- description="A light and shimmering orange silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2088"
- image="equipment/chest/silk-robe.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Silk Robe"
- description="A light and shimmering purple silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2089"
- image="equipment/chest/silk-robe.png|W:#104010,208020,30c030"
- name="Dark Green Silk Robe"
- description="A light and shimmering dark green silk robe."
- type="equip-torso"
- defense="5"
- weight="30">
- <sprite gender="male">equipment/chest/robe-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/chest/robe-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2090"
- image="equipment/chest/tanktop.png|W:#580000,a40000,c02020,ff6060"
- name="Red Tank Top"
- description="A red sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2091"
- image="equipment/chest/tanktop.png|W:#115511,22aa22,99dd99"
- name="Green Tank Top"
- description="A green sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2092"
- image="equipment/chest/tanktop.png|W:#222255,6666ff"
- name="Dark Blue Tank Top"
- description="A dark blue sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2093"
- image="equipment/chest/tanktop.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Tank Top"
- description="A yellow sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2094" image="equipment/chest/tanktop.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Tank Top"
- description="A light blue sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2095" image="equipment/chest/tanktop.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Tank Top"
- description="A pink sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2096"
- image="equipment/chest/tanktop.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Tank Top"
- description="A black sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2097"
- image="equipment/chest/tanktop.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Tank Top"
- description="An orange sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2098" image="equipment/chest/tanktop.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Tank Top"
- description="A purple sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2099"
- image="equipment/chest/tanktop.png|W:#104010,208020,30c030"
- name="Dark Green Tank Top"
- description="A dark green sleeveless shirt for hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="12">
- <sprite gender="male">equipment/chest/tanktop-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/chest/tanktop-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2100"
- image="equipment/legs/skirt.png|W:#580000,a40000,c02020,ff6060"
- name="Red Cotton Skirt"
- description="A red skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2101"
- image="equipment/legs/skirt.png|W:#115511,22aa22,99dd99"
- name="Green Cotton Skirt"
- description="A green skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2102"
- image="equipment/legs/skirt.png|W:#222255,6666ff"
- name="Dark Blue Cotton Skirt"
- description="A dark blue skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#222255,6666ff</sprite>
- </item>
- <item id="2103"
- image="equipment/legs/skirt.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Cotton Skirt"
- description="A yellow skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2104"
- image="equipment/legs/skirt.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Cotton Skirt"
- description="A light blue skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2105"
- image="equipment/legs/skirt.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Cotton Skirt"
- description="A pink skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2106"
- image="equipment/legs/skirt.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Cotton Skirt"
- description="A black skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2107"
- image="equipment/legs/skirt.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Cotton Skirt"
- description="An orange skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2108"
- image="equipment/legs/skirt.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Cotton Skirt"
- description="A purple skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2109"
- image="equipment/legs/skirt.png|W:#104010,208020,30c030"
- name="Dark Green Cotton Skirt"
- description="A dark green skirt made of linen cloth."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="20">
- <sprite>equipment/legs/skirt.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2110"
- image="equipment/legs/shorts.png|W:#580000,a40000,c02020,ff6060"
- name="Red Cotton Shorts"
- description="Red shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2111"
- image="equipment/legs/shorts.png|W:#115511,22aa22,99dd99"
- name="Green Cotton Shorts"
- description="Green shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2112"
- image="equipment/legs/shorts.png|W:#222255,6666ff"
- name="Dark Blue Cotton Shorts"
- description="Dark blue shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2113"
- image="equipment/legs/shorts.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Cotton Shorts"
- description="Yellow shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2114"
- image="equipment/legs/shorts.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Cotton Shorts"
- description="Light blue shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2115"
- image="equipment/legs/shorts.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Cotton Shorts"
- description="Pink shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2116"
- image="equipment/legs/shorts.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Cotton Shorts"
- description="Black shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2117"
- image="equipment/legs/shorts.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Cotton Shorts"
- description="Orange shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2118"
- image="equipment/legs/shorts.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Cotton Shorts"
- description="Purple shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#520a7b,8c23c7,ca87ef</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#520a7b,8c23c7,ca87ef</sprite>
- </item>
- <item id="2119"
- image="equipment/legs/shorts.png|W:#104010,208020,30c030"
- name="Dark Green Cotton Shorts"
- description="Dark green shorts made of 100% cotton."
- effect="M. Attack -4"
- type="equip-legs"
- defense="2"
- weight="20">
- <sprite gender="male">equipment/legs/shorts-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/legs/shorts-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2120"
- image="equipment/chest/tanktop-short.png|W:#580000,a40000,c02020,ff6060"
- name="Red Short Tank Top"
- description="A short, sleeveless red shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2121"
- image="equipment/chest/tanktop-short.png|W:#115511,22aa22,99dd99"
- name="Green Short Tank Top"
- description="A short, sleeveless green shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2122"
- image="equipment/chest/tanktop-short.png|W:#222255,6666ff"
- name="Dark Blue Short Tank Top"
- description="A short, sleeveless dark blue shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2123"
- image="equipment/chest/tanktop-short.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Short Tank Top"
- description="A short, sleeveless yellow shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2124"
- image="equipment/chest/tanktop-short.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Short Tank Top"
- description="A short, sleeveless light blue shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2125"
- image="equipment/chest/tanktop-short.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Short Tank Top"
- description="A short, sleeveless pink shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2126"
- image="equipment/chest/tanktop-short.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Short Tank Top"
- description="A short, sleeveless black shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2127"
- image="equipment/chest/tanktop-short.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Short Tank Top"
- description="A short, sleeveless orange shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2128" image="equipment/chest/tanktop-short.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Short Tank Top"
- description="A short, sleeveless purple shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2129"
- image="equipment/chest/tanktop-short.png|W:#104010,208020,30c030"
- name="Dark Green Short Tank Top"
- description="A short, sleeveless dark green shirt for VERY hot summer days."
- effect="M. Attack -4"
- type="equip-torso"
- defense="2"
- weight="8">
- <sprite gender="male">equipment/chest/shorttanktop-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/chest/shorttanktop-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2130"
- image="equipment/head/deserthat.png|R:#580000,a40000,c02020,ff6060"
- name="Red Desert Hat"
- description="While the red desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2131"
- image="equipment/head/deserthat.png|R:#115511,22aa22,99dd99"
- name="Green Desert Hat"
- description="While the green desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2132"
- image="equipment/head/deserthat.png|R:#222255,6666ff"
- name="Dark Blue Desert Hat"
- description="While the dark blue desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#222255,6666ff</sprite>
- </item>
- <item id="2133"
- image="equipment/head/deserthat.png|R:#846211,dab333,fffb93,ffffff"
- name="Yellow Desert Hat"
- description="While the yellow desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2134"
- image="equipment/head/deserthat.png|R:#16486e,498ec5,e4f2fc"
- name="Light Blue Desert Hat"
- description="While the light blue desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2135"
- image="equipment/head/deserthat.png|R:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Desert Hat"
- description="While the pink desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2136"
- image="equipment/head/deserthat.png|R:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Desert Hat"
- description="While the black desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2137"
- image="equipment/head/deserthat.png|R:#80280f,b04810,ef681f,ffb830"
- name="Orange Desert Hat"
- description="While the orange desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2138"
- image="equipment/head/deserthat.png|R:#4f0a76,8010c0,d699f7"
- name="Purple Desert Hat"
- description="While the purple desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2139"
- image="equipment/head/deserthat.png|R:#104010,208020,30c030"
- name="Dark Green Desert Hat"
- description="While the dark green desert hat is perfect for sand storms, it won't help you much against a blow to the head."
- effect="M. Attack -1"
- type="equip-head"
- defense="3"
- weight="20">
- <sprite>equipment/head/deserthat.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2140"
- image="equipment/head/standardheadband.png|W:#580000,a40000,c02020,ff6060"
- name="Red Cotton Headband"
- description="Just a red cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2141"
- image="equipment/head/standardheadband.png|W:#115511,22aa22,99dd99"
- name="Green Cotton Headband"
- description="Just a green cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2142"
- image="equipment/head/standardheadband.png|W:#222255,6666ff"
- name="Dark Blue Cotton Headband"
- description="Just a dark blue cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#222255,6666ff</sprite>
- </item>
- <item id="2143"
- image="equipment/head/standardheadband.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Cotton Headband"
- description="Just a yellow cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2144"
- image="equipment/head/standardheadband.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Cotton Headband"
- description="Just a light blue cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2145"
- image="equipment/head/standardheadband.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Cotton Headband"
- description="Just a pink cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2146"
- image="equipment/head/standardheadband.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Cotton Headband"
- description="Just a black cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2147"
- image="equipment/head/standardheadband.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Cotton Headband"
- description="Just an orange cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2148"
- image="equipment/head/standardheadband.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Cotton Headband"
- description="Just a purple cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2149"
- image="equipment/head/standardheadband.png|W:#104010,208020,30c030"
- name="Dark Green Cotton Headband"
- description="Just a dark green cotton headband."
- type="equip-head"
- defense="2"
- weight="5">
- <sprite>equipment/head/standardheadband.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2150"
- image="equipment/feet/boots.png|W:#580000,a40000,c02020,ff6060"
- name="Red Cotton Boots"
- description="A red pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2151"
- image="equipment/feet/boots.png|W:#115511,22aa22,99dd99"
- name="Green Cotton Boots"
- description="A green pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2152"
- image="equipment/feet/boots.png|W:#222255,6666ff"
- name="Dark Blue Cotton Boots"
- description="A dark blue pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2153"
- image="equipment/feet/boots.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Cotton Boots"
- description="A yellow pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2154"
- image="equipment/feet/boots.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Cotton Boots"
- description="A light blue pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2155"
- image="equipment/feet/boots.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Cotton Boots"
- description="A pink pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2156"
- image="equipment/feet/boots.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Cotton Boots"
- description="A black pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2157"
- image="equipment/feet/boots.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Cotton Boots"
- description="An orange pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2158"
- image="equipment/feet/boots.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Cotton Boots"
- description="A purple pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2159"
- image="equipment/feet/boots.png|W:#104010,208020,30c030"
- name="Dark Green Cotton Boots"
- description="A dark green pair of quality cotton boots."
- effect="M. Attack +1"
- type="equip-feet"
- defense="1"
- weight="30">
- <sprite gender="male">equipment/feet/boots-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/feet/boots-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2160"
- image="equipment/hands/basicgloves.png|W:#580000,a40000,c02020,ff6060"
- name="Red Cotton Gloves"
- description="A red pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2161"
- image="equipment/hands/basicgloves.png|W:#115511,22aa22,99dd99"
- name="Green Cotton Gloves"
- description="A green pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2162"
- image="equipment/hands/basicgloves.png|W:#222255,6666ff"
- name="Dark Blue Cotton Gloves"
- description="A dark blue pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2163"
- image="equipment/hands/basicgloves.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Cotton Gloves"
- description="A yellow pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2164"
- image="equipment/hands/basicgloves.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Cotton Gloves"
- description="A light blue pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2165"
- image="equipment/hands/basicgloves.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Cotton Gloves"
- description="A pink pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2166"
- image="equipment/hands/basicgloves.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Cotton Gloves"
- description="A black pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2167"
- image="equipment/hands/basicgloves.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Cotton Gloves"
- description="An orange pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2168"
- image="equipment/hands/basicgloves.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Cotton Gloves"
- description="A purple pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2169"
- image="equipment/hands/basicgloves.png|W:#104010,208020,30c030"
- name="Dark Green Cotton Gloves"
- description="A dark green pair of comfy cotton gloves."
- effect="M. Attack -10"
- type="equip-arms"
- defense="1"
- weight="20">
- <sprite gender="male">equipment/hands/generic-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/hands/generic-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2170"
- image="equipment/legs/miniskirt.png|W:#580000,a40000,c02020,ff6060"
- name="Red Miniskirt"
- description="A red short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2171"
- image="equipment/legs/miniskirt.png|W:#115511,22aa22,99dd99"
- name="Green Miniskirt"
- description="A green short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2172"
- image="equipment/legs/miniskirt.png|W:#222255,6666ff"
- name="Dark Blue Miniskirt"
- description="A dark blue short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2173"
- image="equipment/legs/miniskirt.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Miniskirt"
- description="A yellow short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2174"
- image="equipment/legs/miniskirt.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Miniskirt"
- description="A light blue short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2175"
- image="equipment/legs/miniskirt.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Miniskirt"
- description="A pink short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2176"
- image="equipment/legs/miniskirt.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Miniskirt"
- description="A black short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2177"
- image="equipment/legs/miniskirt.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Miniskirt"
- description="An orange short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2178"
- image="equipment/legs/miniskirt.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Miniskirt"
- description="A purple short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2179"
- image="equipment/legs/miniskirt.png|W:#104010,208020,30c030"
- name="Dark Green Miniskirt"
- description="A dark green short skirt for hot summer days."
- effect="M. Attack -8"
- type="equip-legs"
- defense="4"
- weight="8">
- <sprite gender="male">equipment/legs/miniskirt-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/legs/miniskirt-female.xml|#104010,208020,30c030</sprite>
- </item>
- <item id="2180"
- image="equipment/legs/pants.png|W:#580000,a40000,c02020,ff6060"
- name="Red Cotton Trousers"
- description="Red, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2181"
- image="equipment/legs/pants.png|W:#115511,22aa22,99dd99"
- name="Green Cotton Trousers"
- description="Green, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2182"
- image="equipment/legs/pants.png|W:#222255,6666ff"
- name="Dark Blue Cotton Trousers"
- description="Dark Blue, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2183"
- image="equipment/legs/pants.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Cotton Trousers"
- description="Yellow, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2184"
- image="equipment/legs/pants.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Cotton Trousers"
- description="Light Blue, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2185"
- image="equipment/legs/pants.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Cotton Trousers"
- description="Pink, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2186"
- image="equipment/legs/pants.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Cotton Trousers"
- description="Black, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2187"
- image="equipment/legs/pants.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Cotton Trousers"
- description="Orange, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2188"
- image="equipment/legs/pants.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Cotton Trousers"
- description="Purple, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2189"
- image="equipment/legs/pants.png|W:#104010,208020,30c030"
- name="Dark Green Cotton Trousers"
- description="Dark Green, ankle-length pants made of cotton."
- effect="M. Attack -6"
- type="equip-legs"
- weight="25"
- defense="4">
- <sprite gender="male">equipment/legs/pants-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/legs/pants-female.xml|#104010,208020,30c030</sprite>
- </item>
- <item id="2190"
- image="equipment/head/rabbit-ears.png|W:#580000,a40000,c02020,ff6060"
- name="Red Rabbit Ears"
- description="A headband with rabbit ears, bright red."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2191"
- image="equipment/head/rabbit-ears.png|W:#115511,22aa22,99dd99"
- name="Green Rabbit Ears"
- description="A headband with rabbit ears, warm green."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2192"
- image="equipment/head/rabbit-ears.png|W:#222255,6666ff"
- name="Dark Blue Rabbit Ears"
- description="A headband with rabbit ears, iridescent dark blue."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#222255,6666ff</sprite>
- </item>
- <item id="2193"
- image="equipment/head/rabbit-ears.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Rabbit Ears"
- description="A headband with rabbit ears, soft yellow."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2194"
- image="equipment/head/rabbit-ears.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Rabbit Ears"
- description="A headband with rabbit ears, light blue."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2195"
- image="equipment/head/rabbit-ears.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Rabbit Ears"
- description="A headband with rabbit ears, bright pink."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2196"
- image="equipment/head/rabbit-ears.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Rabbit Ears"
- description="A headband with rabbit ears, deep black."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2197"
- image="equipment/head/rabbit-ears.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Rabbit Ears"
- description="A headband with rabbit ears, bright orange."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2198"
- image="equipment/head/rabbit-ears.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Rabbit Ears"
- description="A headband with rabbit ears, strong purple."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2199"
- image="equipment/head/rabbit-ears.png|W:#104010,208020,30c030"
- name="Dark Green Rabbit Ears"
- description="A headband with rabbit ears, dark green."
- effect="M. Attack +4"
- type="equip-head"
- defense="5"
- weight="15">
- <sprite>equipment/head/rabbit-ears.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2200"
- image="equipment/head/wizard-hat.png|W:#580000,a40000,c02020,ff6060"
- name="Red Wizard Hat"
- description="A wizard hat, bright red."
- effect="M. Attack +5"
- type="equip-head"
- defense="5"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2201"
- image="equipment/head/wizard-hat.png|W:#115511,22aa22,99dd99"
- name="Green Wizard Hat"
- description="A wizard hat, warm green."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2202"
- image="equipment/head/wizard-hat.png|W:#222255,6666ff"
- name="Dark Blue Wizard Hat"
- description="A wizard hat, iridescent dark blue."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#222255,6666ff</sprite>
- </item>
- <item id="2203"
- image="equipment/head/wizard-hat.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Wizard Hat"
- description="A wizard hat, soft yellow."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2204"
- image="equipment/head/wizard-hat.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Wizard Hat"
- description="A wizard hat, light blue."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2205"
- image="equipment/head/wizard-hat.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Wizard Hat"
- description="A wizard hat, bright pink."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2206"
- image="equipment/head/wizard-hat.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Wizard Hat"
- description="A wizard hat, deep black."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2207"
- image="equipment/head/wizard-hat.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Wizard Hat"
- description="A wizard hat, bright orange."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2208"
- image="equipment/head/wizard-hat.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Wizard Hat"
- description="A wizard hat, strong purple."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2209"
- image="equipment/head/wizard-hat.png|W:#104010,208020,30c030"
- name="Dark Green Wizard Hat"
- description="A wizard hat, dark green."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2210"
- image="equipment/head/bowler-hat.png|W:#580000,a40000,c02020,ff6060"
- name="Red Bowler Hat"
- description="A hat for those with a bit of class, with a red band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2211"
- image="equipment/head/bowler-hat.png|W:#115511,22aa22,99dd99"
- name="Green Bowler Hat"
- description="A hat for those with a bit of class, with a green band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2212"
- image="equipment/head/bowler-hat.png|W:#222255,6666ff"
- name="Dark Blue Bowler Hat"
- description="A hat for those with a bit of class, with a dark blue band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#222255,6666ff</sprite>
- </item>
- <item id="2213"
- image="equipment/head/bowler-hat.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Bowler Hat"
- description="A hat for those with a bit of class, with a yellow band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2214"
- image="equipment/head/bowler-hat.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Bowler Hat"
- description="A hat for those with a bit of class, with a light blue band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2215"
- image="equipment/head/bowler-hat.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Bowler Hat"
- description="A hat for those with a bit of class, with a pink band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2216"
- image="equipment/head/bowler-hat.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Bowler Hat"
- description="A hat for those with a bit of class, with a black band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2217"
- image="equipment/head/bowler-hat.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Bowler Hat"
- description="A hat for those with a bit of class, with an orange band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2218"
- image="equipment/head/bowler-hat.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Bowler Hat"
- description="A hat for those with a bit of class, with a purple band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2219"
- image="equipment/head/bowler-hat.png|W:#104010,208020,30c030"
- name="Dark Green Bowler Hat"
- description="A hat for those with a bit of class, with a dark green band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2220"
- image="equipment/chest/sorcerer-robe.png|W:#580000,a40000,c02020,ff6060"
- name="Red Sorcerer Robe (Red)"
- description="A red lined red sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#580000,a40000,c02020,ff6060</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2221"
- image="equipment/chest/sorcerer-robe.png|W:#115511,22aa22,99dd99"
- name="Green Sorcerer Robe (Red)"
- description="A red lined green sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#115511,22aa22,99dd99</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2222"
- image="equipment/chest/sorcerer-robe.png|W:#222255,6666ff"
- name="Dark Blue Sorcerer Robe (Red)"
- description="A red lined dark blue sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#222255,6666ff</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#222255,6666ff</sprite>
- </item>
- <item id="2223"
- image="equipment/chest/sorcerer-robe.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Sorcerer Robe (Red)"
- description="A red lined yellow sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#846211,dab333,fffb93,ffffff</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2224"
- image="equipment/chest/sorcerer-robe.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Sorcerer Robe (Red)"
- description="A red lined light blue sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#16486e,498ec5,e4f2fc</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2225"
- image="equipment/chest/sorcerer-robe.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Sorcerer Robe (Red)"
- description="A red lined pink sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2226"
- image="equipment/chest/sorcerer-robe.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Sorcerer Robe (Red)"
- description="A red lined black sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2227"
- image="equipment/chest/sorcerer-robe.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Sorcerer Robe (Red)"
- description="A red lined orange sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#80280f,b04810,ef681f,ffb830</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2228"
- image="equipment/chest/sorcerer-robe.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Sorcerer Robe (Red)"
- description="A red lined purple sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#4f0a76,8010c0,d699f7</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2229"
- image="equipment/chest/sorcerer-robe.png|W:#104010,208020,30c030"
- name="Dark Green Sorcerer Robe (Red)"
- description="A red lined dark green sorcerer robe."
- effect="M. Attack +20"
- type="equip-torso"
- defense="5"
- agi="1"
- weight="30">
- <sprite gender="male">equipment/chest/sorcerer-robe-male.xml|#104010,208020,30c030</sprite>
- <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="2230"
- image="equipment/head/bowler-hat-brown.png|W:#580000,a40000,c02020,ff6060"
- name="Red Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a red band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#580000,a40000,c02020,ff6060</sprite>
- </item>
- <item id="2231"
- image="equipment/head/bowler-hat-brown.png|W:#115511,22aa22,99dd99"
- name="Green Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a green band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#115511,22aa22,99dd99</sprite>
- </item>
- <item id="2232"
- image="equipment/head/bowler-hat-brown.png|W:#222255,6666ff"
- name="Dark Blue Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a dark blue band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#222255,6666ff</sprite>
- </item>
- <item id="2233"
- image="equipment/head/bowler-hat-brown.png|W:#846211,dab333,fffb93,ffffff"
- name="Yellow Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a yellow band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#846211,dab333,fffb93,ffffff</sprite>
- </item>
- <item id="2234"
- image="equipment/head/bowler-hat-brown.png|W:#16486e,498ec5,e4f2fc"
- name="Light Blue Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a light blue band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#16486e,498ec5,e4f2fc</sprite>
- </item>
- <item id="2235"
- image="equipment/head/bowler-hat-brown.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
- name="Pink Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a pink band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
- </item>
- <item id="2236"
- image="equipment/head/bowler-hat-brown.png|W:#111111,222222,333333,444444,555555,aaaaaa"
- name="Black Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a black band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite>
- </item>
- <item id="2237"
- image="equipment/head/bowler-hat-brown.png|W:#80280f,b04810,ef681f,ffb830"
- name="Orange Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with an orange band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#80280f,b04810,ef681f,ffb830</sprite>
- </item>
- <item id="2238"
- image="equipment/head/bowler-hat-brown.png|W:#4f0a76,8010c0,d699f7"
- name="Purple Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a purple band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#4f0a76,8010c0,d699f7</sprite>
- </item>
- <item id="2239"
- image="equipment/head/bowler-hat-brown.png|W:#104010,208020,30c030"
- name="Dark Green Bowler Hat (Brown)"
- description="A hat for those with a bit of class, with a dark green band."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat-brown.xml|#104010,208020,30c030</sprite>
- </item>
-
- <item id="3000"
- image="generic/jackolantern.png"
- name="Jack O Lantern"
- description="A pumpkin that has been carved into a super-scary face for Hallowe'en."
- type="generic"
- weight="1000"/>
- <item id="3001"
- image="generic/rubberbat.png"
- name="Rubber Bat"
- description="Squeaks when you squeeze it."
- type="generic"
- weight="30"/>
- <item id="3002"
- image="generic/realisticbrain.png"
- name="Realistic Brain"
- description="This brain sure is realistic."
- type="generic"
- weight="50"/>
- <item id="3003"
- image="generic/jarofblood.png"
- name="Jar of Blood"
- description="Just the thing to scare the kids at Hallowe'en."
- type="generic"
- weight="375"/>
- <item id="3004"
- image="generic/tongue.png"
- name="Tongue"
- description="A horrible, slimy tongue."
- type="generic"
- weight="5"/>
- <item id="3006"
- image="use/food/tonoridelight.png"
- name="Tonori Delight"
- description="A softly-scented jelly-like treat, dusted with the sweet white sands of Eastern Tonori."
- type="generic"
- weight="2"/>
- <item id="3007"
- image="use/food/marshmallow.png"
- name="Marshmallow"
- description="Flavoured with real marshmallow root."
- type="generic"
- weight="2"/>
- <item id="3009"
- image="use/food/jellyskull.png"
- name="Jelly Skull"
- description="Like a jelly bean, but in the shape of skull."
- type="generic"
- weight="2"/>
- <item id="3010"
- image="use/food/candypumpkin.png"
- name="Candy Pumpkin"
- description="With a squishy interior inside a hard, crunchy shell, this sweet has a warm and delicious pumpkin flavour."
- type="generic"
- weight="2"/>
- <item id="3011"
- image="generic/pumpkinseed.png"
- name="Pumpkin Seeds"
- description="The seeds from a seasonal pumpkin vine."
- type="generic"
- weight="1"/>
- <item id="4000"
- image="generic/scorpionstinger.png|W:#800000,ffffff"
- name="Angry Scorpion Stinger"
- description="An angry scorpion stinger."
- type="generic"
- weight="1"/>
- <item id="4001"
- image="generic/coal.png"
- name="Coal"
- description="A lump of coal."
- type="generic"
- weight="20"/>
- <item id="4002"
- image="generic/gemstone-b.png"
- name="Diamond"
- description="A raw diamond gemstone."
- type="generic"
- weight="20"/>
- <item id="4003"
- image="generic/gemstone-b.png|W:#580000,a40000,c02020,ff6060"
- name="Ruby"
- description="A raw ruby gemstone."
- type="generic"
- weight="20"/>
- <item id="4004"
- image="generic/gemstone-b.png|W:#1f9c1f,89d689"
- name="Emerald"
- description="A raw emerald gemstone."
- type="generic"
- weight="20"/>
- <item id="4005"
- image="generic/gemstone-b.png|W:#4b4bbd,888af4"
- name="Sapphire"
- description="A raw sapphire gemstone."
- type="generic"
- weight="20"/>
- <item id="4006"
- image="generic/gemstone-b.png|W:#ccb534,f1ea8e,ffffaa"
- name="Topaz"
- description="A raw topaz gemstone."
- type="generic"
- weight="20"/>
- <item id="4007"
- image="generic/gemstone-b.png|W:#530a7c,b362e1,ca87ef"
- name="Amethyst"
- description="A raw amethyst gemstone."
- type="generic"
- weight="10"/>
- <item id="4008"
- image="equipment/rings/gem.png"
- name="Diamond Ring"
- description="A diamond ring."
- type="equip-ring"
- vit="1"
- weight="1"/>
- <item id="4009"
- image="equipment/rings/gem.png|W:#580000,a40000,c02020,ff6060"
- name="Ruby Ring"
- description="A ruby ring."
- type="equip-ring"
- str="1"
- weight="1"/>
- <item id="4010"
- image="equipment/rings/gem.png|W:#1f9c1f,89d689"
- name="Emerald Ring"
- description="An emerald ring."
- type="equip-ring"
- luck="1"
- weight="1"/>
- <item id="4011"
- image="equipment/rings/gem.png|W:#4b4bbd,888af4"
- name="Sapphire Ring"
- description="A sapphire ring."
- type="equip-ring"
- int="1"
- weight="1"/>
- <item id="4012"
- image="equipment/rings/gem.png|W:#ccb534,f1ea8e,ffffaa"
- name="Topaz Ring"
- description="A topaz ring."
- type="equip-ring"
- agi="1"
- weight="1"/>
- <item id="4013"
- image="equipment/rings/gem.png|W:#530a7c,b362e1,ca87ef"
- name="Amethyst Ring"
- description="An amethyst ring."
- type="equip-ring"
- dex="1"
- weight="1"/>
- <item id="4014"
- image="equipment/rings/simple.png"
- name="Simple Ring"
- description="A simple ring."
- type="equip-ring"
- weight="1"/>
- <item id="4015"
- image="generic/ingot.png"
- name="Iron Ingot"
- description="An ingot of iron."
- type="generic"
- weight="200"/>
- <item id="4016"
- image="generic/bandit-hood.png"
- name="Bandit Hood"
- description="A bandit hood crawling with lice."
- type="generic"
- weight="50"/>
- <item id="4017"
- image="generic/powder.png|W:#c00000"
- name="Red Powder"
- description="A pile of magical red powder."
- type="generic"
- weight="3"/>
- <item id="4018"
- image="generic/powder.png|W:#ffcc00"
- name="Yellow Powder"
- description="A pile of magical yellow powder."
- type="generic"
- weight="3"/>
- <item id="4019"
- image="generic/powder.png|W:#003399"
- name="Blue Powder"
- description="A pile of magical blue powder."
- type="generic"
- weight="3"/>
- <item id="4020"
- image="equipment/head/candlehelmet.png"
- name="Candle Helmet"
- description="Worn by spelunkers."
- effect="M. Attack -25"
- type="equip-head"
- defense="16"
- int="1"
- agi="-1"
- weight="450">
- <sprite>equipment/head/candlehelmet.xml</sprite>
- </item>
- <item id="4021"
- image="generic/yellowpresentbox.png"
- name="Yellow Present Box"
- description="Something mysterious inside."
- type="generic"
- weight="10"/>
- <item id="4022"
- image="generic/whitepresentbox.png"
- name="White Present Box"
- description="Something very mysterious inside."
- type="generic"
- weight="10"/>
- <item id="4023"
- image="generic/animal-bones.png"
- name="Animal Bones"
- description="Bones from an animal."
- type="generic"
- weight="1"/>
- <item id="4024"
- image="generic/frozen-yeti-tear.png"
- name="Frozen Yeti Tear"
- description="A tear from a yeti, frozen."
- type="generic"
- weight="1"/>
- <item id="4025"
- image="generic/yeti-claw.png"
- name="Yeti Claw"
- description="A claw broken off from a yeti."
- type="generic"
- weight="1"/>
- <item id="4026"
- image="generic/ice-cube.png"
- name="Ice Cube"
- description="A very cold ice cube that never seems to completely melt."
- type="generic"
- weight="1"/>
- <item id="4027"
- image="equipment/head/yeti-mask.png"
- name="Yeti Mask"
- description="A mask made from the yeti's head."
- effect="M. Attack -10"
- type="equip-head"
- defense="4"
- weight="10">
- <sprite>equipment/head/yeti-mask.xml</sprite>
- </item>
- <item id="4028"
- image="equipment/head/wizard-hat.png"
- name="Wizard Hat"
- description="A simple wizard hat."
- effect="M. Attack +5"
- defense="5"
- type="equip-head"
- int="3"
- weight="15">
- <sprite>equipment/head/wizard-hat.xml</sprite>
- </item>
- <item id="4029"
- image="use/potions/e.png|G:#bb0000;R:#ff0000"
- name="Grimace of Dementia"
- description="A feared potion. If done wrong... what did you say?"
- type="generic"
- weight="50"/>
- <item id="4030"
- image="equipment/head/bowler-hat.png"
- name="Bowler Hat"
- description="A hat for those with a bit of class."
- effect="M. Attack +2"
- type="equip-head"
- defense="10"
- weight="30">
- <sprite>equipment/head/bowler-hat.xml</sprite>
- </item>
- <item id="4031"
- image="equipment/head/monocle.png"
- name="Monocle"
- description="A handy perception tool, even when not at the opera."
- effect="Critical Damage +20"
- type="equip-head"
- defense="2"
- dex="1"
- luck="1"
- weight="20">
- <sprite>equipment/head/monocle.xml</sprite>
- </item>
- <item id="4032"
- image="equipment/head/panhat.png"
- name="Pan Hat"
- description="A thick iron pan, big enough to cover the average head circumference of a human being."
- effect="M. Attack -20"
- defense="13"
- type="equip-head"
- weight="400">
- <sprite>equipment/head/panhat.xml</sprite>
- </item>
- <item id="4033"
- image="equipment/head/chefhat.png"
- name="Chef Hat"
- description="A tall hat designed for the person in charge of a kitchen. It smells like onions."
- effect="M. Attack +2"
- defense="2"
- type="equip-head"
- weight="30">
- <sprite>equipment/head/chefhat.xml</sprite>
- </item>
- <item id="4034"
- image="generic/blackpearl.png"
- name="Black Pearl"
- description="A pearl. Round, shiny and black!"
- type="generic"
- weight="5"/>
- <item id="4035"
- image="use/food/pickled_beets.png"
- name="Pickled Beets"
- description="The result of a radically unorthodox approach to the art of pickling vegetables."
- type="usable"
- hp="50"
- weight="150"/>
+ <include name="items/hairsprite/_include.xml"/>
+ <include name="items/racesprite/_include.xml"/>
+ <include name="items/misc/_include.xml"/>
+ <include name="items/usable/_include.xml"/>
+ <include name="items/generic/_include.xml"/>
+ <include name="items/equip-head/_include.xml"/>
+ <include name="items/equip-1hand/_include.xml"/>
+ <include name="items/equip-torso/_include.xml"/>
+ <include name="items/equip-feet/_include.xml"/>
+ <include name="items/equip-ammo/_include.xml"/>
+ <include name="items/equip-2hand/_include.xml"/>
+ <include name="items/equip-arms/_include.xml"/>
+ <include name="items/equip-legs/_include.xml"/>
+ <include name="items/equip-shield/_include.xml"/>
+ <include name="items/equip-charm/_include.xml"/>
+ <include name="items/equip-ring/_include.xml"/>
</items>
diff --git a/ircbot.py b/ircbot.py
new file mode 100644
index 0000000..e256f9e
--- /dev/null
+++ b/ircbot.py
@@ -0,0 +1,70 @@
+import sys
+import threading
+import irc.client
+from net.packet_out import whisper
+import config
+
+class IRCBot:
+
+ def __init__(self):
+ self._client_thread = threading.Thread(target=self.__client_threadfunc, args=())
+ self.conn = None
+ self._active = False
+ self._ready = False
+ self._reactor = None
+ self.broadcastFunc = None
+
+ def __client_threadfunc(self):
+ print '__client_threadfunc started'
+ self._reactor = irc.client.Reactor()
+ try:
+ self.conn = self._reactor.server().connect(config.irc_server, config.irc_port, config.irc_nick, password=config.irc_password)
+ except irc.client.ServerConnectionError:
+ print(sys.exc_info()[1])
+ raise SystemExit(1)
+
+ self.conn.add_global_handler("welcome", self.__on_connect)
+ self.conn.add_global_handler("join", self.__on_join)
+ self.conn.add_global_handler("pubmsg", self.__on_pubmsg)
+ self.conn.add_global_handler("disconnect", self.__on_disconnect)
+
+ while self._active:
+ self._reactor.process_once(timeout=1)
+
+ def __on_connect(self, conn, event):
+ print "Connected to IRC on %s:%i" % (config.irc_server, config.irc_port)
+ if irc.client.is_channel(config.irc_channel):
+ self.conn.join(config.irc_channel)
+
+ def __on_join(self, conn, event):
+ print "Joined channel %s" % config.irc_channel
+ self._ready = True
+
+ def __on_pubmsg(self, conn, event):
+ self.broadcastFunc(event.source.nick, event.arguments[0])
+
+ def __on_disconnect(self, conn, event):
+ self.stop()
+
+ def send(self, nick, msg):
+ if not self._ready:
+ return
+ if msg[:1] == "!":
+ self.conn.privmsg(config.irc_channel, "Command sent from TMW by %s:" % nick)
+ self.conn.privmsg(config.irc_channel, msg)
+ else:
+ self.conn.privmsg(config.irc_channel, "<%s> %s" % (nick, msg))
+
+ def start(self):
+ self._active = True
+ self._client_thread.start()
+
+ def stop(self):
+ self._ready = False
+ if self._active:
+ self._active = False
+ self._client_thread.join()
+
+
+if __name__=='__main__':
+ print "You should not run this file. Use main.py"
diff --git a/main.py b/main.py
index aa926bd..4cb65e3 100755
--- a/main.py
+++ b/main.py
@@ -45,6 +45,7 @@ import tradey
import utils
import eliza
from onlineusers import SqliteDbManager
+from ircbot import IRCBot
chatbot = eliza.eliza()
shop_broadcaster = utils.Broadcast()
@@ -57,6 +58,7 @@ sale_tree = tradey.ItemTree()
ItemLog = utils.ItemLog()
logger = logging.getLogger('ManaLogger')
db_manager = SqliteDbManager(config.sqlite3_dbfile)
+ircbot = IRCBot()
def process_whisper(nick, msg, mapserv):
msg = filter(lambda x: x in utils.allowed_chars, msg)
@@ -78,7 +80,7 @@ def process_whisper(nick, msg, mapserv):
if int(user.get("used_stalls")) == 0 and int(user.get("money")) == 0:
mapserv.sendall(whisper(nick, "You can no longer use the bot. If you feel this is in error, please contact" + config.admin))
return
- allowed_commands = ['!money', '!help', '!getback', '!info', '!lastseen', "!mail" ]
+ allowed_commands = ['!money', '!help', '!getback', '!info' ]
if not broken_string[0] in allowed_commands:
mapserv.sendall(whisper(nick, "Your access level has been set to blocked! If you feel this is in error, please contact" + config.admin))
mapserv.sendall(whisper(nick, "Though, you still can do the following: "+str(allowed_commands)))
@@ -201,6 +203,8 @@ def process_whisper(nick, msg, mapserv):
mapserv.sendall(whisper(nick, "!lastseen <nick> - Show when <nick> was online the last time."))
elif broken_string[1] == '!mail':
mapserv.sendall(whisper(nick, "!mail <nick> <message> - Send a message to <nick>."))
+ elif broken_string[1] == '!irc':
+ mapserv.sendall(whisper(nick, "!irc <on|off> - Enable/disable IRC mode."))
elif user != -10:
if int(user.get('accesslevel')) >= 10 and broken_string[1] == '!listusers':
mapserv.sendall(whisper(nick, "!listusers - Lists all users which have a special accesslevel, e.g. they are blocked, seller or admin"))
@@ -421,9 +425,16 @@ def process_whisper(nick, msg, mapserv):
al = int(broken_string[1])
stalls = int(broken_string[2])
player_name = " ".join(broken_string[3:])
- user_tree.add_user(player_name, stalls, al)
- mapserv.sendall(whisper(nick, "User Added with " + str(stalls) + " slots."))
- tradey.saveData("User Added: "+player_name+", Slots: "+str(stalls)+", Access Level: "+str(al))
+ pl_user = user_tree.get_user(player_name)
+ if pl_user == -10:
+ user_tree.add_user(player_name, stalls, al)
+ mapserv.sendall(whisper(nick, "User Added with " + str(stalls) + " slots."))
+ tradey.saveData("User Added: "+player_name+", Slots: "+str(stalls)+", Access Level: "+str(al))
+ else:
+ pl_user.set("accesslevel", str(al))
+ pl_user.set("stalls", str(stalls))
+ mapserv.sendall(whisper(nick, "User Added with " + str(stalls) + " slots."))
+ tradey.saveData("User Added: "+player_name+", Slots: "+str(stalls)+", Access Level: "+str(al))
else:
mapserv.sendall(whisper(nick, "Syntax incorrect."))
@@ -664,12 +675,44 @@ def process_whisper(nick, msg, mapserv):
db_manager.send_mail(nick, to_, msg_)
mapserv.sendall(whisper(nick, "Message to \"%s\" sent" % (to_)))
+ elif broken_string[0] == "!irc":
+ if len(broken_string) < 2:
+ mapserv.sendall(whisper(nick, "Incorrect syntax."))
+ return
+ if broken_string[1] == "on":
+ if user == -10:
+ user_tree.add_user(nick, 0, 0)
+ tradey.saveData("Stub User Added: "+nick+", Slots: 0, Access Level: 0")
+ user = user_tree.get_user(nick)
+ user.set("irc", "on")
+ mapserv.sendall(whisper(nick, "IRC relay mode is now enabled. Reply to chat on IRC."))
+ elif broken_string[1] == "off":
+ if user != -10:
+ user.set("irc", "off")
+ if int(user.get("accesslevel")) == 0 and int(user.get("stalls")) == 0 and int(user.get("money")) == 0:
+ user_tree.remove_user(nick)
+ tradey.saveData("Stub User Removed: "+nick)
+ mapserv.sendall(whisper(nick, "IRC relay mode is now disabled."))
+
+ elif user != -10 and user.get("irc") == "on":
+ ircbot.send(nick, msg)
+ db_manager.forEachOnline(broadcast_if_irc_on, nick, "TMW.%s: %s" % (nick, msg))
else:
response = chatbot.respond(msg)
logger.info("Bot Response: "+response)
mapserv.sendall(whisper(nick, response))
#mapserv.sendall(whisper(nick, "Command not recognised, please whisper me !help for a full list of commands."))
+def broadcast_from_irc(nick, msg):
+ db_manager.forEachOnline(broadcast_if_irc_on, "IRC", u"IRC.%s: %s" % (nick, msg))
+
+def broadcast_if_irc_on(pl, sender_nick, msg):
+ if sender_nick == pl:
+ return
+ pl_user = user_tree.get_user(pl)
+ if pl_user != -10 and pl_user.get("irc") == "on":
+ mapserv.sendall(whisper(pl, msg.encode("utf-8", "ignore")))
+
def main():
# Use rotating log files.
log_handler = logging.handlers.RotatingFileHandler('data/logs/activity.log', maxBytes=1048576*3, backupCount=5)
@@ -722,6 +765,9 @@ def main():
assert charport
+ if charip == "127.0.0.1" and config.server != "127.0.0.1":
+ charip = config.server
+
char = socket.socket()
char.connect((charip, charport))
logger.info("Char connected")
@@ -780,7 +826,11 @@ def main():
assert mapport
+ if mapip == "127.0.0.1" and charip != "127.0.0.1":
+ mapip = charip
+
beingManager.container[player_node.id] = Being(player_node.id, 42)
+ global mapserv
mapserv = socket.socket()
mapserv.connect((mapip, mapport))
logger.info("Map connected")
@@ -797,6 +847,8 @@ def main():
shop_broadcaster.mapserv = mapserv
db_manager.mapserv = mapserv
db_manager.start()
+ ircbot.broadcastFunc = broadcast_from_irc
+ ircbot.start()
# Map server packet loop
print "Entering map packet loop\n";
diff --git a/net/protocol.py b/net/protocol.py
index a6dcb4c..bcf6da0 100644
--- a/net/protocol.py
+++ b/net/protocol.py
@@ -68,7 +68,7 @@ SMSG_NPC_COMMAND = 0x0212
SMSG_BEING_MOVE3 = 0x0225
SMSG_MAP_MASK = 0x0226
SMSG_MAP_MUSIC = 0x0227
-SMSG_NPC_CHANGETITLE 0x0228
+SMSG_NPC_CHANGETITLE = 0x0228
SMSG_SCRIPT_MESSAGE = 0x0229
SMSG_PLAYER_CLIENT_COMMAND = 0x0230
SMSG_MAP_SET_TILES_TYPE = 0x0231
diff --git a/onlineusers.py b/onlineusers.py
index c59834f..55da670 100644
--- a/onlineusers.py
+++ b/onlineusers.py
@@ -35,7 +35,7 @@ import config
class OnlineUsers:
- def __init__(self, online_url='http://server.themanaworld.org/online.txt', update_interval=60):
+ def __init__(self, online_url='http://server.themanaworld.org/online-old.txt', update_interval=20):
self._active = False
self._timer = 0
self._thread = threading.Thread(target=self._threadfunc, args=())
@@ -98,7 +98,7 @@ class SqliteDbManager:
self._mailbox_thread = threading.Thread(target=self.__mailbox_threadfunc, args=())
self._dbfile = dbfile
self.mapserv = None
- self._online_manager = OnlineUsers(config.online_txt_url)
+ self._online_manager = OnlineUsers(config.online_txt_url, config.online_txt_interval)
self.db, self.cur = self._open_sqlite_db(dbfile)
self.cur.execute('create table if not exists LastSeen(\
@@ -200,6 +200,11 @@ class SqliteDbManager:
time.sleep(1.0)
db.close()
+ def forEachOnline(self, callback, *args):
+ users = self._online_manager.online_users
+ for u in users:
+ callback(u, *args)
+
def start(self):
self._online_manager.start()
self._active = True
diff --git a/player.py b/player.py
index ed80f66..5da16ba 100644
--- a/player.py
+++ b/player.py
@@ -55,7 +55,7 @@ class Player:
break
if not item_found:
- return "Server and client inventory out of sync."
+ return "Server and client inventory out of sync: missing %i (x%i)" % (int(elem.get('itemId')), int(elem.get('amount')))
total_money = 0
for user in user_tree.root:
diff --git a/stats/update_sales.sh b/stats/update_sales.sh
index 62a4e1e..7662912 100755
--- a/stats/update_sales.sh
+++ b/stats/update_sales.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-cd /home/tmwserver/ManaMarket/stats
-python /home/tmwserver/ManaMarket/stats/process_salelog/main.py /home/tmwserver/ManaMarket/data/logs/sale.log /var/www/tmw-homepage/server/manamarket.html
-python /home/tmwserver/ManaMarket/stats/process_salelog/main_stat.py /home/tmwserver/ManaMarket/data/logs/sale.log /var/www/tmw-homepage/server/manamarket_stats.html
-chmod 644 /var/www/tmw-homepage/server/manamarket.html /var/www/tmw-homepage/server/manamarket_stats.html
+cd /var/lib/manamarket/stats
+python /var/lib/manamarket/stats/process_salelog/main.py /var/lib/manamarket/data/logs/sale.log /var/lib/manamarket/www/manamarket.html
+python /var/lib/manamarket/stats/process_salelog/main_stat.py /var/lib/manamarket/data/logs/sale.log /var/lib/manamarket/www/manamarket_stats.html
+chmod 644 /var/lib/manamarket/www/manamarket.html /var/lib/manamarket/www/manamarket_stats.html