41 lines
875 B
JSON
41 lines
875 B
JSON
{
|
|
"AbilityName": "Coop_Equipment_1007",
|
|
"AbilitySpecials": {
|
|
"AS_BuffDuration": {
|
|
"Value": 30
|
|
},
|
|
"AS_DamageBoostRatio": {
|
|
"Value": 0.15
|
|
},
|
|
"AS_RPRecoveryRatio": {
|
|
"Value": 0.2
|
|
},
|
|
"AS_SPRecoveryRatio": {
|
|
"Value": 0.2
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnRelayAttackBegin": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "DamageBoostModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Properties": {
|
|
"Actor_RpGetRatio": "%AS_SPRecoveryRatio",
|
|
"Actor_SPGetRatio": "%AS_RPRecoveryRatio"
|
|
}
|
|
},
|
|
"Modifiers": {
|
|
"DamageBoostModifier": {
|
|
"Duration": "%AS_BuffDuration",
|
|
"ModifierStacking": "Refresh",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio": "%AS_DamageBoostRatio"
|
|
}
|
|
}
|
|
}
|
|
} |