The-International-Screeps-Bot / The-International-Open-Source

An automated bot for the coding game Screeps.com
MIT License
104 stars 35 forks source link

Feature add etrd stat tracking #789

Closed schealex closed 7 months ago

schealex commented 7 months ago

This adds tracking of a new stat for EnergyTerminalReceivedDomestic (etrd) for rooms receiving domestic energy transfers from terminals

CarsonBurke commented 7 months ago

When I initially implemented this terminal tracking I decided not to implement this because we already have the variant EnergyTerminalSentDomestic, which should encapsulate all transfers that are also EnergyTerminalReceivedDomestic? I don't see why this is useful, unless I am incorrect

schealex commented 7 months ago

well i find it useful because now you can see where the domestic energy is going to. Because the other stat is outgoing from a room but you had no idea where it was going to

image

CarsonBurke commented 7 months ago

Ahh good point, useful for debugging.