Emergency Response Team (#6258)
* Clothing pass 1 Backpacks, hardsuits and helmets pass 1 * ERT Leader Role first pass * ERT Backpacks (nearly there) * ERT Backpacks final * ERT helmets pass 1 * remaining hardsuit sprites added. * ERT leader ID * removed duplicates * hardsuits + helmets entities * ID + PDA for ERT * ERT leader role pass 1 * job icons / markers for ERT * military / ert name dataset * starting gear pass 1 for ERT * removed in favor of singular ERT roles file * ERT mobs for spawning * ERT spawn points added * fixed case on ERT name * Increased ERT access to most areas * ERT ghost role takeover fixes * ERT removed invalid parent * path issue resolved * more file path fixes * fixes random naming pt 1 * Buffs ERT hardsuits and integrates helmet parents ert to syndie hardsuit and adds toggleable helmet * Adds suit storage slot and cargo access * Adds backpack fills for ERT * Updates ERT loadout for filled backpacks + other misc changes * buff ERT backpack storage * fixes ert jani backpack fills * tweaks spawn loadout to EVA * gave centcom official AA * formatting * ERT shuttle mapped with spawners * update access
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
setPreference: false
|
||||
startingGear: CentcomGear
|
||||
departments:
|
||||
- Command
|
||||
- Command
|
||||
icon: "Nanotrasen"
|
||||
supervisors: "the head of security"
|
||||
access:
|
||||
- Command
|
||||
- Maintenance
|
||||
canBeAntag: false
|
||||
accessGroups:
|
||||
- AllAccess
|
||||
|
||||
- type: startingGear
|
||||
id: CentcomGear
|
||||
|
||||
222
Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml
Normal file
222
Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml
Normal file
@@ -0,0 +1,222 @@
|
||||
# Leader
|
||||
- type: job
|
||||
id: ERTLeader
|
||||
name: "ERT leader"
|
||||
setPreference: false
|
||||
startingGear: ERTLeaderGearEVA
|
||||
departments:
|
||||
- Command
|
||||
icon: "Nanotrasen"
|
||||
supervisors: "centcom official"
|
||||
canBeAntag: false
|
||||
accessGroups:
|
||||
- AllAccess
|
||||
|
||||
- type: startingGear
|
||||
id: ERTLeaderGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTLeaderFilled
|
||||
shoes: ClothingShoesBootsJack
|
||||
head: ClothingHeadHelmetHelmet
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerclothing: ClothingOuterVestKevlar
|
||||
id: ERTLeaderPDA
|
||||
ears: ClothingHeadsetAltCommand
|
||||
belt: ClothingBeltSecurityWebbing
|
||||
pocket1: Flare
|
||||
pocket2:
|
||||
|
||||
- type: startingGear
|
||||
id: ERTLeaderGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTLeaderFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
head: ClothingHeadHelmetHardsuitERTLeader
|
||||
mask: ClothingMaskBreath
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterHardsuitERTLeader
|
||||
suitStorage: OxygenTankFilled
|
||||
id: ERTLeaderPDA
|
||||
ears: ClothingHeadsetAltCommand
|
||||
belt: ClothingBeltSecurityFilled
|
||||
pocket1: Flare
|
||||
pocket2:
|
||||
|
||||
# Engineer
|
||||
- type: job
|
||||
id: ERTEngineer
|
||||
name: "ERT engineer"
|
||||
startingGear: ERTEngineerGearEVA
|
||||
departments:
|
||||
- Command
|
||||
icon: "Nanotrasen"
|
||||
supervisors: "centcom official"
|
||||
canBeAntag: false
|
||||
accessGroups:
|
||||
- AllAccess
|
||||
|
||||
- type: startingGear
|
||||
id: ERTEngineerGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTEngineerFilled
|
||||
shoes: ClothingShoesBootsWork
|
||||
head: ClothingHeadHelmetHelmet
|
||||
eyes: ClothingEyesGlassesMeson
|
||||
gloves: ClothingHandsGlovesColorYellow
|
||||
outerClothing: ClothingOuterVestKevlar
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltChiefEngineerFilled
|
||||
pocket1: Flare
|
||||
pocket2:
|
||||
|
||||
- type: startingGear
|
||||
id: ERTEngineerGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTEngineerFilled
|
||||
shoes: ClothingShoesBootsMagAdv
|
||||
head: ClothingHeadHelmetHardsuitERTEngineer
|
||||
mask: ClothingMaskBreath
|
||||
eyes: ClothingEyesGlassesMeson
|
||||
gloves: ClothingHandsGlovesColorYellow
|
||||
outerClothing: ClothingOuterHardsuitERTEngineer
|
||||
suitStorage: OxygenTankFilled
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltChiefEngineerFilled
|
||||
pocket1: Flare
|
||||
|
||||
# Security
|
||||
- type: job
|
||||
id: ERTSecurity
|
||||
name: "ERT security"
|
||||
startingGear: ERTEngineerGearEVA
|
||||
departments:
|
||||
- Command
|
||||
icon: "Nanotrasen"
|
||||
supervisors: "centcom official"
|
||||
canBeAntag: false
|
||||
accessGroups:
|
||||
- AllAccess
|
||||
|
||||
- type: startingGear
|
||||
id: ERTSecurityGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTSecurityFilled
|
||||
shoes: ClothingShoesBootsJack
|
||||
head: ClothingHeadHelmetHelmet
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterVestKevlar
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltSecurityWebbing
|
||||
pocket1: Flare
|
||||
pocket2:
|
||||
|
||||
- type: startingGear
|
||||
id: ERTSecurityGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTSecurityFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
head: ClothingHeadHelmetHardsuitERTSecurity
|
||||
mask: ClothingMaskBreath
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterHardsuitERTSecurity
|
||||
suitStorage: OxygenTankFilled
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltSecurityWebbing
|
||||
pocket1: Flare
|
||||
|
||||
# Medical
|
||||
- type: job
|
||||
id: ERTMedical
|
||||
name: "ERT medic"
|
||||
startingGear: ERTMedicalGearEVA
|
||||
departments:
|
||||
- Command
|
||||
icon: "Nanotrasen"
|
||||
supervisors: "centcom official"
|
||||
canBeAntag: false
|
||||
accessGroups:
|
||||
- AllAccess
|
||||
|
||||
- type: startingGear
|
||||
id: ERTMedicalGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTMedicalFilled
|
||||
shoes: ClothingShoesBootsJack
|
||||
head: ClothingHeadHelmetHelmet
|
||||
eyes: ClothingEyesHudMedical
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterVestKevlar
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltMedicalFilled
|
||||
pocket1: HandheldHealthAnalyzer
|
||||
pocket2: Flare
|
||||
|
||||
- type: startingGear
|
||||
id: ERTMedicalGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTMedicalFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
head: ClothingHeadHelmetHardsuitERTMedical
|
||||
mask: ClothingMaskBreath
|
||||
eyes: ClothingEyesHudMedical
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterHardsuitERTMedical
|
||||
suitStorage: OxygenTankFilled
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltMedicalFilled
|
||||
pocket1: HandheldHealthAnalyzer
|
||||
pocket2: Flare
|
||||
|
||||
# Janitor
|
||||
- type: job
|
||||
id: ERTJanitor
|
||||
name: "ERT janitor"
|
||||
startingGear: ERTJanitorGearEVA
|
||||
departments:
|
||||
- Command
|
||||
icon: "Nanotrasen"
|
||||
supervisors: "centcom official"
|
||||
canBeAntag: false
|
||||
accessGroups:
|
||||
- AllAccess
|
||||
|
||||
- type: startingGear
|
||||
id: ERTJanitorGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTJanitorFilled
|
||||
shoes: ClothingShoesGaloshes
|
||||
head: ClothingHeadHelmetHelmet
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterVestKevlar
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltJanitorFilled
|
||||
pocket1: Flare
|
||||
pocket2:
|
||||
|
||||
- type: startingGear
|
||||
id: ERTJanitorGearEVA
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlue
|
||||
back: ClothingBackpackERTJanitorFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
head: ClothingHeadHelmetHardsuitERTJanitor
|
||||
mask: ClothingMaskBreath
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterHardsuitERTJanitor
|
||||
suitStorage: OxygenTankFilled
|
||||
id: ERTLeaderPDA
|
||||
belt: ClothingBeltJanitorFilled
|
||||
pocket1: Flare
|
||||
Reference in New Issue
Block a user