This:
DESC:1%|BattlemagicTime
Became:
DESC:1%%|BattlemagicTime
Found in an abilities file
#Summon Familiar
Ability Name Category of Ability Type Define Description Modify VAR
Battlemagic CATEGORY:Special Ability TYPE:SpecialAttack DEFINE:BattlemagicTimes|0 DESC:1%%|BattlemagicTimes BONUS:VAR|BattlemagicTimes|max(CHA,1)
Don't know why it chose to add that character there.
well, single % is illegal in DESC unless it's followed by a number.
Your DESC should have been DESC:%1|BattlemagicTime
Single % is (I think) ASSUMED to be a 'real' pecent (like: '50% concealment') which has to be escaped (by adding a second %) to be valid.
Ah, yes. The number is in the wrong place. Good catch.