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:
|
||||
- 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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
- type: latheRecipe
|
||||
id: Holoprojector
|
||||
result: Holoprojector
|
||||
result: HoloprojectorEmpty
|
||||
completetime: 3
|
||||
materials:
|
||||
Plastic: 250
|
||||
|
||||
@@ -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
|
||||
@@ -229,7 +228,7 @@
|
||||
|
||||
- type: latheRecipe
|
||||
id: HoloprojectorField
|
||||
result: HoloprojectorField
|
||||
result: HoloprojectorFieldEmpty
|
||||
category: Tools
|
||||
completetime: 3
|
||||
materials:
|
||||
|
||||
Reference in New Issue
Block a user