aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-13 23:32:53 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-13 23:32:53 -0700
commit97d424004caf7490155b1a8653287729f1b9eb7a (patch)
tree1e2ddb34358a3806d929845c3597fe2fdfc642a5
parentRebalance maid headband (remove sheath) (diff)
downloadcataclysm-dda-mod_battle-maid-redone-97d424004caf7490155b1a8653287729f1b9eb7a.tar.xz
Add kawaii black bikini and recipes
Also prep for adding little maid
-rw-r--r--armor.json33
-rw-r--r--recipes.json44
2 files changed, 77 insertions, 0 deletions
diff --git a/armor.json b/armor.json
index 6ed44e2..6672c12 100644
--- a/armor.json
+++ b/armor.json
@@ -831,6 +831,39 @@
"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",
"name": { "str": "hardcase" },
diff --git a/recipes.json b/recipes.json
index 668a251..d00580a 100644
--- a/recipes.json
+++ b/recipes.json
@@ -728,6 +728,26 @@
},
{
"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",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
@@ -897,6 +917,30 @@
]
},
{
+ "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",
"category": "CC_ARMOR",