diff options
-rw-r--r-- | armor.json | 100 | ||||
-rw-r--r-- | recipes.json | 691 |
2 files changed, 416 insertions, 375 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" }, diff --git a/recipes.json b/recipes.json index 07e72c6..54ef298 100644 --- a/recipes.json +++ b/recipes.json @@ -35,6 +35,7 @@ { "type": "recipe", "result": "kawaii_maid_dress_long_armor", + "note": "Loosely based on medium survivor suit.", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", @@ -80,35 +81,150 @@ }, { "type": "recipe", - "result": "kawaii_vest", + "result": "kawaii_maid_dress", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", - "difficulty": 2, - "skills_required": [ "fabrication", 2 ], - "time": "45 m", + "difficulty": 3, + "time": "1 h 30 m", "autolearn": true, - "using": [ [ "sewing_standard", 50 ] ], + "using": [ [ "sewing_standard", 35 ] ], "components": [ - [ [ "vest" , 1 ] ], - [ [ "rag", 6 ] ] + [ [ "rag", 10 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_maid_dress_ex", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "difficulty": 4, + "skills_required": [ "fabrication", 4 ], + "time": "2 h", + "autolearn": true, + "using": [ + [ "filament", 100 ], + [ "tailoring_leather_small", 12 ] + ], + "components": [ + [ [ "kawaii_maid_dress" , 1] ], + [ [ "rag" , 20 ] ] ] }, { "type": "recipe", - "result": "kawaii_vest_tac", + "result": "kawaii_maid_dress_lss", + "note": "Loosely based on light survivor suit.", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", "difficulty": 6, "skills_required": [ "fabrication", 6 ], + "time": "3 h", + "autolearn": true, + "using": [ + [ "sewing_standard", 100 ], + [ "adhesive", 8 ] + ], + "components": [ + [ [ "kawaii_maid_dress_ex", 1 ] ], + [ [ "kawaii_raincoat", 1 ] ], + [ + [ "tacvest", 1 ], + [ "legrig", 1 ], + [ "vest", 1 ], + [ "tool_belt", 1 ], + [ "ragpouch", 6 ], + [ "leather_pouch", 4 ], + [ "dump_pouch", 1 ], + [ "purse", 2 ], + [ "fanny", 2 ] + ], + [ [ "rag", 30 ] ], + [ [ "kevlar_plate", 24 ] ] + ] + }, + { + "type": "recipe", + "result": "jokyu_fuku", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "difficulty": 4, + "time": "2 h 30 m", + "reversible": false, + "autolearn": true, + "using": [ [ "sewing_standard", 35 ] ], + "components": [ + [ [ "rag", 25 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_hat_cotton", + "note": "Loosely based on cotton hat.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HEAD", + "skill_used": "tailor", + "difficulty": 2, + "time": "40 m", + "autolearn": true, + "using": [ [ "sewing_standard", 8 ] ], + "components": [ + [ [ "rag", 3 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_maid_hat", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HEAD", + "skill_used": "tailor", + "difficulty": 2, + "time": "30 m", + "autolearn": true, + "using": [ [ "sewing_standard", 8 ] ], + "components": [ + [ [ "rag", 2 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_maid_hat_thermal_off", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HEAD", + "skill_used": "tailor", + "difficulty": 4, "time": "45 m", "autolearn": true, - "using": [ [ "sewing_standard", 50 ] ], + "using": [ + [ "filament", 24 ], + [ "tailoring_leather_small", 10 ] + ], "components": [ - [ [ "kawaii_vest" , 1 ] ], - [ [ "tacvest" , 1 ] ], - [ [ "rag", 6 ] ] + [ [ "kawaii_maid_hat", 1 ] ], + [ [ "rag", 2 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_maid_hat_lss", + "note": "Loosely based on medium survivor hood.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HEAD", + "skill_used": "tailor", + "difficulty": 6, + "time": "45 m", + "autolearn": true, + "using": [ + [ "sewing_standard", 40 ], + [ "soldering_standard", 32 ] + ], + "components": [ + [ [ "kawaii_maid_hat_thermal_off", 1 ] ], + [ [ "kevlar_plate", 4 ] ], + [ [ "rag", 2 ] ] ] }, { @@ -126,51 +242,204 @@ ] }, { - "type": "recipe", - "result": "jokyu_fuku", + "type": "recipe", + "result": "maid_gloves_cotton", + "note": "Loosely based on light gloves.", "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_TORSO", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 2, + "time": "10 m", + "autolearn": true, + "using": [ [ "sewing_standard", 4 ] ], + "components": [ + [ [ "rag", 4 ] ] + ] + }, + { + "type": "recipe", + "result": "maid_gloves_leather", + "note": "Loosely based on leather gloves.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", "skill_used": "tailor", "difficulty": 4, - "time": "2 h 30 m", - "reversible": false, + "time": "30 m", "autolearn": true, - "using": [ [ "sewing_standard", 35 ] ], + "using": [ + [ "filament", 6 ], + [ "tailoring_leather_small", 2 ] + ], "components": [ - [ [ "rag", 25 ] ] + [ [ "maid_gloves_cotton", 1 ] ], + [ [ "rag", 4 ] ] ] }, { "type": "recipe", - "result": "kawaii_maid_garter", + "result": "maid_gloves_armor", + "note": "Loosely based on light survivor gloves.", "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_LEGS", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 6, + "time": "1 h", + "autolearn": true, + "using": [ + [ "sewing_standard", 50 ], + [ "soldering_standard", 21 ] + ], + "components": [ + [ [ "maid_gloves_leather", 1 ] ], + [ [ "kevlar_plate", 4 ] ], + [ [ "rag", 4 ] ] + ] + }, + { + "type": "recipe", + "result": "maid_gloves_long_cotton", + "note": "Loosely based on double material requirement light gloves.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", "skill_used": "tailor", "difficulty": 2, - "time": "35 m", + "time": "10 m", "autolearn": true, - "using": [ [ "sewing_standard", 30 ] ], + "using": [ [ "sewing_standard", 8 ] ], + "components": [ + [ [ "rag", 8 ] ] + ] + }, + { + "type": "recipe", + "result": "maid_gloves_long_leather", + "note": "Loosely based on double material requirement leather gloves.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 4, + "time": "30 m", + "autolearn": true, + "using": [ + [ "filament", 12 ], + [ "tailoring_leather_small", 4 ] + ], "components": [ + [ [ "maid_gloves_long_cotton", 1 ] ], [ [ "rag", 8 ] ] ] }, { "type": "recipe", + "result": "maid_gloves_long_armor", + "note": "Loosely based on double material requirement medium survivor gloves.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 6, + "time": "1 h", + "autolearn": true, + "using": [ + [ "sewing_standard", 100 ], + [ "soldering_standard", 42 ] + ], + "components": [ + [ [ "maid_gloves_long_leather", 1 ] ], + [ [ "kevlar_plate", 8 ] ], + [ [ "rag", 8 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_dress_shoes", + "note": "Loosely based on dress shoes.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_FEET", + "skill_used": "tailor", + "difficulty": 2, + "time": "35 m", + "autolearn": true, + "using": [ + [ "tailoring_leather_small", 6 ] + ] + }, + { + "type": "recipe", + "result": "kawaii_boots", + "note": "Loosely based on leather boots.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_FEET", + "skill_used": "tailor", + "difficulty": 2, + "time": "35 m", + "autolearn": true, + "using": [ + [ "tailoring_leather_small", 10 ] + ] + }, + { + "type": "recipe", + "result": "kawaii_shoes_hi", + "note": "Loosely based on light survivor boots.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_FEET", + "skill_used": "tailor", + "difficulty": 6, + "skills_required": [ "fabrication", 4 ], + "time": "2 h", + "autolearn": true, + "using": [ + [ "sewing_standard", 80 ], + [ "adhesive", 4 ], + [ "soldering_standard", 32 ] + ], + "components": [ + [ [ "kawaii_dress_shoes", 1 ] ], + [ [ "kevlar_plate", 4 ] ], + [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_boots_hi", + "note": "Loosely based on medium survivor boots.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_FEET", + "skill_used": "tailor", + "difficulty": 6, + "skills_required": [ "fabrication", 4 ], + "time": "2 h", + "autolearn": true, + "using": [ + [ "sewing_standard", 80 ], + [ "adhesive", 4 ], + [ "soldering_standard", 32 ] + ], + "components": [ + [ [ "kawaii_boots", 1 ] ], + [ [ "kevlar_plate", 4 ] ], + [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ] + ] + }, + { + "type": "recipe", "result": "kawaii_maid_niso_thick", + "note": "Loosely based on +50% material requirment stockings.", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_FEET", "skill_used": "tailor", "difficulty": 2, "time": "15 m", "autolearn": true, - "using": [ [ "sewing_standard", 8 ] ], + "using": [ [ "sewing_standard", 9 ] ], "components": [ - [ [ "rag", 10 ] ] + [ [ "rag", 12 ] ] ] }, { "type": "recipe", "result": "kawaii_maid_niso_thin", + "note": "Loosely based on stockings.", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_FEET", "skill_used": "tailor", @@ -184,6 +453,35 @@ }, { "type": "recipe", + "result": "kawaii_maid_garter", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_LEGS", + "skill_used": "tailor", + "difficulty": 2, + "time": "35 m", + "autolearn": true, + "using": [ [ "sewing_standard", 30 ] ], + "components": [ + [ [ "rag", 8 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_secretpoach", + "note": "Loosely based on deep concealment holster.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 4, + "time": "20 m", + "autolearn": true, + "using": [ [ "sewing_standard", 18 ] ], + "components": [ + [ [ "rag", 12 ] ] + ] + }, + { + "type": "recipe", "result": "petticoat", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_OTHER", @@ -198,6 +496,41 @@ ] }, { + "type": "recipe", + "result": "kawaii_vest", + "note": "Loosely based on utility vest.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "difficulty": 2, + "skills_required": [ "fabrication", 2 ], + "time": "45 m", + "autolearn": true, + "using": [ [ "sewing_standard", 50 ] ], + "components": [ + [ [ "vest" , 1 ] ], + [ [ "rag", 6 ] ] + ] + }, + { + "type": "recipe", + "result": "kawaii_vest_tac", + "note": "Loosely based on tac vest.", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_TORSO", + "skill_used": "tailor", + "difficulty": 6, + "skills_required": [ "fabrication", 6 ], + "time": "45 m", + "autolearn": true, + "using": [ [ "sewing_standard", 50 ] ], + "components": [ + [ [ "kawaii_vest" , 1 ] ], + [ [ "tacvest" , 1 ] ], + [ [ "rag", 6 ] ] + ] + }, + { "type": "recipe", "result": "tux", "category": "CC_ARMOR", @@ -235,6 +568,7 @@ { "type": "recipe", "result": "survivor_tux", + "note": "Loosely based on medium survivor suit.", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", @@ -488,150 +822,6 @@ }, { "type": "recipe", - "result": "kawaii_maid_hat", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HEAD", - "skill_used": "tailor", - "difficulty": 2, - "time": "30 m", - "autolearn": true, - "using": [ [ "sewing_standard", 8 ] ], - "components": [ - [ [ "rag", 3 ] ] - ] - }, - { - "type": "recipe", - "result": "kawaii_maid_hat_thermal_off", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HEAD", - "skill_used": "tailor", - "difficulty": 4, - "time": "2 h", - "autolearn": true, - "using": [ - [ "filament", 24 ], - [ "tailoring_leather_small", 10 ] - ], - "components": [ - [ [ "kawaii_maid_hat", 1 ] ] - ] - }, - { - "type": "recipe", - "result": "kawaii_maid_hat_lss", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HEAD", - "skill_used": "tailor", - "difficulty": 6, - "time": "3 h", - "autolearn": true, - "using": [ - [ "sewing_standard", 200 ] - ], - "components": [ - [ [ "kawaii_maid_hat_thermal_off", 1 ] ], - [ [ "kevlar_plate", 12 ] ] - ] - }, - { - "type": "recipe", - "result": "maid_gloves_long_cotton", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HANDS", - "skill_used": "tailor", - "difficulty": 2, - "time": "10 m", - "autolearn": true, - "using": [ [ "sewing_standard", 8 ] ], - "components": [ - [ [ "rag", 8 ] ] - ] - }, - { - "type": "recipe", - "result": "maid_gloves_long_leather", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HANDS", - "skill_used": "tailor", - "difficulty": 4, - "time": "30 m", - "autolearn": true, - "using": [ - [ "filament", 12 ], - [ "tailoring_leather_small", 4 ] - ], - "components": [ - [ [ "maid_gloves_long_cotton", 1 ] ] - ] - }, - { - "type": "recipe", - "result": "maid_gloves_long_armor", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HANDS", - "skill_used": "tailor", - "difficulty": 6, - "time": "1 h", - "autolearn": true, - "using": [ - [ "sewing_standard", 100 ] - ], - "components": [ - [ [ "maid_gloves_long_leather", 1 ] ], - [ [ "kevlar_plate", 8 ] ] - ] - }, - { - "type": "recipe", - "result": "maid_gloves_cotton", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HANDS", - "skill_used": "tailor", - "difficulty": 2, - "time": "10 m", - "autolearn": true, - "using": [ [ "sewing_standard", 4 ] ], - "components": [ - [ [ "rag", 4 ] ] - ] - }, - { - "type": "recipe", - "result": "maid_gloves_leather", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HANDS", - "skill_used": "tailor", - "difficulty": 4, - "time": "30 m", - "autolearn": true, - "using": [ - [ "filament", 6 ], - [ "tailoring_leather_small", 2 ] - ], - "components": [ - [ [ "maid_gloves_cotton", 1 ] ] - ] - }, - { - "type": "recipe", - "result": "maid_gloves_armor", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HANDS", - "skill_used": "tailor", - "difficulty": 6, - "time": "1 h", - "autolearn": true, - "using": [ - [ "sewing_standard", 50 ] - ], - "components": [ - [ [ "maid_gloves_leather", 1 ] ], - [ [ "kevlar_plate", 4 ] ] - ] - }, - { - "type": "recipe", "result": "master_doll", "category": "CC_OTHER", "subcategory": "CSC_OTHER_OTHER", @@ -763,71 +953,6 @@ }, { "type": "recipe", - "result": "kawaii_maid_dress", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_TORSO", - "skill_used": "tailor", - "difficulty": 3, - "time": "1 h 30 m", - "autolearn": true, - "using": [ [ "sewing_standard", 35 ] ], - "components": [ - [ [ "rag", 10 ] ] - ] - }, - { - "type": "recipe", - "result": "kawaii_maid_dress_ex", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_TORSO", - "skill_used": "tailor", - "difficulty": 4, - "skills_required": [ "fabrication", 4 ], - "time": "2 h", - "autolearn": true, - "using": [ - [ "filament", 100 ], - [ "tailoring_leather_small", 12 ] - ], - "components": [ - [ [ "kawaii_maid_dress" , 1] ], - [ [ "rag" , 20 ] ] - ] - }, - { - "type": "recipe", - "result": "kawaii_maid_dress_lss", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_TORSO", - "skill_used": "tailor", - "difficulty": 6, - "skills_required": [ "fabrication", 6 ], - "time": "3 h", - "autolearn": true, - "using": [ - [ "sewing_standard", 100 ], - [ "adhesive", 8 ] - ], - "components": [ - [ [ "kawaii_maid_dress_ex", 1 ] ], - [ [ "kawaii_raincoat", 1 ] ], - [ - [ "tacvest", 1 ], - [ "legrig", 1 ], - [ "vest", 1 ], - [ "tool_belt", 1 ], - [ "ragpouch", 6 ], - [ "leather_pouch", 4 ], - [ "dump_pouch", 1 ], - [ "purse", 2 ], - [ "fanny", 2 ] - ], - [ [ "rag", 30 ] ], - [ [ "kevlar_plate", 24 ] ] - ] - }, - { - "type": "recipe", "result": "kawaii_raincoat", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", @@ -957,89 +1082,8 @@ }, { "type": "recipe", - "result": "kawaii_secretpoach", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_STORAGE", - "skill_used": "tailor", - "difficulty": 4, - "time": "30 m", - "autolearn": true, - "using": [ [ "sewing_standard", 18 ] ], - "components": [ - [ [ "rag", 12 ] ] - ] - }, - { - "type": "recipe", - "result": "kawaii_dress_shoes", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_FEET", - "skill_used": "tailor", - "difficulty": 2, - "time": "35 m", - "autolearn": true, - "using": [ - [ "tailoring_leather_small", 6 ] - ] - }, - { - "type": "recipe", - "result": "kawaii_boots", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_FEET", - "skill_used": "tailor", - "difficulty": 2, - "time": "35 m", - "autolearn": true, - "using": [ - [ "tailoring_leather_small", 10 ] - ] - }, - { - "type": "recipe", - "result": "kawaii_shoes_hi", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_FEET", - "skill_used": "tailor", - "difficulty": 6, - "skills_required": [ "fabrication", 4 ], - "time": "2 h", - "autolearn": true, - "using": [ - [ "sewing_standard", 80 ], - [ "adhesive", 4 ], - [ "soldering_standard", 32 ] - ], - "components": [ - [ [ "kawaii_dress_shoes", 1 ] ], - [ [ "kevlar_plate", 4 ] ], - [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ] - ] - }, - { - "type": "recipe", - "result": "kawaii_boots_hi", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_FEET", - "skill_used": "tailor", - "difficulty": 6, - "skills_required": [ "fabrication", 4 ], - "time": "2 h", - "autolearn": true, - "using": [ - [ "sewing_standard", 80 ], - [ "adhesive", 4 ], - [ "soldering_standard", 32 ] - ], - "components": [ - [ [ "kawaii_boots", 1 ] ], - [ [ "kevlar_plate", 4 ] ], - [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ] - ] - }, - { - "type": "recipe", "result": "kawaii_scarf", + "note": "Loosely based on patchwork scarf with much longer crafting time.", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_HEAD", "skill_used": "tailor", @@ -1054,20 +1098,6 @@ }, { "type": "recipe", - "result": "kawaii_hat_cotton", - "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_HEAD", - "skill_used": "tailor", - "difficulty": 2, - "time": "40 m", - "autolearn": true, - "using": [ [ "sewing_standard", 8 ] ], - "components": [ - [ [ "rag", 3 ] ] - ] - }, - { - "type": "recipe", "result": "kawaii_maid_megane_01", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_HEAD", @@ -1087,6 +1117,7 @@ { "type": "recipe", "result": "kawaii_hitec_megane", + "note": "Loosely based on survivor goggles.", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_HEAD", "skill_used": "fabrication", |