@@ -15,6 +15,7 @@ loadout-group-survival-syndicate = Github is forcing me to write text that is li
|
||||
loadout-group-breath-tool = Species-dependent breath tools
|
||||
loadout-group-tank-harness = Species-specific survival equipment
|
||||
loadout-group-EVA-tank = Species-specific gas tank
|
||||
loadout-group-pocket-tank-double = Species-specific double emergency tank in pocket
|
||||
loadout-group-survival-mime = Mime Survival Box
|
||||
|
||||
# Command
|
||||
|
||||
@@ -443,6 +443,9 @@
|
||||
max: 1
|
||||
pickPlayer: false
|
||||
startingGear: SyndicateLoneOperativeGearFull
|
||||
roleLoadout:
|
||||
- RoleSurvivalNukie
|
||||
|
||||
components:
|
||||
- type: NukeOperative
|
||||
- type: RandomMetadata
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
parent: BaseGameRule
|
||||
id: BaseNukeopsRule
|
||||
components:
|
||||
- type: RandomMetadata #this generates the random operation name cuz it's cool.
|
||||
- type: RandomMetadata #this generates the random operation name cuz it's cool.
|
||||
nameSegments:
|
||||
- operationPrefix
|
||||
- operationSuffix
|
||||
@@ -104,7 +104,7 @@
|
||||
spawnerPrototype: SpawnPointNukeopsCommander
|
||||
startingGear: SyndicateCommanderGearFull
|
||||
roleLoadout:
|
||||
- RoleSurvivalSyndicate
|
||||
- RoleSurvivalNukie
|
||||
components:
|
||||
- type: NukeOperative
|
||||
- type: RandomMetadata
|
||||
@@ -122,7 +122,7 @@
|
||||
spawnerPrototype: SpawnPointNukeopsMedic
|
||||
startingGear: SyndicateOperativeMedicFull
|
||||
roleLoadout:
|
||||
- RoleSurvivalSyndicate
|
||||
- RoleSurvivalNukie
|
||||
components:
|
||||
- type: NukeOperative
|
||||
- type: RandomMetadata
|
||||
@@ -142,7 +142,7 @@
|
||||
playerRatio: 10
|
||||
startingGear: SyndicateOperativeGearFull
|
||||
roleLoadout:
|
||||
- RoleSurvivalSyndicate
|
||||
- RoleSurvivalNukie
|
||||
components:
|
||||
- type: NukeOperative
|
||||
- type: RandomMetadata
|
||||
@@ -319,8 +319,8 @@
|
||||
tableId: SpaceTrafficControlTable
|
||||
|
||||
- type: entity
|
||||
id: SpaceTrafficControlFriendlyEventScheduler
|
||||
parent: BaseGameRule
|
||||
id: SpaceTrafficControlFriendlyEventScheduler
|
||||
parent: BaseGameRule
|
||||
components:
|
||||
- type: BasicStationEventScheduler
|
||||
minimumTimeUntilFirstEvent: 1200 # 20 mins
|
||||
|
||||
@@ -188,6 +188,23 @@
|
||||
equipment:
|
||||
suitstorage: OxygenTankFilled
|
||||
|
||||
# Species-appropriate Double Emergency Tank in Pocket 1
|
||||
- type: loadout
|
||||
id: LoadoutSpeciesPocketDoubleNitrogen
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: NitrogenBreather
|
||||
equipment:
|
||||
pocket1: DoubleEmergencyNitrogenTankFilled
|
||||
|
||||
- type: loadout
|
||||
id: LoadoutSpeciesPocketDoubleOxygen
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: OxygenBreather
|
||||
equipment:
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
|
||||
# Tank Harness
|
||||
- type: loadout
|
||||
id: LoadoutTankHarness
|
||||
|
||||
@@ -61,6 +61,14 @@
|
||||
- LoadoutSpeciesEVANitrogen
|
||||
- LoadoutSpeciesEVAOxygen
|
||||
|
||||
- type: loadoutGroup
|
||||
id: GroupPocketTankDouble
|
||||
name: loadout-group-pocket-tank-double
|
||||
hidden: true
|
||||
loadouts:
|
||||
- LoadoutSpeciesPocketDoubleNitrogen
|
||||
- LoadoutSpeciesPocketDoubleOxygen
|
||||
|
||||
# Command
|
||||
- type: loadoutGroup
|
||||
id: CaptainHead
|
||||
@@ -488,7 +496,7 @@
|
||||
loadouts:
|
||||
- MimeSuspendersRed
|
||||
- MimeSuspendersBlack
|
||||
|
||||
|
||||
- type: loadoutGroup
|
||||
id: SurvivalMime
|
||||
name: loadout-group-survival-mime
|
||||
|
||||
@@ -569,6 +569,13 @@
|
||||
- GroupSpeciesBreathTool
|
||||
- GroupTankHarness
|
||||
|
||||
- type: roleLoadout
|
||||
id: RoleSurvivalNukie
|
||||
groups:
|
||||
- SurvivalSyndicate
|
||||
- GroupSpeciesBreathTool
|
||||
- GroupPocketTankDouble
|
||||
|
||||
- type: roleLoadout
|
||||
id: RoleSurvivalEVA
|
||||
groups:
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
outerClothing: ClothingOuterHardsuitSyndie
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: SyndiPDA
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
pocket2: PlushieCarp
|
||||
belt: ClothingBeltMilitaryWebbing
|
||||
storage:
|
||||
@@ -74,7 +73,7 @@
|
||||
neck: SyndicateWhistle
|
||||
outerClothing: ClothingOuterHardsuitSyndieCommander
|
||||
inhand:
|
||||
- NukeOpsDeclarationOfWar
|
||||
- NukeOpsDeclarationOfWar
|
||||
|
||||
#Nuclear Operative Medic Gear
|
||||
- type: startingGear
|
||||
|
||||
Reference in New Issue
Block a user