From 97d424004caf7490155b1a8653287729f1b9eb7a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Sep 2020 23:32:53 -0700 Subject: Add kawaii black bikini and recipes Also prep for adding little maid --- armor.json | 33 +++++++++++++++++++++++++++++++++ recipes.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) diff --git a/armor.json b/armor.json index 6ed44e2..6672c12 100644 --- a/armor.json +++ b/armor.json @@ -830,6 +830,39 @@ "material_thickness": 1, "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] }, + { + "id": "kawaii_bikini_bottom_black", + "type": "ARMOR", + "name": "black bikini bottom", + "description": "A simple black bikini bottom.", + "weight": 32, + "volume": 1, + "price": 1000, + "material": [ "cotton" ], + "symbol": "[", + "color": "light_red", + "covers": [ "LEGS" ], + "coverage": 15, + "warmth": 5, + "material_thickness": 1, + "flags": [ "VARSIZE", "SKINTIGHT", "WATER_FRIENDLY" ] + }, + { + "id": "kawaii_bikini_top_black", + "type": "ARMOR", + "name": "black bikini top", + "description": "A simple black bikini top.", + "weight": 32, + "volume": 0, + "price": 1800, + "material": [ "cotton" ], + "symbol": "[", + "color": "light_red", + "covers": [ "TORSO" ], + "coverage": 10, + "material_thickness": 1, + "flags": [ "VARSIZE", "WATER_FRIENDLY", "SKINTIGHT" ] + }, { "id": "kawaii_maid_hardcase", "type": "ARMOR", diff --git a/recipes.json b/recipes.json index 668a251..d00580a 100644 --- a/recipes.json +++ b/recipes.json @@ -726,6 +726,26 @@ [ [ "leather", 2 ] ] ] }, + { + "type" : "recipe", + "result": "summon_little_maid", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "difficulty": 3, + "time": "20 m", + "reversible": false, + "autolearn": false, + "qualities":[ {"id":"CUT","level":1,"amount":1} ], + "tools": [ + [ ["feather", -1] ] + ], + "components": [ + [ [ "paper", 5 ] ], + [ [ "sugar", 1 ] ], + [ [ "stick", 1 ], [ "2x4", 1 ] ] + ] + }, { "type" : "recipe", "result": "battle_mop", @@ -896,6 +916,30 @@ [ ["bra" , 1], [ "rag", 4 ] ] ] }, + { + "type" : "recipe", + "result": "kawaii_bikini_bottom_black", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_LEGS", + "skill_used": "tailor", + "difficulty": 2, + "time": "35 m", + "autolearn": true, + "using": [ [ "sewing_standard", 15 ] ], + "components": [ [ [ "rag", 3 ] ] ] + }, + { + "type" : "recipe", + "result": "kawaii_bikini_top_black", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "difficulty": 2, + "time": "38 m", + "autolearn": true, + "using": [ [ "sewing_standard", 4 ] ], + "components": [ [ [ "rag", 4 ] ] ] + }, { "type": "recipe", "result": "kawaii_maid_hardcase", -- cgit v1.2.1