mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
change glegg diagram to top to bottom
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user