Skip to content

[Aftershock] Ensure Outfitter always has at least one full EVA suit #79218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,21 @@
"subtype": "collection",
"items": [
{ "group": "afs_wintersuit_generic_advanced", "count": [ 1, 3 ] },
{ "group": "afs_frontier_cryo_g_full_combo", "count": 1 },
{ "group": "afs_basic_armor", "count": [ 0, 3 ] },
{ "group": "afs_colonist_outfit", "count": [ 1, 3 ] },
{ "group": "afs_civilian_hazard_outfit", "count": [ 1, 3 ], "prob": 60 },
{ "group": "afs_pals_pieces", "count": [ 6, 12 ] },
{ "group": "afs_augustmoon_outfitter_bags", "count": [ 10, 28 ] }
]
},
{
"id": "afs_frontier_cryo_g_full_combo",
"type": "item_group",
"//": "The bare minimum matching suit to vist Salus. Prevents having to restart because Port Augustmoon is mising a part like the mask.",
"subtype": "collection",
"entries": [ { "item": "afs_frontier_cryo" }, { "item": "afs_frontier_cryomask" } ]
},
{
"type": "item_group",
"id": "AUGUSTMOON_OUTFITTER_worn",
Expand Down
Loading