• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

where do I find xChannel

Kaleb

Well-known member
I want to create a feat called greater Channel that changes the die size in the Cleric Channel engery form d6 to d8. I think the die size is defined in xChannel
as this is bootstrapped to all the channel powers that I have seen but I can not find it.

can I get some input on the easiest way to do this please?
 
xChannel is a generic Ability, so it shows on that tab.

Argh. Looking at this, it looks like the die size is hard coded in the script. I can adjust it to be modifiable from outside, but because this is one of the oldest things around, it's already using some of the fields I would like to use for die size and for legacy reasons I can't change them. In an ideal world:

abValue = Number of Dice
abValue2 = Die Size
abValue3 = Bonus to roll

But because I can't change anything it will be:

abValue = Effective level for this channel ability
abValue2 = Number of Dice
abValue3 = Bonus to roll
abValue4 = Die Size

abValue4 will default to 6, and so all you'll have to do is get to the right xChannel (if your feat only bumps 1) and increase that field value by 2. These changes should be in the next release, which is coming next week, I think.
 
Back
Top