add latest

This commit is contained in:
2022-09-27 04:10:44 +01:00
parent 971ee38f76
commit efc4af9fa7
3 changed files with 103 additions and 91 deletions

View File

@@ -33,3 +33,9 @@ Name(<img src='${heavyWeaponsIcon}' class='icon-size' /><span class='ratio-count
```
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;
```
## chain with world icon
```
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>)
```