Make the Syringe gun a science research (#37251)
* LauncherSyringe * fix * fixfortest * Update technologies.ftl * Change * Change
This commit is contained in:
@@ -71,6 +71,7 @@ research-technology-advanced-cleaning = Advanced Cleaning
|
||||
research-technology-meat-manipulation = Meat Manipulation
|
||||
research-technology-honk-mech = H.O.N.K. Mech
|
||||
research-technology-advanced-spray = Advanced Spray
|
||||
research-technology-launcher-syringe = Syringe Gun
|
||||
research-technology-bluespace-cargo-transport = Bluespace Cargo Transport
|
||||
research-technology-clowning-utilities = Clowning Utilities
|
||||
research-technology-quantum-fiber-weaving = Quantum Fiber Weaving
|
||||
|
||||
@@ -459,6 +459,14 @@
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- state: syringeproj
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 5
|
||||
- type: Injector
|
||||
minTransferAmount: 1
|
||||
maxTransferAmount: 5
|
||||
transferAmount: 5
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 3
|
||||
fillBaseName: minisyringe
|
||||
@@ -474,7 +482,7 @@
|
||||
solution: injector
|
||||
updateInterval: 2
|
||||
- type: SolutionInjectOnEmbed
|
||||
transferAmount: 2
|
||||
transferAmount: 1
|
||||
solution: injector
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
|
||||
@@ -93,6 +93,8 @@
|
||||
- SyringeCryostasis
|
||||
- BluespaceBeaker
|
||||
- SyringeBluespace
|
||||
- LauncherSyringe
|
||||
- MiniSyringe
|
||||
|
||||
- type: latheRecipePack
|
||||
id: MedicalBoards
|
||||
|
||||
@@ -216,3 +216,23 @@
|
||||
materials:
|
||||
Steel: 100
|
||||
Plastic: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: LauncherSyringe
|
||||
result: LauncherSyringe
|
||||
completetime: 10
|
||||
materials:
|
||||
Silver: 200
|
||||
Steel: 1000
|
||||
Plastic: 200
|
||||
Glass: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: MiniSyringe
|
||||
result: MiniSyringe
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 200
|
||||
Glass: 100
|
||||
Plastic: 100
|
||||
|
||||
|
||||
@@ -226,3 +226,16 @@
|
||||
recipeUnlocks:
|
||||
- BluespaceBeaker
|
||||
- SyringeBluespace
|
||||
|
||||
- type: technology
|
||||
id: LauncherSyringe
|
||||
name: research-technology-launcher-syringe
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Cannons/syringe_gun.rsi
|
||||
state: syringe_gun
|
||||
discipline: CivilianServices
|
||||
tier: 3
|
||||
cost: 15000
|
||||
recipeUnlocks:
|
||||
- LauncherSyringe
|
||||
- MiniSyringe
|
||||
|
||||
Reference in New Issue
Block a user