mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
update info card text
This commit is contained in:
@@ -49,14 +49,20 @@ export const worldItemDataBase: InfoCardWorldItem[] = [
|
||||
id: 'clay',
|
||||
icon: icons.clayIcon,
|
||||
textPre: 'Enbesa',
|
||||
textPost:
|
||||
' production chains use Clay Collectors. All other chains use Clay Mines.',
|
||||
textPost: ' production chains use Clay Collectors.',
|
||||
worldIcon: icons.enbesaIcon
|
||||
}
|
||||
];
|
||||
|
||||
// S2 to S4
|
||||
export const itemDataExpansions: InfoCardItem[] = [...commonItemData];
|
||||
export const itemDataExpansions: InfoCardItem[] = [
|
||||
{
|
||||
id: 'airship',
|
||||
icon: icons.airshipIcon,
|
||||
text: 'Airship drop chain ratios are the same for Old World & New World.'
|
||||
},
|
||||
...commonItemData
|
||||
];
|
||||
|
||||
export const worldItemDataExpansions: InfoCardWorldItem[] = [
|
||||
...commonWorldItemData,
|
||||
@@ -66,13 +72,5 @@ export const worldItemDataExpansions: InfoCardWorldItem[] = [
|
||||
textPre: 'Hacienda chains use New World',
|
||||
textPost: 'buildings.',
|
||||
worldIcon: icons.newWorldIcon
|
||||
},
|
||||
{
|
||||
id: 'airship',
|
||||
icon: icons.airshipIcon,
|
||||
textPre:
|
||||
'Ratios for airship drop chains are the same when built in the New World',
|
||||
textPost: '.',
|
||||
worldIcon: icons.newWorldIcon
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user