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

232 lines
5.4 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Idle",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EffectModifier"
]
},
{
"AnimatorStateName": "Hit",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"EffectModifier"
]
}
]
},
{
"$type": "LockLifePropertyMixin",
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 1
}
]
}
],
"AbilityName": "Airborne_Explode",
"AbilitySpecials": {
"AS_Damage": {
"Value": 0
},
"AS_DamageByHp_Boss": {
"Value": 0.015
},
"AS_DamageByHp_Elite": {
"Value": 0.05
},
"AS_DamageByHp_Normal": {
"Value": 0.25
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_BeingHit",
"ParamType": 1,
"Predicates": [
{
"$type": "ByEntityType",
"EntityType": "Avatar",
"Target": "Other"
}
],
"Target": "Self"
},
{
"$type": "ReplaceDamageAction",
"TargetDamage": 0
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_MuteShowDamageText",
"PropertyValue": 1,
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Airborne_ZoneTag"
],
"Target": "Target"
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Airborne_ATK_Attackproperty"
]
}
],
"PropertyKey": "Actor_MuteShowDamageText",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "SetAbilitySpecialsByPropertyAction",
"ModifyFunction": "Replace",
"ParamName": "AS_Damage",
"Percentage": "%AS_DamageByHp_Elite",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Airborne_ATK_Attackproperty"
],
"Target": "Self"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Target"
}
],
"PropertyType": "MaxHP",
"Target": "Target"
},
{
"$type": "SetAbilitySpecialsByPropertyAction",
"ModifyFunction": "Replace",
"ParamName": "AS_Damage",
"Percentage": "%AS_DamageByHp_Normal",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Airborne_ATK_Attackproperty"
],
"Target": "Self"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
}
],
"PropertyType": "MaxHP",
"Target": "Target"
},
{
"$type": "SetAbilitySpecialsByPropertyAction",
"ModifyFunction": "Replace",
"ParamName": "AS_Damage",
"Percentage": "%AS_DamageByHp_Boss",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Airborne_ATK_Attackproperty"
],
"Target": "Self"
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "Target"
}
],
"PropertyType": "MaxHP",
"Target": "Target"
},
{
"$type": "ReplaceDamageAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Airborne_ATK_Attackproperty"
],
"Target": "Self"
}
],
"TargetDamage": "%AS_Damage"
}
],
"OnPatternHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Death",
"ParamType": 1,
"Target": "Self"
}
]
},
"Modifiers": {
"EffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Destruction_Prop_Airborne_01_01_Light",
"Target": "Self"
}
],
"OnRemoved": [
]
}
},
"OnAbilityTrigger": [
{
"$type": "PushRenderVisibleAction",
"Paths": [
"Destruction_Prop_Airborne_01"
],
"Tag": "Airborne_01",
"Visible": false
},
{
"$type": "SpecialEffectFadeAction",
"EffectNames": [
"Eff_Destruction_Prop_Airborne_01_01_Light"
],
"OverrideFadeOutTime": 0,
"Target": "Self"
}
]
}