ZenlessData/Data/Dungeon_Buff_Cut.json

41 lines
908 B
JSON
Raw Normal View History

{
"AbilityName": "Dungeon_Buff_Cut",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.2
},
"BreakStunRatio": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageHitType",
"DamageHitType": "Cut"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageHitType",
"DamageHitType": "Cut"
}
],
"PropertyKey": "Actor_BreakStunRatio",
"PropertyValue": "%BreakStunRatio",
"Target": "Self"
}
]
}
}