Skip to content
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

ERT Overhaul 2.0 #301

Closed
Original file line number Diff line number Diff line change
Expand Up @@ -229,88 +229,88 @@

# ERT

- type: entity
noSpawn: true
parent: ClothingBackpackERTLeader
id: ClothingBackpackERTLeaderFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: WeaponPulseCarbine
- id: WeaponPulsePistol
- id: WeaponDisabler
- id: MedicatedSuture
- id: RegenerativeMesh
- id: Handcuffs
- id: CrowbarRed
#- type: entity
# noSpawn: true
# parent: ClothingBackpackERTLeader
# id: ClothingBackpackERTLeaderFilled
# components:
# - type: StorageFill
# contents:
# - id: BoxSurvival
# - id: WeaponPulseCarbine
# - id: WeaponPulsePistol
# - id: WeaponDisabler
# - id: MedicatedSuture
# - id: RegenerativeMesh
# - id: Handcuffs
# - id: CrowbarRed

- type: entity
noSpawn: true
parent: ClothingBackpackERTSecurity
id: ClothingBackpackERTSecurityFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: WeaponDisabler
- id: WeaponPulsePistol
- id: WeaponPulseCarbine
- id: MedicatedSuture
- id: RegenerativeMesh
- id: BoxHandcuff
- id: CrowbarRed
#- type: entity
# noSpawn: true
# parent: ClothingBackpackERTSecurity
# id: ClothingBackpackERTSecurityFilled
# components:
# - type: StorageFill
# contents:
# - id: BoxSurvival
# - id: WeaponDisabler
# - id: WeaponPulsePistol
# - id: WeaponPulseCarbine
# - id: MedicatedSuture
# - id: RegenerativeMesh
# - id: BoxHandcuff
# - id: CrowbarRed

- type: entity
noSpawn: true
parent: ClothingBackpackERTMedical
id: ClothingBackpackERTMedicalFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: WeaponPulseCarbine
- id: Hypospray
- id: MedkitAdvancedFilled
- id: CrowbarRed
- id: OmnizineChemistryBottle
- id: EpinephrineChemistryBottle
- id: EpinephrineChemistryBottle
#- type: entity
# noSpawn: true
# parent: ClothingBackpackERTMedical
# id: ClothingBackpackERTMedicalFilled
# components:
# - type: StorageFill
# contents:
# - id: BoxSurvivalMedical
# - id: WeaponPulseCarbine
# - id: Hypospray
# - id: MedkitAdvancedFilled
# - id: CrowbarRed
# - id: OmnizineChemistryBottle
# - id: EpinephrineChemistryBottle
# - id: EpinephrineChemistryBottle

- type: entity
noSpawn: true
parent: ClothingBackpackERTEngineer
id: ClothingBackpackERTEngineerFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: trayScanner
- id: WeaponPulseCarbine
- id: MedicatedSuture
- id: RegenerativeMesh
- id: RCD
- id: RCDAmmo
- id: RCDAmmo
- id: RCDAmmo
- id: CableMVStack
- id: CableHVStack
#- type: entity
# noSpawn: true
# parent: ClothingBackpackERTEngineer
# id: ClothingBackpackERTEngineerFilled
# components:
# - type: StorageFill
# contents:
# - id: BoxSurvival
# - id: trayScanner
# - id: WeaponPulseCarbine
# - id: MedicatedSuture
# - id: RegenerativeMesh
# - id: RCD
# - id: RCDAmmo
# - id: RCDAmmo
# - id: RCDAmmo
# - id: CableMVStack
# - id: CableHVStack

- type: entity
noSpawn: true
parent: ClothingBackpackERTJanitor
id: ClothingBackpackERTJanitorFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: WeaponPulsePistol
- id: MedkitFilled
- id: BoxLightMixed
- id: BoxLightMixed
- id: Soap
- id: CrowbarRed
- id: AdvMopItem
#- type: entity
# noSpawn: true
# parent: ClothingBackpackERTJanitor
# id: ClothingBackpackERTJanitorFilled
# components:
# - type: StorageFill
# contents:
# - id: BoxSurvival
# - id: WeaponPulsePistol
# - id: MedkitFilled
# - id: BoxLightMixed
# - id: BoxLightMixed
# - id: Soap
# - id: CrowbarRed
# - id: AdvMopItem

- type: entity
noSpawn: true
Expand Down
Loading
Loading