1
0
ZenlessData/Data/AbyssS2_SwitchBuild_Card_A02.json
2025-03-11 21:10:23 -03:00

80 lines
1.9 KiB
JSON

{
"AbilityName": "AbyssS2_SwitchBuild_Card_A02",
"AbilitySpecials": {
"AS_Duration": {
"Value": 30
},
"AS_Hiisazu": {
"Value": 0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "BranchOperator",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Target",
"Val1": "%AS_Hiisazu"
},
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Target"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
}
]
},
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid"
],
"Target": "Self"
},
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid",
"ChainAttack"
],
"Target": "Self"
}
]
}
],
"SuccessActions": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "TriggerSoundAction",
"Target": "Target",
"soundActionKey": "Play_SFX_Char_TarotCard_Gun_2010301"
}
]
}
]
}
}