Skip to content

Commit

Permalink
refactor(mods/craftgp): mainline luty's SMG recipes
Browse files Browse the repository at this point in the history
Co-authored-by: Zaweri <mrampuja@gmail.com>
Co-authored-by: Noctifer-de-Mortem <batchmarksman96@gmail.com>
  • Loading branch information
3 people authored and scarf005 committed Jan 7, 2024
1 parent 03bd14b commit 1e98f89
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 42 deletions.
45 changes: 45 additions & 0 deletions data/json/recipes/weapon/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,5 +1169,50 @@
[ [ "lens", 2 ] ],
[ [ "plastic_chunk", 6 ] ]
]
},
{
"type": "recipe",
"result": "smg_9mm",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"autolearn": true,
"book_learn": [ [ "manual_luty", 4 ] ],
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "scrap", 3 ] ], [ [ "spring", 1 ] ], [ [ "2x4", 2 ] ], [ [ "sheet_metal", 1 ] ] ]
},
{
"type": "recipe",
"result": "smg_40",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"autolearn": true,
"book_learn": [ [ "manual_luty", 4 ] ],
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "scrap", 3 ] ], [ [ "spring", 1 ] ], [ [ "2x4", 2 ] ], [ [ "sheet_metal", 1 ] ] ]
},
{
"type": "recipe",
"result": "smg_45",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"autolearn": true,
"book_learn": [ [ "manual_luty", 4 ] ],
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "scrap", 3 ] ], [ [ "spring", 1 ] ], [ [ "2x4", 2 ] ], [ [ "sheet_metal", 1 ] ] ]
}
]
42 changes: 0 additions & 42 deletions data/mods/Craft_Gunpowder/cgp_recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,48 +27,6 @@
[ [ "sheet_metal", 2 ] ]
]
},
{
"type": "recipe",
"result": "smg_9mm",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "scrap", 3 ] ], [ [ "spring", 1 ] ], [ [ "2x4", 2 ] ], [ [ "sheet_metal", 1 ] ] ]
},
{
"type": "recipe",
"result": "smg_40",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "scrap", 3 ] ], [ [ "spring", 1 ] ], [ [ "2x4", 2 ] ], [ [ "sheet_metal", 1 ] ] ]
},
{
"type": "recipe",
"result": "smg_45",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "scrap", 3 ] ], [ [ "spring", 1 ] ], [ [ "2x4", 2 ] ], [ [ "sheet_metal", 1 ] ] ]
},
{
"type": "recipe",
"result": "red_dot_sight",
Expand Down

0 comments on commit 1e98f89

Please sign in to comment.