added unfocus aug

This commit is contained in:
Olivier Gagnon
2021-09-26 21:11:49 -04:00
parent 14e6dd0158
commit 1fc2e6fd2a
6 changed files with 31 additions and 3 deletions
+2
View File
@@ -9,6 +9,7 @@ export const CONSTANTS: {
MaxSkillLevel: number;
MilliPerCycle: number;
CorpFactionRepRequirement: number;
BaseFocusBonus: number;
BaseCostFor1GBOfRamHome: number;
BaseCostFor1GBOfRamServer: number;
TravelCost: number;
@@ -285,6 +286,7 @@ export const CONSTANTS: {
GameCyclesPerFiveMinutes: 300000 / 200,
// Player Work & Action
BaseFocusBonus: 0.8,
FactionWorkHacking: "Faction Hacking Work",
FactionWorkField: "Faction Field Work",
FactionWorkSecurity: "Faction Security Work",