PREVARGT:Rage,4
Character must be able to rage more than four time per day.
Change to
Character must have a var of 'Rage' with a value of 4 or greater.
PREVARGT:SneakAttack,5
Character must do Sneak Attack damage greater than 5d6.
Change to:
PREVARGTEQ:SneakAttack,5
Character must have a var of 'SneakAttack' with a value of 5 or higher
PREVARGT:SneakAttack,5,Rage,4
Character must do Sneak Attack damage greater than 5d6 AND be able to rage more than four time per day.
Change to
Character must have a variable of 'SneakAttack' with a value of 6 or higher, and a variable of 'Rage' of a value of 5 or higher
The examples are referring to the entire text of a Description tag which while may be accurate to the DESC, is NOT a proper portrayal of the tag's properties and purpose. The re-written text is meant to explain the Tag's purpose only. The end user isn't aware of SneakAttack times, as it's not part of the examples given. Also, we use the same GT example, added GTEQ to give another example.
Cheers,
Updated examples.
svn #17548
svn #17548
Sorry, can those numbers be confirmed?
PREVARGT:Rage,4
Character must be able to rage more than four time per day.
Change to
Character must have a var of 'Rage' with a value of 4 or greater.
Surely that should be 'value of 5 or greater'? It's using 'GT' not 'GTEQ', other examples are similarly (logically) errored ?
Dave, check the docs. They have the appropriate wording.