
This is saying that the character count was not less than size. As a programmer I can tell you what it is saying though: I haven’t seen this error before while modding, and let me tell you I’ve seen quite a few. kinda with we had a sort of documented library of all the different functions and what they do… I have a feeling that it might be something entirely different that cure, since (according to arbalest effects), removing stun is “.unstun 1” and removing marks is “.untag 1”. Haven’t tested other numbers, but no clue why 2 doesnt work (since if it’s binary, wouldn’t anything above 0 work?). and report my findings.Įdit: alright, after some experimentation:Ĭure 0 – nothing (no listed effect in ingame skill description, no effect in battle)Ĭure 1 – works (“remove bleed/blight” listed effect in ingame skill description, works in battle)Ĭure 2 – nothing (no listed effect in ingame skill description, no effect in battle)Ĭure 3 – works (“remove bleed/blight” listed effect in ingame skill description, works in battle)

i’ll experiment with things like cure 2, cure 3, etc.

Alright, after looking through the potion mods’ files and not finding anything out of the ordinary (those just call the heal and healstress functions), i’ve developed a hypothesis that it might be the Cure function (blight/bleed is ‘cure 1’ in the effects document, for example).
