diff --git a/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-engineering.ftl b/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-engineering.ftl new file mode 100644 index 00000000000..89bdc6673df --- /dev/null +++ b/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-engineering.ftl @@ -0,0 +1,8 @@ +ent-EnginePortableGeneratorJrPacman = { ent-PortableGeneratorJrPacman } + .desc = { ent-PortableGeneratorJrPacman.desc } + +ent-EnginePortableGeneratorPacman = { ent-PortableGeneratorPacman } + .desc = { ent-PortableGeneratorPacman.desc } + +ent-EnginePortableGeneratorSuperPacman = { ent-PortableGeneratorSuperPacman } + .desc = { ent-PortableGeneratorSuperPacman.desc } diff --git a/Resources/Prototypes/_NF/Catalog/Cargo/cargo_engines.yml b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_engines.yml new file mode 100644 index 00000000000..9f4f8809d5b --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_engines.yml @@ -0,0 +1,29 @@ +- type: cargoProduct + id: EnginePortableGeneratorJrPacman + icon: + sprite: Structures/Power/Generation/portable_generator.rsi + state: portgen3 + product: PortableGeneratorJrPacman + cost: 1500 + category: Engineering + group: market + +- type: cargoProduct + id: EnginePortableGeneratorPacman + icon: + sprite: Structures/Power/Generation/portable_generator.rsi + state: portgen2 + product: PortableGeneratorPacman + cost: 2500 + category: Engineering + group: market + +- type: cargoProduct + id: EnginePortableGeneratorSuperPacman + icon: + sprite: Structures/Power/Generation/portable_generator.rsi + state: portgen1 + product: PortableGeneratorSuperPacman + cost: 3500 + category: Engineering + group: market