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:
9
docs/blank_col.md
Normal file
9
docs/blank_col.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Blank Column
|
||||
|
||||
Add
|
||||
|
||||
```
|
||||
{ colBreak: true, tierName: 'blank', productionChains: [] }
|
||||
```
|
||||
|
||||
to `src/components/production-chains.ts`.
|
||||
@@ -23,3 +23,13 @@ NAME(<span class='icon-flex-row'><img src='${steelIcon}' class='icon-size' /><sp
|
||||
```
|
||||
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>)
|
||||
```
|
||||
|
||||
```
|
||||
Name(<img src='${heavyWeaponsIcon}' class='icon-size' /><span class='ratio-count'>1</span>); style Name stroke:#0675BD,stroke-width:5px,stroke-dasharray: 7 7;
|
||||
```
|
||||
|
||||
## chain with lower efficiency & electricity
|
||||
|
||||
```
|
||||
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>); style Name stroke:#0675BD,stroke-width:5px,stroke-dasharray: 7 7;
|
||||
```
|
||||
|
||||
23
docs/scaling_down_greater_than_one.md
Normal file
23
docs/scaling_down_greater_than_one.md
Normal file
@@ -0,0 +1,23 @@
|
||||
Telephones - filament
|
||||
|
||||
4
|
||||
4/3 = 1.3
|
||||
= 2
|
||||
1.3/2 = 0.66
|
||||
2 @ 0.66
|
||||
|
||||
Go other way
|
||||
|
||||
2/0.66 = 1.3
|
||||
1.3/3 = 4
|
||||
|
||||
---
|
||||
|
||||
Not this: because 2 @ 0.33 = 1 @ 0.66
|
||||
4
|
||||
|
||||
4/3 = 1.3
|
||||
= 2
|
||||
r 0.66
|
||||
0.66/2
|
||||
= 2 @ 33%
|
||||
Reference in New Issue
Block a user