random loadout support (#11027)
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
suffix: AI
|
||||
components:
|
||||
- type: InputMover
|
||||
- type: MobMover
|
||||
- type: MobMover
|
||||
@@ -7,7 +7,7 @@
|
||||
- type: InputMover
|
||||
- type: MobMover
|
||||
- type: Loadout
|
||||
prototype: PassengerGear
|
||||
prototypes: [PassengerGear]
|
||||
- type: Faction
|
||||
factions:
|
||||
- NanoTrasen
|
||||
@@ -34,7 +34,7 @@
|
||||
components:
|
||||
- type: RandomHumanoidAppearance
|
||||
- type: Loadout
|
||||
prototype: CBURNGear
|
||||
prototypes: [CBURNGear]
|
||||
- type: GhostTakeoverAvailable
|
||||
makeSentient: false
|
||||
name: CBURN Agent
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
name: CentCom official
|
||||
description: Inspect the station, jot down performance reviews for heads of staff, bug the Captain.
|
||||
- type: Loadout
|
||||
prototype: CentcomGear
|
||||
prototypes: [CentcomGear]
|
||||
- type: RandomHumanoidAppearance
|
||||
|
||||
# ERT Leader
|
||||
@@ -62,7 +62,7 @@
|
||||
name: ERT Leader
|
||||
description: Lead a team of specialists to resolve the stations issues.
|
||||
- type: Loadout
|
||||
prototype: ERTLeaderGear
|
||||
prototypes: [ERTLeaderGear]
|
||||
- type: RandomMetadata
|
||||
nameSegments: [NamesFirstMilitaryLeader]
|
||||
- type: RandomHumanoidAppearance
|
||||
@@ -78,7 +78,7 @@
|
||||
sprite: Markers/jobs.rsi
|
||||
state: ertleadereva
|
||||
- type: Loadout
|
||||
prototype: ERTLeaderGearEVA
|
||||
prototypes: [ERTLeaderGearEVA]
|
||||
|
||||
# ERT Engineer
|
||||
- type: entity
|
||||
@@ -93,7 +93,7 @@
|
||||
name: ERT Engineer
|
||||
description: Assist with engineering efforts to resolve the stations issues.
|
||||
- type: Loadout
|
||||
prototype: ERTEngineerGear
|
||||
prototypes: [ERTEngineerGear]
|
||||
|
||||
- type: entity
|
||||
name: ERT engineer
|
||||
@@ -105,7 +105,7 @@
|
||||
sprite: Markers/jobs.rsi
|
||||
state: ertengineereva
|
||||
- type: Loadout
|
||||
prototype: ERTEngineerGearEVA
|
||||
prototypes: [ERTEngineerGearEVA]
|
||||
|
||||
# ERT Security
|
||||
- type: entity
|
||||
@@ -120,7 +120,7 @@
|
||||
name: ERT Security
|
||||
description: Assist with security efforts to resolve the stations issues.
|
||||
- type: Loadout
|
||||
prototype: ERTSecurityGear
|
||||
prototypes: [ERTSecurityGear]
|
||||
|
||||
- type: entity
|
||||
name: ERT security
|
||||
@@ -132,7 +132,7 @@
|
||||
sprite: Markers/jobs.rsi
|
||||
state: ertsecurityeva
|
||||
- type: Loadout
|
||||
prototype: ERTSecurityGearEVA
|
||||
prototypes: [ERTSecurityGearEVA]
|
||||
|
||||
# ERT Medical
|
||||
- type: entity
|
||||
@@ -147,7 +147,7 @@
|
||||
name: ERT Medic
|
||||
description: Assist with medical efforts to resolve the stations issues.
|
||||
- type: Loadout
|
||||
prototype: ERTMedicalGear
|
||||
prototypes: [ERTMedicalGear]
|
||||
|
||||
- type: entity
|
||||
name: ERT medic
|
||||
@@ -159,7 +159,7 @@
|
||||
sprite: Markers/jobs.rsi
|
||||
state: ertmedicaleva
|
||||
- type: Loadout
|
||||
prototype: ERTMedicalGearEVA
|
||||
prototypes: [ERTMedicalGearEVA]
|
||||
|
||||
# ERT Janitor
|
||||
- type: entity
|
||||
@@ -174,7 +174,7 @@
|
||||
name: ERT Janitor
|
||||
description: Assist with custodial efforts to resolve the stations issues.
|
||||
- type: Loadout
|
||||
prototype: ERTJanitorGear
|
||||
prototypes: [ERTJanitorGear]
|
||||
|
||||
- type: entity
|
||||
name: ERT janitor
|
||||
@@ -186,7 +186,7 @@
|
||||
sprite: Markers/jobs.rsi
|
||||
state: ertjanitoreva
|
||||
- type: Loadout
|
||||
prototype: ERTJanitorGearEVA
|
||||
prototypes: [ERTJanitorGearEVA]
|
||||
|
||||
#Syndie
|
||||
- type: entity
|
||||
@@ -195,7 +195,7 @@
|
||||
name: Syndicate Agent
|
||||
components:
|
||||
- type: Loadout
|
||||
prototype: SyndicateOperativeGearExtremelyBasic
|
||||
prototypes: [SyndicateOperativeGearExtremelyBasic]
|
||||
- type: RandomMetadata
|
||||
nameSegments: [names_death_commando]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user