HollowPS_TV_experiments/extras/zzz-0.1-jsons/TestPlayer_Ability_ModifyAttackDataAction.json

43 lines
No EOL
1,008 B
JSON

{
"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
}
}
}