Skip to content

Commit

Permalink
Add empty versions of holoprojects and remove cells from crafted ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Callmore committed Mar 24, 2024
1 parent 4dced51 commit 0ecd5fa
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
30 changes: 30 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
tags:
- HolosignProjector

- type: entity
parent: Holoprojector
id: HoloprojectorEmpty
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

- type: entity
parent: Holoprojector
id: HoloprojectorBorg
Expand Down Expand Up @@ -58,6 +68,16 @@
- type: StaticPrice
price: 80

- type: entity
parent: HolofanProjector
id: HolofanProjectorEmpty
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

- type: entity
parent: Holoprojector
id: HoloprojectorField
Expand All @@ -76,6 +96,16 @@
- type: StaticPrice
price: 130

- type: entity
parent: HoloprojectorField
id: HoloprojectorFieldEmpty
suffix: Empty
components:
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default

- type: entity
parent: Holoprojector
id: HoloprojectorSecurity
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Lathes/janitorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

- type: latheRecipe
id: Holoprojector
result: Holoprojector
result: HoloprojectorEmpty
completetime: 3
materials:
Plastic: 250
Expand Down
13 changes: 6 additions & 7 deletions Resources/Prototypes/Recipes/Lathes/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,13 @@

- type: latheRecipe
id: HolofanProjector
result: HolofanProjector
result: HolofanProjectorEmpty
category: Tools
completetime: 8
materials: # Inherited materials and time from PowerCellMedium recipe
Steel: 600
Glass: 350
Plastic: 150
Gold: 10
materials:
Steel: 300
Glass: 50
Plastic: 50

- type: latheRecipe
id: MiningDrill
Expand Down Expand Up @@ -229,7 +228,7 @@

- type: latheRecipe
id: HoloprojectorField
result: HoloprojectorField
result: HoloprojectorFieldEmpty
category: Tools
completetime: 3
materials:
Expand Down

0 comments on commit 0ecd5fa

Please sign in to comment.