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

Добавлен аварийный ремонтный набор для КПБ #145

Merged
merged 7 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading