Yep. sad The skill I have is basically a modified version of Burning Blaze with the only change being that the "level" is set to -1. What I have is:
Code
new entry "Projectile_MainCharFlare"
type "SkillData"
data "SkillType" "Projectile"
data "Ability" "Offensive"
...

and after that section:
Code
new entry "Projectile_MainCharFlare_-1"
type "SkillData"
using "Projectile_MainCharFlare"
data "Level" "-1"


I've also tried setting the level to 1 just because but no change sadly, the character still gets a -20% penalty from low intelligence.

Last edited by Daphreak; 12/08/14 06:52 PM. Reason: The skill I made was a modified version of Burning Blaze, not Flare. Mistake on my part