Resolvers (item ego)

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Resolvers (item ego)

#1 Post by Doctornull »

I want an item ego which bases part of its benefit on the item's OTHER ego.

Specifically, I want to make a glove suffix ego which takes the bonus melee provided by the prefix ego (if any) and grants equal bonus ranged damage.

Any thoughts on how to do this?

Thanks!
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Resolvers (item ego)

#2 Post by darkgod »

I'd say you use

Code: Select all

resolvers.genericlast(function(e) ... alter stuff based one properties ... end)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Resolvers (item ego)

#3 Post by Doctornull »

I'll try that, thanks!
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Resolvers (item ego)

#4 Post by Doctornull »

Works. Yay!
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Post Reply