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

199 lines
4.8 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_VR_016_Buff_ChainAttackPlay",
"AbilitySpecials": {
"AS_BaseAtkRatio": {
"Value": 0.3
},
"AS_BuffDuration": {
"Value": 10
},
"AS_Hiisazu_Boss": {
"Value": 0.05
},
"AS_Hiisazu_Elite": {
"Value": 0.15
},
"AS_Hiisazu_Normal": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "AtkRatioModifier_ActivityBattleAbility_VR_016_Buff_ChainAttackPlay",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
],
"Target": "Self"
},
{
"$type": "ByHeavyAttack",
"IsHeavyAttack": true
}
],
"Target": "TeamAvatars"
},
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1529,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
],
"Target": "Self"
},
{
"$type": "ByHeavyAttack",
"IsHeavyAttack": true
}
]
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Other",
"Val1": "%AS_Hiisazu_Normal"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Other"
},
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Other",
"Val1": "%AS_Hiisazu_Elite"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Other"
},
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Other",
"Val1": "%AS_Hiisazu_Boss"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "Other"
},
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_Hiisazu_NoLimitLocalAvatar",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_EnableLastKill",
"PropertyValue": 1,
"Target": "Self"
}
],
"OnSkillStart": [
]
},
"Modifiers": {
"AtkRatioModifier_ActivityBattleAbility_VR_016_Buff_ChainAttackPlay": {
"Buff": {
"BuffID": 9000108,
"IsOverrideDuration": true
},
"Duration": "%AS_BuffDuration",
"IsUnique": true,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "ActivityBattleAbility_Condition_BuffAdd"
}
],
"OnRemoved": [
{
"$type": "LDListenEntityAction",
"TargetKey": "ActivityBattleAbility_Condition_BuffRemoved"
}
],
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio"
}
}
}
}