aboutsummaryrefslogtreecommitdiff
path: root/armor.json
diff options
context:
space:
mode:
Diffstat (limited to 'armor.json')
-rw-r--r--armor.json273
1 files changed, 273 insertions, 0 deletions
diff --git a/armor.json b/armor.json
new file mode 100644
index 0000000..37deeb6
--- /dev/null
+++ b/armor.json
@@ -0,0 +1,273 @@
+[
+ {
+ "type" : "TOOL_ARMOR",
+ "category" : "clothing",
+ "id" : "maid_dress",
+ "name" : "Victorian maid dress",
+ "name_plural" : "Victorian maid dresses",
+ "weight" : 800,
+ "color" : "black",
+ "covers" : ["TORSO", "ARMS", "LEGS"],
+ "to_hit" : 0,
+ "storage" : 10,
+ "symbol" : "[",
+ "description" : "A classic maid outfit with a white apron, frills and a black one piece. It has some storage space thanks to the many pockets, including space for throwing knives. Since it comes with bloomers, you can take off your underwear and not feel embarrassed about it!",
+ "price" : 5000,
+ "material" : ["cotton"],
+ "volume" : 17,
+ "warmth" : 20,
+ "environmental_protection" : 1,
+ "encumbrance" : 10,
+ "flags" : ["VARSIZE", "FANCY", "OVERSIZE"],
+ "coverage" : 95,
+ "material_thickness" : 4
+ },
+ {
+ "type" : "TOOL_ARMOR",
+ "category" : "clothing",
+ "id" : "maid_dress_french",
+ "name" : "French maid dress",
+ "name_plural" : "French maid dresses",
+ "weight" : 100,
+ "color" : "blue",
+ "covers" : ["TORSO", "ARMS", "LEGS"],
+ "storage" : 2,
+ "symbol" : "[",
+ "description" : "The French maid dress, blue with a frilly white apron.",
+ "price" : 5000,
+ "material" : ["cotton"],
+ "volume" : 1,
+ "warmth" : 5,
+ "encumbrance" : 7,
+ "flags" : ["VARSIZE", "SUPER_FANCY", "OVERSIZE"],
+ "coverage" : 75,
+ "material_thickness" : 1,
+ "artifact_data" : {
+ "effects_worn":
+ ["AEP_STEALTH"]
+ }
+ },
+ {
+ "type" : "TOOL_ARMOR",
+ "id" : "survivor_maid_dress",
+ "category" : "armor",
+ "name" : "survivor Victorian maid dress",
+ "weight" : 2300,
+ "color" : "black",
+ "covers" : ["LEGS", "HEAD", "TORSO", "ARMS"],
+ "storage" : 22,
+ "symbol" : "[",
+ "description" : "A Victorian maid dress tailored specifically for post-cataclysm maids. Besides protecting key parts with kevlar lining, it has more storage space.",
+ "price" : 110000,
+ "material" : ["kevlar", "cotton"],
+ "volume" : 42,
+ "warmth" : 20,
+ "environmental_protection" : 3,
+ "encumbrance" : 15,
+ "flags" : ["VARSIZE","HOOD","WATERPROOF","RAINPROOF","STURDY","FANCY","OVERSIZE"],
+ "coverage" : 100,
+ "material_thickness" : 4
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "jokyu_fuku",
+ "name" : "Jokyū dress",
+ "name_plural" : "Jokyū dresses",
+ "weight" : 1200,
+ "color" : "brown",
+ "covers" : ["TORSO", "ARMS", "LEGS"],
+ "storage" : 2,
+ "symbol" : "[",
+ "description" : "Women's servant clothes worn in Japanese cafes a long time ago. Essentially a white apron over a kimono.",
+ "price" : 5000,
+ "material" : ["cotton"],
+ "volume" : 20,
+ "warmth" : 20,
+ "environmental_protection" : 1,
+ "encumbrance" : 8,
+ "flags" : ["VARSIZE", "FANCY", "OVERSIZE"],
+ "coverage" : 95,
+ "material_thickness" : 4,
+ "artifact_data" : {
+ "effects_worn":
+ ["AEP_DEX_UP"]
+ }
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "stockings_lace",
+ "name" : "lace stockings with garterbelt",
+ "name_plural" : "lace stockings with garterbelts",
+ "weight" : 90,
+ "color" : "white",
+ "covers" : ["FEET", "LEGS"],
+ "symbol" : "[",
+ "description" : "A set of pure white lace stockings with a garterbelt and panties, decorated with elegant lacing.",
+ "price" : 500,
+ "material" : ["cotton"],
+ "volume" : 1,
+ "warmth" : 6,
+ "flags" : ["VARSIZE", "SKINTIGHT", "SUPER_FANCY", "OVERSIZE"],
+ "coverage" : 85,
+ "material_thickness" : 1
+ },
+ {
+ "type" : "TOOL_ARMOR",
+ "category" : "clothing",
+ "id" : "tux",
+ "name" : "tuxedo",
+ "weight" : 1587,
+ "color" : "dark_gray",
+ "covers" : ["LEGS", "TORSO", "ARMS"],
+ "storage" : 10,
+ "symbol" : "[",
+ "description" : "A full-body tuxedo. Makes the apocalypse feel a little more classy.",
+ "price" : 21000,
+ "material" : ["cotton"],
+ "volume" : 22,
+ "warmth" : 30,
+ "environmental_protection" : 1,
+ "encumbrance" : 12,
+ "flags" : ["VARSIZE", "SUPER_FANCY", "OVERSIZE"],
+ "coverage" : 95,
+ "material_thickness" : 4,
+ "max_charges": 12,
+ "ammo": "assassins_throwing_dagger"
+ },
+ {
+ "type" : "TOOL_ARMOR",
+ "id" : "survivor_tux",
+ "category" : "armor",
+ "name" : "survivor tuxedo",
+ "weight" : 3050,
+ "color" : "dark_gray",
+ "covers" : ["LEGS", "HEAD", "TORSO", "ARMS"],
+ "storage" : 22,
+ "symbol" : "[",
+ "description" : "A tux tailored specifically for post-cataclysm butlers. Besides protecting key parts with kevlar lining, it has more storage space.",
+ "price" : 110000,
+ "material" : ["kevlar", "cotton"],
+ "volume" : 45,
+ "warmth" : 30,
+ "environmental_protection" : 3,
+ "encumbrance" : 15,
+ "flags" : ["VARSIZE","HOOD","WATERPROOF","RAINPROOF","STURDY","SUPER_FANCY","OVERSIZE"],
+ "coverage" : 100,
+ "material_thickness" : 4,
+ "max_charges": 12,
+ "ammo": "assassins_throwing_dagger"
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "maid_cap",
+ "name" : "maid cap",
+ "weight" : 50,
+ "color" : "white",
+ "covers" : ["HEAD"],
+ "symbol" : "[",
+ "description" : "A frilly white cap commonly used by maids.",
+ "price" : 2000,
+ "material" : ["cotton"],
+ "volume" : 1,
+ "warmth" : 30,
+ "flags" : ["VARSIZE"],
+ "coverage" : 60,
+ "material_thickness" : 1
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "cat_maid_cap",
+ "name" : "cat eared maid cap",
+ "weight" : 60,
+ "color" : "white",
+ "covers" : ["HEAD"],
+ "symbol" : "[",
+ "description" : "A frilly white cap commonly used by maids. There's two bumps on top of it that look like cat ears. It's very cute.",
+ "price" : 2000,
+ "material" : ["cotton"],
+ "volume" : 1,
+ "warmth" : 30,
+ "flags" : ["VARSIZE", "FANCY"],
+ "coverage" : 60,
+ "material_thickness" : 1
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "petticoat",
+ "name" : "petticoat",
+ "name_plural" : "petticoats",
+ "weight" : 90,
+ "color" : "white",
+ "symbol" : "[",
+ "description" : "A type of frilly undergarment usually worn under skirts.",
+ "price" : 500,
+ "material" : ["cotton"],
+ "volume" : 1,
+ "flags" : ["SUPER_FANCY"],
+ "material_thickness" : 1
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "panties_kemo",
+ "name" : "panties (for beasts)",
+ "name_plural" : "panties (for beasts)",
+ "weight" : 100,
+ "color" : "white",
+ "covers" : ["LEGS"],
+ "storage" : 2,
+ "symbol" : "[",
+ "description" : "A special type of underwear meant for people with tails. Although it's incredibly thin, it's the last line of defense against your dignity.",
+ "price" : 5000,
+ "material" : ["cotton"],
+ "volume" : 1,
+ "warmth" : 5,
+ "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
+ "coverage" : 15,
+ "material_thickness" : 1
+ },
+ {
+ "type" : "ARMOR",
+ "id" : "briefs_kemo",
+ "name" : "briefs (for beasts)",
+ "name_plural" : "briefs (for beasts)",
+ "weight" : 32,
+ "color" : "white",
+ "covers" : ["LEGS"],
+ "symbol" : "[",
+ "description" : "A special type of underwear meant for people with tails. It stands as the difference between being a gentleman and being a beast.",
+ "price" : 1000,
+ "material" : ["cotton"],
+ "volume" : 1,
+ "warmth" : 5,
+ "flags" : ["VARSIZE", "SKINTIGHT", "OVERSIZE"],
+ "coverage" : 15,
+ "material_thickness" : 1
+ },
+ {
+ "id": "maids_scarf",
+ "type": "TOOL_ARMOR",
+ "category" : "clothing",
+ "symbol": "[",
+ "color": "light_gray",
+ "name": "maid's scarf",
+ "description": "A very long light cloth scarf, worn over the mouth for warmth. With the extra length, it's enough to handle nonstandard facial features and accommodate your hands too. Use it to loosen it if you get too warm.",
+ "price": 1500,
+ "material": ["cotton"],
+ "weight": 120,
+ "volume": 4,
+ "to_hit" : -3,
+ "covers" : ["MOUTH"],
+ "flags" : ["OVERSIZE", "POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"],
+ "warmth" : 20,
+ "environmental_protection" : 5,
+ "encumbrance" : 0,
+ "coverage" : 100,
+ "material_thickness" : 1
+ }
+] \ No newline at end of file