HASHNET: Company Favor (#469)

This commit is contained in:
T.J. Eckman
2023-04-08 23:24:09 -04:00
committed by GitHub
parent ed9e6d5ea3
commit 751fe82f92
6 changed files with 94 additions and 3 deletions
@@ -101,4 +101,11 @@ export const HashUpgradesMetadata: IConstructorParams[] = [
effectText: (level: number): JSX.Element | null => <>Generated {level} contracts.</>,
value: 1,
},
{
costPerLevel: 200,
desc: "Use hashes to increase the favor with a company by 5. This effect is permanent.",
hasTargetCompany: true,
name: "Company Favor",
value: 5,
},
];