Page 1 of 1

Spiritual Brawn (BST) Overwrite Issue

Posted: Wed Jun 23, 2010 11:33 pm
by Ragna the Bloodedge
Minor Bug: Spiritual Brawn (BST) Overwrite Issue:

The Spiritual Brawn (Beastlord, Level 42) spell cannot be overwritten by the stronger spells in the line which are direct upgrades to it:

(BST 42) Spiritual Brawn <--- the problematic one
(BST 60) Spiritual Strength
(BST 62) Spiritual Vigor
(BST 67) Spiritual Vitality

I assume the problem is in the Spell Effects for Spiritual Brawn that needs to be changed to match the rest of them, from 1075 to 1000:

Code: Select all

(BST 42) Spiritual Brawn <--- the problematic one
3 : Effect type :    Block new spell if slot 4 is effect 'Increase Max Hitpoints' and <1075

(BST 60) Spiritual Strength
3 : Effect type :    Block new spell if slot 4 is effect 'Increase Max Hitpoints' and <1001

(BST 62) Spiritual Vigor
3 : Effect type :    Block new spell if slot 4 is effect 'Increase Max Hitpoints' and <1002

(BST 67) Spiritual Vitality
3 : Effect type :    Block new spell if slot 4 is effect 'Increase Max Hitpoints' and <1003


Just reporting the issue, thanks for reading.

-Ragna the Bloodedge

Re: Spiritual Brawn (BST) Overwrite Issue

Posted: Thu Jun 24, 2010 6:22 am
by Tyler
AAA post! Should be stickied for reference!

Will check it out.