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

87 lines
2.0 KiB
JSON

{
"AbilityName": "ActivityBangkov_TalentBattle02",
"AbilitySpecials": {
"AS_InitFeverAmount": {
"Value": 1500
},
"AS_InitSPAmount": {
"Value": 100
},
"AS_RpChange": {
"Value": 0
},
"AS_SPChange": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "PlaySoundAction_LevelEnter"
}
],
"OnCustomEventReceived": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_InitFeverAmount",
"IgnoreRatio": true,
"Percentage": 0,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "ActivityBangkov_TalentBattle02"
}
],
"Target": "Self"
},
{
"$type": "RecoverSPAction",
"Amount": "%AS_InitSPAmount",
"IgnoreRatio": true,
"Percentage": 0,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "ActivityBangkov_TalentBattle02"
}
],
"Target": "Self"
},
{
"$type": "SendEventToViewObjectAction",
"EventName": "ActivityBangkov_TalentBattle02_Use",
"IsAvatarGlobalEvent": true,
"IsSendToGroup": false,
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "ActivityBangkov_TalentBattle02"
}
]
}
]
},
"Modifiers": {
"PlaySoundAction_LevelEnter": {
"Duration": 0,
"ModifierStacking": "Unique",
"OnBigSceneTeleportStart": [
{
"$type": "TriggerSoundAction",
"soundActionKey": "SA_BangbooKov_Level_Enter"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_VO_2_8_Save_Bootopia_Fairy_level_start",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "PlaySoundAction_LevelEnter"
}
]
}
}
}