add latest

This commit is contained in:
2022-10-01 17:57:58 +01:00
parent 35872166ae
commit 615a5102ad
12 changed files with 103 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
import * as icons from './icons';
import fullChainMultiplierIcon from 'assets/productionChainMultiplier.svg';
export const worldItemData = [
{
@@ -19,8 +20,18 @@ export const worldItemData = [
];
export const itemData = [
{
icon: icons.charcoalKilnIcon,
text: '2 Charcoal Kilns can be replaced with 1 Coal Mine'
},
{
icon: icons.electricityIcon,
text: 'Building has electricity'
},
{
icon: fullChainMultiplierIcon,
text: 'Multiplier for a full chain. To scale chain to 100%:',
additionalText:
'multiply together number * efficiency * multiplier for each building in the chain.'
}
];