From 14b726e225e81238acd4ac98c9df289b8ece7710 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 15 Sep 2020 04:40:25 -0700 Subject: Add more items related to maid summoning --- armor.json | 149 +++++++++++++++++++++++++++++++++++++++++++++++++---- monster_drops.json | 8 +++ 2 files changed, 147 insertions(+), 10 deletions(-) diff --git a/armor.json b/armor.json index f48b727..f72189a 100644 --- a/armor.json +++ b/armor.json @@ -341,7 +341,7 @@ "material": [ "cotton" ], "symbol": "[", "color": "light_blue", - "covers": [ "HANDS" ], + "covers": [ "HANDS", "ARMS" ], "coverage": 100, "encumbrance": 8, "warmth": 40, @@ -360,7 +360,7 @@ "material": [ "leather", "cotton" ], "symbol": "[", "color": "light_blue", - "covers": [ "HANDS" ], + "covers": [ "HANDS", "ARMS" ], "coverage": 100, "encumbrance": 10, "warmth": 40, @@ -381,7 +381,7 @@ "material": [ "kevlar", "cotton" ], "symbol": "[", "color": "light_blue", - "covers": [ "HANDS" ], + "covers": [ "HANDS", "ARMS" ], "coverage": 100, "encumbrance": 12, "warmth": 40, @@ -477,10 +477,10 @@ "material": [ "cotton" ], "symbol": "[", "color": "dark_gray", - "covers": [ "FEET" ], - "coverage": 100, - "encumbrance": 5, - "warmth": 15, + "covers": [ "FEET", "LEGS" ], + "coverage": 75, + "encumbrance": 10, + "warmth": 30, "material_thickness": 1, "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] }, @@ -495,12 +495,48 @@ "material": [ "cotton" ], "symbol": "[", "color": "dark_gray", - "covers": [ "FEET" ], - "coverage": 100, - "encumbrance": 0, + "covers": [ "FEET", "LEGS" ], + "coverage": 75, + "encumbrance": 5, "warmth": 0, "material_thickness": 1, "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] + }, + { + "id": "kawaii_tights_black", + "type": "ARMOR", + "name": "black tights", + "description": "A pair of warm tights.", + "weight": "40 g", + "volume": "250 ml", + "price": 500, + "material": [ "cotton" ], + "symbol": "[", + "color": "dark_gray", + "covers": [ "FEET", "LEGS" ], + "coverage": 95, + "encumbrance": 10, + "warmth": 40, + "material_thickness": 1, + "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] + }, + { + "id": "kawaii_tights_white", + "type": "ARMOR", + "name": "white tights", + "description": "A pair of warm tights.", + "weight": "40 g", + "volume": "250 ml", + "price": 500, + "material": [ "cotton" ], + "symbol": "[", + "color": "dark_gray", + "covers": [ "FEET", "LEGS" ], + "coverage": 95, + "encumbrance": 10, + "warmth": 40, + "material_thickness": 1, + "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] }, { "id": "kawaii_maid_garter", @@ -991,5 +1027,98 @@ "environmental_protection": 4, "qualities": [ [ "GLARE", 2 ] ], "flags": [ "WATER_FRIENDLY", "FANCY", "FIX_NEARSIGHT", "FIX_FARSIGHT", "SUN_GLASSES", "FLASH_PROTECTION" ] + }, + { + "id": "kawaii_wedding_dress", + "type": "ARMOR", + "name": { "str": "wedding dress" }, + "description": "A pure white wedding dress.", + "weight": "150 g", + "volume": "2500 ml", + "price": 5000, + "material": [ "cotton" ], + "symbol": "[", + "color": "blue", + "covers": [ "TORSO", "ARMS", "LEGS" ], + "coverage": 85, + "encumbrance": 7, + "storage": 0, + "warmth": 10, + "material_thickness": 1, + "flags": [ "VARSIZE", "SUPER_FANCY" ] + }, + { + "id": "kawaii_wedding_veil_a", + "type": "ARMOR", + "name": { "str": "wedding veil" }, + "description": "A beautiful but simple wedding veil.", + "weight": "78 g", + "volume": "250 ml", + "price": 5000, + "material": [ "cotton" ], + "symbol": "[", + "color": "white", + "covers": [ "HEAD" ], + "coverage": 70, + "encumbrance": 5, + "warmth": 15, + "material_thickness": 1, + "flags": [ "VARSIZE", "FANCY" ] + }, + { + "id": "kawaii_wedding_veil_b", + "type": "ARMOR", + "name": { "str": "wdding veil" }, + "description": "A beautiful wedding veil with additional adornments.", + "weight": "78 g", + "volume": "250 ml", + "price": 5000, + "material": [ "cotton" ], + "symbol": "[", + "color": "white", + "covers": [ "HEAD" ], + "coverage": 70, + "encumbrance": 5, + "warmth": 15, + "material_thickness": 1, + "flags": [ "VARSIZE", "FANCY" ] + }, + { + "id": "kawaii_wedding_gloves", + "type": "ARMOR", + "name": { "str": "pair of wedding gloves", "str_pl": "pairs of wedding gloves" }, + "description": "A pair of beautiful white gloves to match a wedding dress.", + "looks_like": "gloves_light", + "weight": "118 g", + "volume": "250 ml", + "price": 1100, + "to_hit": 1, + "material": [ "cotton" ], + "symbol": "[", + "color": "light_blue", + "covers": [ "HANDS" ], + "coverage": 95, + "encumbrance": 4, + "warmth": 15, + "material_thickness": 1, + "flags": [ "VARSIZE", "FANCY" ] + }, + { + "id": "kawaii_wedding_shoes", + "type": "ARMOR", + "name": { "str": "pair of wedding shoes", "str_pl": "pairs of wedding shoes" }, + "description": "A pair of beautiful white heels to match a wedding dress.", + "weight": "500 g", + "volume": "1250 ml", + "price": 12000, + "material": [ "leather" ], + "symbol": "[", + "color": "dark_gray", + "covers": [ "FEET" ], + "coverage": 60, + "encumbrance": 15, + "warmth": 5, + "material_thickness": 2, + "flags": [ "VARSIZE", "FANCY" ] } ] diff --git a/monster_drops.json b/monster_drops.json index 5ec12b5..ccfe712 100644 --- a/monster_drops.json +++ b/monster_drops.json @@ -1,4 +1,12 @@ [ + { + "type": "item_group", + "id": "mon_shoggoth_death_drops", + "subtype": "collection", + "entries": [ + { "item": "meat_shoggoth", "prob": 40 } + ] + }, { "type": "item_group", "id": "mon_shoggoth_maid_death_drops", -- cgit v1.2.1