Paradox clones get all storage items the original has. (#35838)
* recursive storage copying * include slime storage * future proofing * remove survival box
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
- EmergencyOxygen
|
||||
- LoadoutSpeciesVoxNitrogen
|
||||
|
||||
# nitrogen or oxygen tank, depending on what your species needs
|
||||
- type: loadoutGroup
|
||||
id: GroupEVATank
|
||||
name: loadout-group-EVA-tank
|
||||
@@ -86,6 +87,14 @@
|
||||
- LoadoutSpeciesEVANitrogen
|
||||
- LoadoutSpeciesEVAOxygen
|
||||
|
||||
# vox get a nitrogen tank, other species get nothing
|
||||
- type: loadoutGroup
|
||||
id: GroupEVATankVox
|
||||
name: loadout-group-vox-tank
|
||||
hidden: true
|
||||
loadouts:
|
||||
- LoadoutSpeciesVoxNitrogen
|
||||
|
||||
- type: loadoutGroup
|
||||
id: GroupPocketTankDouble
|
||||
name: loadout-group-pocket-tank-double
|
||||
|
||||
@@ -527,12 +527,21 @@
|
||||
# These loadouts are used for non-crew spawns, like off-station antags and event mobs
|
||||
# They will be used without player configuration, thus they will only ever apply what is forced by MinLimit
|
||||
|
||||
# gives vox a harness and breathing mask
|
||||
# nitrogen tank not included
|
||||
- type: roleLoadout
|
||||
id: RoleSurvivalVoxSupport
|
||||
groups:
|
||||
- GroupSpeciesBreathTool
|
||||
- GroupTankHarness
|
||||
|
||||
# gives vox a nitrogen breathing tank
|
||||
# other species get nothing
|
||||
- type: roleLoadout
|
||||
id: RoleSurvivalVoxTank
|
||||
groups:
|
||||
- GroupEVATankVox
|
||||
|
||||
- type: roleLoadout
|
||||
id: RoleSurvivalStandard
|
||||
groups:
|
||||
|
||||
Reference in New Issue
Block a user