59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "SkillBtnListenerMixin",
|
|
"BtnListeners": [
|
|
{
|
|
"BtnOperations": [
|
|
{
|
|
"ListenerType": "PointUp",
|
|
"TriggerActions": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ItemBoostModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"CommonSkillType": "BangKovBoomUltra"
|
|
}
|
|
],
|
|
"IsCommonSkill": true
|
|
}
|
|
],
|
|
"AbilityName": "ActivityBangkov_TalentBattle10",
|
|
"AbilitySpecials": {
|
|
"AS_BaseAttackRatio": {
|
|
"Value": 0.1
|
|
},
|
|
"AS_Duration": {
|
|
"Value": 10
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ItemBoostModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "BangKovAddHp"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ItemBoostModifier": {
|
|
"Duration": "%AS_Duration",
|
|
"ModifierStacking": "Refresh",
|
|
"Properties": {
|
|
"Actor_BaseAttackRatio": "%AS_BaseAttackRatio"
|
|
}
|
|
}
|
|
}
|
|
} |