From 440dfd72cce23e7d13404172ffa733f0c9d7a59a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 00:26:18 -0700 Subject: Fix up the maid npc --- armor.json | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index 3f9be2e..bf42c1d 100644 --- a/armor.json +++ b/armor.json @@ -91,27 +91,6 @@ "material_thickness": 1, "flags": ["VARSIZE", "SUPER_FANCY"] }, - { - "id": "maid_dress_french_shoggoth", - "type": "ARMOR", - "category": "clothing", - "looks_like": "maid_dress_french", - "name": { "str": "strange French maid dress", "str_pl": "strange French maid dresses" }, - "description": "A French maid dress in the modern style, black with a frilly white apron. Doesn't cover much past the thigh or shoulder. Something seems off about it.", - "weight": "100 g", - "volume": "250 ml", - "price": "50 USD", - "material": [ "cotton" ], - "symbol": "[", - "color": "blue", - "covers": ["torso", "arms", "legs"], - "coverage": 0, - "encumbrance": 0, - "storage": "0 ml", - "warmth": 20, - "material_thickness": 1, - "flags": [ "VARSIZE", "SUPER_FANCY", "OVERSIZE", "STURDY" ] - }, { "id": "kawaii_maid_dress", "type": "ARMOR", @@ -218,26 +197,6 @@ "material_thickness": 1, "flags": [ "VARSIZE", "HOOD" ] }, - { - "id": "maid_cap_shoggoth", - "type": "ARMOR", - "looks_like": "kawaii_maid_hat", - "category": "armor", - "name": { "str": "strange maid headband" }, - "description": "A black headband with white lace trim, worn by maids. Something seems off about it.", - "weight": "50 g", - "volume": "250 ml", - "price": "20 USD", - "material": [ "cotton" ], - "symbol": "[", - "color": "white", - "covers": [ "head" ], - "coverage": 0, - "encumbrance": 0, - "warmth": 15, - "material_thickness": 1, - "flags": [ "VARSIZE", "FANCY", "SKINTIGHT" ] - }, { "id": "kawaii_maid_hat", "type": "ARMOR", -- cgit v1.2.1