Leo Friedrichs
                                            Leo Friedrichs
                                        
                                    I haven't checked how it works exactly, but you might want to have a look at https://github.com/ScreepsQuorum/screeps-quorum/blob/master/src/programs/city/layout.js, specifically at `STRUCTURE_LOADER` (for the towers) and `STRUCTURE_CRANE` (for terminal/storage).
Using this kind of LookupTypes is perfectly fine, in fact [`typed-screeps` uses them as well](https://github.com/screepers/typed-screeps/blob/833001a50160b5513174ad8e1d4cc98ab81a4f6f/src/helpers.ts#L201-L243). All you have to do is setting up your `Structures` LookupType and define your function...
I feel like this would especially make sense if you got the corresponding Zaishen Quest active - I'll provide a list of IDs via edit. It's actually really easy to...
There were a lot of discussions going on over ambient declaration files and extending screeps declarations. Most people seemed to be writing theiir declaration files manually, but I never feelt...
How would a web service interact with multiple accounts running at the same time? I really like the idea, especially for other information, just not sure how it would work...
What's the use case for triggering hotkeys using chat commands?
I don't think a predefined selection of rooms and room objects (like creeps) is a good idea, as tests might want to check for different environments. Simple functions to create...
I just wanted to point out that there is [a plugin](https://github.com/Updater/semantic-release-monorepo) that already handles the splitting of commit history and separate releases by running `semantic-release` for each package separately. It...
I think you misunderstood his intention, he wanted to equip the appropriate title based on enemies surrounding him (maybe use the target for simplicity). In Assault on the Stronghold you're...
I'm not quite sure what exactly your goal with this is. Is it posting a timing file with the record instead of relying on on-screen display of the current objective...