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

54 lines
1.2 KiB
JSON

{
"AbilityName": "Coop_Equipment_2009",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.15
},
"AS_BuffDuration": {
"Value": 30
},
"AS_FeverAmount": {
"Value": 500
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": true,
"Percentage": 0,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
],
"Target": "CoopTeamAvatarsAllExceptSelf"
},
{
"$type": "ApplyModifier",
"ModifierName": "DamageRatioUpModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"DamageRatioUpModifier": {
"Duration": "%AS_BuffDuration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}