Holoprojectors crafted at lathes no longer come with a cell (#26405)
Adds versions of the holoprojectors (janitoral, fan, and field) that start without a battery and changes the lathe recipe to use these instead. This is consistant with flashlights, which when made do not start with a cell. Also it's a bit silly to have cargo printing a bunch of these to sell.
This commit is contained in:
@@ -25,6 +25,16 @@
|
|||||||
tags:
|
tags:
|
||||||
- HolosignProjector
|
- 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
|
- type: entity
|
||||||
parent: Holoprojector
|
parent: Holoprojector
|
||||||
id: HoloprojectorBorg
|
id: HoloprojectorBorg
|
||||||
@@ -58,6 +68,16 @@
|
|||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 80
|
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
|
- type: entity
|
||||||
parent: Holoprojector
|
parent: Holoprojector
|
||||||
id: HoloprojectorField
|
id: HoloprojectorField
|
||||||
@@ -76,6 +96,16 @@
|
|||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 130
|
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
|
- type: entity
|
||||||
parent: Holoprojector
|
parent: Holoprojector
|
||||||
id: HoloprojectorSecurity
|
id: HoloprojectorSecurity
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: Holoprojector
|
id: Holoprojector
|
||||||
result: Holoprojector
|
result: HoloprojectorEmpty
|
||||||
completetime: 3
|
completetime: 3
|
||||||
materials:
|
materials:
|
||||||
Plastic: 250
|
Plastic: 250
|
||||||
|
|||||||
@@ -189,14 +189,13 @@
|
|||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: HolofanProjector
|
id: HolofanProjector
|
||||||
result: HolofanProjector
|
result: HolofanProjectorEmpty
|
||||||
category: Tools
|
category: Tools
|
||||||
completetime: 8
|
completetime: 8
|
||||||
materials: # Inherited materials and time from PowerCellMedium recipe
|
materials:
|
||||||
Steel: 600
|
Steel: 300
|
||||||
Glass: 350
|
Glass: 50
|
||||||
Plastic: 150
|
Plastic: 50
|
||||||
Gold: 10
|
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: MiningDrill
|
id: MiningDrill
|
||||||
@@ -229,7 +228,7 @@
|
|||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: HoloprojectorField
|
id: HoloprojectorField
|
||||||
result: HoloprojectorField
|
result: HoloprojectorFieldEmpty
|
||||||
category: Tools
|
category: Tools
|
||||||
completetime: 3
|
completetime: 3
|
||||||
materials:
|
materials:
|
||||||
|
|||||||
Reference in New Issue
Block a user