diff --git a/src/pages/data/production-chains-expansions.ts b/src/pages/data/production-chains-expansions.ts
index 7bd29cc..a99a83b 100644
--- a/src/pages/data/production-chains-expansions.ts
+++ b/src/pages/data/production-chains-expansions.ts
@@ -468,7 +468,7 @@ export const productionChainsExpansions: TieredProductionChain[] = [
{
productionChain: 'ageOfExploration',
mermaidDefinition: endent`
- flowchart LR
+ flowchart TB
Gas(
450%1)
Potato(
50%1)
RedPepper(
2)
@@ -480,7 +480,7 @@ export const productionChainsExpansions: TieredProductionChain[] = [
{
productionChain: 'homardLitTerroir',
mermaidDefinition: endent`
- flowchart LR
+ flowchart TB
Lobster(
1)
Sanga(
1)
Potato(
50%1)
@@ -519,19 +519,13 @@ export const productionChainsExpansions: TieredProductionChain[] = [
mermaidDefinition: endent`
flowchart LR
Sheep(
50%1)
- Cotton(
1)
- CamphorWax(
50%1)
- Wood(
25%1)
- Corn(
1)
- Ethanol(
50%1)
Celluloid(
50%1)
Iron(
25%1)
Coal(
25%1)
Steel(
50%1)
VaccumCleaners(
1)
style VaccumCleaners stroke:#0675BD,stroke-width:5px,stroke-dasharray: 7 7
- Wood & Corn --> Ethanol
- Cotton & CamphorWax & Ethanol --> Celluloid --> VaccumCleaners
+ Celluloid --> VaccumCleaners
Iron & Coal --> Steel --> VaccumCleaners
Sheep --> VaccumCleaners
`
@@ -543,17 +537,10 @@ export const productionChainsExpansions: TieredProductionChain[] = [
flowchart LR
Clay(
50%1)
Sand0(
50%1)
- Wood(
25%1)
- Corn(
1)
- Ethanol(
50%1)
- Sand1(
50%1)
- Resin(
50%1)
Lacquer(
50%1)
Crockery(
1)
style Crockery stroke:#0675BD,stroke-width:5px,stroke-dasharray: 7 7
Clay --> Crockery
- Wood & Corn --> Ethanol
- Sand1 & Resin & Ethanol --> Lacquer
Lacquer --> Crockery
Sand0 --> Crockery
`
@@ -583,17 +570,11 @@ export const productionChainsExpansions: TieredProductionChain[] = [
Zinc(
50%1)
Brass(
1)
Briefcases(
1)
- Cotton(
1)
- CamphorWax(
50%1)
- Ethanol(
50%1)
- Wood(
25%1)
- Corn(
1)
Sanga(
1)
Celluloid(
50%1)
style Briefcases stroke:#0675BD,stroke-width:5px,stroke-dasharray: 7 7
Copper & Zinc --> Brass --> Briefcases
- Wood & Corn --> Ethanol
- Cotton & CamphorWax & Ethanol --> Celluloid --> Briefcases
+ Celluloid --> Briefcases
Sanga --> Briefcases
`
}