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
|
||||
startingInventory:
|
||||
CableApcStack: 4
|
||||
Flash: 4
|
||||
SciFlash: 4
|
||||
ProximitySensor: 3
|
||||
RemoteSignaller: 3
|
||||
Igniter: 3 # its more ordnance but yeah
|
||||
|
||||
@@ -138,6 +138,15 @@
|
||||
guides:
|
||||
- Security
|
||||
|
||||
- type: entity
|
||||
name: flash
|
||||
parent: Flash
|
||||
id: SciFlash
|
||||
components:
|
||||
- type: LimitedCharges
|
||||
maxCharges: 2
|
||||
charges: 2
|
||||
|
||||
- type: entity
|
||||
name: portable flasher
|
||||
parent: BaseStructure
|
||||
|
||||
@@ -398,7 +398,7 @@
|
||||
staticRecipes:
|
||||
- MMI
|
||||
- PositronicBrain
|
||||
- Flash
|
||||
- SciFlash
|
||||
- BorgModuleCable
|
||||
- BorgModuleFireExtinguisher
|
||||
- BorgModuleGPS
|
||||
|
||||
@@ -6,6 +6,15 @@
|
||||
Steel: 200
|
||||
Glass: 300
|
||||
|
||||
- type: latheRecipe
|
||||
id: SciFlash
|
||||
result: SciFlash
|
||||
completetime: 2
|
||||
materials:
|
||||
Glass: 100
|
||||
Plastic: 200
|
||||
Steel: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: CyborgEndoskeleton
|
||||
result: CyborgEndoskeleton
|
||||
|
||||
Reference in New Issue
Block a user