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 0d53472 commit 44271a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions z_summoner/zsm_recipes_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
{
"abstract": "base_zsm_item_r",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"//": "■ アイテムレシピ_共通事項 autolearn:false 自動習得の無効",
"autolearn": false
},
Expand All @@ -21,6 +23,7 @@
"type": "recipe",
"//": "■ ABアリス・アイテムレシピ_共通事項 autolearn:false 自動習得の無効",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"autolearn": false,
"book_learn": [ [ "zsm_Book_of_The_Engage_copy", 0 ] ],
Expand All @@ -31,6 +34,7 @@
"type": "recipe",
"//": "■ Rアリス・アイテムレシピ_共通事項 autolearn:false 自動習得の無効",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"autolearn": false,
"book_learn": [ [ "zsm_Alice_in_Deadmans_Land", 0 ] ],
Expand Down

0 comments on commit 44271a6

Please sign in to comment.