mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"AbilityName": "Aria_EnergyUIManager",
|
|
"AbilitySpecials": {
|
|
"AS_AbilityTargetCount": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "SetAbilitySpecialByAbilityTargetCount",
|
|
"AbilityTargetKey": "AbilityTarget_Aria_AllEnergy",
|
|
"DoRefresh": true,
|
|
"ModifyFunction": "Replace",
|
|
"ParamName": "AS_AbilityTargetCount",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_AbilityTargetCount",
|
|
"CustomPropertyType": "EnergyPoints",
|
|
"IsUsePercentage": false,
|
|
"Percentage": 0,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAbilitySpecial",
|
|
"CompareType": "LessEqual",
|
|
"Param": 8,
|
|
"ParamName": "AS_AbilityTargetCount"
|
|
}
|
|
],
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "Caster"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": 8,
|
|
"CustomPropertyType": "EnergyPoints",
|
|
"IsUsePercentage": false,
|
|
"Percentage": 0,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAbilitySpecial",
|
|
"CompareType": "Greater",
|
|
"Param": 8,
|
|
"ParamName": "AS_AbilityTargetCount"
|
|
}
|
|
],
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
} |