2022-10-03 13:47:35 +03:00

4878 lines
199 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "SetHairEmissionScaler",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Hurricane_BS",
"Hurricane",
"Hurricane_AS",
"WindBlade_Rise_BS",
"WindBlade_Rise_Charge",
"WindBlade_Rise_Charge_1",
"WindBlade_RiseUp",
"WindBlade",
"WindBlade_Land",
"WindBlade_AS"
],
"GAIGOBCNNEE": "HairEmissionScaler"
}
],
"modifiers": {
"HairEmissionScaler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetEmissionScaler",
"materialType": "Hair",
"weight": 10.0,
"duration": 1.5
}
],
"onRemoved": [
{
"$type": "SetEmissionScaler",
"doOffStage": true,
"materialType": "Hair",
"weight": 1.0
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Venti_HairEmission_Dissipate",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "PRIVATE_LHair"
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Venti_HairEmission_Dissipate",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "PRIVATE_RHair"
}
}
],
"onKill": [
{
"$type": "RemoveModifier",
"GAIGOBCNNEE": "HairEmissionScaler"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_Arrow_FX",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Aim",
"FastAim"
],
"GAIGOBCNNEE": "Venti_Arrow_FX"
}
],
"modifiers": {
"Venti_Arrow_FX": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_Arrow"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_PressShoot",
"abilityMixins": [
{
"$type": "ButtonHoldChargeMixin",
"overtime": 10221,
"chargeTime": 0.20000000298023224,
"secondChargeTime": 999999.0,
"OnBeginUncharged": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "DoSkill"
},
{
"$type": "SetAnimatorInt",
"intID": "SkillID",
"value": 100.0
}
],
"OnReleaseUncharged": [
{
"$type": "SetCameraLockTime",
"lockTime": 0.30000001192092896
},
{
"$type": "EntityDoSkill",
"overtime": 10223,
"isHold": true
}
],
"OnBeginCharged": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "DoSkill"
},
{
"$type": "SetAnimatorInt",
"intID": "SkillID",
"value": 101.0
}
],
"OnReleaseCharged": [
{
"$type": "AvatarSkillStart",
"overtime": 10221,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "AvatarSkillStart",
"overtime": 10222,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "EntityDoSkill",
"overtime": 10223,
"isHold": true
}
],
"chargeStateIDs": [
"ShootBS",
"Shoot",
"FastAim",
"FastAimShoot"
]
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FastAim",
"FastAimShoot"
],
"GAIGOBCNNEE": "KeepFastAiming"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FastAimShoot"
],
"GAIGOBCNNEE": "SetFastAimShooting"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"ShootBS",
"FastAim",
"FastAimShoot"
],
"GAIGOBCNNEE": "SetNeedAimEndStates"
}
],
"modifiers": {
"KeepFastAiming": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorBool",
"boolID": "FastAiming",
"value": true
},
{
"$type": "AvatarEnterFocus",
"cameraFollowLower": {
"_x": 0.7549999952316284,
"_y": 0.17000000178813934,
"_z": -1.899999976158142
},
"cameraFollowUpper": {
"_x": 0.7549999952316284,
"_y": 0.3700000047683716,
"_z": -1.600000023841858
},
"cameraFastFocusMode": true,
"faceToTarget": true,
"faceToTargetAngleThreshold": 360.0,
"dragButtonName": "Skill1",
"assistance": {
"ps4": {
"useFocusSticky": true
},
"ps5": {
"useFocusSticky": true
},
"other": {
"useFocusSticky": true,
"useGyro": true
}
},
"vcamFov": 30.0
}
],
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "FastAiming"
},
{
"$type": "AvatarExitFocus",
"keepRotation": true
}
]
},
"SetFastAimShooting": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorBool",
"boolID": "FastAimShooting",
"value": true
}
],
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "FastAimShooting"
},
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByAnimatorBool",
"value": true,
"parameter": "FastAiming"
}
],
"triggerID": "AimEnd"
}
]
},
"SetNeedAimEndStates": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorBool",
"boolID": "InStatesNeedAimEnd",
"value": true
}
],
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "InStatesNeedAimEnd"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_AimPressShoot",
"abilityMixins": [
{
"$type": "ButtonHoldChargeMixin",
"overtime": 10222,
"secondChargeTime": 999999.0,
"OnReleaseCharged": [
{
"$type": "AvatarSkillStart",
"overtime": 10221,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "AvatarSkillStart",
"overtime": 10222,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "EntityDoSkill",
"overtime": 10223,
"isHold": true
}
],
"chargeStateIDs": [
"Aim",
"AimShoot"
]
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Aim",
"AimShoot"
],
"GAIGOBCNNEE": "KeepAiming"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"AimShoot"
],
"GAIGOBCNNEE": "SetAimShooting"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Aim",
"AimShoot"
],
"GAIGOBCNNEE": "SetNeedAimEndStates"
}
],
"modifiers": {
"KeepAiming": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorBool",
"boolID": "Aiming",
"value": true
},
{
"$type": "AvatarEnterFocus",
"cameraFollowLower": {
"_x": 0.7549999952316284,
"_y": 0.17000000178813934,
"_z": -1.899999976158142
},
"cameraFollowUpper": {
"_x": 0.7549999952316284,
"_y": 0.3700000047683716,
"_z": -1.600000023841858
},
"cameraFastFocusMode": true,
"faceToTarget": true,
"faceToTargetAngleThreshold": 360.0,
"dragButtonName": "Skill1",
"assistance": {
"ps4": {
"useFocusSticky": true
},
"ps5": {
"useFocusSticky": true
},
"other": {
"useFocusSticky": true,
"useGyro": true
}
},
"vcamFov": 30.0
}
],
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "Aiming"
},
{
"$type": "AvatarExitFocus",
"keepRotation": true
}
]
},
"SetAimShooting": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorBool",
"boolID": "AimShooting",
"value": true
}
],
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "AimShooting"
}
]
},
"SetNeedAimEndStates": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorBool",
"boolID": "InStatesNeedAimEnd",
"value": true
}
],
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "InStatesNeedAimEnd"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_01",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 41022008,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Venti_ShootArrow_Small",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "WeaponL"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_02",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 41022009,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Venti_ShootArrow_Big",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "WeaponL"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_03",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 41022010,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Venti_ShootArrow_Big",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "WeaponL"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_04",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 41022011,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Venti_ShootArrow_Small",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "WeaponL"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_05",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 41022012,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Venti_ShootArrow_Big",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "WeaponL"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_06",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 41022013,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "ActCameraShake",
"cameraShake": {
"shakeRange": 0.30000001192092896,
"shakeTime": 0.11999999731779099,
"shakeDistance": 30.0,
"extension": {
"baseOnCamera": true
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_Aiming",
"modifiers": {
"AimChargeMark": {
"stacking": "MultipleRefreshNoRemove",
"stackingOption": {
"abilitySpecialName": "",
"maxModifierNumForMultipleType": 5.0
},
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_Enchanted_Time",
"useLimitRange": true,
"maxValue": 5.0,
"minValue": 0.0
}
]
},
"Hurricane_Counter": {
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"fireEventWhenApply": true
}
},
"onAbilityStart": [
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 4.0,
"forceByCaster": true,
"compareType": "MoreThanAndEqual"
}
],
"bulletID": 41022004,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 3.0,
"forceByCaster": true,
"compareType": "LessAndEqual"
}
],
"bulletID": 41022005,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 4.0,
"forceByCaster": true,
"compareType": "MoreThanAndEqual"
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_KageBunshinShoot"
}
],
"bulletID": 41022006,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"angleOffset": {
"x": 0.0,
"y": 4.0,
"z": 0.0
},
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 3.0,
"forceByCaster": true,
"compareType": "LessAndEqual"
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_KageBunshinShoot"
}
],
"bulletID": 41022007,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"angleOffset": {
"x": 0.0,
"y": 4.0,
"z": 0.0
},
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 4.0,
"forceByCaster": true,
"compareType": "MoreThanAndEqual"
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_KageBunshinShoot"
}
],
"bulletID": 41022006,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"angleOffset": {
"x": 0.0,
"y": -4.0,
"z": 0.0
},
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 3.0,
"forceByCaster": true,
"compareType": "LessAndEqual"
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_KageBunshinShoot"
}
],
"bulletID": 41022007,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"direction": {
"$type": "ConfigDirectionByAttachPoint",
"angleOffset": {
"x": 0.0,
"y": -4.0,
"z": 0.0
},
"attachPointName": "FocusAnchor",
"attachPointTargetType": "Self"
},
"attachPointName": "WeaponL"
}
},
{
"$type": "ActCameraShake",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 4.0,
"forceByCaster": true,
"compareType": "MoreThanAndEqual"
}
],
"cameraShake": {
"shakeRange": 0.20000000298023224,
"shakeTime": 0.11999999731779099,
"shakeDistance": 30.0,
"extension": {
"baseOnCamera": true
}
}
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 4.0,
"forceByCaster": true,
"compareType": "MoreThanAndEqual"
}
],
"effectPattern": "Eff_WindMagic_Arrow_Onshooting",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.8999999761581421
},
"attachPointName": "WeaponR"
}
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 3.0,
"forceByCaster": true,
"compareType": "LessAndEqual"
}
],
"effectPattern": "Eff_WindMagic_Arrow_ShootArrow",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.8999999761581421
},
"attachPointName": "WeaponR"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_Light_Material",
"abilitySpecials": {
"NormalAttack_01_Damage_Percentage": 0.0,
"NormalAttack_04_Damage_Percentage": 0.0
},
"modifiers": {
"Venti_SkillUpgrade_1_ModifyDamage": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_01"
],
"bonusCriticalHurt": "NormalAttack_01_Damage_Percentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_04"
],
"bonusCriticalHurt": "NormalAttack_04_Damage_Percentage",
"damagePercentageRatio": 0.0
}
]
}
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Venti_Arrow_Fly_Small"
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Venti_SkillUpgrade_1_ModifyDamage"
}
],
"onAbilityStart": [
{
"$type": "FireHitEffect",
"hitEntity": "",
"hitScene": {
"defaultEffect": "Eff_Arrow_Hit_Earth",
"surfaceEffect": {
"Water": "Eff_Arrow_Hit_Water"
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_Heavy_Material",
"abilitySpecials": {
"NormalAttack_02_Damage_Percentage": 0.0,
"NormalAttack_03_Damage_Percentage": 0.0,
"NormalAttack_05_Damage_Percentage": 0.0,
"NormalAttack_06_Damage_Percentage": 0.0
},
"modifiers": {
"Venti_SkillUpgrade_1_ModifyDamage": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_02"
],
"bonusCriticalHurt": "NormalAttack_02_Damage_Percentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_03"
],
"bonusCriticalHurt": "NormalAttack_03_Damage_Percentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_05"
],
"bonusCriticalHurt": "NormalAttack_05_Damage_Percentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_06"
],
"bonusCriticalHurt": "NormalAttack_06_Damage_Percentage",
"damagePercentageRatio": 0.0
}
]
}
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Venti_Arrow_Fly_Big"
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Venti_SkillUpgrade_1_ModifyDamage"
}
],
"onAbilityStart": [
{
"$type": "FireHitEffect",
"hitEntity": "",
"hitScene": {
"defaultEffect": "Eff_Arrow_Hit_Earth",
"surfaceEffect": {
"Water": "Eff_Arrow_Hit_Water"
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_Enchanted_Wind",
"abilitySpecials": {
"DamageWithWind": 0.0
},
"modifiers": {
"ShootArrow_Enchanted_Wind": {
"GAIGOBCNNEE": "",
"elementType": "Wind",
"elementDurability": 25.0
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "ShootArrow_Enchanted_Wind"
}
],
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByHasElement",
"element": "Wind"
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"lifeTime": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": -0.5
}
},
"size": {
"x": 0.10000000149011612,
"y": 0.10000000149011612,
"z": 1.0
}
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "ExtraAttack",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": "DamageWithWind",
"damagePercentageRatio": 0.0,
"elementType": "Wind",
"elementDurability": 25.0,
"strikeType": "Pierce",
"enBreak": 20.0,
"enHeadBreak": 60.0
},
"hitPattern": {
"onHitEffectName": "Eff_WindMagic_Arrow_Hit",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"canHitHead": true,
"hitHeadPattern": {
"onHitEffectName": "Eff_Arrow_Hit_Head_Wind",
"hitImpulseType": "LV5",
"hitHaltTime": 0.11999999731779099,
"hitHaltTimeScale": 0.009999999776482582
},
"bulletWane": {
"waneDelay": 0.699999988079071,
"damageWaneInterval": 0.05000000074505806,
"damageWaneRatio": 0.10000000149011612,
"damageWaneMinRatio": 0.10000000149011612,
"elementDurabilityWaneInterval": 0.05000000074505806,
"elementDurabilityWaneRatio": 0.10000000149011612,
"elementDurabilityWaneMinRatio": 0.10000000149011612,
"hitLevelWaneInterval": 0.10000000149011612,
"hitLevelWaneMin": "Mute"
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootArrow_Enchanted_WithoutWind",
"abilitySpecials": {
"DamageWithoutWind": 0.0
},
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"lifeTime": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": -0.5
}
},
"size": {
"x": 0.10000000149011612,
"y": 0.10000000149011612,
"z": 1.0
}
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "ExtraAttack",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": "DamageWithoutWind",
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"strikeType": "Pierce",
"enBreak": 10.0,
"enHeadBreak": 30.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"canHitHead": true,
"hitHeadPattern": {
"onHitEffectName": "Eff_Arrow_Hit_Head",
"hitImpulseType": "LV5",
"hitHaltTime": 0.11999999731779099,
"hitHaltTimeScale": 0.009999999776482582
},
"bulletWane": {
"waneDelay": 0.699999988079071,
"damageWaneInterval": 0.05000000074505806,
"damageWaneRatio": 0.10000000149011612,
"damageWaneMinRatio": 0.10000000149011612,
"elementDurabilityWaneInterval": 0.05000000074505806,
"elementDurabilityWaneRatio": 0.10000000149011612,
"elementDurabilityWaneMinRatio": 0.10000000149011612,
"hitLevelWaneInterval": 0.10000000149011612,
"hitLevelWaneMin": "Mute"
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootAimingArrow_Charge",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Aim",
"FastAim"
],
"GAIGOBCNNEE": "ShootAimingArrow_Charge_Handler"
},
{
"$type": "AttachToNormalizedTimeMixin",
"stateID": "AimLoop",
"GAIGOBCNNEE": "Aim_ChangeAlpha"
},
{
"$type": "AttachToNormalizedTimeMixin",
"stateID": "FastAimLoop",
"GAIGOBCNNEE": "FastAim_ChangeAlpha"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FastAim",
"FastAimShoot"
],
"GAIGOBCNNEE": "ShowAimingEffect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Aim",
"FastAim",
"FastAimShoot",
"AimShoot"
],
"GAIGOBCNNEE": "ShootAimingArrow_Charge_Remove"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Aim",
"AimShoot"
],
"GAIGOBCNNEE": "ShowAimingEffect"
}
],
"modifiers": {
"ShootAimingArrow_Charge_Handler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"thinkInterval": 0.30000001192092896,
"onThinkInterval": [
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "AimChargeMark"
}
]
},
"Aim_ChangeAlpha": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "EffectChangeAlphaMixin",
"target": "Team",
"HFFJNJPFMEE": 0.20000000298023224,
"JMNILCJHBLL": 0.30000001192092896
}
]
},
"FastAim_ChangeAlpha": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "EffectChangeAlphaMixin",
"target": "Team",
"HFFJNJPFMEE": 0.20000000298023224,
"JMNILCJHBLL": 0.30000001192092896
}
]
},
"ShootAimingArrow_Charge_Remove": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": -5.0,
"key": "_Enchanted_Time",
"useLimitRange": true,
"maxValue": 5.0,
"minValue": 0.0
}
],
"onRemoved": [
{
"$type": "RemoveModifier",
"GAIGOBCNNEE": "AimChargeMark"
}
]
},
"AimChargeMark": {
"stacking": "MultipleRefreshNoRemove",
"stackingOption": {
"abilitySpecialName": "",
"maxModifierNumForMultipleType": 5.0
},
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_Enchanted_Time",
"useLimitRange": true,
"maxValue": 5.0,
"minValue": 0.0
}
]
},
"ShowAimingEffect": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"thinkInterval": 0.10000000149011612,
"onAdded": [
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindMagic_Arrow_Glow_WithoutWind_Once"
}
],
"onRemoved": [
{
"$type": "RemoveModifier",
"GAIGOBCNNEE": "WindMagic_Arrow_Glow_Once"
},
{
"$type": "RemoveModifier",
"GAIGOBCNNEE": "WindMagic_Arrow_Glow_WithoutWind_Once"
}
],
"onThinkInterval": [
{
"$type": "AttachModifier",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 4.0,
"forceByCaster": true,
"compareType": "MoreThanAndEqual"
}
],
"GAIGOBCNNEE": "WindMagic_Arrow_Glow_Once"
},
{
"$type": "AttachModifier",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_Enchanted_Time",
"value": 1.0,
"forceByCaster": true
}
],
"GAIGOBCNNEE": "WindMagic_Arrow_Glow_WithoutWind_Once"
}
]
},
"WindMagic_Arrow_Glow_Once": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_WindMagic_Arrow_Glow_Once_02"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_WindMagic_Arrow_Glow_Loop_02"
}
]
},
"WindMagic_Arrow_Glow_WithoutWind_Once": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_WindMagic_Arrow_Glow_Once_01"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_WindMagic_Arrow_Glow_Loop_01"
}
]
}
},
"onAbilityStart": [
{
"$type": "AddGlobalValue",
"value": -5.0,
"key": "_Enchanted_Time",
"useLimitRange": true,
"maxValue": 5.0,
"minValue": 0.0
},
{
"$type": "RemoveModifier",
"GAIGOBCNNEE": "AimChargeMark"
},
{
"$type": "RemoveModifier",
"GAIGOBCNNEE": "WindMagic_Arrow_Glow_Once"
},
{
"$type": "RemoveModifier",
"GAIGOBCNNEE": "WindMagic_Arrow_Glow_WithoutWind_Once"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootAimingArrow_Material",
"modifiers": {
"ArrowEffectModifier": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_WindMagic_Arrow_Fly_Particle"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_WindMagic_Arrow_Fly_Trail"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "ArrowEffectModifier"
}
],
"onAbilityStart": [
{
"$type": "FireHitEffect",
"predicates": [
{
"$type": "ByHasElement",
"element": "Wind"
}
],
"hitEntity": "",
"hitScene": {
"defaultEffect": "Eff_WindMagic_Arrow_Hit",
"surfaceEffect": {
"Water": "Eff_Arrow_Fire_Hit_Water"
}
}
},
{
"$type": "FireHitEffect",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByHasElement",
"element": "Wind"
}
]
}
],
"hitEntity": "",
"hitScene": {
"defaultEffect": "Eff_Arrow_Hit_Earth",
"surfaceEffect": {
"Water": "Eff_Arrow_Hit_Water"
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ShootAimingArrowWithoutWind_Material",
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Venti_Arrow_Fly_Big"
}
],
"onAbilityStart": [
{
"$type": "FireHitEffect",
"hitEntity": "",
"hitScene": {
"defaultEffect": "Eff_Arrow_Hit_Earth",
"surfaceEffect": {
"Water": "Eff_Arrow_Hit_Water"
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_ChangeMainSkill",
"abilityMixins": [
{
"$type": "AvatarChangeSkillMixin",
"aimSkillID": 10222
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Venti_WindBlade_GravityAdjust",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"WindBlade_RiseUp",
"WindBlade_AS"
],
"GAIGOBCNNEE": "GravityAdjust_2"
}
],
"modifiers": {
"GravityAdjust_2": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -2.0
},
"isLimitedProperties": true
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_WindBlade",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"WindBlade_Rise_Charge_1"
],
"GAIGOBCNNEE": "TriggerAttack"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"WindBlade_Land"
],
"GAIGOBCNNEE": "TriggerAttack_Land"
},
{
"$type": "SkillButtonHoldChargeMixin",
"overtime": 10224,
"nextLoopTriggerID": "NextLoopTrigger",
"endHoldTrigger": "EndHoldTrigger",
"beforeStateIDs": [
"WindBlade_Rise_BS"
],
"chargeLoopStateIDs": [
"WindBlade_Rise_Charge",
"WindBlade_RiseUp"
],
"chargeLoopDurations": [
0.30000001192092896
]
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"WindBlade_Land"
],
"GAIGOBCNNEE": "Eff_Venti_Harp"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"WindBlade_RiseUp",
"WindBlade_AS"
],
"GAIGOBCNNEE": "Eff_Venti_Sprite"
}
],
"abilitySpecials": {
"GetElementRatio": 1.0,
"WindBlade_Nerf_Duration": 10.0,
"WindBlade_Nerf_SubHurtDelta": -0.11999999731779099
},
"modifiers": {
"TriggerAttack": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "CreateGadget",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.20000000298023224
},
"onGround": true,
"alongGround": true
},
"gadgetID": 41022002,
"campID": 1001,
"campTargetType": "Enemy"
},
{
"$type": "AvatarSkillStart",
"overtime": 10224,
"cdRatio": 2.5,
"costStaminaRatio": 1.0
},
{
"$type": "CreateGadget",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_4"
}
],
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"onGround": true
},
"gadgetID": 41022014,
"campID": 1001,
"campTargetType": "Enemy"
}
]
},
"TriggerAttack_Land": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "CreateGadget",
"target": "SelfAttackTarget",
"predicates": [
{
"$type": "ByHasAttackTarget"
}
],
"born": {
"$type": "ConfigBornBySelectedPoint",
"offset": {
"x": 0.0,
"y": 0.5,
"z": 0.5
},
"onGround": true
},
"gadgetID": 41022003,
"campID": 1001,
"campTargetType": "Enemy"
},
{
"$type": "CreateGadget",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByHasAttackTarget"
}
]
}
],
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 5.0
},
"onGround": true,
"alongGround": true
},
"gadgetID": 41022003,
"campID": 1001,
"campTargetType": "Enemy"
},
{
"$type": "AvatarSkillStart",
"overtime": 10224,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
}
]
},
"Eff_Venti_Harp": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_Harp",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.30000001192092896,
"z": 0.30000001192092896
}
}
}
]
},
"Eff_Venti_Sprite": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_WIndBlade_Sprite"
}
]
},
"WindBlade_Nerf_Handler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAttackLanded": [
{
"$type": "RemoveUniqueModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByHitElement",
"element": "Wind"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"GAIGOBCNNEE": "UNIQUE_WindBlade_Nerf"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByHitElement",
"element": "Wind"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"GAIGOBCNNEE": "UNIQUE_WindBlade_Nerf"
}
]
},
"UNIQUE_WindBlade_Nerf": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": "WindBlade_Nerf_Duration",
"elementDurability": 100.0,
"properties": {
"Actor_WindSubHurtDelta": "WindBlade_Nerf_SubHurtDelta",
"Actor_PhysicalSubHurtDelta": -0.11999999731779099
},
"isLimitedProperties": true
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_2"
}
],
"GAIGOBCNNEE": "WindBlade_Nerf_Handler"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Venti_WindBlade_FX",
"abilitySpecials": {
"WindBladeDamage": 0.0,
"WindBladeGetElementRatio": 1.0
},
"modifiers": {
"WindBlade_Handler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAttackLanded": [
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 100.0
}
],
"GAIGOBCNNEE": "WindBlade_SlowFall"
},
{
"$type": "RemoveUniqueModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 100.0
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_2"
}
],
"GAIGOBCNNEE": "UNIQUE_WindBlade_SlowFall_Nerf_Handler"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByMonsterAirState"
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 100.0
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_2"
}
],
"GAIGOBCNNEE": "UNIQUE_WindBlade_SlowFall_Nerf_Handler"
}
]
},
"WindBlade_Timer_1": {
"GAIGOBCNNEE": "",
"duration": 0.6000000238418579,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 6.0
},
"attackInfo": {
"attackTag": "Elemental_Art",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": "WindBladeDamage",
"damagePercentageRatio": 0.0,
"elementType": "Wind",
"elementDurability": 50.0,
"strikeType": "Pierce",
"enBreak": 150.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.05000000074505806
},
"forceCameraShake": true,
"cameraShake": {
"shakeRange": 0.07999999821186066,
"shakeTime": 0.10000000149011612
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_WIndBlade_Part3"
},
{
"$type": "ActCameraRadialBlur",
"cameraRadialBlur": {
"power": 0.800000011920929,
"blurTime": 0.20000000298023224,
"fadeTime": 0.20000000298023224
}
}
]
},
"WindBlade_Timer_2": {
"GAIGOBCNNEE": "",
"duration": 1.2000000476837158,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_WIndBlade_Part4"
}
]
},
"WindBlade_SlowFall": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 3.0,
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -1.899999976158142
},
"onAdded": [
{
"$type": "AttachEffect",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_Rise_Monster"
}
],
"isLimitedProperties": true
},
"UNIQUE_WindBlade_SlowFall_Nerf_Handler": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": 10.0,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachToMonsterAirStateMixin",
"GAIGOBCNNEE": "UNIQUE_WindBlade_SlowFall_Nerf"
}
]
},
"UNIQUE_WindBlade_SlowFall_Nerf": {
"GAIGOBCNNEE": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_WindSubHurtDelta": -0.11999999731779099,
"Actor_PhysicalSubHurtDelta": -0.11999999731779099
},
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"GAIGOBCNNEE": "UNIQUE_WindBlade_SlowFall_Nerf_Handler"
}
]
},
"WindBladeElementBall": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAttackLanded": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
},
{
"$type": "ByTargetGlobalValue",
"key": "_ANIMAL_ENTITY_TYPE",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"successActions": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "WindBladeElementBall_Base"
}
]
}
]
},
"WindBladeElementBall_Base": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "GenerateElemBall",
"configID": 2021,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"ratio": "WindBladeGetElementRatio",
"baseEnergy": 12.0
}
]
}
},
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_WIndBlade_Part1"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_WIndBlade_Part2"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindBlade_Timer_1"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindBlade_Timer_2"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindBlade_Handler"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindBladeElementBall"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Venti_WindBlade_FX_Land",
"abilitySpecials": {
"WindBladeDamage_Land": 0.0,
"WindBladeLand_GetElementRatio": 1.0
},
"modifiers": {
"WindBlade_Land_Handler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAttackLanded": [
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 100.0
}
],
"GAIGOBCNNEE": "WindBlade_Land_SlowFall"
},
{
"$type": "RemoveUniqueModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 100.0
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_2"
}
],
"GAIGOBCNNEE": "UNIQUE_WindBlade_Land_SlowFall_Nerf_Handler"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 100.0
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_2"
},
{
"$type": "ByMonsterAirState"
}
],
"GAIGOBCNNEE": "UNIQUE_WindBlade_Land_SlowFall_Nerf_Handler"
}
]
},
"WindBlade_Land_Timer": {
"GAIGOBCNNEE": "",
"duration": 0.4000000059604645,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 3.0
},
"attackInfo": {
"attackTag": "Elemental_Art",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": "WindBladeDamage_Land",
"damagePercentageRatio": 0.0,
"elementType": "Wind",
"elementDurability": 50.0,
"strikeType": "Pierce",
"enBreak": 150.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.05000000074505806
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.23999999463558197,
"shakeTime": 0.11999999731779099,
"shakeDistance": 30.0,
"shakeDir": {
"_y": -0.5
},
"extension": {
"baseCycle": 0.7200000286102295,
"cycleDamping": 0.0,
"rangeAttenuation": 0.30000001192092896
}
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
},
"WindBlade_Land_SlowFall": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 2.0,
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -1.7999999523162842
},
"onAdded": [
{
"$type": "AttachEffect",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_Rise_Monster"
}
],
"isLimitedProperties": true
},
"UNIQUE_WindBlade_Land_SlowFall_Nerf_Handler": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": 10.0,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachToMonsterAirStateMixin",
"GAIGOBCNNEE": "UNIQUE_WindBlade_Land_SlowFall_Nerf"
}
]
},
"UNIQUE_WindBlade_Land_SlowFall_Nerf": {
"GAIGOBCNNEE": "",
"isUnique": true,
"elementDurability": 100.0,
"properties": {
"Actor_WindSubHurtDelta": -0.11999999731779099,
"Actor_PhysicalSubHurtDelta": -0.11999999731779099
},
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"GAIGOBCNNEE": "UNIQUE_WindBlade_Land_SlowFall_Nerf_Handler"
}
]
},
"WindBladeLand_ElementBall": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAttackLanded": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
},
{
"$type": "ByTargetGlobalValue",
"key": "_ANIMAL_ENTITY_TYPE",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"successActions": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "WindBladeLand_ElementBall_Base"
}
]
}
]
},
"WindBladeLand_ElementBall_Base": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "GenerateElemBall",
"configID": 2021,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"ratio": "WindBladeLand_GetElementRatio",
"baseEnergy": 9.0
}
]
}
},
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_WIndBlade_0"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindBlade_Land_Timer"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindBlade_Land_Handler"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "WindBladeLand_ElementBall"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_Hurricane",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Hurricane_BS",
"Hurricane"
],
"GAIGOBCNNEE": "Hurricane_Camera"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Hurricane_BS",
"Hurricane",
"Hurricane_AS"
],
"GAIGOBCNNEE": "Hurricane_Emotion"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Hurricane_BS",
"Hurricane"
],
"GAIGOBCNNEE": "Elemental_Burst_Invincible"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Hurricane_BS",
"Hurricane"
],
"GAIGOBCNNEE": "Elemental_Burst_IsGhostToEnemy"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Hurricane_BS"
],
"GAIGOBCNNEE": "Hurricane_CameraRadialBlur"
}
],
"modifiers": {
"Hurricane_Camera": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "TriggerWeatherMixin",
"type": "Skill",
"weatherPattern": "Weather_Default_SkillPreset",
"transDuration": 0.800000011920929,
"duration": 1.5
}
],
"onAdded": [
{
"$type": "AvatarEnterCameraShot",
"predicates": [
{
"$type": "ByAttackNotHitScene",
"attackPattern": {
"$type": "ConfigAttackCircle",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 1.399999976158142,
"z": 0.0
}
},
"secondHeight": 0.4000000059604645,
"radius": 1.399999976158142
}
},
{
"$type": "ByAvatarInWaterDepth",
"compareType": "LessAndEqual",
"depth": 0.5
}
],
"cameraMoveCfgPath": "Camera_Venti_Hurricane"
},
{
"$type": "AvatarCameraParam",
"cameraParam": {
"forceRadius": 6.0,
"forceRadiusDuration": 0.0,
"shouldKeepForceRadius": true
}
}
],
"onRemoved": [
{
"$type": "AvatarExitCameraShot"
}
],
"onAvatarOut": [
{
"$type": "AvatarExitCameraShot",
"doOffStage": true
}
]
},
"Hurricane_Emotion": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ControlEmotion",
"toggleEmoSync": false,
"toggleBlink": false,
"toggleEyeKey": false
}
],
"onRemoved": [
{
"$type": "ControlEmotion",
"doOffStage": true
}
]
},
"Hurricane_CameraRadialBlur": {
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ActCameraRadialBlur",
"cameraRadialBlur": {
"power": 0.07999999821186066,
"blurTime": 0.4000000059604645,
"fadeTime": 0.10000000149011612
}
}
]
},
"Elemental_Burst_Invincible": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"state": "Invincible"
},
"Elemental_Burst_IsGhostToEnemy": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachAbilityStateResistance",
"resistanceListID": 11002
}
]
}
},
"onAbilityStart": [
{
"$type": "AvatarSkillStart",
"overtime": 10225,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "CreateGadget",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 2.5,
"z": 10.0
},
"onGround": true
},
"gadgetID": 41022001,
"campID": 1001,
"campTargetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hurricane_FX",
"abilitySpecials": {
"AntiCriticalDelta": -0.07999999821186066,
"Elemental_Burst_Damage": 0.0,
"SubHurtDelta": 0.0,
"WindBreathe_Hurricane_Duration": 10.0,
"WindBreathe_Hurricane_SubHurtDelta": -0.20000000298023224
},
"modifiers": {
"Hurricane_WindZone": {
"GAIGOBCNNEE": "",
"duration": 8.0,
"elementDurability": 100.0,
"thinkInterval": 0.4000000059604645,
"modifierMixins": [
{
"$type": "WindZoneMixin",
"shapeName": "CircleR15",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": -0.5,
"z": 0.0
},
"attachPointName": "RootNode"
},
"strength": 6.0,
"attenuation": 0.5,
"innerRadius": 0.20000000298023224,
"targetType": "Enemy",
"GAIGOBCNNEE": ""
}
],
"onAttackLanded": [
{
"$type": "AttachModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Burst"
]
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 100.0
}
],
"GAIGOBCNNEE": "Drag"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Burst"
]
},
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Insight"
}
],
"GAIGOBCNNEE": "Venti_Insight_Wane"
}
],
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 4.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst_Wind",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": "Elemental_Burst_Damage",
"damagePercentageRatio": 0.0,
"elementType": "Wind",
"elementRank": 3.0,
"elementDurability": 25.0,
"enBreak": 4.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.05000000074505806
},
"cameraShake": {},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
},
"Drag": {
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -2.0
},
"state": "Struggle",
"isLimitedProperties": true
},
"Venti_Insight_Wane": {
"GAIGOBCNNEE": "",
"duration": 0.4000000059604645,
"elementDurability": 100.0,
"properties": {
"Actor_AntiCriticalDelta": "AntiCriticalDelta",
"Actor_SubHurtDelta": "SubHurtDelta"
}
},
"Hurricane_Twisted_Handler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAttackLanded": [
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Burst"
]
},
{
"$type": "ByHitElement",
"element": "Wind"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"GAIGOBCNNEE": "UNIQUE_Hurricane_Twisted_Wind"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Burst"
]
},
{
"$type": "ByHitElement",
"element": "Fire"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"GAIGOBCNNEE": "UNIQUE_Hurricane_Twisted_Fire"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Burst"
]
},
{
"$type": "ByHitElement",
"element": "Water"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"GAIGOBCNNEE": "UNIQUE_Hurricane_Twisted_Water"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Burst"
]
},
{
"$type": "ByHitElement",
"element": "Electric"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"GAIGOBCNNEE": "UNIQUE_Hurricane_Twisted_Electric"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Elemental_Burst"
]
},
{
"$type": "ByHitElement",
"element": "Ice"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"GAIGOBCNNEE": "UNIQUE_Hurricane_Twisted_Ice"
}
]
},
"UNIQUE_Hurricane_Twisted_Wind": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": "WindBreathe_Hurricane_Duration",
"elementDurability": 100.0,
"properties": {
"Actor_WindSubHurtDelta": "WindBreathe_Hurricane_SubHurtDelta"
},
"isLimitedProperties": true
},
"UNIQUE_Hurricane_Twisted_Fire": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": "WindBreathe_Hurricane_Duration",
"elementDurability": 100.0,
"properties": {
"Actor_FireSubHurtDelta": "WindBreathe_Hurricane_SubHurtDelta"
},
"isLimitedProperties": true
},
"UNIQUE_Hurricane_Twisted_Water": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": "WindBreathe_Hurricane_Duration",
"elementDurability": 100.0,
"properties": {
"Actor_WaterSubHurtDelta": "WindBreathe_Hurricane_SubHurtDelta"
},
"isLimitedProperties": true
},
"UNIQUE_Hurricane_Twisted_Electric": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": "WindBreathe_Hurricane_Duration",
"elementDurability": 100.0,
"properties": {
"Actor_ElecSubHurtDelta": "WindBreathe_Hurricane_SubHurtDelta"
},
"isLimitedProperties": true
},
"UNIQUE_Hurricane_Twisted_Ice": {
"GAIGOBCNNEE": "",
"isUnique": true,
"duration": "WindBreathe_Hurricane_Duration",
"elementDurability": 100.0,
"properties": {
"Actor_IceSubHurtDelta": "WindBreathe_Hurricane_SubHurtDelta"
},
"isLimitedProperties": true
}
},
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_Hurricane"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_Hurricane_Open"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "Hurricane_WindZone"
},
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_6"
}
],
"GAIGOBCNNEE": "Hurricane_Twisted_Handler"
},
{
"$type": "RemoveModifier",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Constellation_6"
}
]
}
],
"GAIGOBCNNEE": "Hurricane_Twisted_Handler"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_Hurricane_Mix",
"abilityMixins": [
{
"$type": "ElementHittingOtherPredicatedMixin",
"prePredicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"Hurricane_Mix_Detect"
]
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 1.0,
"forceByCaster": true
}
],
"elementBatchPredicateds": [
{
"elementTypeArr": [
"Fire"
],
"successActions": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Fire"
},
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_Hurricane_IsMixed",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
},
{
"elementTypeArr": [
"Water"
],
"successActions": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Water"
},
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_Hurricane_IsMixed",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
},
{
"elementTypeArr": [
"Electric"
],
"successActions": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Electric"
},
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_Hurricane_IsMixed",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
},
{
"elementTypeArr": [
"Ice",
"Frozen"
],
"successActions": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Ice"
},
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_Hurricane_IsMixed",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
}
]
}
],
"abilitySpecials": {
"Hurricane_Mix_Damage": 0.0
},
"modifiers": {
"Hurricane_Mix_Start": {
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Handler"
}
]
},
"Hurricane_Mix_Handler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_Hurricane_IsMixed",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-1.0,
0.5,
1.5
],
"modifierNameSteps": [
"Blank",
"Blank"
]
}
],
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Detect_Pre"
}
]
},
"Blank": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0
},
"Hurricane_Mix_Wind_Material": {
"GAIGOBCNNEE": "",
"duration": 6.0,
"elementDurability": 100.0
},
"Hurricane_Mix_Detect_Pre": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_Hurricane_IsMixed",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-1.0,
0.5,
1.5
],
"modifierNameSteps": [
"Blank",
"Hurricane_Mix_Detect"
]
}
]
},
"Hurricane_Mix_Detect": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"thinkInterval": 0.30000001192092896,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": -1.0
},
"attachPointName": "RootNode"
},
"size": {
"x": 2.5,
"y": 5.0,
"z": 2.5
}
},
"attackInfo": {
"attackTag": "Hurricane_Mix_Detect",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "AntiFire",
"elementDurability": 1.0,
"enBreak": 0.0
}
}
},
"targetType": "All"
}
]
},
"Hurricane_Mix_Fire": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 8.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Fire_Damage"
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Fire_Material"
}
]
},
"Hurricane_Mix_Fire_Damage": {
"GAIGOBCNNEE": "",
"duration": 6.0,
"elementDurability": 100.0,
"thinkInterval": 0.4000000059604645,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 6.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst_Fire",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": "Hurricane_Mix_Damage",
"damagePercentageRatio": 0.0,
"elementType": "Fire",
"elementRank": 1.5,
"elementDurability": 25.0,
"enBreak": 0.0
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
},
"Hurricane_Mix_Fire_Material": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SendEffectTrigger",
"parameter": "Get_Fire"
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_Hurricane_IsMixed_Fire",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
},
"Hurricane_Mix_Water": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 8.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Water_Damage"
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Water_Material"
}
]
},
"Hurricane_Mix_Water_Damage": {
"GAIGOBCNNEE": "",
"duration": 6.0,
"elementDurability": 100.0,
"thinkInterval": 0.4000000059604645,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 6.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst_Water",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": "Hurricane_Mix_Damage",
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementRank": 1.5,
"elementDurability": 25.0,
"enBreak": 0.0
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
},
"Hurricane_Mix_Water_Material": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SendEffectTrigger",
"parameter": "Get_Water"
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_Hurricane_IsMixed_Water",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
},
"Hurricane_Mix_Electric": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 8.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Electric_Damage"
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Electric_Material"
}
]
},
"Hurricane_Mix_Electric_Damage": {
"GAIGOBCNNEE": "",
"duration": 6.0,
"elementDurability": 100.0,
"thinkInterval": 0.4000000059604645,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 6.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst_Electric",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": "Hurricane_Mix_Damage",
"damagePercentageRatio": 0.0,
"elementType": "Electric",
"elementRank": 1.5,
"elementDurability": 25.0,
"enBreak": 0.0
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
},
"Hurricane_Mix_Electric_Material": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SendEffectTrigger",
"parameter": "Get_Electric"
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_Hurricane_IsMixed_Electric",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
},
"Hurricane_Mix_Ice": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 8.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Ice_Damage"
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Ice_Material"
}
]
},
"Hurricane_Mix_Ice_Damage": {
"GAIGOBCNNEE": "",
"duration": 6.0,
"elementDurability": 100.0,
"thinkInterval": 0.4000000059604645,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 6.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst_Ice",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": "Hurricane_Mix_Damage",
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementRank": 1.5,
"elementDurability": 25.0,
"enBreak": 0.0
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
},
"Hurricane_Mix_Ice_Material": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SendEffectTrigger",
"parameter": "Get_Ice"
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_Hurricane_IsMixed_Ice",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
}
},
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_Hurricane_IsMixed",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Mix_Start"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_Hurricane_Dissipate",
"modifiers": {
"Hurricane_Life_Timer": {
"GAIGOBCNNEE": "",
"duration": 8.100000381469727,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SendEffectTrigger",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 1.0
}
],
"parameter": "Wind_Dissipate"
},
{
"$type": "SendEffectTrigger",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Fire",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"parameter": "Fire_Dissipate"
},
{
"$type": "SendEffectTrigger",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Water",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"parameter": "Water_Dissipate"
},
{
"$type": "SendEffectTrigger",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Electric",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"parameter": "Electric_Dissipate"
},
{
"$type": "SendEffectTrigger",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Ice",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"parameter": "Ice_Dissipate"
},
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Destroy"
}
]
},
"Hurricane_Destroy": {
"GAIGOBCNNEE": "",
"duration": 6.0,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "KillSelf"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Hurricane_Life_Timer"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_Hurricane_DropBall",
"modifiers": {
"Hurricane_ElementBall_Handler": {
"GAIGOBCNNEE": "",
"duration": 8.0,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "ApplyModifier",
"target": "OriginOwner",
"GAIGOBCNNEE": "Hurricane_GetElement_Wind"
},
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Fire",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"successActions": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"predicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "LesserOrEqual",
"value": 40.0
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Fire"
}
]
},
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Water",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"successActions": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"predicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "LesserOrEqual",
"value": 40.0
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Water"
}
]
},
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Electric",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"successActions": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"predicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "LesserOrEqual",
"value": 40.0
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Electric"
}
]
},
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed",
"value": 0.0
},
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Hurricane_IsMixed_Ice",
"value": 1.0,
"compareType": "MoreThanAndEqual"
}
],
"successActions": [
{
"$type": "ApplyModifier",
"target": "AllPlayerAvatars",
"predicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"logic": "LesserOrEqual",
"value": 40.0
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Ice"
}
]
}
]
},
"Hurricane_GetElement_Wind": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"predicates": [
{
"$type": "ByAvatarElementType",
"elementType": "Wind"
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Wind_Handler"
}
]
},
"Hurricane_GetElement_Wind_Handler": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.100000023841858,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ReviveElemEnergy",
"doOffStage": true,
"value": 15.0
}
]
},
"Hurricane_GetElement_Fire": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"predicates": [
{
"$type": "ByAvatarElementType",
"elementType": "Fire"
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Fire_Handler"
}
]
},
"Hurricane_GetElement_Fire_Handler": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.100000023841858,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ReviveElemEnergy",
"doOffStage": true,
"value": 15.0
}
]
},
"Hurricane_GetElement_Water": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"predicates": [
{
"$type": "ByAvatarElementType",
"elementType": "Water"
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Water_Handler"
}
]
},
"Hurricane_GetElement_Water_Handler": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.100000023841858,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ReviveElemEnergy",
"doOffStage": true,
"value": 15.0
}
]
},
"Hurricane_GetElement_Electric": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"predicates": [
{
"$type": "ByAvatarElementType",
"elementType": "Electric"
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Electric_Handler"
}
]
},
"Hurricane_GetElement_Electric_Handler": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.100000023841858,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ReviveElemEnergy",
"doOffStage": true,
"value": 15.0
}
]
},
"Hurricane_GetElement_Ice": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"predicates": [
{
"$type": "ByAvatarElementType",
"elementType": "Ice"
}
],
"GAIGOBCNNEE": "Hurricane_GetElement_Ice_Handler"
}
]
},
"Hurricane_GetElement_Ice_Handler": {
"stacking": "Unique",
"GAIGOBCNNEE": "",
"duration": 1.100000023841858,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ReviveElemEnergy",
"doOffStage": true,
"value": 15.0
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Venti_Enhanced_Hurricane"
}
],
"GAIGOBCNNEE": "Hurricane_ElementBall_Handler"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Venti_Talent_Windfury",
"abilityMixins": [
{
"$type": "DoActionByEnergyChangeMixin",
"elementTypes": [
"Wind",
"Fire",
"Water",
"Electric",
"Rock",
"Ice",
"Grass"
],
"doWhenEnergyMax": true,
"onGainEnergyByBall": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Venti_Windfury"
}
]
}
],
"abilitySpecials": {
"Windfury_DamageUp": 0.25
},
"modifiers": {
"Venti_Windfury": {
"GAIGOBCNNEE": "",
"duration": 10.0,
"elementDurability": 100.0,
"properties": {
"Actor_WindAddHurtDelta": "Windfury_DamageUp"
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Boy_Bow_Venti_Wind_AttackEnhance"
}
],
"isLimitedProperties": true
}
},
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_FlyChampion",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Fly"
],
"GAIGOBCNNEE": "StaminaReduce"
}
],
"abilitySpecials": {
"StaminaReduce": -0.07999999821186066
},
"modifiers": {
"StaminaReduce": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"properties": {
"Actor_CostStaminaRatio": "StaminaReduce"
}
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_FlyStamina_Reduction",
"modifiers": {
"Venti_FlyStaminaReduction_Handler": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"thinkInterval": 5.0,
"onThinkInterval": [
{
"$type": "AttachModifier",
"target": "CurTeamAvatars",
"doOffStage": true,
"GAIGOBCNNEE": "UNIQUE_FlyStaminaReduction"
}
]
},
"UNIQUE_FlyStaminaReduction": {
"GAIGOBCNNEE": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Fly"
],
"GAIGOBCNNEE": "FlyStamina_Reduction"
}
]
},
"FlyStamina_Reduction": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"properties": {
"Actor_CostStaminaRatio": -0.20000000298023224
}
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "CurTeamAvatars",
"doOffStage": true,
"GAIGOBCNNEE": "UNIQUE_FlyStaminaReduction"
},
{
"$type": "AttachModifier",
"doOffStage": true,
"GAIGOBCNNEE": "Venti_FlyStaminaReduction_Handler"
}
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Venti_KageBunshinShoot"
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_Talnet_ShootArrow_Enchanted_Wind",
"abilitySpecials": {
"Talent_DamageWithWind": 0.0
},
"modifiers": {
"Talent_ShootArrow_Enchanted_Wind": {
"GAIGOBCNNEE": "",
"elementType": "Wind",
"elementDurability": 50.0
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "Talent_ShootArrow_Enchanted_Wind"
}
],
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"lifeTime": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": -0.5
}
},
"size": {
"x": 0.10000000149011612,
"y": 0.10000000149011612,
"z": 1.0
}
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "ExtraAttack",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": [
"Talent_DamageWithWind",
0.33000001311302185,
"Mul"
],
"damagePercentageRatio": 0.0,
"elementType": "Wind",
"elementDurability": 25.0,
"strikeType": "Pierce",
"enBreak": 2.0,
"enHeadBreak": 6.0
},
"hitPattern": {
"onHitEffectName": "Eff_WindMagic_Arrow_Hit",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"canHitHead": true,
"hitHeadPattern": {
"onHitEffectName": "Eff_Arrow_Hit_Head_Wind",
"hitImpulseType": "LV5",
"hitHaltTime": 0.11999999731779099,
"hitHaltTimeScale": 0.009999999776482582
},
"bulletWane": {
"waneDelay": 0.699999988079071,
"damageWaneInterval": 0.05000000074505806,
"damageWaneRatio": 0.10000000149011612,
"damageWaneMinRatio": 0.10000000149011612,
"elementDurabilityWaneInterval": 0.05000000074505806,
"elementDurabilityWaneRatio": 0.10000000149011612,
"elementDurabilityWaneMinRatio": 0.10000000149011612,
"hitLevelWaneInterval": 0.10000000149011612,
"hitLevelWaneMin": "Mute"
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_Talnet_ShootArrow_Enchanted_WithoutWind",
"abilitySpecials": {
"Talent_DamageWithoutWind": 0.0
},
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"lifeTime": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": -0.5
}
},
"size": {
"x": 0.10000000149011612,
"y": 0.10000000149011612,
"z": 1.0
}
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "ExtraAttack",
"attenuationGroup": "Venti",
"attackProperty": {
"bonusCriticalHurt": [
"Talent_DamageWithoutWind",
0.33000001311302185,
"Mul"
],
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"strikeType": "Pierce",
"enBreak": 1.0,
"enHeadBreak": 3.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"canHitHead": true,
"hitHeadPattern": {
"onHitEffectName": "Eff_Arrow_Hit_Head",
"hitImpulseType": "LV5",
"hitHaltTime": 0.11999999731779099,
"hitHaltTimeScale": 0.009999999776482582
},
"bulletWane": {
"waneDelay": 0.699999988079071,
"damageWaneInterval": 0.05000000074505806,
"damageWaneRatio": 0.10000000149011612,
"damageWaneMinRatio": 0.10000000149011612,
"elementDurabilityWaneInterval": 0.05000000074505806,
"elementDurabilityWaneRatio": 0.10000000149011612,
"elementDurabilityWaneMinRatio": 0.10000000149011612,
"hitLevelWaneInterval": 0.10000000149011612,
"hitLevelWaneMin": "Mute"
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_WindField",
"modifiers": {
"WindField": {
"GAIGOBCNNEE": "",
"duration": 20.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Item_WindSeed_WindField"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"GAIGOBCNNEE": "WindField"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Venti_FallingAnthem",
"abilityMixins": [
{
"$type": "AvatarChangeSkillMixin",
"jumpSkillID": 5022010,
"flySkillID": 5022010
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"GAIGOBCNNEE": "FallingAnthem_BS_Material"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_Loop"
],
"GAIGOBCNNEE": "FallingAnthem_Loop_Normal"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"FallingAnthem_BS_2",
"FallingAnthem_Loop",
"FallingAnthem_Loop_Low"
],
"GAIGOBCNNEE": "FallingAnthem_LoopDamage"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"GAIGOBCNNEE": "FallingAnthem_BS_VelocityForce_Initialize"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"GAIGOBCNNEE": "FallingAnthem_Height_Detect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"GAIGOBCNNEE": "FallingAnthem_FallingDamageImmune_01"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop"
],
"GAIGOBCNNEE": "Inertia"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"GAIGOBCNNEE": "FallingAnthem_OverHead_Camera"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"GAIGOBCNNEE": "FallingAnthem_ClearVelocityForce"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop"
],
"GAIGOBCNNEE": "FallingAnthem_AttachEffect_BS_01"
}
],
"abilitySpecials": {
"FallingAnthem_Normal_Loop_Damage": 0.0,
"FallingAnthem_Normal_Rank_1_Damage": 0.0,
"FallingAnthem_Normal_Rank_2_Damage": 0.0,
"FallingAnthem_Altitude_Lv0": 20.0,
"FallingAnthem_Altitude_Lv1": 40.0,
"FallingAnthem_Altitude_Lv2": 60.0,
"FallingAnthem_Altitude_Lv3": 100.0,
"FallingAnthem_Altitude_Lv4": 200.0,
"FallingAnthem_FallingDamageRatio_Lv0": -1.0,
"FallingAnthem_FallingDamageRatio_Lv1": -1.0,
"FallingAnthem_FallingDamageRatio_Lv2": -0.8999999761581421,
"FallingAnthem_FallingDamageRatio_Lv3": -0.800000011920929,
"FallingAnthem_FallingDamageRatio_Lv4": -0.6000000238418579,
"FallingAnthem_FallingDamageRatio": 0.0
},
"modifiers": {
"FallingAnthem_AttachEffect_BS_01": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Bow_FallAnthem_BS_01"
}
]
},
"FallingAnthem_BS_Material": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Bow_FallAnthem_BS"
}
],
"onRemoved": [
{
"$type": "ActCameraRadialBlur",
"cameraRadialBlur": {
"power": 0.30000001192092896,
"blurTime": 0.30000001192092896,
"fadeTime": 0.15000000596046448
}
}
]
},
"FallingAnthem_BS_VelocityForce_Initialize": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -2.0
},
"onAdded": [
{
"$type": "RemoveVelocityForce",
"forces": [
"RushMoveType"
]
}
]
},
"FallingAnthem_LoopDamage": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"thinkInterval": 0.30000001192092896,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 1.0
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": "FallingAnthem_Normal_Loop_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 0.0,
"strikeType": "Pierce",
"enBreak": 10.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.019999999552965164
}
}
},
"targetType": "Enemy"
}
]
},
"FallingAnthem_FallingDamageImmune_01": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ClearGlobalValue",
"key": "_ABILITY_FallingAttack_Altitude"
},
{
"$type": "AddGlobalValue",
"predicates": [
{
"$type": "ByTargetAltitude",
"logic": "LesserOrEqual",
"value": "FallingAnthem_Altitude_Lv0"
}
],
"value": "FallingAnthem_FallingDamageRatio_Lv0",
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": "FallingAnthem_FallingDamageRatio_Lv0",
"minValue": "FallingAnthem_FallingDamageRatio_Lv0"
},
{
"$type": "AddGlobalValue",
"predicates": [
{
"$type": "ByTargetAltitude",
"logic": "LesserOrEqual",
"value": "FallingAnthem_Altitude_Lv1"
},
{
"$type": "ByTargetAltitude",
"value": "FallingAnthem_Altitude_Lv0"
}
],
"value": "FallingAnthem_FallingDamageRatio_Lv1",
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": "FallingAnthem_FallingDamageRatio_Lv1",
"minValue": "FallingAnthem_FallingDamageRatio_Lv1"
},
{
"$type": "AddGlobalValue",
"predicates": [
{
"$type": "ByTargetAltitude",
"logic": "LesserOrEqual",
"value": "FallingAnthem_Altitude_Lv2"
},
{
"$type": "ByTargetAltitude",
"value": "FallingAnthem_Altitude_Lv1"
}
],
"value": "FallingAnthem_FallingDamageRatio_Lv2",
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": "FallingAnthem_FallingDamageRatio_Lv2",
"minValue": "FallingAnthem_FallingDamageRatio_Lv2"
},
{
"$type": "AddGlobalValue",
"predicates": [
{
"$type": "ByTargetAltitude",
"logic": "LesserOrEqual",
"value": "FallingAnthem_Altitude_Lv3"
},
{
"$type": "ByTargetAltitude",
"value": "FallingAnthem_Altitude_Lv2"
}
],
"value": "FallingAnthem_FallingDamageRatio_Lv3",
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": "FallingAnthem_FallingDamageRatio_Lv3",
"minValue": "FallingAnthem_FallingDamageRatio_Lv3"
},
{
"$type": "AddGlobalValue",
"predicates": [
{
"$type": "ByTargetAltitude",
"value": "FallingAnthem_Altitude_Lv3"
}
],
"value": "FallingAnthem_FallingDamageRatio_Lv4",
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": "FallingAnthem_FallingDamageRatio_Lv4",
"minValue": "FallingAnthem_FallingDamageRatio_Lv4"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "FallingAnthem_FallingDamageImmune_02"
}
]
},
"FallingAnthem_FallingDamageImmune_02": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValueToOverrideMap",
"globalValueKey": "_ABILITY_FallingAttack_Altitude",
"overrideMapKey": "FallingAnthem_FallingDamageRatio"
},
{
"$type": "AttachModifier",
"GAIGOBCNNEE": "FallingAnthem_FallingDamageImmune_03"
}
]
},
"FallingAnthem_FallingDamageImmune_03": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"properties": {
"Actor_FallingDamageRatio": "FallingAnthem_FallingDamageRatio"
}
},
"FallingAnthem_Loop_Normal": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 1.0,
"forceByCaster": true
}
],
"effectPattern": "Eff_Avatar_Bow_FallAnthem_Loop_02"
}
]
},
"Inertia": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ApplyInertiaVelocityMixin",
"useXZ": false,
"useY": false
}
]
},
"FallingAnthem_Height_Detect": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AddGlobalValue",
"predicates": [
{
"$type": "ByTargetAltitude",
"logic": "LesserOrEqual",
"value": 2.4000000953674316
}
],
"value": 0.0,
"key": "_ABILITY_FallingAnthem_UseCamera",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "AddGlobalValue",
"predicates": [
{
"$type": "ByTargetAltitude",
"value": 2.4000000953674316
}
],
"value": 5.0,
"key": "_ABILITY_FallingAnthem_UseCamera",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "SetAnimatorFloat",
"predicates": [
{
"$type": "ByTargetAltitude",
"logic": "LesserOrEqual",
"value": 2.4000000953674316
}
],
"floatID": "FallingAnthem_UseCamera",
"value": 0.0
},
{
"$type": "SetAnimatorFloat",
"predicates": [
{
"$type": "ByTargetAltitude",
"value": 2.4000000953674316
}
],
"floatID": "FallingAnthem_UseCamera",
"value": 1.0
}
],
"onRemoved": [
{
"$type": "SetAnimatorFloat",
"floatID": "FallingAnthem_UseCamera",
"value": 0.0
},
{
"$type": "AddGlobalValue",
"value": 0.0,
"key": "_ABILITY_FallingAnthem_UseCamera",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"FallingAnthem_OverHead_Camera": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AvatarCameraParam",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "Equal",
"value": 1.0,
"parameter": "FallingAnthem_UseCamera"
}
],
"cameraParam": {
"forceRadius": 4.5,
"forceRadiusDuration": 0.20000000298023224,
"shouldKeepForceRadius": true
}
}
]
},
"FallingAnthem_OverHead_Camera_Remover": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AvatarExitCameraShot",
"doOffStage": true
}
]
},
"FallingAnthem_Landed_Camera": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AvatarCameraParam",
"predicates": [
{
"$type": "ByAnimatorFloat",
"logic": "Equal",
"value": 1.0,
"parameter": "FallingAnthem_UseCamera"
}
],
"cameraParam": {
"forceRadius": 6.0,
"forceRadiusDuration": 0.10000000149011612,
"shouldKeepForceRadius": true
}
}
]
},
"FallingAnthem_ClearVelocityForce": {
"GAIGOBCNNEE": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveVelocityForce",
"forces": [
"RushMoveType",
"InertiaType"
]
}
]
}
},
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 0.0,
"forceByCaster": true,
"compareType": "NoneOrEqual"
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": -0.5,
"z": 0.0
}
},
"secondHeight": 2.0,
"radius": 3.0
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": "FallingAnthem_Normal_Rank_1_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"strikeType": "Pierce",
"enBreak": 50.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.10000000149011612
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 1.0,
"forceByCaster": true
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"lifeTime": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": -0.5,
"z": 0.0
}
},
"secondHeight": 2.0,
"radius": 3.5
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"bonusCriticalHurt": "FallingAnthem_Normal_Rank_2_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"strikeType": "Pierce",
"enBreak": 100.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV3",
"hitHaltTimeScale": 0.10000000149011612
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 0.0,
"forceByCaster": true,
"compareType": "NoneOrEqual"
}
],
"effectPattern": "Eff_Avatar_Bow_FallAnthem_Strike_01"
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 1.0,
"forceByCaster": true
}
],
"effectPattern": "Eff_Avatar_Bow_FallAnthem_Strike_02"
}
]
}
}
]