Skip to content

Commit

Permalink
Re-add Welding Gear
Browse files Browse the repository at this point in the history
  • Loading branch information
QuillInkwell committed Jan 30, 2025
1 parent 6e4bbab commit df4d9d3
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
{ "group": "afs_salvor_fabricator_scraps" },
{ "group": "afs_salvor_fabricator_tools" },
{ "group": "afs_salvor_fabricator_combat_gear" },
{ "item": "afs_40g_plasma_civ", "count": [ 2, 5 ] },
{ "group": "afs_tools_welding_consumable", "count": [ 6, 8 ] },
{ "group": "afs_augustmoon_batteries_disposable", "count": [ 5, 10 ] },
{ "group": "afs_augustmoon_batteries_rechargeable", "count": [ 2, 3 ], "prob": 20 },
{ "group": "augustmoon_shop_money" }
Expand Down Expand Up @@ -126,7 +128,8 @@
{ "item": "chisel", "prob": 5 },
{ "item": "hammer_sledge", "prob": 20 },
{ "item": "hammer_sledge_short", "prob": 20 },
{ "item": "e_tool", "prob": 10 }
{ "item": "e_tool", "prob": 10 },
{ "item": "afs_plasma_torch", "prob": 40 }
]
},
{
Expand Down Expand Up @@ -179,7 +182,9 @@
{ "item": "afs_survival_heater" },
{ "item": "afs_tripod_light" },
{ "item": "afs_survival_battery" },
{ "item": "multi_cooker" }
{ "item": "multi_cooker" },
{ "item": "afs_40g_plasma_civ" },
{ "item": "afs_plasma_torch" }
]
}
]

0 comments on commit df4d9d3

Please sign in to comment.