Less charges for Sci flash (#20959)
* Flash * Okay not plant based anymore --------- Co-authored-by: coolmankid12345 <coolmankid12345@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
id: RoboticsInventory
|
id: RoboticsInventory
|
||||||
startingInventory:
|
startingInventory:
|
||||||
CableApcStack: 4
|
CableApcStack: 4
|
||||||
Flash: 4
|
SciFlash: 4
|
||||||
ProximitySensor: 3
|
ProximitySensor: 3
|
||||||
RemoteSignaller: 3
|
RemoteSignaller: 3
|
||||||
Igniter: 3 # its more ordnance but yeah
|
Igniter: 3 # its more ordnance but yeah
|
||||||
|
|||||||
@@ -138,6 +138,15 @@
|
|||||||
guides:
|
guides:
|
||||||
- Security
|
- Security
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: flash
|
||||||
|
parent: Flash
|
||||||
|
id: SciFlash
|
||||||
|
components:
|
||||||
|
- type: LimitedCharges
|
||||||
|
maxCharges: 2
|
||||||
|
charges: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: portable flasher
|
name: portable flasher
|
||||||
parent: BaseStructure
|
parent: BaseStructure
|
||||||
|
|||||||
@@ -398,7 +398,7 @@
|
|||||||
staticRecipes:
|
staticRecipes:
|
||||||
- MMI
|
- MMI
|
||||||
- PositronicBrain
|
- PositronicBrain
|
||||||
- Flash
|
- SciFlash
|
||||||
- BorgModuleCable
|
- BorgModuleCable
|
||||||
- BorgModuleFireExtinguisher
|
- BorgModuleFireExtinguisher
|
||||||
- BorgModuleGPS
|
- BorgModuleGPS
|
||||||
|
|||||||
@@ -6,6 +6,15 @@
|
|||||||
Steel: 200
|
Steel: 200
|
||||||
Glass: 300
|
Glass: 300
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: SciFlash
|
||||||
|
result: SciFlash
|
||||||
|
completetime: 2
|
||||||
|
materials:
|
||||||
|
Glass: 100
|
||||||
|
Plastic: 200
|
||||||
|
Steel: 100
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: CyborgEndoskeleton
|
id: CyborgEndoskeleton
|
||||||
result: CyborgEndoskeleton
|
result: CyborgEndoskeleton
|
||||||
|
|||||||
Reference in New Issue
Block a user