diff options
Diffstat (limited to 'armor.json')
-rw-r--r-- | armor.json | 100 |
1 files changed, 55 insertions, 45 deletions
@@ -44,6 +44,7 @@ }, { "id": "kawaii_maid_dress_long_armor", + "note": "Loosely based on medium survivor suit.", "type": "ARMOR", "looks_like": "maid_dress", "category": "armor", @@ -133,6 +134,7 @@ }, { "id": "kawaii_maid_dress_lss", + "note": "Loosely based on light survivor suit.", "type": "ARMOR", "category": "armor", "name": { "str": "survivor maid dress", "str_pl": "survivor maid dresses" }, @@ -182,6 +184,7 @@ }, { "id": "kawaii_hat_cotton", + "note": "Loosely based on cotton hat.", "type": "ARMOR", "name": { "str": "maid hat" }, "description": "It's a warm hat made of cotton, coloured white to better match a maid uniform.", @@ -400,6 +403,7 @@ }, { "id": "kawaii_dress_shoes", + "note": "Loosely based on dress shoes.", "type": "ARMOR", "name": { "str": "pair of maid shoes", "str_pl": "pairs of maid shoes" }, "description": "A pair of black dress shoes designed to be worn with a maid dress.", @@ -418,6 +422,7 @@ }, { "id": "kawaii_shoes_hi", + "note": "Loosely based on medium survivor boots.", "looks_like": "kawaii_dress_shoes", "type": "ARMOR", "category": "armor", @@ -439,6 +444,7 @@ }, { "id": "kawaii_boots", + "note": "Loosely based on leather boots.", "type": "ARMOR", "name": { "str": "pair of maid boots", "str_pl": "pairs of maid boots" }, "description": "A pair of black boots designed to be worn with a maid dress.", @@ -458,6 +464,7 @@ }, { "id": "kawaii_boots_hi", + "note": "Loosely based on medium survivor boots.", "looks_like": "kawaii_boots", "type": "ARMOR", "category": "armor", @@ -569,6 +576,52 @@ "flags": [ "FANCY" ] }, { + "id": "kawaii_secretpoach", + "note": "Loosely based on deep concealment holster.", + "type": "ARMOR", + "name": { "str": "garter purse" }, + "description": "A small storage purse that can be concealed beneath a skirt, held up using a garter band. It also has sleeves for concealing handgun magazines, if needed.", + "weight": "250 g", + "volume": "250 ml", + "price": 3000, + "material": [ "cotton" ], + "symbol": "[", + "color": "dark_gray", + "storage": "500 ml", + "use_action": { + "type": "holster", + "holster_prompt": "Stash ammo", + "holster_msg": "You stash your %s.", + "multi": 2, + "max_volume": "250 ml", + "draw_cost": 40, + "flags": [ "MAG_COMPACT" ] + } + }, + { + "type": "ARMOR", + "category": "clothing", + "id": "petticoat", + "name": { "str": "petticoat" }, + "description": "A type of frilly undergarment worn under skirts to give them more volume. It could also be used to conceal a knife under your skirt, if needed.", + "weight": "90 g", + "volume": "250 ml", + "color": "white", + "symbol": "[", + "price": 500, + "material": [ "cotton" ], + "use_action": { + "type": "holster", + "holster_prompt": "Sheath knife", + "holster_msg": "You sheath your %s", + "max_volume": "750 ml", + "draw_cost": 30, + "flags": [ "SHEATH_KNIFE" ] + }, + "flags": [ "SUPER_FANCY" ], + "material_thickness": 1 + }, + { "id": "tux", "type": "ARMOR", "category": "clothing", @@ -641,6 +694,7 @@ }, { "id": "kawaii_vest", + "note": "Loosely based on utility vest.", "type": "ARMOR", "name": { "str": "maid vest" }, "description": "A modified utility vest with many pockets, worn by maids.", @@ -660,6 +714,7 @@ }, { "id": "kawaii_vest_tac", + "note": "Loosely based on tac vest.", "type": "ARMOR", "looks_like": "kawaii_vest", "name": { "str": "survivor maid vest" }, @@ -691,29 +746,6 @@ { "type": "ARMOR", "category": "clothing", - "id": "petticoat", - "name": { "str": "petticoat" }, - "description": "A type of frilly undergarment worn under skirts to give them more volume. It could also be used to conceal a knife under your skirt, if needed.", - "weight": "90 g", - "volume": "250 ml", - "color": "white", - "symbol": "[", - "price": 500, - "material": [ "cotton" ], - "use_action": { - "type": "holster", - "holster_prompt": "Sheath knife", - "holster_msg": "You sheath your %s", - "max_volume": "750 ml", - "draw_cost": 30, - "flags": [ "SHEATH_KNIFE" ] - }, - "flags": [ "SUPER_FANCY" ], - "material_thickness": 1 - }, - { - "type": "ARMOR", - "category": "clothing", "id": "panties_kemo", "name": { "str": "panties (for beasts)", "str_pl": "panties (for beasts)" }, "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.", @@ -990,28 +1022,6 @@ "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ] }, { - "id": "kawaii_secretpoach", - "type": "ARMOR", - "name": { "str": "garter purse" }, - "description": "A small storage purse that can be concealed beneath a skirt, held up using a garter band. It also has sleeves for concealing handgun magazines, if needed.", - "weight": "250 g", - "volume": "250 ml", - "price": 3000, - "material": [ "cotton" ], - "symbol": "[", - "color": "dark_gray", - "storage": "500 ml", - "use_action": { - "type": "holster", - "holster_prompt": "Stash ammo", - "holster_msg": "You stash your %s.", - "multi": 2, - "max_volume": "250 ml", - "draw_cost": 40, - "flags": [ "MAG_COMPACT" ] - } - }, - { "id": "kawaii_maid_megane_01", "type": "ARMOR", "name": { "str": "pair of maid glasses", "str_pl": "pairs of maid glasses" }, |