SINGULARITY: Add ns.singularity.getFactionWorkTypes (#1425)

This commit is contained in:
catloversg
2024-06-25 10:43:36 +07:00
committed by GitHub
parent 0d8cc54c99
commit 5a8f0e99af
5 changed files with 68 additions and 2 deletions

View File

@@ -186,6 +186,7 @@ const singularity = {
checkFactionInvitations: SF4Cost(RamCostConstants.SingularityFn2),
joinFaction: SF4Cost(RamCostConstants.SingularityFn2),
workForFaction: SF4Cost(RamCostConstants.SingularityFn2),
getFactionWorkTypes: SF4Cost(RamCostConstants.SingularityFn2 / 3),
getFactionRep: SF4Cost(RamCostConstants.SingularityFn2 / 3),
getFactionFavor: SF4Cost(RamCostConstants.SingularityFn2 / 3),
getFactionFavorGain: SF4Cost(RamCostConstants.SingularityFn2 / 4),