Here is an image of the skill:
Spoiler
So, with this in mind, I also have an enemy that I want to be able to cast 2 states on itself simultaneously (this is not an issue).
The states they cast are one which increases physical elemental resistance, and another which decreases some other elemental resistances.
The reason there are two different states and not the same one, is that I wish to reuse these states with different combinations in future. Not required, but just in case anyone felt that problem needed addressing.
What I find happening when I test this, is that when the states are applied to enemy, the skill shown above does 0 damage. I double checked the enemy's MDF to make sure the problem wasn't with the formula. The enemy has a MDEF of 13, and my actor currently has an MAT of 11. So the formula should result in about 96 damage, right (unless my reading of the formula is incorrect)?
Anyway yeah, I'm getting 0 damage upon using the above skill. Here are the states - firstly the various elemental weakens, and secondly the physical strengthen:
Spoiler
Spoiler
The only thing I can think of here is if all skills with damage formulas are tied to a actor's weapon (the character in question's weapon is physical, (I want this skill to deliver Thunder elemental damage), but I thought you had to include some kind of extra trait for that. If this is the case, is there anyway to bypass what element the actor's weapon is and just inflict Thunder elemental damage?
Thanks.