ZenlessData/Data/Weapon_Ability_12008.json
2024-08-13 22:59:23 -03:00

26 lines
574 B
JSON

{
"AbilityName": "Weapon_Ability_12008",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsSelfAttackTarget",
"IsSelfAttackTarget": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio",
"Target": "Self"
}
]
}
}