Skip to content

Commit

Permalink
Some nested recipe fixes (CleverRaven#75701)
Browse files Browse the repository at this point in the history
* Nested aztec stone weapon recipes

* Kevlar Jumpsuit nested recipes fix

* Apply fix
  • Loading branch information
Termineitor244 authored Aug 18, 2024
1 parent 3e04a29 commit 90b5cea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,7 @@
"subcategory": "CSC_*_NESTED",
"name": "standard Kevlar jumpsuits",
"description": "Recipes related to constructing custom-made jumpsuits meant to keep the wearer safe from harm.",
"skill_used": "fabrication",
"skill_used": "tailor",
"nested_category_data": [ "survivor_jumpsuit", "xssurvivor_jumpsuit", "xlsurvivor_jumpsuit" ],
"difficulty": 6
},
Expand All @@ -2434,7 +2434,7 @@
"subcategory": "CSC_*_NESTED",
"name": "light Kevlar jumpsuits",
"description": "Recipes related to constructing custom-made jumpsuits meant to keep the wearer safe from harm while still being flexible.",
"skill_used": "fabrication",
"skill_used": "tailor",
"nested_category_data": [ "lsurvivor_jumpsuit", "xs_lsurvivor_jumpsuit", "xl_lsurvivor_jumpsuit" ],
"difficulty": 5
},
Expand All @@ -2446,7 +2446,7 @@
"subcategory": "CSC_*_NESTED",
"name": "steel-plated Kevlar jumpsuits",
"description": "Recipes related to constructing custom-made jumpsuits meant to keep the wearer REALLY safe from harm, although they are a bit heavy.",
"skill_used": "fabrication",
"skill_used": "tailor",
"nested_category_data": [ "hsurvivor_jumpsuit", "xs_hsurvivor_jumpsuit", "xl_hsurvivor_jumpsuit" ],
"difficulty": 7
},
Expand All @@ -2458,7 +2458,7 @@
"subcategory": "CSC_*_NESTED",
"name": "Kevlar firesuits",
"description": "Recipes related to constructing custom-made jumpsuits meant to keep the wearer safe from harm and intense fires.",
"skill_used": "fabrication",
"skill_used": "tailor",
"nested_category_data": [ "fsurvivor_jumpsuit", "xs_fsurvivor_jumpsuit", "xl_fsurvivor_jumpsuit" ],
"difficulty": 8
},
Expand All @@ -2470,7 +2470,7 @@
"subcategory": "CSC_*_NESTED",
"name": "winter Kevlar jumpsuits",
"description": "Recipes related to constructing custom-made jumpsuits meant to keep the wearer safe from harm and freezing cold temperatures.",
"skill_used": "fabrication",
"skill_used": "tailor",
"nested_category_data": [
"wsurvivor_jumpsuit_nofur",
"xs_wsurvivor_jumpsuit_nofur",
Expand All @@ -2489,7 +2489,7 @@
"subcategory": "CSC_*_NESTED",
"name": "Kevlar wetsuits",
"description": "Recipes related to constructing custom-made jumpsuits meant to keep the wearer safe from harm and keep water out.",
"skill_used": "fabrication",
"skill_used": "tailor",
"nested_category_data": [
"h20survivor_jumpsuit",
"xs_h20survivor_jumpsuit",
Expand Down
8 changes: 4 additions & 4 deletions data/json/recipes/weapon/bashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "aztec_sword_stone",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"skill_used": "fabrication",
"difficulty": 1,
"time": "10 m",
Expand Down Expand Up @@ -555,8 +555,8 @@
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "aztec_spear_stone",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"skill_used": "fabrication",
"difficulty": 1,
"time": "10 m",
Expand Down

0 comments on commit 90b5cea

Please sign in to comment.