

- My terrene technomancer was having trouble keeping track of where all his spiderbots were and what they were doing, so we add a status tracker to the Micro Spiderbot talent. At a glance, it shows the number of active spiderbots you have and the highest of their remaining durations; the tooltip goes into more detail, listing their locations, the actor (if any) they're attacking, and their remaining durations.
- My galvanic technomancer obviously wanted a metallic tinker on her staff for purposes of Galvanic Arcing, and I found myself digging around in the tinker definitions to find out which ones qualify. Easy enough to add that information to the object tooltip; I'm currently showing it for everything, but I can limit it to just weapons and tinkers if people think it's superfluous elsewhere.

[Looking ahead, I can see this as a likely candidate for a future version of ZOmnibus, and maybe ZOmnibus Lite, depending on whether we think it violates the "otherwise unavailable information" constraint. Either way, we'd probably need a game option to turn off at least the spiderbot tracker.]
[Implementation notes:
Code: Select all
Hooks:
ToME:load [to modify Micro Spiderbot talent]
Object:descMisc [to add "Metallic" to tooltip as needed]