Skip to content

Commit

Permalink
Добавлен аварийный ремонтный набор для КПБ (#145)
Browse files Browse the repository at this point in the history
* Добавил кастомный аварийный набор для КПБ

* Update emergency.ftl

* Update survival.yml

* Update emergency.yml

* Update emergency.ftl

* Update loadout_groups.yml

* Update emergency.ftl

---------

Co-authored-by: Vigers Ray <[email protected]>
  • Loading branch information
pxc1984 and VigersRay authored Jun 23, 2024
1 parent bc5b476 commit 040d5a5
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ ent-BoxSurvivalSyndicateNitrogen = { ent-BoxSurvivalSyndicate }
ent-BoxSurvivalBrigmedic = { ent-BoxSurvivalMedical }
.desc = Коробка с базовым набором для выживания. Солгасно дополнительной этикетке, содержит 2 экстренных медипена.
.suffix = Бригмедик
ent-BoxSurvivalSynth = аварийный ремонтный набор
.desc = Коробка с базовым набором для ремонта.
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
name: loadout-group-survival-basic
hidden: true
loadouts:
- EmergencySynth # Sunrise-Synth
- EmergencyNitrogen
- EmergencyOxygen

Expand Down
16 changes: 16 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/emergency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,19 @@
layers:
- state: internals
- state: emergencytank

- type: entity
name: survival box
parent: BoxCardboard
id: BoxSurvivalSynth
description: It's a box with basic internals inside.
suffix: Cyborg
components:
- type: StorageFill
contents:
- id: WelderMini
- id: CableApcStack
- type: Sprite
layers:
- state: box_science
- state: flare
19 changes: 19 additions & 0 deletions Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/survival.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: loadoutEffectGroup
id: Synth
effects:
- !type:SpeciesLoadoutEffect
species:
- Synth

- type: loadout
id: EmergencySynth
equipment: EmergencySynth
effects:
- !type:GroupLoadoutEffect
proto: Synth

- type: startingGear
id: EmergencySynth
storage:
back:
- BoxSurvivalSynth

0 comments on commit 040d5a5

Please sign in to comment.