1
0
ZenlessData/Data/_unsorted/Coop_Equipment_1004.json
2025-12-30 00:30:43 +01:00

40 lines
884 B
JSON

{
"AbilityName": "Coop_Equipment_1004",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
"Value": 0.3
},
"AS_Duration": {
"Value": 5
},
"AS_StunDamageTakeRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "StunDamageRatioBuff",
"Target": "Target"
}
]
},
"Modifiers": {
"StunDamageRatioBuff": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_StunDamageTakeRatio": "%AS_StunDamageTakeRatio"
}
}
}
}