83 lines
1.8 KiB
JSON
83 lines
1.8 KiB
JSON
{
|
|
"AbilityName": "Coop_Equipment_1008",
|
|
"AbilitySpecials": {
|
|
"BuffDuration": {
|
|
"Value": 15
|
|
},
|
|
"DamageBoostRatio": {
|
|
"Value": 0.15
|
|
},
|
|
"HealPercentage": {
|
|
"Value": 0.1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "TeamHealModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "QTE",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExQTE",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "TeamDamageBuffModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "QTE",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExQTE",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"TeamDamageBuffModifier": {
|
|
"Duration": "%BuffDuration",
|
|
"ModifierStacking": "Refresh",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio": "%DamageBoostRatio"
|
|
}
|
|
},
|
|
"TeamHealModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RecoverHPAction",
|
|
"Percentage": "%HealPercentage",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |