ZenlessData/Data/AbyssS2_TalentTree_19.json
2024-12-17 20:43:14 -03:00

38 lines
886 B
JSON

{
"AbilityName": "AbyssS2_TalentTree_19",
"AbilitySpecials": {
"AS_HpDecreasePercent": {
"Value": 0.3
},
"IsEnemyHPDeduction": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "scenevar(AbyssTalentS2_IsEnemyHPDeduction)",
"ParamName": "IsEnemyHPDeduction",
"Target": "Self",
"ValueType": "Float"
},
{
"$type": "DecreaseHPAction",
"IgnoreInvincible": true,
"Percentage": "%AS_HpDecreasePercent",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "IsEnemyHPDeduction"
}
],
"Target": "Self"
}
]
}
}