
- The Listing of Curios quest is kind of like the alchemists quest, in that I'd really like to have a persistent status indicator like Alchemist Notifications', showing which artifacts I need to find and popping up a reminder when I pick up one of them. Controlled by game option "Gameplay | Bloodriver curio notifications".
- Any time I have something accumulating in the background, like recorded damage from the Retribution talent, I like to have an indicator of how much I've accumulated and how close I am to maximum (in this case, triggering a retaliatory spell). Controlled by game option "Gameplay | Bloodriver Retribution tracker".
[NOTE: The te4.org link above for this addon appears to be broken; for now, I'll also link to its Steam page. (edit 2025-02-16: This has now been resolved.)]
[Implementation notes:]
Code: Select all
Hooks:
ToME:load [to load our effects]
Actor:actBase:Effects [to update Retribution tracker effect]
GameOptions:generateList [to add our game options]
Superload:
mod.class.Actor:
onAddObject() [to update our curios-notify effect]
onRemoveObject() [to update our curios-notify effect]