[Twinsen][1.0.0] [Minor] electric-energy-interface tooltip doesn't give full energy source info
Posted: Wed Oct 28, 2020 1:56 am
An electric-energy-interface configured as follows to mimic a generic leccy-eating machine doesn't give the same needed info in the tooltip as other electric consumers.
This:
shows only this, not mentioning the drain or the flow limit:
Compared to a crafting machine:
If possible it would be useful for players to know that this thing is charging at the speed it does and slowly wasting power without having to manually put that info in localised descriptions.
This:
Code: Select all
energy_source = {
buffer_capacity = "60MJ",
input_flow_limit = "2.125MW",
drain = "125kW",
type = "electric",
usage_priority = "secondary-input"
}
Compared to a crafting machine:
If possible it would be useful for players to know that this thing is charging at the speed it does and slowly wasting power without having to manually put that info in localised descriptions.