1
0
ZenlessData/Data/Evelyn_CostSP_ExSpecial.json
2025-01-21 21:25:26 -03:00

36 lines
866 B
JSON

{
"AbilityName": "Evelyn_CostSP_ExSpecial",
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"CustomNumerator": "CurrentEnhancePoint",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Self",
"Val1": 16
}
],
"SuccessActions": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "CurrentEnhancePoint",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
},
{
"$type": "DecreaseSPAction",
"Amount": 0,
"Target": "Self"
}
]
}
]
}