 this time for Erenion's Mirrorblade class (hence the addon name, Mirrorblade Tweaks).  Here's what we've got so far:
 this time for Erenion's Mirrorblade class (hence the addon name, Mirrorblade Tweaks).  Here's what we've got so far:
- Your mirror twin should look like you, after all, so we go to extra effort to copy over cosmetic stuff like sex, hair and facial features, which was incomplete before.
- More flavorful text and action prompts for the interaction chat provided by Interact with Sidekicks (you'll need the latest version of that for this).
-  I was eyeing the Darkest Timeline evolution and thinking maybe Temporal Warden and hounds for the twin would be amusing — except that the Temporal Hounds tree is locked and the enclassed twin's new point gain on levelup apparently doesn't include category points.  For now, I'm having the evolution give the twin one category point every 20 levels (including retroactively), which doesn't seem too extreme; if people think that's too powerful, I can back it out. For now, I'm having the evolution give the twin one category point every 20 levels (including retroactively), which doesn't seem too extreme; if people think that's too powerful, I can back it out.
[Implementation notes:
Code: Select all
Hooks:
  ToME:load [to insert our modifications]

 So, in v1b, we add a carefully tailored exception that allows your mirror twin (and only your mirror twin, if I've done this right…) to summon temporal hounds.  I think this shouldn't change any other handling of the related talents, but let me know if you start seeing things summoning hounds that weren't before (or if your Temporal Warden suddenly stops being able to summon hounds with this addon enabled…).
  So, in v1b, we add a carefully tailored exception that allows your mirror twin (and only your mirror twin, if I've done this right…) to summon temporal hounds.  I think this shouldn't change any other handling of the related talents, but let me know if you start seeing things summoning hounds that weren't before (or if your Temporal Warden suddenly stops being able to summon hounds with this addon enabled…).