add latest

This commit is contained in:
2022-10-03 05:29:59 +01:00
parent 8bf53ffdfc
commit 1b883fbd8c
12 changed files with 122 additions and 17 deletions

View File

@@ -175,7 +175,7 @@ For example to add Sewing Machines to Artisans:
Iron(<span class='icon-flex-row'><img src='${icons.ironIcon}' 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>)
Steel
Wood(<span class='icon-flex-row'><img src='${icons.woodIcon}' 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>)
Charcoal & Iron --> Steel --> SewingMachines
Charcoal & Iron --> Steel --> SewingMachines
Wood --> SewingMachines
`
}
@@ -232,7 +232,7 @@ To make a building electrified follow the instructions above under the header "A
To define the graph use the `Name` which you defined for each building:
```
Charcoal & Iron --> Steel --> SewingMachines
Charcoal & Iron --> Steel --> SewingMachines
Wood --> SewingMachines
```
@@ -247,6 +247,6 @@ Steel(<img src='${icons.steelIcon}' class='icon-size' /><span class='ratio-count
SewingMachines(<img src='${icons.sewingMachinesIcon}' class='icon-size' /><span class='ratio-count'>1</span>)
Iron(<span class='icon-flex-row'><img src='${icons.ironIcon}' 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>)
Wood(<span class='icon-flex-row'><img src='${icons.woodIcon}' 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>)
Charcoal & Iron --> Steel --> SewingMachines
Charcoal & Iron --> Steel --> SewingMachines
Wood --> SewingMachines
```