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

110 lines
2.7 KiB
JSON

{
"AbilityName": "Coop_Equipment_1006",
"AbilitySpecials": {
"AS_SPRecoveryRatio": {
"Value": 0.3
},
"AS_TeamSPRecover": {
"Value": 15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "EnergyRecoveryModifier",
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_TeamSPRecover",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
]
},
{
"$type": "ByIsAuthority",
"IsAuthority": true,
"Target": "Self"
},
{
"$type": "ByIsModifierCaster",
"Target": "Self"
}
]
}
],
"Target": "TeamAvatars"
},
{
"$type": "RecoverRpAction",
"Amount": "%AS_TeamSPRecover",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
]
},
{
"$type": "ByIsAuthority",
"IsAuthority": true,
"Target": "Self"
},
{
"$type": "ByIsModifierCaster",
"Target": "Self"
}
]
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"EnergyRecoveryModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_RpGetRatio": "%AS_SPRecoveryRatio",
"Actor_SPGetRatio": "%AS_SPRecoveryRatio"
}
}
}
}