[v1.7.0+] Mirrorblade Tweaks

A place to post your add ons and ideas for them

Moderator: Moderator

Post Reply
Message
Author
Zizzo
Sher'Tul Godslayer
Posts: 2521
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

[v1.7.0+] Mirrorblade Tweaks

#1 Post by Zizzo »

Yep, another class tweaks addon, :wink: 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.
(And I don't think this one can go in ZOmnibus, because I had to adjust its weight to be higher than Mirrorblade's, which would probably make it incompatible with the other components.)

[Implementation notes:

Code: Select all

Hooks:
  ToME:load [to insert our modifications]
Edit 2023-09-26: Add a link to the actual addon page, which is, after all, kind of the point. We Apologize for the Omission.™ :oops:
Last edited by Zizzo on Wed Sep 27, 2023 3:17 am, edited 1 time in total.
"Blessed are the yeeks, for they shall inherit Arda..."

Syovere
Cornac
Posts: 41
Joined: Mon Nov 09, 2020 1:30 am

Re: [v1.7.0+] Mirrorblade Tweaks

#2 Post by Syovere »

Possibly a dumb question but does this addon require also using Mirrorblade itself or is the class included?

Zizzo
Sher'Tul Godslayer
Posts: 2521
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.7.0+] Mirrorblade Tweaks

#3 Post by Zizzo »

Syovere wrote: Tue Sep 26, 2023 10:45 pm Possibly a dumb question but does this addon require also using Mirrorblade itself or is the class included?
[rereads] Oh dear, I neglected to link to the actual addon page, which includes the answer to your question. :oops: (In summary, yes, the original Mirrorblade addon is required by this addon. We Apologize for the Confusion.™)
"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2521
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.7.0+] Mirrorblade Tweaks

#4 Post by Zizzo »

So, yeah, turns out when you take the Darkest Timeline evolution, all the talent trees your mirror twin gets for their new class are unlocked. :oops: :oops: :oops: Which is just as well, since our modified twin-levelup method that added category points was broken anyway. Fortunately we kept a copy of the original around, which we can put back and pretend none of this ever happened. :oops:

That's going out as v1a; We Apologize for the Error.™ (Now I just need to figure out why my Temporal Warden mirror twin's temporal hounds aren't summoning…)
"Blessed are the yeeks, for they shall inherit Arda..."

Zizzo
Sher'Tul Godslayer
Posts: 2521
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

Re: [v1.7.0+] Mirrorblade Tweaks

#5 Post by Zizzo »

Zizzo wrote: Tue Nov 07, 2023 3:35 pm (Now I just need to figure out why my Temporal Warden mirror twin's temporal hounds aren't summoning…)
[sound F/X: source diving] Found it. Turns out the internal summonTemporalHound() utility method checks whether its would-be hound summoner was itself summoned by someone else, and punts if so. Not sure why. :? 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…).
"Blessed are the yeeks, for they shall inherit Arda..."

Post Reply