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 Generators For Sell #573

Merged
merged 2 commits into from
Nov 13, 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
@@ -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 }
29 changes: 29 additions & 0 deletions Resources/Prototypes/_NF/Catalog/Cargo/cargo_engines.yml
Original file line number Diff line number Diff line change
@@ -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
Loading