Skip to content
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
@@ -1 +1,3 @@
steal-target-groups-cargo-salvage-shuttle-console-circuitboard = плата консоли управления шахтёрским шаттлом

steal-target-groups-clothing-backpack-chief-engineer = продвинутый рюкзак старшего инженера
3 changes: 2 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,11 @@
table: !type:AllSelector
children:
- id: ClothingMaskGasAtmos
- id: ClothingOuterHardsuitEngineeringWhite
# - id: ClothingOuterHardsuitEngineeringWhite # SIS
- id: ClothingShoesBootsMagAdv
- id: JetpackVoidFilled
- id: OxygenTankFilled
- id: ClothingBackpackChiefEngineer # SIS

# No hardsuit locker
- type: entity
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Objectives/objectiveGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
CaptainJetpackStealObjective: 0.5
HandTeleporterStealObjective: 0.5
EnergyMagnumStealObjective: 0.5
CEBackpackStealObjective: 1 # SIS

- type: weightedRandom
id: TraitorObjectiveGroupKill
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- type: entity
parent: [ClothingBackpackDuffel, BaseGrandTheftContraband]
id: ClothingBackpackChiefEngineer
Comment thread
Shegare marked this conversation as resolved.
name: продвинутый рюкзак старшего инженера
description: Модифицированный рюкзак старшего инженера со встроенной системой быстрого развёртывания скафандра.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/erteng.rsi
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot { }
storagebase: !type:Container
ents: [ ]
- type: ToggleableClothing
clothingPrototype: ClothingOuterHardsuitEngineeringWhite
slot: outerClothing
requiredSlot: BACK
- type: Tag
tags:
- HighRiskItem
- type: StealTarget
stealGroup: ClothingBackpackChiefEngineer
7 changes: 7 additions & 0 deletions Resources/Prototypes/_SIS/Objectives/stealTargetGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@
sprite:
sprite: Objects/Misc/module.rsi
state: cpuboard

Comment thread
Shegare marked this conversation as resolved.
- type: stealTargetGroup
id: ClothingBackpackChiefEngineer
name: steal-target-groups-clothing-backpack-chief-engineer
sprite:
sprite: Clothing/Back/Backpacks/erteng.rsi
state: icon
9 changes: 9 additions & 0 deletions Resources/Prototypes/_SIS/Objectives/traitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
parent: BaseTraitorStealObjective
id: CEBackpackStealObjective
components:
- type: NotJobRequirement
jobs: [ ChiefEngineer ]
- type: StealCondition
stealGroup: ClothingBackpackChiefEngineer
owner: job-name-ce
Loading