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