change order of chains

This commit is contained in:
2022-10-07 03:12:03 +01:00
parent 4699451427
commit 44dff1c43a
2 changed files with 104 additions and 64 deletions

View File

@@ -66,5 +66,13 @@ 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
}
];