mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
wip: update for season 4
This commit is contained in:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user