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

41 lines
No EOL
1.2 KiB
JSON

//固定伤害、减伤
{
"AbilityName" : "TestPlayer_Ability_Haoyou_12",
"AbilityStacking":"UniqueOverrideMap",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnBeingHitPre":
[
// {
// "$type": "MoleMole.ModifyAttackDataAction",
// "Target": "Self",
// "PropertyKey": "Actor_AddedDamageDelta",
// "PropertyValue": -50
// }
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target": "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": 10
}
// {
// "$type": "MoleMole.ModifyAttackDataAction",
// "Target": "Self",
// "PropertyKey": "Actor_AddedDamageReplace",
// "PropertyValue": 1000
// }
]
},
"Modifiers":
{
"CriticalDelta":
{
"ModifierStacking":"Unique",
"Properties" :
{
"Actor_CriticalDelta" : 1
}
}
}
}