Skip to content
Open
25 changes: 16 additions & 9 deletions Resources/Maps/Shuttles/ERT/red.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ meta:
engineVersion: 267.2.0
forkId: ""
forkVersion: ""
time: 12/27/2025 23:01:02
entityCount: 745
time: 02/08/2026 14:09:31
entityCount: 746
maps: []
grids:
- 1
Expand Down Expand Up @@ -1948,13 +1948,6 @@ entities:
414:
- - MedicalScannerSender
- MedicalScannerReceiver
- proto: ComputerComms
entities:
- uid: 208
components:
- type: Transform
pos: 1.5,4.5
parent: 1
- proto: ComputerRadar
entities:
- uid: 209
Expand Down Expand Up @@ -2093,6 +2086,20 @@ entities:
- type: Transform
pos: 3.5,-10.5
parent: 1
- proto: ErtComputerShuttle
entities:
- uid: 208
components:
- type: Transform
pos: 1.5,4.5
parent: 1
- proto: ErtSpawnPoint
entities:
- uid: 746
components:
- type: Transform
pos: 0.5,1.5
parent: 1
- proto: FireAlarm
entities:
- uid: 247
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- type: Armor #Based on /tg/ but slightly compensated to fit the fact that armor stacks in SS14.
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.6 #Can save you, but bullets will still hurt. Will take about 10 shots from a Viper before critting, as opposed to 7 while unarmored and 16~ with a bulletproof vest.
Heat: 0.80
Blunt: 0.7
Slash: 0.7
Piercing: 0.7 #Can save you, but bullets will still hurt. Will take about 10 shots from a Viper before critting, as opposed to 7 while unarmored and 16~ with a bulletproof vest.
Heat: 0.7 # DS14
- type: ExplosionResistance
damageCoefficient: 0.90

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
outerClothing: ClothingOuterArmorCentcommCarapace
shoes: ClothingShoesBootsLaceup
mask: ClothingMaskGasCentcom
id: CentcomAdministratorPDA
id: CentcomOfficialPDA
storage:
back:
- PhoneInstrument
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_DeadSpace/ERT/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- Cburn
- CburnSierra
- Gamma
- Red
- Amber
- Engineers
- BSAA
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_DeadSpace/ERT/ert_team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
необходимым оборудованием для выполнения их миссии.
Время прибытия отряда от 10 до 15 минут.
sender: ert-responce-cso-sender
rule: SpawnGammaShuttle # это буквально одинаковые шаттлы
rule: SpawnRedShuttle
cooldown:
min: 10m
max: 10m
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_DeadSpace/ERT/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
id: SpawnRedShuttle
components:
- type: ErtSpawnRule
shuttle: AmberShuttle
shuttle: RedShuttle

- type: entity
parent: BaseGameRule
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/_DeadSpace/ERT/shuttles_grids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
id: AmberShuttle
path: /Maps/Shuttles/ERT/amber.yml

- type: ertShuttle
id: RedShuttle
path: /Maps/Shuttles/ERT/red.yml

- type: ertShuttle
id: GammaShuttle
path: /Maps/Shuttles/ERT/gamma.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
- NotekeeperCartridge
- NewsReaderCartridge
- AstroNavCartridge
- NanoTaskCartridge

- type: entity
parent: BasePDA
Expand Down
Loading