I made my own custom effects and was able to add them using skilleffectinfo.lub but I can't get the debuff effects on the enemy to work.
[SKID.WM_VOICEOFSIREN] = {
targetEffectNum = 1,
targetEffectID = { EFID."my_effect_here" },
onTarget = true
}
What am I doing wrong? As I said I only have problems with the debuffs on the enemy, the rest I was able to get done