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

Mirror: Holoprojectors crafted at lathes no longer come with a cell. #378

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
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 @@ -61,6 +71,16 @@
recipes:
- HolofanProjector

- 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 @@ -79,6 +99,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: RPED
Expand Down Expand Up @@ -239,7 +238,7 @@

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