Weapon enchantments - Beast-Slaying and Demon-Slaying do not work.
I believe that's because in com/majalis/character/Technique$TechniquePayload.powerMod not calculated properly, and that is because CurrentState.getEnemyType which is used in powerCalc gives u type of self, not type of an opponent. So code should be something like OpponentState.getEnemyType, but there's no such thing as OpponentState in TechniquePayload init method.
Please, give some feedback if u need some further clarification.