[escape-from-the-masters-lair] push by DarkOppr...@gmail.com - Worked on item templates. on 2011-04-16 20:58 GMT

1 view
Skip to first unread message

escape-from-th...@googlecode.com

unread,
Apr 16, 2011, 4:59:09 PM4/16/11
to escape-from-th...@googlegroups.com
Revision: 5797088e4ae8
Author: Kevin Wells <DarkOp...@gmail.com>
Date: Sat Apr 16 13:57:39 2011
Log: Worked on item templates.
http://code.google.com/p/escape-from-the-masters-lair/source/detail?r=5797088e4ae8

Added:
/data/templates/armor_set_huge
/data/templates/armor_set_large
/data/templates/armor_set_medium
/data/templates/armor_set_small
/data/templates/armor_set_tiny
/data/templates/starting_equipment
/data/templates/weapon_melee_daggers
/data/templates/weapon_ranged_bows
/data/templates/weapon_thrown_arrows
/item_template.cpp
/item_template.h
Deleted:
/data/templates/armor_set_bone_medium
/data/templates/armor_set_brass_medium
/data/templates/armor_set_bronze_medium
/data/templates/armor_set_copper_medium
/data/templates/armor_set_gold_medium
/data/templates/armor_set_iron_medium
/data/templates/armor_set_leather_medium
/data/templates/armor_set_silver_medium
/data/templates/armor_set_steel_medium
/data/templates/weapons_melee
/data/templates/weapons_ranged

=======================================
--- /dev/null
+++ /data/templates/armor_set_huge Sat Apr 16 13:57:39 2011
@@ -0,0 +1,255 @@
+//********//
+// Armor: //
+//********//
+
+ //*******//
+ // Head: //
+ //*******//
+
+ <item category:armor>
+ name:huge MATERIAL helm
+ plural name:huge MATERIAL helms
+ writing:
+ appearance:[
+ stackable:0
+ size:7.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:head
+ </armor>
+ </item>
+
+ //************//
+ // Shoulders: //
+ //************//
+
+ <item category:armor>
+ name:pair of huge MATERIAL spaulders
+ plural name:pairs of huge MATERIAL spaulders
+ writing:
+ appearance:[
+ stackable:0
+ size:8.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:shoulders
+ </armor>
+ </item>
+
+ //********//
+ // Chest: //
+ //********//
+
+ <item category:armor>
+ name:huge MATERIAL chestpiece
+ plural name:huge MATERIAL chestpieces
+ writing:
+ appearance:[
+ stackable:0
+ size:12.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:chest
+ </armor>
+ </item>
+
+ //*******//
+ // Back: //
+ //*******//
+
+ <item category:armor>
+ name:huge MATERIAL cloak
+ plural name:huge MATERIAL cloaks
+ writing:
+ appearance:[
+ stackable:0
+ size:6.0
+ allowed material:cloth
+ allowed material:leather
+ <armor>
+ armor category:back
+ </armor>
+ </item>
+
+ //********//
+ // Waist: //
+ //********//
+
+ <item category:armor>
+ name:huge MATERIAL belt
+ plural name:huge MATERIAL belts
+ writing:
+ appearance:[
+ stackable:0
+ size:9.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:waist
+ </armor>
+ </item>
+
+ //*******//
+ // Legs: //
+ //*******//
+
+ <item category:armor>
+ name:pair of huge MATERIAL trousers
+ plural name:pairs of huge MATERIAL trousers
+ writing:
+ appearance:[
+ stackable:0
+ size:11.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:legs
+ </armor>
+ </item>
+
+ //*******//
+ // Feet: //
+ //*******//
+
+ <item category:armor>
+ name:pair of huge MATERIAL boots
+ plural name:pairs of huge MATERIAL boots
+ writing:
+ appearance:[
+ stackable:0
+ size:6.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:feet
+ </armor>
+ </item>
+
+ //********//
+ // Hands: //
+ //********//
+
+ <item category:armor>
+ name:pair of huge MATERIAL gloves
+ plural name:pairs of huge MATERIAL gloves
+ writing:
+ appearance:[
+ stackable:0
+ size:5.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:hands
+ </armor>
+ </item>
+
+ //*********//
+ // Wrists: //
+ //*********//
+
+ <item category:armor>
+ name:pair of huge MATERIAL bracers
+ plural name:pairs of huge MATERIAL bracers
+ writing:
+ appearance:[
+ stackable:0
+ size:4.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:wrists
+ </armor>
+ </item>
+
+ //*********//
+ // Shield: //
+ //*********//
+
+ <item category:armor>
+ name:huge MATERIAL shield
+ plural name:huge MATERIAL shields
+ writing:
+ appearance:[
+ stackable:0
+ size:10.0
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ <armor>
+ armor category:shield
+ </armor>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/armor_set_large Sat Apr 16 13:57:39 2011
@@ -0,0 +1,255 @@
+//********//
+// Armor: //
+//********//
+
+ //*******//
+ // Head: //
+ //*******//
+
+ <item category:armor>
+ name:large MATERIAL helm
+ plural name:large MATERIAL helms
+ writing:
+ appearance:[
+ stackable:0
+ size:6.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:head
+ </armor>
+ </item>
+
+ //************//
+ // Shoulders: //
+ //************//
+
+ <item category:armor>
+ name:pair of large MATERIAL spaulders
+ plural name:pairs of large MATERIAL spaulders
+ writing:
+ appearance:[
+ stackable:0
+ size:7.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:shoulders
+ </armor>
+ </item>
+
+ //********//
+ // Chest: //
+ //********//
+
+ <item category:armor>
+ name:large MATERIAL chestpiece
+ plural name:large MATERIAL chestpieces
+ writing:
+ appearance:[
+ stackable:0
+ size:11.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:chest
+ </armor>
+ </item>
+
+ //*******//
+ // Back: //
+ //*******//
+
+ <item category:armor>
+ name:large MATERIAL cloak
+ plural name:large MATERIAL cloaks
+ writing:
+ appearance:[
+ stackable:0
+ size:5.0
+ allowed material:cloth
+ allowed material:leather
+ <armor>
+ armor category:back
+ </armor>
+ </item>
+
+ //********//
+ // Waist: //
+ //********//
+
+ <item category:armor>
+ name:large MATERIAL belt
+ plural name:large MATERIAL belts
+ writing:
+ appearance:[
+ stackable:0
+ size:8.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:waist
+ </armor>
+ </item>
+
+ //*******//
+ // Legs: //
+ //*******//
+
+ <item category:armor>
+ name:pair of large MATERIAL trousers
+ plural name:pairs of large MATERIAL trousers
+ writing:
+ appearance:[
+ stackable:0
+ size:10.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:legs
+ </armor>
+ </item>
+
+ //*******//
+ // Feet: //
+ //*******//
+
+ <item category:armor>
+ name:pair of large MATERIAL boots
+ plural name:pairs of large MATERIAL boots
+ writing:
+ appearance:[
+ stackable:0
+ size:5.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:feet
+ </armor>
+ </item>
+
+ //********//
+ // Hands: //
+ //********//
+
+ <item category:armor>
+ name:pair of large MATERIAL gloves
+ plural name:pairs of large MATERIAL gloves
+ writing:
+ appearance:[
+ stackable:0
+ size:4.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:hands
+ </armor>
+ </item>
+
+ //*********//
+ // Wrists: //
+ //*********//
+
+ <item category:armor>
+ name:pair of large MATERIAL bracers
+ plural name:pairs of large MATERIAL bracers
+ writing:
+ appearance:[
+ stackable:0
+ size:3.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:wrists
+ </armor>
+ </item>
+
+ //*********//
+ // Shield: //
+ //*********//
+
+ <item category:armor>
+ name:large MATERIAL shield
+ plural name:large MATERIAL shields
+ writing:
+ appearance:[
+ stackable:0
+ size:9.0
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ <armor>
+ armor category:shield
+ </armor>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/armor_set_medium Sat Apr 16 13:57:39 2011
@@ -0,0 +1,255 @@
+//********//
+// Armor: //
+//********//
+
+ //*******//
+ // Head: //
+ //*******//
+
+ <item category:armor>
+ name:medium MATERIAL helm
+ plural name:medium MATERIAL helms
+ writing:
+ appearance:[
+ stackable:0
+ size:5.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:head
+ </armor>
+ </item>
+
+ //************//
+ // Shoulders: //
+ //************//
+
+ <item category:armor>
+ name:pair of medium MATERIAL spaulders
+ plural name:pairs of medium MATERIAL spaulders
+ writing:
+ appearance:[
+ stackable:0
+ size:6.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:shoulders
+ </armor>
+ </item>
+
+ //********//
+ // Chest: //
+ //********//
+
+ <item category:armor>
+ name:medium MATERIAL chestpiece
+ plural name:medium MATERIAL chestpieces
+ writing:
+ appearance:[
+ stackable:0
+ size:10.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:chest
+ </armor>
+ </item>
+
+ //*******//
+ // Back: //
+ //*******//
+
+ <item category:armor>
+ name:medium MATERIAL cloak
+ plural name:medium MATERIAL cloaks
+ writing:
+ appearance:[
+ stackable:0
+ size:4.0
+ allowed material:cloth
+ allowed material:leather
+ <armor>
+ armor category:back
+ </armor>
+ </item>
+
+ //********//
+ // Waist: //
+ //********//
+
+ <item category:armor>
+ name:medium MATERIAL belt
+ plural name:medium MATERIAL belts
+ writing:
+ appearance:[
+ stackable:0
+ size:7.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:waist
+ </armor>
+ </item>
+
+ //*******//
+ // Legs: //
+ //*******//
+
+ <item category:armor>
+ name:pair of medium MATERIAL trousers
+ plural name:pairs of medium MATERIAL trousers
+ writing:
+ appearance:[
+ stackable:0
+ size:9.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:legs
+ </armor>
+ </item>
+
+ //*******//
+ // Feet: //
+ //*******//
+
+ <item category:armor>
+ name:pair of medium MATERIAL boots
+ plural name:pairs of medium MATERIAL boots
+ writing:
+ appearance:[
+ stackable:0
+ size:4.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:feet
+ </armor>
+ </item>
+
+ //********//
+ // Hands: //
+ //********//
+
+ <item category:armor>
+ name:pair of medium MATERIAL gloves
+ plural name:pairs of medium MATERIAL gloves
+ writing:
+ appearance:[
+ stackable:0
+ size:3.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:hands
+ </armor>
+ </item>
+
+ //*********//
+ // Wrists: //
+ //*********//
+
+ <item category:armor>
+ name:pair of medium MATERIAL bracers
+ plural name:pairs of medium MATERIAL bracers
+ writing:
+ appearance:[
+ stackable:0
+ size:2.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:wrists
+ </armor>
+ </item>
+
+ //*********//
+ // Shield: //
+ //*********//
+
+ <item category:armor>
+ name:medium MATERIAL shield
+ plural name:medium MATERIAL shields
+ writing:
+ appearance:[
+ stackable:0
+ size:8.0
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ <armor>
+ armor category:shield
+ </armor>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/armor_set_small Sat Apr 16 13:57:39 2011
@@ -0,0 +1,255 @@
+//********//
+// Armor: //
+//********//
+
+ //*******//
+ // Head: //
+ //*******//
+
+ <item category:armor>
+ name:small MATERIAL helm
+ plural name:small MATERIAL helms
+ writing:
+ appearance:[
+ stackable:0
+ size:4.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:head
+ </armor>
+ </item>
+
+ //************//
+ // Shoulders: //
+ //************//
+
+ <item category:armor>
+ name:pair of small MATERIAL spaulders
+ plural name:pairs of small MATERIAL spaulders
+ writing:
+ appearance:[
+ stackable:0
+ size:5.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:shoulders
+ </armor>
+ </item>
+
+ //********//
+ // Chest: //
+ //********//
+
+ <item category:armor>
+ name:small MATERIAL chestpiece
+ plural name:small MATERIAL chestpieces
+ writing:
+ appearance:[
+ stackable:0
+ size:9.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:chest
+ </armor>
+ </item>
+
+ //*******//
+ // Back: //
+ //*******//
+
+ <item category:armor>
+ name:small MATERIAL cloak
+ plural name:small MATERIAL cloaks
+ writing:
+ appearance:[
+ stackable:0
+ size:3.0
+ allowed material:cloth
+ allowed material:leather
+ <armor>
+ armor category:back
+ </armor>
+ </item>
+
+ //********//
+ // Waist: //
+ //********//
+
+ <item category:armor>
+ name:small MATERIAL belt
+ plural name:small MATERIAL belts
+ writing:
+ appearance:[
+ stackable:0
+ size:6.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:waist
+ </armor>
+ </item>
+
+ //*******//
+ // Legs: //
+ //*******//
+
+ <item category:armor>
+ name:pair of small MATERIAL trousers
+ plural name:pairs of small MATERIAL trousers
+ writing:
+ appearance:[
+ stackable:0
+ size:8.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:legs
+ </armor>
+ </item>
+
+ //*******//
+ // Feet: //
+ //*******//
+
+ <item category:armor>
+ name:pair of small MATERIAL boots
+ plural name:pairs of small MATERIAL boots
+ writing:
+ appearance:[
+ stackable:0
+ size:3.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:feet
+ </armor>
+ </item>
+
+ //********//
+ // Hands: //
+ //********//
+
+ <item category:armor>
+ name:pair of small MATERIAL gloves
+ plural name:pairs of small MATERIAL gloves
+ writing:
+ appearance:[
+ stackable:0
+ size:2.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:hands
+ </armor>
+ </item>
+
+ //*********//
+ // Wrists: //
+ //*********//
+
+ <item category:armor>
+ name:pair of small MATERIAL bracers
+ plural name:pairs of small MATERIAL bracers
+ writing:
+ appearance:[
+ stackable:0
+ size:1.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:wrists
+ </armor>
+ </item>
+
+ //*********//
+ // Shield: //
+ //*********//
+
+ <item category:armor>
+ name:small MATERIAL shield
+ plural name:small MATERIAL shields
+ writing:
+ appearance:[
+ stackable:0
+ size:7.0
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ <armor>
+ armor category:shield
+ </armor>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/armor_set_tiny Sat Apr 16 13:57:39 2011
@@ -0,0 +1,255 @@
+//********//
+// Armor: //
+//********//
+
+ //*******//
+ // Head: //
+ //*******//
+
+ <item category:armor>
+ name:tiny MATERIAL helm
+ plural name:tiny MATERIAL helms
+ writing:
+ appearance:[
+ stackable:0
+ size:3.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:head
+ </armor>
+ </item>
+
+ //************//
+ // Shoulders: //
+ //************//
+
+ <item category:armor>
+ name:pair of tiny MATERIAL spaulders
+ plural name:pairs of tiny MATERIAL spaulders
+ writing:
+ appearance:[
+ stackable:0
+ size:4.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:shoulders
+ </armor>
+ </item>
+
+ //********//
+ // Chest: //
+ //********//
+
+ <item category:armor>
+ name:tiny MATERIAL chestpiece
+ plural name:tiny MATERIAL chestpieces
+ writing:
+ appearance:[
+ stackable:0
+ size:8.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:chest
+ </armor>
+ </item>
+
+ //*******//
+ // Back: //
+ //*******//
+
+ <item category:armor>
+ name:tiny MATERIAL cloak
+ plural name:tiny MATERIAL cloaks
+ writing:
+ appearance:[
+ stackable:0
+ size:2.0
+ allowed material:cloth
+ allowed material:leather
+ <armor>
+ armor category:back
+ </armor>
+ </item>
+
+ //********//
+ // Waist: //
+ //********//
+
+ <item category:armor>
+ name:tiny MATERIAL belt
+ plural name:tiny MATERIAL belts
+ writing:
+ appearance:[
+ stackable:0
+ size:5.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:waist
+ </armor>
+ </item>
+
+ //*******//
+ // Legs: //
+ //*******//
+
+ <item category:armor>
+ name:pair of tiny MATERIAL trousers
+ plural name:pairs of tiny MATERIAL trousers
+ writing:
+ appearance:[
+ stackable:0
+ size:7.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:legs
+ </armor>
+ </item>
+
+ //*******//
+ // Feet: //
+ //*******//
+
+ <item category:armor>
+ name:pair of tiny MATERIAL boots
+ plural name:pairs of tiny MATERIAL boots
+ writing:
+ appearance:[
+ stackable:0
+ size:2.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:feet
+ </armor>
+ </item>
+
+ //********//
+ // Hands: //
+ //********//
+
+ <item category:armor>
+ name:pair of tiny MATERIAL gloves
+ plural name:pairs of tiny MATERIAL gloves
+ writing:
+ appearance:[
+ stackable:0
+ size:1.0
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:hands
+ </armor>
+ </item>
+
+ //*********//
+ // Wrists: //
+ //*********//
+
+ <item category:armor>
+ name:pair of tiny MATERIAL bracers
+ plural name:pairs of tiny MATERIAL bracers
+ writing:
+ appearance:[
+ stackable:0
+ size:0.5
+ allowed material:cloth
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ <armor>
+ armor category:wrists
+ </armor>
+ </item>
+
+ //*********//
+ // Shield: //
+ //*********//
+
+ <item category:armor>
+ name:tiny MATERIAL shield
+ plural name:tiny MATERIAL shields
+ writing:
+ appearance:[
+ stackable:0
+ size:6.0
+ allowed material:leather
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ <armor>
+ armor category:shield
+ </armor>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/starting_equipment Sat Apr 16 13:57:39 2011
@@ -0,0 +1,260 @@
+//Starting equipment for the player.
+
+//**********//
+// Weapons: //
+//**********//
+
+ //********//
+ // Melee: //
+ //********//
+
+ <item category:weapon>
+ <DO NOT SPAWN>
+ name:simple wooden dagger
+ plural name:simple wooden daggers
+ writing:
+ appearance:)
+ stackable:0
+ size:0.5
+ color:wood
+ material:wood
+ <weapon>
+ governing weapon skill:bladed weapons
+ weapon category:short blades
+ </weapon>
+ </item>
+
+ //*********//
+ // Ranged: //
+ //*********//
+
+ <item category:weapon>
+ <DO NOT SPAWN>
+ name:simple wooden bow
+ plural name:simple wooden bows
+ writing:
+ appearance:)
+ stackable:0
+ size:6.0
+ color:wood
+ material:wood
+ <weapon>
+ governing weapon skill:launcher weapons
+ weapon category:bows
+ </weapon>
+ </item>
+
+ //*********//
+ // Thrown: //
+ //*********//
+
+ <item category:weapon>
+ <DO NOT SPAWN>
+ name:simple wooden arrow
+ plural name:simple wooden arrows
+ writing:
+ appearance:)
+ stackable:1
+ size:0.25
+ color:wood
+ material:wood
+ <weapon>
+ governing weapon skill:thrown weapons
+ weapon category:thrown
+ launcher:bows
+ </weapon>
+ </item>
+
+//********//
+// Armor: //
+//********//
+
+ //*******//
+ // Head: //
+ //*******//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:simple leather helm
+ plural name:simple leather helms
+ writing:
+ appearance:[
+ stackable:0
+ size:3.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:head
+ </armor>
+ </item>
+
+ //************//
+ // Shoulders: //
+ //************//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:pair of simple leather spaulders
+ plural name:pairs of simple leather spaulders
+ writing:
+ appearance:[
+ stackable:0
+ size:4.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:shoulders
+ </armor>
+ </item>
+
+ //********//
+ // Chest: //
+ //********//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:simple leather chestpiece
+ plural name:simple leather chestpieces
+ writing:
+ appearance:[
+ stackable:0
+ size:8.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:chest
+ </armor>
+ </item>
+
+ //*******//
+ // Back: //
+ //*******//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:simple leather cloak
+ plural name:simple leather cloaks
+ writing:
+ appearance:[
+ stackable:0
+ size:2.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:back
+ </armor>
+ </item>
+
+ //********//
+ // Waist: //
+ //********//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:simple leather belt
+ plural name:simple leather belts
+ writing:
+ appearance:[
+ stackable:0
+ size:5.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:waist
+ </armor>
+ </item>
+
+ //*******//
+ // Legs: //
+ //*******//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:pair of simple leather trousers
+ plural name:pairs of simple leather trousers
+ writing:
+ appearance:[
+ stackable:0
+ size:7.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:legs
+ </armor>
+ </item>
+
+ //*******//
+ // Feet: //
+ //*******//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:pair of simple leather boots
+ plural name:pairs of simple leather boots
+ writing:
+ appearance:[
+ stackable:0
+ size:2.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:feet
+ </armor>
+ </item>
+
+ //********//
+ // Hands: //
+ //********//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:pair of simple leather gloves
+ plural name:pairs of simple leather gloves
+ writing:
+ appearance:[
+ stackable:0
+ size:1.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:hands
+ </armor>
+ </item>
+
+ //*********//
+ // Wrists: //
+ //*********//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:pair of simple leather bracers
+ plural name:pairs of simple leather bracers
+ writing:
+ appearance:[
+ stackable:0
+ size:0.5
+ color:leather
+ material:leather
+ <armor>
+ armor category:wrists
+ </armor>
+ </item>
+
+ //*********//
+ // Shield: //
+ //*********//
+
+ <item category:armor>
+ <DO NOT SPAWN>
+ name:simple leather shield
+ plural name:simple leather shields
+ writing:
+ appearance:[
+ stackable:0
+ size:6.0
+ color:leather
+ material:leather
+ <armor>
+ armor category:shield
+ </armor>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/weapon_melee_daggers Sat Apr 16 13:57:39 2011
@@ -0,0 +1,127 @@
+//**********//
+// Weapons: //
+//**********//
+
+ //********//
+ // Melee: //
+ //********//
+
+ <item category:weapon>
+ name:tiny MATERIAL dagger
+ plural name:tiny MATERIAL daggers
+ writing:
+ appearance:)
+ stackable:0
+ size:0.5
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ allowed material:stone
+ allowed material:glass
+ <weapon>
+ governing weapon skill:bladed weapons
+ weapon category:short blades
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:small MATERIAL dagger
+ plural name:small MATERIAL daggers
+ writing:
+ appearance:)
+ stackable:0
+ size:0.75
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ allowed material:stone
+ allowed material:glass
+ <weapon>
+ governing weapon skill:bladed weapons
+ weapon category:short blades
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:medium MATERIAL dagger
+ plural name:medium MATERIAL daggers
+ writing:
+ appearance:)
+ stackable:0
+ size:1.0
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ allowed material:stone
+ allowed material:glass
+ <weapon>
+ governing weapon skill:bladed weapons
+ weapon category:short blades
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:large MATERIAL dagger
+ plural name:large MATERIAL daggers
+ writing:
+ appearance:)
+ stackable:0
+ size:1.25
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ allowed material:stone
+ allowed material:glass
+ <weapon>
+ governing weapon skill:bladed weapons
+ weapon category:short blades
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:huge MATERIAL dagger
+ plural name:huge MATERIAL daggers
+ writing:
+ appearance:)
+ stackable:0
+ size:1.5
+ allowed material:copper
+ allowed material:brass
+ allowed material:bronze
+ allowed material:iron
+ allowed material:steel
+ allowed material:silver
+ allowed material:gold
+ allowed material:bone
+ allowed material:wood
+ allowed material:stone
+ allowed material:glass
+ <weapon>
+ governing weapon skill:bladed weapons
+ weapon category:short blades
+ </weapon>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/weapon_ranged_bows Sat Apr 16 13:57:39 2011
@@ -0,0 +1,82 @@
+//**********//
+// Weapons: //
+//**********//
+
+ //*********//
+ // Ranged: //
+ //*********//
+
+ <item category:weapon>
+ name:tiny MATERIAL bow
+ plural name:tiny MATERIAL bows
+ writing:
+ appearance:)
+ stackable:0
+ size:6.0
+ allowed material:bone
+ allowed material:wood
+ <weapon>
+ governing weapon skill:launcher weapons
+ weapon category:bows
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:small MATERIAL bow
+ plural name:small MATERIAL bows
+ writing:
+ appearance:)
+ stackable:0
+ size:7.0
+ allowed material:bone
+ allowed material:wood
+ <weapon>
+ governing weapon skill:launcher weapons
+ weapon category:bows
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:medium MATERIAL bow
+ plural name:medium MATERIAL bows
+ writing:
+ appearance:)
+ stackable:0
+ size:8.0
+ allowed material:bone
+ allowed material:wood
+ <weapon>
+ governing weapon skill:launcher weapons
+ weapon category:bows
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:large MATERIAL bow
+ plural name:large MATERIAL bows
+ writing:
+ appearance:)
+ stackable:0
+ size:9.0
+ allowed material:bone
+ allowed material:wood
+ <weapon>
+ governing weapon skill:launcher weapons
+ weapon category:bows
+ </weapon>
+ </item>
+
+ <item category:weapon>
+ name:huge MATERIAL bow
+ plural name:huge MATERIAL bows
+ writing:
+ appearance:)
+ stackable:0
+ size:10.0
+ allowed material:bone
+ allowed material:wood
+ <weapon>
+ governing weapon skill:launcher weapons
+ weapon category:bows
+ </weapon>
+ </item>
=======================================
--- /dev/null
+++ /data/templates/weapon_thrown_arrows Sat Apr 16 13:57:39 2011
@@ -0,0 +1,24 @@
+//**********//
+// Weapons: //
+//**********//
+
+ //*********//
+ // Thrown: //
+ //*********//
+
+ <item category:weapon>
+ name:arrow made of MATERIAL
+ plural name:arrows made of MATERIAL
+ prefix article:an
+ writing:
+ appearance:)
+ stackable:1
+ size:0.5
+ allowed material:bone
+ allowed material:wood
+ <weapon>
+ governing weapon skill:thrown weapons
+ weapon category:thrown
+ launcher:bows
+ </weapon>
+ </item>
=======================================
--- /dev/null
+++ /item_template.cpp Sat Apr 16 13:57:39 2011
@@ -0,0 +1,10 @@
+/* Copyright (c) 2011 Kevin Wells */
+/* Escape from the Master's Lair may be freely redistributed. See license
for details. */
+
+#include "item_template.h"
+
+using namespace std;
+
+Item_Template::Item_Template(){
+ size=0.0;
+}
=======================================
--- /dev/null
+++ /item_template.h Sat Apr 16 13:57:39 2011
@@ -0,0 +1,23 @@
+/* Copyright (c) 2011 Kevin Wells */
+/* Escape from the Master's Lair may be freely redistributed. See license
for details. */
+
+#ifndef item_template_h
+#define item_template_h
+
+#include "item.h"
+
+class Item_Template: public Item{
+ private:
+ public:
+
+ //The size of the item.
+ double size;
+
+ //The materials this item can be.
+ //This is only used for items that do not have a color/material
defined in their template entry.
+ std::vector<short> allowed_materials;
+
+ Item_Template();
+};
+
+#endif
=======================================
--- /data/templates/armor_set_bone_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:bone helm
- plural name:bone helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:bone
- material:bone
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of bone spaulders
- plural name:pairs of bone spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:bone
- material:bone
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:bone chestpiece
- plural name:bone chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:bone
- material:bone
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:bone cloak
- plural name:bone cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:bone
- material:bone
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:bone belt
- plural name:bone belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:bone
- material:bone
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of bone trousers
- plural name:pairs of bone trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:bone
- material:bone
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of bone boots
- plural name:pairs of bone boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:bone
- material:bone
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of bone gloves
- plural name:pairs of bone gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:bone
- material:bone
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of bone bracers
- plural name:pairs of bone bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:bone
- material:bone
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:bone shield
- plural name:bone shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:bone
- material:bone
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_brass_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:brass helm
- plural name:brass helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:brass
- material:brass
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of brass spaulders
- plural name:pairs of brass spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:brass
- material:brass
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:brass chestpiece
- plural name:brass chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:brass
- material:brass
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:brass cloak
- plural name:brass cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:brass
- material:brass
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:brass belt
- plural name:brass belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:brass
- material:brass
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of brass trousers
- plural name:pairs of brass trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:brass
- material:brass
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of brass boots
- plural name:pairs of brass boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:brass
- material:brass
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of brass gloves
- plural name:pairs of brass gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:brass
- material:brass
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of brass bracers
- plural name:pairs of brass bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:brass
- material:brass
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:brass shield
- plural name:brass shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:brass
- material:brass
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_bronze_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:bronze helm
- plural name:bronze helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:bronze
- material:bronze
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of bronze spaulders
- plural name:pairs of bronze spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:bronze
- material:bronze
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:bronze chestpiece
- plural name:bronze chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:bronze
- material:bronze
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:bronze cloak
- plural name:bronze cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:bronze
- material:bronze
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:bronze belt
- plural name:bronze belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:bronze
- material:bronze
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of bronze trousers
- plural name:pairs of bronze trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:bronze
- material:bronze
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of bronze boots
- plural name:pairs of bronze boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:bronze
- material:bronze
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of bronze gloves
- plural name:pairs of bronze gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:bronze
- material:bronze
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of bronze bracers
- plural name:pairs of bronze bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:bronze
- material:bronze
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:bronze shield
- plural name:bronze shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:bronze
- material:bronze
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_copper_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:copper helm
- plural name:copper helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:copper
- material:copper
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of copper spaulders
- plural name:pairs of copper spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:copper
- material:copper
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:copper chestpiece
- plural name:copper chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:copper
- material:copper
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:copper cloak
- plural name:copper cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:copper
- material:copper
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:copper belt
- plural name:copper belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:copper
- material:copper
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of copper trousers
- plural name:pairs of copper trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:copper
- material:copper
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of copper boots
- plural name:pairs of copper boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:copper
- material:copper
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of copper gloves
- plural name:pairs of copper gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:copper
- material:copper
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of copper bracers
- plural name:pairs of copper bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:copper
- material:copper
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:copper shield
- plural name:copper shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:copper
- material:copper
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_gold_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:gold helm
- plural name:gold helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:gold
- material:gold
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of gold spaulders
- plural name:pairs of gold spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:gold
- material:gold
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:gold chestpiece
- plural name:gold chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:gold
- material:gold
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:gold cloak
- plural name:gold cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:gold
- material:gold
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:gold belt
- plural name:gold belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:gold
- material:gold
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of gold trousers
- plural name:pairs of gold trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:gold
- material:gold
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of gold boots
- plural name:pairs of gold boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:gold
- material:gold
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of gold gloves
- plural name:pairs of gold gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:gold
- material:gold
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of gold bracers
- plural name:pairs of gold bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:gold
- material:gold
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:gold shield
- plural name:gold shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:gold
- material:gold
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_iron_medium Sat Apr 16 01:26:55 2011
+++ /dev/null
@@ -1,188 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:iron helm
- plural name:iron helms
- prefix article:an
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:iron
- material:iron
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of iron spaulders
- plural name:pairs of iron spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:iron
- material:iron
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:iron chestpiece
- plural name:iron chestpieces
- prefix article:an
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:iron
- material:iron
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:iron cloak
- plural name:iron cloaks
- prefix article:an
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:iron
- material:iron
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:iron belt
- plural name:iron belts
- prefix article:an
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:iron
- material:iron
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of iron trousers
- plural name:pairs of iron trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:iron
- material:iron
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of iron boots
- plural name:pairs of iron boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:iron
- material:iron
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of iron gloves
- plural name:pairs of iron gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:iron
- material:iron
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of iron bracers
- plural name:pairs of iron bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:iron
- material:iron
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:iron shield
- plural name:iron shields
- prefix article:an
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:iron
- material:iron
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_leather_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:leather helm
- plural name:leather helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:leather
- material:leather
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of leather spaulders
- plural name:pairs of leather spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:leather
- material:leather
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:leather chestpiece
- plural name:leather chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:leather
- material:leather
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:leather cloak
- plural name:leather cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:leather
- material:leather
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:leather belt
- plural name:leather belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:leather
- material:leather
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of leather trousers
- plural name:pairs of leather trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:leather
- material:leather
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of leather boots
- plural name:pairs of leather boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:leather
- material:leather
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of leather gloves
- plural name:pairs of leather gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:leather
- material:leather
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of leather bracers
- plural name:pairs of leather bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:leather
- material:leather
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:leather shield
- plural name:leather shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:leather
- material:leather
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_silver_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:silver helm
- plural name:silver helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:silver
- material:silver
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of silver spaulders
- plural name:pairs of silver spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:silver
- material:silver
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:silver chestpiece
- plural name:silver chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:silver
- material:silver
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:silver cloak
- plural name:silver cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:silver
- material:silver
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:silver belt
- plural name:silver belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:silver
- material:silver
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of silver trousers
- plural name:pairs of silver trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:silver
- material:silver
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of silver boots
- plural name:pairs of silver boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:silver
- material:silver
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of silver gloves
- plural name:pairs of silver gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:silver
- material:silver
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of silver bracers
- plural name:pairs of silver bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:silver
- material:silver
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:silver shield
- plural name:silver shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:silver
- material:silver
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/armor_set_steel_medium Sun Apr 10 13:28:22 2011
+++ /dev/null
@@ -1,183 +0,0 @@
-//********//
-// Armor: //
-//********//
-
- //*******//
- // Head: //
- //*******//
-
- <item category:armor>
- name:steel helm
- plural name:steel helms
- writing:
- appearance:[
- stackable:0
- size:5.0
- color:steel
- material:steel
- <armor>
- armor category:head
- </armor>
- </item>
-
- //************//
- // Shoulders: //
- //************//
-
- <item category:armor>
- name:pair of steel spaulders
- plural name:pairs of steel spaulders
- writing:
- appearance:[
- stackable:0
- size:6.0
- color:steel
- material:steel
- <armor>
- armor category:shoulders
- </armor>
- </item>
-
- //********//
- // Chest: //
- //********//
-
- <item category:armor>
- name:steel chestpiece
- plural name:steel chestpieces
- writing:
- appearance:[
- stackable:0
- size:10.0
- color:steel
- material:steel
- <armor>
- armor category:chest
- </armor>
- </item>
-
- //*******//
- // Back: //
- //*******//
-
- <item category:armor>
- name:steel cloak
- plural name:steel cloaks
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:steel
- material:steel
- <armor>
- armor category:back
- </armor>
- </item>
-
- //********//
- // Waist: //
- //********//
-
- <item category:armor>
- name:steel belt
- plural name:steel belts
- writing:
- appearance:[
- stackable:0
- size:7.0
- color:steel
- material:steel
- <armor>
- armor category:waist
- </armor>
- </item>
-
- //*******//
- // Legs: //
- //*******//
-
- <item category:armor>
- name:pair of steel trousers
- plural name:pairs of steel trousers
- writing:
- appearance:[
- stackable:0
- size:9.0
- color:steel
- material:steel
- <armor>
- armor category:legs
- </armor>
- </item>
-
- //*******//
- // Feet: //
- //*******//
-
- <item category:armor>
- name:pair of steel boots
- plural name:pairs of steel boots
- writing:
- appearance:[
- stackable:0
- size:4.0
- color:steel
- material:steel
- <armor>
- armor category:feet
- </armor>
- </item>
-
- //********//
- // Hands: //
- //********//
-
- <item category:armor>
- name:pair of steel gloves
- plural name:pairs of steel gloves
- writing:
- appearance:[
- stackable:0
- size:3.0
- color:steel
- material:steel
- <armor>
- armor category:hands
- </armor>
- </item>
-
- //*********//
- // Wrists: //
- //*********//
-
- <item category:armor>
- name:pair of steel bracers
- plural name:pairs of steel bracers
- writing:
- appearance:[
- stackable:0
- size:2.0
- color:steel
- material:steel
- <armor>
- armor category:wrists
- </armor>
- </item>
-
- //*********//
- // Shield: //
- //*********//
-
- <item category:armor>
- name:steel shield
- plural name:steel shields
- writing:
- appearance:[
- stackable:0
- size:8.0
- color:steel
- material:steel
- <armor>
- armor category:shield
- </armor>
- </item>
=======================================
--- /data/templates/weapons_melee Thu Mar 31 17:04:18 2011
+++ /dev/null
@@ -1,22 +0,0 @@
-//**********//
-// Weapons: //
-//**********//
-
- //********//
- // Melee: //
- //********//
-
- <item category:weapon>
- name:dagger
- plural name:daggers
- writing:
- appearance:)
- stackable:0
- size:1.0
- color:iron
- material:iron
- <weapon>
- governing weapon skill:bladed weapons
- weapon category:short blades
- </weapon>
- </item>
=======================================
--- /data/templates/weapons_ranged Thu Mar 31 17:04:18 2011
+++ /dev/null
@@ -1,22 +0,0 @@
-//**********//
-// Weapons: //
-//**********//
-
- //*********//
- // Ranged: //
- //*********//
-
- <item category:weapon>
- name:bow
- plural name:bows
- writing:
- appearance:)
- stackable:0
- size:8.0
- color:wood
- material:wood
- <weapon>
- governing weapon skill:launcher weapons
- weapon category:bows
- </weapon>
- </item>

Reply all
Reply to author
Forward
0 new messages