Skip to content

Commit

Permalink
Add frontier sci parts sprites for future cover
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 10, 2025
1 parent d6ac3db commit 0f1bb9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Stacks/science_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
- type: stack
id: Manipulator
name: micro manipulator
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: micro_mani } # Frontier
spawn: MicroManipulatorStockPart
maxCount: 10

- type: stack
id: MatterBin
name: matter bin
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: matter_bin } # Frontier
spawn: MatterBinStockPart
maxCount: 10
9 changes: 9 additions & 0 deletions Resources/Prototypes/_NF/Stacks/science_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@
- type: stack
id: AdvancedCapacitor
name: advanced capacitor
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: adv_capacitor }
spawn: AdvancedCapacitorStockPart
maxCount: 10

- type: stack
id: AdvancedManipulator
name: advanced manipulator
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: nano_mani }
spawn: NanoManipulatorStockPart
maxCount: 10

- type: stack
id: AdvancedMatterBin
name: advanced matter bin
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: advanced_matter_bin }
spawn: AdvancedMatterBinStockPart
maxCount: 10

Expand All @@ -25,18 +28,21 @@
- type: stack
id: SuperCapacitor
name: super capacitor
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: super_capacitor }
spawn: SuperCapacitorStockPart
maxCount: 10

- type: stack
id: SuperManipulator
name: super manipulator
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: pico_mani }
spawn: PicoManipulatorStockPart
maxCount: 10

- type: stack
id: SuperMatterBin
name: super matter bin
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: super_matter_bin }
spawn: SuperMatterBinStockPart
maxCount: 10

Expand All @@ -45,17 +51,20 @@
- type: stack
id: BluespaceCapacitor
name: bluespace capacitor
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: quadratic_capacitor }
spawn: QuadraticCapacitorStockPart
maxCount: 10

- type: stack
id: BluespaceManipulator
name: bluespace manipulator
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: femto_mani }
spawn: FemtoManipulatorStockPart
maxCount: 10

- type: stack
id: BluespaceMatterBin
name: bluespace matter bin
icon: { sprite: _NF/Objects/Misc/stock_parts.rsi, state: bluespace_matter_bin }
spawn: BluespaceMatterBinStockPart
maxCount: 10
3 changes: 0 additions & 3 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@
- type: Tag
id: CanPilot

- type: Tag
id: CapacitorStockPart

- type: Tag
id: CaptainSabre

Expand Down

0 comments on commit 0f1bb9c

Please sign in to comment.