mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"AbilityName": "Ability_Ultra",
|
|
"Modifiers": {
|
|
"UltraModifier": {
|
|
"Duration": 0.1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ModifyTeamFeverAction",
|
|
"ModifyFunction": "Add",
|
|
"Percent": 1
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"EffectPattern": "Buff_Common_Attack",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByNot",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByInBlackCurtain",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByNot",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByInBlackCurtain",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Tag": "CommonAttackMaterial",
|
|
"Target": "Self",
|
|
"key": "Common_MA_Buff_Attack_RimGlow_01"
|
|
},
|
|
{
|
|
"$type": "RemoveAbilityAction",
|
|
"AbilityName": "BUFF_EXQTE"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "UltraModifier",
|
|
"Target": "LocalAvatar"
|
|
}
|
|
]
|
|
} |