MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

[Feature Request] Battery Output Limit #256

Closed MerlinofMines closed 1 year ago

MerlinofMines commented 1 year ago

Describe the solution you'd like We're missing a property for a battery's maximum output. We should add one using the new multi-property support.

Describe alternatives you've considered There's no property currently for batteries in game, so there doesn't appear to be a workaround other than hardcoding.

Additional context Let's look at other power producing blocks and make sure their maximum output is also retrievable.

Should we consider a new block type for all power producing blocks? That might be useful for getting the maximum input/output/limits for all power blocks, without having to know specific types.

MerlinofMines commented 1 year ago

Implemented in #258