Skip to content

Commit

Permalink
本体アップデートで要求されたサブカテゴリ追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezsk committed Sep 24, 2021
1 parent b7e7039 commit dd48718
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
41 changes: 5 additions & 36 deletions z_maid/recipes/zmd_recipes_other.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
"type": "recipe",
"result": "zmd_craft_guide_maiden",
"//": "■本・メイドさんを作ろう! レシピ",

"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"difficulty": 1,

"time": 1000,
"reversible": true,
"book_learn": [ [ "zmd_strange_book_fragment_3", 0 ] ],

"components": [
[ [ "zmd_strange_book_fragment_1", 1 ] ],
[ [ "zmd_strange_book_fragment_2", 1 ] ],
Expand All @@ -21,23 +18,18 @@
],
"flags": [ "BLIND_EASY" ]
},


{
"type": "recipe",
"result": "zmd_bot_prototype_cleaner",
"//": "■試作お掃除ロボット(停止中) レシピ",

"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "mechanics",
"skills_required": [ [ "electronics", 5 ], [ "computer", 5 ] ],
"difficulty": 6,

"time": 25000,
"reversible": true,
"decomp_learn": 7,

"using": [ [ "soldering_standard", 10 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
Expand All @@ -51,82 +43,59 @@
[ [ "motor", 1 ] ]
]
},


{
"//": "■ゴーメイドバッグ レシピ、分解によるアイテム取得用",

"result": "zmd_go_maid_bag",
"type": "uncraft",
"time": 300,

"components": [
[ [ "maid_dress", 1 ] ],
[ [ "maid_hat", 1 ] ],
[ [ "stockings", 1 ] ],
[ [ "panties", 1 ] ],
[ [ "bra", 1 ] ],
[ [ "dress_shoes", 1 ] ],

[ [ "pockknife", 1 ] ],
[ [ "matches", 1 ] ],
[ [ "tailors_kit", 1 ] ],
[ [ "thread", 200 ] ]
],
"flags": [ "BLIND_EASY", "FULL_MAGAZINE" ]
},


{
"//": "■改造棺桶 レシピ",
"type": "recipe",
"result": "zmd_coffin_ex",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_PARTS",

"skill_used": "fabrication",
"difficulty": 3,
"time": 6000,

"reversible": true,
"autolearn": true,

"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [
[ [ "2x4", 8 ] ],
[ [ "nail", 28 ] ],
[ [ "leather", 4 ] ]
]
"components": [ [ [ "2x4", 8 ] ], [ [ "nail", 28 ] ], [ [ "leather", 4 ] ] ]
},


{
"abstract": "base_zmd_armor_r",
"type": "recipe",
"//": "■■ 服レシピ_共通事項 autolearn:自動習得の可否",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_SUIT",
"skill_used": "tailor",
"autolearn" : true,
"autolearn": true,
"reversible": true
},
{
"result": "zmd_dress_black",
"//": "■ドレス(黒色)",
"//": "■ドレス(黒色)",
"type": "recipe",
"copy-from": "base_zmd_armor_r",

"subcategory": "CSC_ARMOR_SUIT",

"difficulty": 3,
"time": 120000,
"using": [ [ "filament", 30 ] ],

"qualities": [
{ "id": "SEW", "level": 1 }
],
"qualities": [ { "id": "SEW", "level": 1 } ],
"components": [ [ [ "rag", 20 ] ] ]
}



]
2 changes: 2 additions & 0 deletions z_maid/zmd_recipes_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
{
"abstract": "base_zmd_item_zm_r",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"//": "■ アイテムレシピ_共通事項 autolearn:false 自動習得の無効",
"autolearn" : false
}
Expand Down

0 comments on commit dd48718

Please sign in to comment.