27 lines
444 B
Markdown
27 lines
444 B
Markdown
# Resorce Count
|
|
|
|
This script displays percentage remaining of all ship resources.
|
|
|
|
## Inputs
|
|
|
|
The inputs are default variable names:
|
|
|
|
- `:GasNetworkMaxResource`
|
|
- `:FuelChamberMaxFuel`
|
|
- `:MaxCoolant`
|
|
- `:MaxRadiatorCoolant`
|
|
- `:GasNetworkStoredResource`
|
|
- `:FuelChamberFuel`
|
|
- `:StoredCoolant`
|
|
- `:StoredRadiatorCoolant`
|
|
|
|
## Outputs
|
|
|
|
The output is a string in the `:Resources` text panel.
|
|
|
|
- `:Resources`
|
|
|
|
## Credits
|
|
|
|
- Waselon#5191
|