Skip to content

Commit

Permalink
feat(balance): allow crafting riot shields, alternative component for…
Browse files Browse the repository at this point in the history
… welded shield, add `repairs_like` to ballistic shield (#5374)
  • Loading branch information
chaosvolt authored Sep 19, 2024
1 parent 3457677 commit a61a09d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/json/items/armor/shields.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"to_hit": -3,
"bashing": 12,
"material": [ "ceramic", "kevlar_rigid" ],
"repairs_like": "shield_banded_large",
"symbol": "[",
"color": "light_gray",
"covers": [ "arm_either", "hand_either" ],
Expand Down
32 changes: 31 additions & 1 deletion data/json/recipes/armor/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"time": "10 m",
"autolearn": true,
"using": [ [ "welding_standard", 10 ] ],
"components": [ [ [ "steel_plate", 1 ] ], [ [ "scrap", 4 ] ] ]
"components": [ [ [ "steel_plate", 1 ], [ "manhole_cover", 1 ] ], [ [ "scrap", 4 ] ] ]
},
{
"result": "shield_welded_superalloy",
Expand Down Expand Up @@ -563,6 +563,36 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "shield_wooden_large", 1 ] ] ]
},
{
"result": "shield_riot",
"byproducts": [ [ "plastic_chunk", 40 ] ],
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_OTHER",
"skill_used": "fabrication",
"difficulty": 4,
"time": "60 m",
"autolearn": true,
"using": [ [ "surface_heat", 50 ], [ "welding_standard", 5 ], [ "steel_tiny", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "mold_plastic", -1 ] ] ],
"components": [ [ [ "rigid_plastic_sheet", 1 ] ] ]
},
{
"type": "recipe",
"result": "shield_riot",
"id_suffix": "printed",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_OTHER",
"skill_used": "computer",
"difficulty": 3,
"skills_required": [ [ "fabrication", 2 ] ],
"time": "45 m",
"autolearn": true,
"book_learn": [ [ "textbook_computer", 2 ], [ "advanced_electronics", 2 ], [ "reference_fabrication1", 2 ] ],
"using": [ [ "3d_printing_standard", 45 ], [ "welding_standard", 5 ], [ "steel_tiny", 1 ] ],
"components": [ [ [ "plastic_chunk", 45 ] ] ]
},
{
"result": "american_flag",
"type": "recipe",
Expand Down

0 comments on commit a61a09d

Please sign in to comment.