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

cargo teg #221

Merged
merged 3 commits into from
Aug 21, 2023
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 @@ -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"
}
]
}
Loading