Troll Warlord's Fervor
a stack neverflow
EDIT: Some links have been updated due to github repository change.
Overview
There's not much to discuss for Fervor's base .txt and main lua. As a passive, Fervor does not require targetting filter and other important values, so the txt file is pretty much similar to Spell Shield. There is one difference, however, that it states "SpellDispellable" as no. This is optional, since it only affects the tooltip.
The ability file is also as simple as Spell Shield. A copy-paste, in fact, since the ability is not required to do anything other than spawning the modifier.
The actual actions happened at modifier instead, so let's focus on that one.
Modifier: Characteristics
This modifier should appear at buff bar, hence we need to show it. Since it is not on the background anymore, its characteristics should be specified, such as:
- Is it hidden?
- Is it a debuff? (Otherwise is a buff)
- Is it can be purged?
- Is it removed on death?
So far, Spell Shiel…
Read More