1
0
ZenlessData/Data/JsonBytes/NewAbility/AbyssS2Ability/AbyssS2_SwitchBuild_Card_A02.json

136 lines
3.4 KiB
JSON

{
"AbilityName": "AbyssS2_SwitchBuild_Card_A02",
"AbilitySpecials": {
"AS_BaseAtkRatio_Add": {
"Value": 0.1
},
"AS_Duration": {
"Value": 30
},
"AS_Hiisazu": {
"Value": 0.8
}
},
"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": "Normal",
"Target": "Other"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Other"
}
],
"Target": "Other"
},
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid",
"ChainAttack"
],
"Target": "Self"
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ChainAttack"
],
"Target": "Self"
}
]
}
],
"SuccessActions": [
{
"$type": "LogStringAction",
"LogStr": "测试通过"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_Hiisazu_NoLimitLocalAvatar",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_EnableLastKill",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "TriggerSoundAction",
"Target": "Target",
"soundActionKey": "Play_SFX_Char_TarotCard_Gun_2010301"
},
{
"$type": "ApplyModifier",
"ModifierName": "AttackBuff_Manager",
"Target": "TeamAvatars"
}
]
}
]
},
"Modifiers": {
"AttackBuff": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio_Add"
}
},
"AttackBuff_Manager": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AttackBuff",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierCaster": "Self",
"ModifierNameList": [
"AttackBuff"
],
"OperatorType": "Not"
}
],
"Target": "Self"
}
]
}
}
}