change glegg diagram to top to bottom

This commit is contained in:
2022-10-08 13:06:32 +01:00
parent 0977c1682f
commit 4fb5c2187f

View File

@@ -469,7 +469,7 @@ export const productionChainsExpansions: TieredProductionChain[] = [
productionChain: 'glegg', productionChain: 'glegg',
chainMultiplier: '2', chainMultiplier: '2',
mermaidDefinition: endent` mermaidDefinition: endent`
flowchart LR flowchart TB
Whales(<img src='${icons.whalingIcon}' class='icon-size' /><span class='ratio-count'>1</span>) Whales(<img src='${icons.whalingIcon}' class='icon-size' /><span class='ratio-count'>1</span>)
Vineyard(<img src='${icons.grapesIcon}' class='icon-size' /><span class='ratio-count'>2</span>) Vineyard(<img src='${icons.grapesIcon}' class='icon-size' /><span class='ratio-count'>2</span>)
Cinnamon(<span class='icon-flex-row'><img src='${icons.cinnamonIcon}' class='icon-size' /><span class='icon-flex-col q-pl-sm'><span class='efficiency-perc'>50%</span><span class='ratio-count'>1</span></span></span>) Cinnamon(<span class='icon-flex-row'><img src='${icons.cinnamonIcon}' class='icon-size' /><span class='icon-flex-col q-pl-sm'><span class='efficiency-perc'>50%</span><span class='ratio-count'>1</span></span></span>)
@@ -910,6 +910,7 @@ export const productionChainsExpansions: TieredProductionChain[] = [
} }
] ]
}, },
{ colBreak: true, tierName: 'skip' },
{ {
colBreak: false, colBreak: false,
tierName: 'Hacienda', tierName: 'Hacienda',
@@ -969,7 +970,6 @@ export const productionChainsExpansions: TieredProductionChain[] = [
] ]
}, },
{ colBreak: true, tierName: 'skip' }, { colBreak: true, tierName: 'skip' },
{ colBreak: true, tierName: 'skip' },
{ {
colBreak: false, colBreak: false,
tierName: 'Empire of the Skies', tierName: 'Empire of the Skies',