Template:GameDataStockParts
From S.P.L.U.R.T. Wiki
0, 1, 3, 5, 10; 0, 1, 10, 20, 30, 40
Data table
| Capacitor | None | ||||
|---|---|---|---|---|---|
| Scanning Module | None | ||||
| Manipulator | None | ||||
| Micro-laser | None | ||||
| Matter bin | None | ||||
| Tier: | 0 | 1 | 2 | 3 | 4 |
| Energy rating: | 0 | 1 | 3 | 5 | 10 |
| Power cell | None | |||||
|---|---|---|---|---|---|---|
| Tier: | 0 | 0 | 1 | 2 | 3 | 4 |
| Power capacity(in kW): | 0 | 1 | 10 | 20 | 30 | 40 |
Description
This template is meant to contain the current tier rating, energy rating and power capacity of Stock Parts and Power cells, found here: http://github.com/tgstation/tgstation/blob/master/code/modules/research/stock_parts.dm#L258
It's mostly meant for the Guide to robotics wiki page.
Read more about #explode function: http://mediawiki.org/wiki/Extension:StringFunctions##explode
Example
Example using formula for getting:
- Scanning Module Tier 2 energy rating: {{#explode:{{#explode:0, 1, 3, 5, 10; 0, 1, 10, 20, 30, 40|;|0}}|, |2}}
- Power cell Tier 2 energy capacity: {{#explode:{{#explode:0, 1, 3, 5, 10; 0, 1, 10, 20, 30, 40|;|1}}|, |3}}
