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

31 lines
729 B
JSON

{
"AbilityName": "Coop_Equipment_1001",
"AbilitySpecials": {
"AS_AddedAccumulationRatio": {
"Value": 0.5
},
"AS_AddedDamageRatio": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"MpExecMode": "MpTotallyLocal",
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedAccumulationRatio",
"Target": "Self"
}
]
}
}