add singularity function for exporting game save

This commit is contained in:
phyzical
2022-09-07 16:11:51 +08:00
parent 2592c6ccd8
commit ca2f1a62a5
3 changed files with 35 additions and 0 deletions
+2
View File
@@ -205,6 +205,8 @@ const singularity = {
installAugmentations: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),
isFocused: SF4Cost(0.1),
setFocus: SF4Cost(0.1),
exportGame: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 2),
exportGameBonus: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 4),
b1tflum3: SF4Cost(16),
destroyW0r1dD43m0n: SF4Cost(32),
getCurrentWork: SF4Cost(0.5),