ZenlessData/Data/BUFF_DeviceCD.json

49 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "BUFF_DeviceCD",
"AbilityStacking": "Unique",
"Modifiers": {
"BUFF_DeviceCDModifier": {
"Duration": 30,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "GamePlayTest_LPG_MissleTower_DamageMaxStun_Test",
"CustomKey": "LPG_MissileTowerBuff_Search",
"IsAutoTrigger": true,
"Target": "Custom"
}
],
"OnRemoved": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "GamePlayTest_LPG_MissleTower_DamageMaxStun_Test",
"CustomKey": "LPG_MissileTowerBuff_Search",
"Target": "Custom"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "BUFF_DeviceCDModifier",
"Target": "TeamAvatars"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_sfx_interact_inlevel_pickup_sp"
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_Avatar_LevelUp_01",
"Target": "LocalAvatar"
},
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 301108
}
]
}