1
0
ZenlessData/Data/_unsorted/ActivityBangkov_TalentBattle15.json
2026-05-06 01:39:00 +02:00

51 lines
1.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "SkillBtnListenerMixin",
"BtnListeners": [
{
"BtnOperations": [
{
"ListenerType": "PointDown",
"TriggerActions": [
{
"$type": "RandomOperator",
"Odds": "%AS_Odds",
"OnSuccess": [
{
"$type": "ApplyModifier",
"ModifierName": "RefundFeverModifier",
"Target": "Self"
}
]
}
]
}
],
"SkillBtnIndex": 15
}
]
}
],
"AbilityName": "ActivityBangkov_TalentBattle15",
"AbilitySpecials": {
"AS_Odds": {
"Value": 0.05
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"RefundFeverModifier": {
"Duration": 0.1,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "RecoverIndividualFeverAction",
"IgnoreRatio": true,
"Percentage": 1,
"Target": "LocalAvatar"
}
]
}
}
}