Skip to content

Commit

Permalink
[Aftershock] Ensure Outfitter always has at least one full EVA suit (C…
Browse files Browse the repository at this point in the history
…leverRaven#79218)

* Outfitter always has at least one full suit.

* Lint

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
QuillInkwell and github-actions[bot] authored Jan 17, 2025
1 parent 25adee5 commit 6af24d4
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 6af24d4

Please sign in to comment.