39 lines
912 B
JSON
39 lines
912 B
JSON
{
|
|
"AbilityName": "Coop_Avatar_RecoverLinkAuto",
|
|
"AbilitySpecials": {
|
|
"AS_LinkCharge_Amount_Auto": {
|
|
"Value": 10000
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Coop_Avatar_RecoverLinkAuto_Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "Coop_Avatar_RecoverLinkAuto_CustomEvent"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Coop_Avatar_RecoverLinkAuto_Modifier": {
|
|
"Duration": -1,
|
|
"IsUnique": true,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "MpLinkZoneChangeEnergyAction",
|
|
"Amount": "%AS_LinkCharge_Amount_Auto",
|
|
"MpExecMode": "MpAuthorityOnly",
|
|
"OperateType": 0
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |