{ "AbilityName": "TestPlayer_Ability_ModifyAttackDataAction", "AbilityStacking": "Unique", "OnAbilityStart": [ { "$type": "MoleMole.ApplyModifier", "ModifierName": "DamageUp", "Target": "Self" } ], "Modifiers": { "DamageUp": { "ModifierStacking": "Unique", "OnHitOther": [ //{ // "$type": "MoleMole.ModifyAttackDataAction", // "Target": "Self", // "PropertyKey": "Actor_Hiisazu", // "PropertyValue": 1 //}, { "$type": "MoleMole.ModifyAttackDataAction", "Target": "Self", "PropertyKey": "Actor_AddedDamageReplace", "PropertyValue": "%AddedDamageReplace" } ] } }, "AbilitySpecials": { "AddedDamageRatio": { "Value": 0.1 }, "AddedDamageDelta": { "Value": 100 }, "AddedDamageReplace": { "Value": 100000 } } }