add latest

This commit is contained in:
2022-09-27 03:48:13 +01:00
parent f575f3120a
commit 971ee38f76
25 changed files with 334 additions and 111 deletions

9
docs/blank_col.md Normal file
View File

@@ -0,0 +1,9 @@
# Blank Column
Add
```
{ colBreak: true, tierName: 'blank', productionChains: [] }
```
to `src/components/production-chains.ts`.

View File

@@ -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;
```

View 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%