wip: update for season 4

This commit is contained in:
2023-12-08 02:02:15 +00:00
parent 7872a2ffec
commit 02d8dc7171
26 changed files with 8362 additions and 6161 deletions

View File

@@ -12,14 +12,13 @@ export const commonItemData: InfoCardItem[] = [
{
id: 'electricity',
icon: icons.electricityIcon,
text: 'Building has electricity.'
text: 'Building requires electricity.'
},
{
id: 'fullChain',
icon: fullChainMultiplierIcon,
text: 'Multiplier for a full chain. To scale chain to 100%:',
additionalText:
'multiply together number of buildings * efficiency % * multiplier for each building in the chain.'
text: 'The multiplier for a full chain. To scale chain to 100% multiply together (for every building in the chain): ',
additionalText: ' number of buildings × efficiency % × multiplier'
}
];