| 08-26-2006, 02:36 AM | #1 |
Hi, I've been trying to make a passive skill which reduces your spell damage reduction whenever you are hit, up to 50%. So my first approach is, naturally, the BonusMod system. However, I've come to realize that 2 runed bracer abilities don't stack with each others! Only the largest value is taken. So for example, if I want +5% spell resistance, using the BonusMod system I would add a +1% runed bracer and a +4% runed bracer skill together to achieve it; but they don't stack! Is there a way to make them stack or is there an alternative to making a spell like this? |
| 08-26-2006, 02:53 AM | #2 |
Make a single ability based on the bracer ability with lots of levels. Then just keep track of what level of the ability a unit should have at any given time by attaching an int to it via cache or using CVs. Update the level on the unit accordingly, voillah. That's how I would do it. |
| 08-26-2006, 03:34 AM | #3 |
but then if I acquire a +spell resistance item that item wouldn't work :( |
| 08-26-2006, 03:59 AM | #4 |
In fact... if you have that passive skill, that item SHOULD not work. |
| 08-26-2006, 05:46 AM | #5 |
So is there another spell which provides spell damage reduction? I know Defend does (by making it a passive skill). However, I don't really want the icon it gives >_< |
| 08-26-2006, 06:52 AM | #6 | ||
Quote:
I mean, if you have... Quote:
"Does not stack with {the name of that skill}." Just like Talisman of Evasion writes: "Does not stack with Evasion, and Drunken Brawler." |
