diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl index 668dcf63746dcf..b7382b48d7805c 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/crates/engineering.ftl @@ -31,3 +31,9 @@ ent-CrateAirlockKit = ящик компонентов шлюзов ent-CrateEvaKit = ящик набора EVA .desc = Набор, состоящий из двух престижных костюмов EVA и шлемов. .suffix = { "" } +ent-CrateEngineeringTegCenter = ящик центра ТЭГ + .desc = Набор, центра ТЭГ. + .suffix = { "" } +ent-CrateEngineeringTegCirculator = ящик циркулятора ТЭГ + .desc = Набор, состоящий из циркулятора ТЭГ. + .suffix = { "" } diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml index 63b56de7b65aa4..330a721cc141f2 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml index 11e0224207f584..3db892a288ad71 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml @@ -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 diff --git a/Resources/Textures/Structures/Power/Generation/teg.rsi/icon_circ.png b/Resources/Textures/Structures/Power/Generation/teg.rsi/icon_circ.png new file mode 100644 index 00000000000000..82b27316a7db54 Binary files /dev/null and b/Resources/Textures/Structures/Power/Generation/teg.rsi/icon_circ.png differ diff --git a/Resources/Textures/Structures/Power/Generation/teg.rsi/icon_mid.png b/Resources/Textures/Structures/Power/Generation/teg.rsi/icon_mid.png new file mode 100644 index 00000000000000..9d39df763acb27 Binary files /dev/null and b/Resources/Textures/Structures/Power/Generation/teg.rsi/icon_mid.png differ diff --git a/Resources/Textures/Structures/Power/Generation/teg.rsi/meta.json b/Resources/Textures/Structures/Power/Generation/teg.rsi/meta.json index f0c0b58f05e769..4628f69794a8f2 100644 --- a/Resources/Textures/Structures/Power/Generation/teg.rsi/meta.json +++ b/Resources/Textures/Structures/Power/Generation/teg.rsi/meta.json @@ -274,6 +274,12 @@ { "name": "circ-0-light", "directions": 4 + }, + { + "name": "icon_circ" + }, + { + "name": "icon_mid" } ] } \ No newline at end of file