Skip to content

Commit

Permalink
cargo teg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratyyy committed Aug 17, 2023
1 parent b9f4af3 commit fca9a87
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ ent-CrateAirlockKit = ящик компонентов шлюзов
ent-CrateEvaKit = ящик набора EVA
.desc = Набор, состоящий из двух престижных костюмов EVA и шлемов.
.suffix = { "" }
ent-CrateEngineeringTegCenter = ящик центра ТЭГ
.desc = Набор, центра ТЭГ.
.suffix = { "" }
ent-CrateEngineeringTegCirculator = ящик циркулятора ТЭГ
.desc = Набор, состоящий из циркулятора ТЭГ.
.suffix = { "" }
20 changes: 20 additions & 0 deletions Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,23 @@
cost: 5000
category: Engineering
group: market

- type: cargoProduct
id: TegCenterCargo
icon:
sprite: Structures\Power\Generation\teg.rsi
state: icon_mid
product: CrateEngineeringTegCenter
cost: 10000
category: Engineering
group: market

- type: cargoProduct
id: TegCirculatorCargo
icon:
sprite: Structures\Power\Generation\teg.rsi
state: icon_circ
product: CrateEngineeringTegCirculator
cost: 5000
category: Engineering
group: market
18 changes: 18 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,21 @@
- id: WallmountGeneratorAPUElectronics
- id: HandheldGPSBasic
- id: InflatableDoorStack1

- type: entity
name: Crate with center thermo electric generator
id: CrateEngineeringTegCenter
parent: CrateEngineeringSecure
components:
- type: StorageFill
contents:
- id: TegCenter

- type: entity
name: Crate with circulator thermo electric generator
id: CrateEngineeringTegCirculator
parent: CrateEngineeringSecure
components:
- type: StorageFill
contents:
- id: TegCirculator
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,12 @@
{
"name": "circ-0-light",
"directions": 4
},
{
"name": "icon_circ"
},
{
"name": "icon_mid"
}
]
}

0 comments on commit fca9a87

Please sign in to comment.