[WIP] Пересмотр модулей борга (#577)
* engineering modules rework * говно ебучее * :sad: * Revert ":sad:" This reverts commit 8695c4139e606ad6e445b921e34c838b947a728b. * Revert "говно ебучее" This reverts commit bae0332584573d9ee3e06d205d8cf5cee7e06749. * medical modules rework * quieter medical borgs * janitor module rework * add BorgModuleRCD to migration.yml * move FireExtinguisher to basic tools module
This commit is contained in:
@@ -257,7 +257,8 @@
|
|||||||
footstepSoundCollection:
|
footstepSoundCollection:
|
||||||
collection: FootstepHoverBorg
|
collection: FootstepHoverBorg
|
||||||
params:
|
params:
|
||||||
volume: -6
|
variation: 0.1
|
||||||
|
volume: -13
|
||||||
- type: InteractionPopup
|
- type: InteractionPopup
|
||||||
interactSuccessString: petting-success-medical-cyborg
|
interactSuccessString: petting-success-medical-cyborg
|
||||||
interactFailureString: petting-failure-medical-cyborg
|
interactFailureString: petting-failure-medical-cyborg
|
||||||
|
|||||||
@@ -105,3 +105,17 @@
|
|||||||
materialComposition:
|
materialComposition:
|
||||||
Steel: 50
|
Steel: 50
|
||||||
Glass: 40
|
Glass: 40
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: massive fire extinguisher
|
||||||
|
parent: FireExtinguisher
|
||||||
|
id: FireExtinguisherMassive
|
||||||
|
description: It extinguishes fires.
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
spray:
|
||||||
|
maxVol: 300
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Water
|
||||||
|
Quantity: 300
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
- type: Spray
|
- type: Spray
|
||||||
transferAmount: 10
|
transferAmount: 10
|
||||||
sprayVelocity: 2
|
sprayVelocity: 5 # WD
|
||||||
spraySound:
|
spraySound:
|
||||||
path: /Audio/Effects/spray2.ogg
|
path: /Audio/Effects/spray2.ogg
|
||||||
- type: TrashOnSolutionEmpty
|
- type: TrashOnSolutionEmpty
|
||||||
@@ -93,6 +93,20 @@
|
|||||||
- Spray
|
- Spray
|
||||||
- DroneUsable #They don't have any other chem stuff on their whitelist so they can't refill it
|
- DroneUsable #They don't have any other chem stuff on their whitelist so they can't refill it
|
||||||
|
|
||||||
|
- type: entity # WD - for borgs
|
||||||
|
name: space cleaner
|
||||||
|
description: BLAM!-brand non-foaming space cleaner!
|
||||||
|
id: SprayBottleSpaceCleanerSelfRecharging
|
||||||
|
parent: SprayBottle
|
||||||
|
suffix: ""
|
||||||
|
components:
|
||||||
|
- type: SolutionRegeneration
|
||||||
|
solution: spray
|
||||||
|
generated:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: SpaceCleaner
|
||||||
|
Quantity: 3
|
||||||
|
|
||||||
# Vapor
|
# Vapor
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -44,6 +44,24 @@
|
|||||||
- type: StorageFillVisualizer
|
- type: StorageFillVisualizer
|
||||||
fillBaseName: blue-icon
|
fillBaseName: blue-icon
|
||||||
|
|
||||||
|
- type: entity # WD - for borgs
|
||||||
|
name: trash bag
|
||||||
|
id: TrashBagAdvanced
|
||||||
|
parent: TrashBagBlue
|
||||||
|
components:
|
||||||
|
- type: Storage
|
||||||
|
maxItemSize: Large
|
||||||
|
grid:
|
||||||
|
- 0,0,4,9
|
||||||
|
quickInsert: true
|
||||||
|
areaInsert: true
|
||||||
|
storageOpenSound:
|
||||||
|
collection: trashBagRustle
|
||||||
|
storageInsertSound:
|
||||||
|
collection: trashBagRustle
|
||||||
|
- type: Dumpable
|
||||||
|
multiplier: 1.3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: spell of all-consuming cleanliness
|
name: spell of all-consuming cleanliness
|
||||||
id: BagOfSummoningGarbage
|
id: BagOfSummoningGarbage
|
||||||
|
|||||||
@@ -1,14 +1,9 @@
|
|||||||
- type: entity
|
- type: entity # WD
|
||||||
name: hypospray
|
name: hypospray
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
description: A sterile injector for rapid administration of drugs to patients.
|
description: A sterile injector for rapid administration of drugs to patients.
|
||||||
id: Hypospray
|
id: BaseHypospray
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
|
||||||
sprite: Objects/Specific/Medical/hypospray.rsi
|
|
||||||
state: hypo
|
|
||||||
- type: Item
|
|
||||||
sprite: Objects/Specific/Medical/hypospray.rsi
|
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
hypospray:
|
hypospray:
|
||||||
@@ -23,16 +18,28 @@
|
|||||||
delay: 0.5
|
delay: 0.5
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 750
|
price: 750
|
||||||
|
- type: ContextMenuInteractionBlocker
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: hypospray
|
||||||
|
parent: BaseHypospray # WD
|
||||||
|
description: A sterile injector for rapid administration of drugs to patients.
|
||||||
|
id: Hypospray
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Medical/hypospray.rsi
|
||||||
|
state: hypo
|
||||||
|
- type: Item
|
||||||
|
sprite: Objects/Specific/Medical/hypospray.rsi
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- HighRiskItem
|
- HighRiskItem
|
||||||
- type: StealTarget
|
- type: StealTarget
|
||||||
stealGroup: Hypospray
|
stealGroup: Hypospray
|
||||||
- type: ContextMenuInteractionBlocker
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: gorlex hypospray
|
name: gorlex hypospray
|
||||||
parent: BaseItem
|
parent: BaseHypospray # WD
|
||||||
description: Using reverse engineered designs from NT, Cybersun produced these in limited quantities for Gorlex Marauder operatives.
|
description: Using reverse engineered designs from NT, Cybersun produced these in limited quantities for Gorlex Marauder operatives.
|
||||||
id: SyndiHypo
|
id: SyndiHypo
|
||||||
components:
|
components:
|
||||||
@@ -45,19 +52,10 @@
|
|||||||
solutions:
|
solutions:
|
||||||
hypospray:
|
hypospray:
|
||||||
maxVol: 20
|
maxVol: 20
|
||||||
- type: RefillableSolution
|
|
||||||
solution: hypospray
|
|
||||||
- type: ExaminableSolution
|
|
||||||
solution: hypospray
|
|
||||||
- type: Hypospray
|
|
||||||
onlyAffectsMobs: false
|
|
||||||
- type: UseDelay
|
|
||||||
delay: 0.5
|
|
||||||
- type: ContextMenuInteractionBlocker
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: borghypo
|
name: borghypo
|
||||||
parent: BaseItem
|
parent: BaseHypospray # WD
|
||||||
description: A sterile injector for rapid administration of drugs to patients. A cheaper and more specialised version for medical borgs.
|
description: A sterile injector for rapid administration of drugs to patients. A cheaper and more specialised version for medical borgs.
|
||||||
id: BorgHypo
|
id: BorgHypo
|
||||||
components:
|
components:
|
||||||
@@ -69,16 +67,54 @@
|
|||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
hypospray:
|
hypospray:
|
||||||
maxVol: 10
|
maxVol: 15
|
||||||
- type: RefillableSolution
|
- type: AutoRegenReagent # WD
|
||||||
|
reagents:
|
||||||
|
- Epinephrine
|
||||||
|
- Tricordrazine
|
||||||
|
- Dexalin
|
||||||
|
- Saline
|
||||||
|
- Kelotane
|
||||||
|
interval: 1
|
||||||
solution: hypospray
|
solution: hypospray
|
||||||
- type: ExaminableSolution
|
|
||||||
|
- type: entity # WD
|
||||||
|
name: borghypo
|
||||||
|
parent: BorgHypo
|
||||||
|
description: A sterile injector for rapid administration of drugs to patients. A cheaper and more specialised version for medical borgs.
|
||||||
|
id: BorgHypoAdvanced
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
hypospray:
|
||||||
|
maxVol: 25
|
||||||
|
- type: AutoRegenReagent
|
||||||
|
reagents:
|
||||||
|
- Epinephrine
|
||||||
|
- Bicaridine
|
||||||
|
- Dermaline
|
||||||
|
- DexalinPlus
|
||||||
|
- Ultravasculine
|
||||||
|
- Saline
|
||||||
|
interval: 2
|
||||||
|
solution: hypospray
|
||||||
|
|
||||||
|
- type: entity # WD
|
||||||
|
name: borghypo
|
||||||
|
parent: BorgHypo
|
||||||
|
description: A sterile injector for rapid administration of drugs to patients. A cheaper and more specialised version for medical borgs.
|
||||||
|
id: BorgHypoParamedic
|
||||||
|
components:
|
||||||
|
- type: AutoRegenReagent
|
||||||
|
reagents:
|
||||||
|
- Epinephrine
|
||||||
|
- Barozine
|
||||||
|
- TranexamicAcid
|
||||||
|
- Inaprovaline
|
||||||
|
- Ethylredoxrazine
|
||||||
|
- Ipecac
|
||||||
|
interval: 2
|
||||||
solution: hypospray
|
solution: hypospray
|
||||||
- type: Hypospray
|
|
||||||
onlyAffectsMobs: false
|
|
||||||
- type: UseDelay
|
|
||||||
delay: 0.5
|
|
||||||
- type: ContextMenuInteractionBlocker
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: experimental hypospray
|
name: experimental hypospray
|
||||||
|
|||||||
@@ -120,19 +120,6 @@
|
|||||||
- Wirecutter
|
- Wirecutter
|
||||||
- trayScanner
|
- trayScanner
|
||||||
|
|
||||||
- type: entity
|
|
||||||
id: BorgModuleFireExtinguisher
|
|
||||||
parent: [ BaseBorgModule, BaseProviderBorgModule ]
|
|
||||||
name: fire extinguisher cyborg module
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
layers:
|
|
||||||
- state: generic
|
|
||||||
- state: icon-fire-extinguisher
|
|
||||||
- type: ItemBorgModule
|
|
||||||
items:
|
|
||||||
- FireExtinguisher
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgModuleGPS
|
id: BorgModuleGPS
|
||||||
parent: [ BaseBorgModule, BaseProviderBorgModule ]
|
parent: [ BaseBorgModule, BaseProviderBorgModule ]
|
||||||
@@ -178,6 +165,7 @@
|
|||||||
- Wirecutter
|
- Wirecutter
|
||||||
- Multitool
|
- Multitool
|
||||||
- WelderIndustrial
|
- WelderIndustrial
|
||||||
|
- FireExtinguisher
|
||||||
|
|
||||||
# cargo modules
|
# cargo modules
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -236,20 +224,18 @@
|
|||||||
- state: icon-tools-adv
|
- state: icon-tools-adv
|
||||||
- type: ItemBorgModule
|
- type: ItemBorgModule
|
||||||
items:
|
items:
|
||||||
- Omnitool
|
- JawsOfLife # WD
|
||||||
- WelderExperimental
|
- PowerDrill # WD
|
||||||
- NetworkConfigurator
|
- WelderExperimental # WD
|
||||||
- RemoteSignaller
|
- Tricorder # WD
|
||||||
- GasAnalyzer
|
- AccessConfigurator # WD
|
||||||
- GeigerCounter
|
- trayScanner # WD
|
||||||
- RemoteSignaller
|
|
||||||
- GasAnalyzer
|
|
||||||
- GeigerCounter
|
- GeigerCounter
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgModuleConstruction
|
id: BorgModuleAtmospherics # WD
|
||||||
parent: [ BaseBorgModuleEngineering, BaseProviderBorgModule ]
|
parent: [ BaseBorgModuleEngineering, BaseProviderBorgModule ]
|
||||||
name: construction cyborg module
|
name: atmospherics cyborg module
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -257,15 +243,15 @@
|
|||||||
- state: icon-construction
|
- state: icon-construction
|
||||||
- type: ItemBorgModule
|
- type: ItemBorgModule
|
||||||
items:
|
items:
|
||||||
- SheetSteelLingering0
|
- HolofanProjector # WD
|
||||||
- SheetGlassLingering0
|
- RapidPipeDispenserRecharging # WD
|
||||||
- PartRodMetalLingering0
|
- trayScanner # WD
|
||||||
- FloorTileItemSteelLingering0
|
- GasAnalyzer # WD
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgModuleRCD
|
id: BorgModuleConstruction # WD
|
||||||
parent: [ BaseBorgModuleEngineering, BaseProviderBorgModule ]
|
parent: [ BaseBorgModuleEngineering, BaseProviderBorgModule ]
|
||||||
name: RCD cyborg module
|
name: construction cyborg module
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -287,7 +273,7 @@
|
|||||||
- state: icon-light-replacer
|
- state: icon-light-replacer
|
||||||
- type: ItemBorgModule
|
- type: ItemBorgModule
|
||||||
items:
|
items:
|
||||||
- LightReplacer
|
- LightReplacerBigger # WD
|
||||||
- Crowbar
|
- Crowbar
|
||||||
- Screwdriver
|
- Screwdriver
|
||||||
|
|
||||||
@@ -319,24 +305,10 @@
|
|||||||
items:
|
items:
|
||||||
- AdvMopItem
|
- AdvMopItem
|
||||||
- HoloprojectorBorg
|
- HoloprojectorBorg
|
||||||
- SprayBottleSpaceCleaner
|
- SprayBottleSpaceCleanerSelfRecharging # WD
|
||||||
- Dropper
|
- TrashBagAdvanced # WD
|
||||||
|
|
||||||
# medical modules
|
# medical modules
|
||||||
- type: entity
|
|
||||||
id: BorgModuleDiagnosis # todo: reuse when med refractor is finished
|
|
||||||
parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ]
|
|
||||||
name: diagnosis cyborg module
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
layers:
|
|
||||||
- state: medical
|
|
||||||
- state: icon-diagnosis
|
|
||||||
- type: ItemBorgModule
|
|
||||||
items:
|
|
||||||
- HandheldHealthAnalyzerUnpowered
|
|
||||||
- ClothingNeckStethoscope
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgModuleTreatment
|
id: BorgModuleTreatment
|
||||||
parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ]
|
parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ]
|
||||||
@@ -349,12 +321,24 @@
|
|||||||
- type: ItemBorgModule
|
- type: ItemBorgModule
|
||||||
items:
|
items:
|
||||||
- HandheldHealthAnalyzerUnpowered
|
- HandheldHealthAnalyzerUnpowered
|
||||||
- Brutepack10Lingering
|
- BorgHypo # WD
|
||||||
- Ointment10Lingering
|
|
||||||
- Gauze10Lingering
|
|
||||||
- Bloodpack10Lingering
|
|
||||||
- Syringe
|
- Syringe
|
||||||
|
|
||||||
|
- type: entity # WD
|
||||||
|
id: BorgModuleResque
|
||||||
|
parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ]
|
||||||
|
name: treatment cyborg module
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: medical
|
||||||
|
- state: icon-treatment
|
||||||
|
- type: ItemBorgModule
|
||||||
|
items:
|
||||||
|
- HandheldHealthAnalyzerUnpowered
|
||||||
|
- BorgHypoParamedic
|
||||||
|
- HandheldCrewMonitor
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgModuleDefibrillator
|
id: BorgModuleDefibrillator
|
||||||
parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ]
|
parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ]
|
||||||
@@ -380,10 +364,10 @@
|
|||||||
- type: ItemBorgModule
|
- type: ItemBorgModule
|
||||||
items:
|
items:
|
||||||
- HandheldHealthAnalyzerUnpowered
|
- HandheldHealthAnalyzerUnpowered
|
||||||
|
- BorgHypoAdvanced # WD
|
||||||
- Beaker
|
- Beaker
|
||||||
- Beaker
|
- Beaker
|
||||||
- BorgDropper
|
- BorgDropper
|
||||||
- BorgHypo
|
|
||||||
|
|
||||||
# science modules
|
# science modules
|
||||||
# todo: if science ever gets their own custom robot, add more "sci" modules.
|
# todo: if science ever gets their own custom robot, add more "sci" modules.
|
||||||
|
|||||||
@@ -33,3 +33,15 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: LightTube
|
- id: LightTube
|
||||||
amount: 0
|
amount: 0
|
||||||
|
|
||||||
|
- type: entity # WD - for borgs
|
||||||
|
parent: LightReplacer
|
||||||
|
id: LightReplacerBigger
|
||||||
|
suffix: 2x bulbs
|
||||||
|
components:
|
||||||
|
- type: LightReplacer
|
||||||
|
contents:
|
||||||
|
- id: LightTube
|
||||||
|
amount: 16
|
||||||
|
- id: LightBulb
|
||||||
|
amount: 16
|
||||||
|
|||||||
@@ -543,7 +543,15 @@
|
|||||||
maxCharges: 20
|
maxCharges: 20
|
||||||
charges: 20
|
charges: 20
|
||||||
- type: AutoRecharge
|
- type: AutoRecharge
|
||||||
rechargeDuration: 10
|
rechargeDuration: 3
|
||||||
|
|
||||||
|
- type: entity # WD
|
||||||
|
id: RapidPipeDispenserRecharging
|
||||||
|
parent: RapidPipeDispenser
|
||||||
|
suffix: Empty
|
||||||
|
components:
|
||||||
|
- type: AutoRecharge
|
||||||
|
rechargeDuration: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: RCDExperimental
|
id: RCDExperimental
|
||||||
|
|||||||
@@ -539,15 +539,15 @@
|
|||||||
- type: Lathe
|
- type: Lathe
|
||||||
idleState: fab-idle
|
idleState: fab-idle
|
||||||
runningState: fab-active
|
runningState: fab-active
|
||||||
staticRecipes:
|
staticRecipes: # WD edit - removed BorgModuleFireExtinguisher
|
||||||
- MMI
|
- MMI
|
||||||
- PositronicBrain
|
- PositronicBrain
|
||||||
- SciFlash
|
- SciFlash
|
||||||
- BorgModuleCable
|
- BorgModuleCable
|
||||||
- BorgModuleFireExtinguisher
|
|
||||||
- BorgModuleRadiationDetection
|
- BorgModuleRadiationDetection
|
||||||
- BorgModuleTool
|
- BorgModuleTool
|
||||||
- BorgModuleAppraisal
|
- BorgModuleAppraisal
|
||||||
|
- BorgModuleAtmospherics # WD
|
||||||
- BorgModuleConstruction
|
- BorgModuleConstruction
|
||||||
- BorgModuleService
|
- BorgModuleService
|
||||||
- BorgModuleTreatment
|
- BorgModuleTreatment
|
||||||
@@ -587,7 +587,7 @@
|
|||||||
- RightLegBorgService
|
- RightLegBorgService
|
||||||
- HeadBorgService
|
- HeadBorgService
|
||||||
- TorsoBorgService
|
- TorsoBorgService
|
||||||
dynamicRecipes:
|
dynamicRecipes: # WD edit - removed BorgModuleDiagnosis
|
||||||
- ProximitySensor
|
- ProximitySensor
|
||||||
- BorgModuleLightReplacer
|
- BorgModuleLightReplacer
|
||||||
- BorgModuleAdvancedCleaning
|
- BorgModuleAdvancedCleaning
|
||||||
@@ -595,14 +595,12 @@
|
|||||||
- BorgModuleGrapplingGun
|
- BorgModuleGrapplingGun
|
||||||
- BorgModuleAdvancedTool
|
- BorgModuleAdvancedTool
|
||||||
- BorgModuleGPS
|
- BorgModuleGPS
|
||||||
- BorgModuleRCD
|
|
||||||
- BorgModuleArtifact
|
- BorgModuleArtifact
|
||||||
- BorgModuleAnomaly
|
- BorgModuleAnomaly
|
||||||
- BorgModuleGardening
|
- BorgModuleGardening
|
||||||
- BorgModuleHarvesting
|
- BorgModuleHarvesting
|
||||||
- BorgModuleMusique
|
- BorgModuleMusique
|
||||||
- BorgModuleClowning
|
- BorgModuleClowning
|
||||||
- BorgModuleDiagnosis
|
|
||||||
- BorgModuleDefibrillator
|
- BorgModuleDefibrillator
|
||||||
- BorgModuleAdvancedTreatment
|
- BorgModuleAdvancedTreatment
|
||||||
- RipleyHarness
|
- RipleyHarness
|
||||||
|
|||||||
@@ -367,15 +367,7 @@
|
|||||||
Glass: 250
|
Glass: 250
|
||||||
Plastic: 250
|
Plastic: 250
|
||||||
|
|
||||||
- type: latheRecipe
|
# WD edit - removed BorgModuleFireExtinguisher
|
||||||
id: BorgModuleFireExtinguisher
|
|
||||||
result: BorgModuleFireExtinguisher
|
|
||||||
category: Robotics
|
|
||||||
completetime: 3
|
|
||||||
materials:
|
|
||||||
Steel: 250
|
|
||||||
Glass: 250
|
|
||||||
Plastic: 250
|
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: BorgModuleGPS
|
id: BorgModuleGPS
|
||||||
@@ -450,18 +442,19 @@
|
|||||||
Gold: 50
|
Gold: 50
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: BorgModuleConstruction
|
id: BorgModuleAtmospherics
|
||||||
result: BorgModuleConstruction
|
result: BorgModuleAtmospherics
|
||||||
category: Robotics
|
category: Robotics
|
||||||
completetime: 3
|
completetime: 3
|
||||||
materials:
|
materials:
|
||||||
Steel: 500
|
Steel: 500
|
||||||
Glass: 500
|
Glass: 500
|
||||||
Plastic: 250
|
Plastic: 250
|
||||||
|
Gold: 50
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: BorgModuleRCD
|
id: BorgModuleConstruction
|
||||||
result: BorgModuleRCD
|
result: BorgModuleConstruction
|
||||||
category: Robotics
|
category: Robotics
|
||||||
completetime: 3
|
completetime: 3
|
||||||
materials:
|
materials:
|
||||||
@@ -501,15 +494,7 @@
|
|||||||
Plastic: 250
|
Plastic: 250
|
||||||
Gold: 50
|
Gold: 50
|
||||||
|
|
||||||
- type: latheRecipe
|
# WD edit - removed BorgModuleDiagnosis
|
||||||
id: BorgModuleDiagnosis
|
|
||||||
result: BorgModuleDiagnosis
|
|
||||||
category: Robotics
|
|
||||||
completetime: 3
|
|
||||||
materials:
|
|
||||||
Steel: 250
|
|
||||||
Glass: 250
|
|
||||||
Plastic: 250
|
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: BorgModuleTreatment
|
id: BorgModuleTreatment
|
||||||
@@ -543,6 +528,16 @@
|
|||||||
Plastic: 250
|
Plastic: 250
|
||||||
Gold: 50
|
Gold: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: BorgModuleResque
|
||||||
|
result: BorgModuleResque
|
||||||
|
category: Robotics
|
||||||
|
completetime: 3
|
||||||
|
materials:
|
||||||
|
Steel: 250
|
||||||
|
Glass: 250
|
||||||
|
Plastic: 250
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: BorgModuleArtifact
|
id: BorgModuleArtifact
|
||||||
result: BorgModuleArtifact
|
result: BorgModuleArtifact
|
||||||
|
|||||||
@@ -140,9 +140,10 @@
|
|||||||
state: scanner
|
state: scanner
|
||||||
discipline: CivilianServices
|
discipline: CivilianServices
|
||||||
tier: 2
|
tier: 2
|
||||||
cost: 10000
|
cost: 5000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- HandheldCrewMonitor
|
- HandheldCrewMonitor
|
||||||
|
- BorgModuleResque
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: MechanizedTreatment
|
id: MechanizedTreatment
|
||||||
@@ -152,7 +153,7 @@
|
|||||||
state: medical
|
state: medical
|
||||||
discipline: CivilianServices
|
discipline: CivilianServices
|
||||||
tier: 2
|
tier: 2
|
||||||
cost: 5000
|
cost: 10000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- BorgModuleAdvancedTreatment
|
- BorgModuleAdvancedTreatment
|
||||||
- BorgModuleDefibrillator
|
- BorgModuleDefibrillator
|
||||||
|
|||||||
@@ -164,6 +164,7 @@
|
|||||||
- HellfireFreezerMachineCircuitBoard
|
- HellfireFreezerMachineCircuitBoard
|
||||||
- PortableScrubberMachineCircuitBoard
|
- PortableScrubberMachineCircuitBoard
|
||||||
- HolofanProjector
|
- HolofanProjector
|
||||||
|
- BorgModuleAtmospherics # WD
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: AdvancedToolsTechnology
|
id: AdvancedToolsTechnology
|
||||||
@@ -179,7 +180,7 @@
|
|||||||
- PowerDrill
|
- PowerDrill
|
||||||
- JawsOfLife
|
- JawsOfLife
|
||||||
- BorgModuleAdvancedTool
|
- BorgModuleAdvancedTool
|
||||||
- BorgModuleRCD
|
- BorgModuleConstruction # WD
|
||||||
|
|
||||||
# Tier 3
|
# Tier 3
|
||||||
|
|
||||||
|
|||||||
@@ -272,3 +272,8 @@ BoxTrashbag: TrashBag
|
|||||||
|
|
||||||
# 2024-08-05 WD
|
# 2024-08-05 WD
|
||||||
OmntnsHammer: JudgeHammer
|
OmntnsHammer: JudgeHammer
|
||||||
|
|
||||||
|
# 2024-08-07 WD
|
||||||
|
BorgModuleDiagnosis: null
|
||||||
|
BorgModuleRCD: BorgModuleConstruction
|
||||||
|
BorgModuleFireExtinguisher: null
|
||||||
|
|||||||
Reference in New Issue
Block a user