From 76e539bbb8b77b6a51e1dd1617f17e564287c9a6 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 13 Apr 2022 18:14:16 -0400 Subject: [PATCH] bump corpo avg profit length --- src/Corporation/data/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Corporation/data/Constants.ts b/src/Corporation/data/Constants.ts index f2578454a..33f9fa390 100644 --- a/src/Corporation/data/Constants.ts +++ b/src/Corporation/data/Constants.ts @@ -85,5 +85,5 @@ export const CorporationConstants: { FundingRoundShares: [0.1, 0.35, 0.25, 0.2], FundingRoundMultiplier: [4, 3, 3, 2.5], - AvgProfitLength: 20, + AvgProfitLength: 50, };