mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
27 lines
696 B
JSON
27 lines
696 B
JSON
{
|
|
"AbilityName": "Aria_EnergyNumHandler",
|
|
"AbilitySpecials": {
|
|
"AS_AriaEnergy_MaxNum": {
|
|
"Value": 8
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "DamageByAttackPropertyAction",
|
|
"AnimEventID": "Aria_Check_DestroyFarthestEnergy_AttackProperty_01",
|
|
"Attacker": "Caster",
|
|
"CustomKey": "AbilityTarget_Aria_FarthestEnergy",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAbilityTargetCount",
|
|
"AbilityTargetKey": "AbilityTarget_Aria_AllEnergy",
|
|
"CompareType": "Greater",
|
|
"CompareValue": "%AS_AriaEnergy_MaxNum",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Custom"
|
|
}
|
|
]
|
|
} |