111 lines
2.4 KiB
JSON
111 lines
2.4 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "WatchEntityMixin",
|
|
"EntityTypes": [
|
|
"Avatar"
|
|
],
|
|
"OnEntityAwaked": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ListenerModifier",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
],
|
|
"Relationships": [
|
|
"Allied"
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Weapon_Ability_14109",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.15
|
|
},
|
|
"AS_CriticalDamageRatioDelta": {
|
|
"Value": 0.6
|
|
},
|
|
"AS_Duration": {
|
|
"Value": 10
|
|
},
|
|
"AS_StackCount": {
|
|
"Value": 2
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CriticalDamageUpModifier",
|
|
"Target": "Caster"
|
|
}
|
|
],
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AddedDamageRatioModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExSp"
|
|
}
|
|
],
|
|
"StackCount": 1,
|
|
"Target": "Caster"
|
|
}
|
|
],
|
|
"OnTeamAvatarConstructed": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ListenerModifier",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AddedDamageRatioModifier": {
|
|
"Duration": "%AS_Duration",
|
|
"MaxStackingNumber": "%AS_StackCount",
|
|
"ModifierStacking": "MultipleRefresh",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio_Ice": "%AS_AddedDamageRatio"
|
|
}
|
|
},
|
|
"CriticalDamageUpModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"Properties": {
|
|
"Actor_CriticalDamageRatioDelta": "%AS_CriticalDamageRatioDelta"
|
|
}
|
|
},
|
|
"ListenerModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnBuffAddToOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AddedDamageRatioModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffGroup",
|
|
"BuffGroupList": [
|
|
"Frozen",
|
|
"Frostbite",
|
|
"Burn",
|
|
"Ignite",
|
|
"Electric",
|
|
"Overload",
|
|
"Strike",
|
|
"Erosion",
|
|
"Chaos"
|
|
]
|
|
}
|
|
],
|
|
"StackCount": 1,
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |