From 5fe2d2133e79061ab31b249c57f208e98f41f4d9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 22 Oct 2021 09:11:53 -0700 Subject: Convert the Mistress monster into an actual NPC with profession trait. Update mod for the removal of the armor category. Update cellphones into smartphones. Sync the starting gear of the player and npc battle maids. Replace the starting tool belt with a maid vest. Maids now start with a petticoat. Battle Maids/Butlers now start with a compact hardcase and glasses. Battle Butlers now start with boots instead of dress shoes. Butlers and Masters now start with an undershirt. Master/Mistress no longer start with a pet carrier, since Maids are NPCs now. Remove the man sized carry bag, since Mistresses are NPCs now. Fix typo preventing battle maids from starting with throwing skill. --- recipes.json | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'recipes.json') diff --git a/recipes.json b/recipes.json index cc84f3c..b8df6f8 100644 --- a/recipes.json +++ b/recipes.json @@ -928,28 +928,6 @@ [ [ "maid_dress", 1 ] ] ] }, - { - "type": "recipe", - "result": "man_carrier", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_OTHER", - "skill_used": "tailor", - "difficulty": 4, - "time": "75 m", - "reversible": false, - "autolearn": true, - "using": [ - [ "filament", 150 ] - ], - "qualities": [ - { "id": "SEW", "level": 1 }, - { "id": "CUT", "level": 1 }, - { "id": "LEATHER_AWL", "level": 1 } - ], - "components": [ - [ [ "tanned_hide", 12 ] ] - ] - }, { "type": "recipe", "result": "master_doll", -- cgit v1.2.1