CHOOSE with NUMCHOICE is not working
------------------------------------
Key: CODE-361
URL: http://jira.pcgen.org/browse/CODE-361
Project: Code
Issue Type: Bug
Components: CHOOSE system
Affects Versions: Not Released
Reporter: Andrew Maitland
Priority: Major
CHOOSE:NUMCHOICE=x|SubToken|Choices|Choicesx2
NUMCHOICE is used to Limit the Maximum number of Choices this MULT Object can ever have. This needs to be fixed to ensure proper working for certain abilities.
I've encountered this issue with:
CHOOSE:STRING
CHOOSE:RACE
CHOOSE:STAT
CHOOSE:SKILL
I've not tried it universally, but this appears to be a universal issue.
LSTERROR Illegal CHOOSE subtoken 'NUMCHOICE=1' 'STAT|INT|WIS|CHA' for Rune Casting Stat Choice
LSTERROR CHOOSE:RACE not compatible
LSTERROR Illegal Token 'CHOOSE' 'NUMCHOICE=1|STAT|INT|WIS|CHA' for pcgen.core.Ability Rune Casting Stat Choice
LSTERROR Illegal CHOOSE subtoken 'NUMCHOICE=1' 'STAT|WIS|CHA|INT' for Rune Casting Attribute
LSTERROR CHOOSE:RACE not compatible
LSTERROR Illegal Token 'CHOOSE' 'NUMCHOICE=1|STAT|WIS|CHA|INT' for pcgen.core.Ability Rune Casting Attribute
LSTERROR Illegal CHOOSE subtoken 'NUMCHOICE=6' 'SKILL|TYPE.RuneCasting' for Rune Selections
LSTERROR CHOOSE:RACE not compatible
LSTERROR Illegal Token 'CHOOSE' 'NUMCHOICE=6|SKILL|TYPE.RuneCasting' for pcgen.core.Ability Rune Selections
LSTERROR Illegal CHOOSE subtoken 'NUMCHOICE=1' 'SKILL|TYPE.MartialArt' for Martial Art Selection
LSTERROR CHOOSE:RACE not compatible
LSTERROR Illegal Token 'CHOOSE' 'NUMCHOICE=1|SKILL|TYPE.MartialArt' for pcgen.core.Ability Martial Art Selection
LSTERROR Illegal CHOOSE subtoken 'NUMCHOICE=2' 'SKILL|NormalSkill' for Normal Skills Selection
LSTERROR CHOOSE:RACE not compatible
LSTERROR Illegal Token 'CHOOSE' 'NUMCHOICE=2|SKILL|NormalSkill' for pcgen.core.Ability Normal Skills Selection
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.pcgen.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|