From af2a2f9df1e8388a31ba26285776ea069933fdab Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Sep 2020 22:06:46 -0700 Subject: Add tailored tuxedo and rebalance tuxedos Rephrase maid dress descriptions --- armor.json | 47 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 13 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index 4964fb3..fcac1c9 100644 --- a/armor.json +++ b/armor.json @@ -4,7 +4,7 @@ "type": "ARMOR", "category": "clothing", "name": { "str": "Victorian maid dress", "str_pl": "Victorian maid dresses" }, - "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.", + "description": "A classic maid outfit with a white apron, frills and a black one piece.", "weight": "800 g", "volume": "4250 ml", "price": 5000, @@ -46,7 +46,7 @@ "type": "ARMOR", "category": "armor", "name": { "str": "survivor victorian maid dress" }, - "description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with kevlar for greater protection.", + "description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with kevlar for greater protection and has an integrated scabbard for storing a sword.", "weight": "5100 g", "volume": "10250 ml", "price": 800000, @@ -133,7 +133,7 @@ "type": "ARMOR", "category": "armor", "name": { "str": "survivor maid dress" }, - "description": "A black dress with white apron and lace trim, worn by maids. It has been reinforced with kevlar for greater protection.", + "description": "A black dress with white apron and lace trim, worn by maids. It has been reinforced with kevlar for greater protection and has an integrated scabbard for storing a sword.", "weight": "5100 g", "volume": "10250 ml", "price": 800000, @@ -531,32 +531,53 @@ "flags": [ "FANCY" ] }, { - "type": "TOOL_ARMOR", - "category": "clothing", "id": "tux", + "type": "ARMOR", + "category": "clothing", "name": { "str": "tuxedo" }, "description": "A full-body tuxedo. Makes the apocalypse feel a little more classy.", "weight": "1587 g", "volume": "5500 ml", + "price": 21000, + "material": ["cotton"], + "symbol": "[", "color": "dark_gray", "covers": ["LEGS", "TORSO", "ARMS"], + "coverage": 95, + "encumbrance": 12, "storage": "2500 ml", - "symbol": "[", - "price": 21000, - "material": ["cotton"], "warmth": 30, + "material_thickness": 4, "environmental_protection": 1, - "encumbrance": 12, - "flags": ["VARSIZE", "SUPER_FANCY"], - "coverage": 95, - "material_thickness": 4 + "flags": ["VARSIZE", "POCKETS", "FANCY"] + }, + { + "id": "survivor_tux_leather", + "type": "ARMOR", + "category": "armor", + "name": { "str": "tailored tuxedo" }, + "description": "A full-body tuxedo, the proper uniform of a butler. It has been reinforced with leather for greater protection.", + "weight": "3050 g", + "volume": "11250 ml", + "price": 110000, + "material": [ "kevlar", "cotton" ], + "symbol": "[", + "color": "dark_gray", + "covers": [ "LEGS", "TORSO", "ARMS" ], + "coverage": 100, + "encumbrance": 15, + "storage": "5500 ml", + "warmth": 30, + "material_thickness": 5, + "environmental_protection": 2, + "flags": ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "FANCY"] }, { "id": "survivor_tux", "type": "ARMOR", "category": "armor", "name": { "str": "survivor tuxedo" }, - "description": "A tux tailored specifically for post-cataclysm butlers. Besides protecting key parts with kevlar lining, it has more storage space.", + "description": "A full-body tuxedo, the proper uniform of a butler. It has been reinforced with kevlar for greater protection and has dedicated storage for throwing weapons.", "weight": "3050 g", "volume": "11250 ml", "price": 110000, -- cgit v1.2.1