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:
19
Resources/Prototypes/Maps/shuttleert.yml
Normal file
19
Resources/Prototypes/Maps/shuttleert.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
- type: gameMap
|
||||
id: ShuttleERT
|
||||
mapName: 'ERT Shuttle'
|
||||
mapPath: /Maps/shuttleert.yml
|
||||
minPlayers: 0
|
||||
votable: false
|
||||
stations:
|
||||
Station:
|
||||
mapNameTemplate: '{0} ERT Shuttle {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: '14'
|
||||
overflowJobs: []
|
||||
availableJobs:
|
||||
ERTLeader: [ 1, 1 ]
|
||||
ERTEngineer: [ 1, 1 ]
|
||||
ERTSecurity: [ 1, 1 ]
|
||||
ERTMedical: [ 1, 1 ]
|
||||
ERTJanitor: [ 1, 1 ]
|
||||
Reference in New Issue
Block a user