Page 1 of 1

[Twinsen][1.0.0] [Minor] electric-energy-interface tooltip doesn't give full energy source info

Posted: Wed Oct 28, 2020 1:56 am
by Deadlock989
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:

Code: Select all

energy_source = {
	buffer_capacity = "60MJ",
	input_flow_limit = "2.125MW",
	drain = "125kW",
	type = "electric",
	usage_priority = "secondary-input"
}
shows only this, not mentioning the drain or the flow limit:

Untitled.png
Untitled.png (47.27 KiB) Viewed 3237 times
Compared to a crafting machine:

Untitled2.png
Untitled2.png (49.82 KiB) Viewed 3237 times
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.

Re: [Twinsen][1.0.0] [Minor] electric-energy-interface tooltip doesn't give full energy source info

Posted: Thu Oct 29, 2020 2:12 pm
by Twinsen
Should be fixed in Version: 1.1.0. If there's something missing, let me know. The way the electric energy interface works is a bit weird.

Thanks for the report.

Re: [Twinsen][1.0.0] [Minor] electric-energy-interface tooltip doesn't give full energy source info

Posted: Thu Oct 29, 2020 3:56 pm
by Deadlock989
Many thanks.