mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
add latest
This commit is contained in:
25
docs/boilerplate_production_chains.md
Normal file
25
docs/boilerplate_production_chains.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# boilerplate production chains
|
||||
|
||||
## diagram definition
|
||||
|
||||
```
|
||||
`flowchart LR; `
|
||||
```
|
||||
|
||||
## plain chain
|
||||
|
||||
```
|
||||
NAME(<img src='${charcoalKilnIcon}' class='icon-size' /><span class='ratio-count'>1</span>)
|
||||
```
|
||||
|
||||
## chain with lower efficiency
|
||||
|
||||
```
|
||||
NAME(<span class='icon-flex-row'><img src='${steelIcon}' class='icon-size' /><span class='icon-flex-col q-pl-sm'><span class='efficiency-perc'>66%</span><span class='ratio-count'>1</span></span></span>)
|
||||
```
|
||||
|
||||
## chain with electricity
|
||||
|
||||
```
|
||||
NAME(<span class='icon-flex-row'><img src='${highWheelerIcon}' class='icon-size' /><span class='icon-flex-col q-pl-sm'><span><img src='${lightningIcon}' class='electricity-icon' /></span><span class='ratio-count'>1</span></span></span>)
|
||||
```
|
||||
Reference in New Issue
Block a user