Files
GenshinData-1/BinOutput/Ability/Temp/AvatarAbilities/ConfigAbility_Avatar_Ayaka.json
Dimbreath d633c8cfe5 BinOutput
2021-05-16 19:49:16 -03:00

3771 lines
158 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_ExtraAttack",
"abilityMixins": [
{
"$type": "ButtonHoldChargeMixin",
"skillID": 10024,
"chargeTime": 0.11999999731779099,
"secondChargeTime": 0.20000000298023224,
"OnBeginUncharged": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "DoSkill"
},
{
"$type": "SetAnimatorInt",
"predicates": [
{
"$type": "ByAny",
"predicates": [
{
"$type": "ByAnimatorInt",
"logic": "Equal",
"value": 0,
"parameter": "ComboCount"
},
{
"$type": "ByAnimatorInt",
"logic": "Equal",
"value": 5,
"parameter": "ComboCount"
}
]
}
],
"intID": "SkillID",
"value": 99.0
},
{
"$type": "SetAnimatorBool",
"boolID": "IsCharging"
}
],
"OnReleaseUncharged": [
{
"$type": "SetAnimatorInt",
"intID": "SkillID",
"value": 1.0
}
],
"OnBeginCharged": [
{
"$type": "SetAnimatorBool",
"boolID": "IsCharging",
"value": true
}
],
"OnReleaseCharged": [
{
"$type": "SetAnimatorBool",
"boolID": "IsCharging"
},
{
"$type": "SetAnimatorInt",
"intID": "SkillID",
"value": 1.0
}
],
"OnBeginSecondCharged": [
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByLocalAvatarStamina",
"logic": "GreaterOrEqual",
"stamina": [
"ExtraAttack_Sword_Stamina_Cost",
"Flexible_Stamina",
"Add"
]
}
],
"triggerID": "DoSkill"
},
{
"$type": "SetAnimatorInt",
"predicates": [
{
"$type": "ByLocalAvatarStamina",
"logic": "GreaterOrEqual",
"stamina": [
"ExtraAttack_Sword_Stamina_Cost",
"Flexible_Stamina",
"Add"
]
}
],
"intID": "SkillID",
"value": 6.0
},
{
"$type": "SetAnimatorBool",
"boolID": "IsCharging"
}
],
"chargeStateIDs": [
"Attack01",
"Attack02",
"Attack03",
"Attack04",
"Run"
]
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"ExtraAttack"
],
"modifierName": "ExtraAttack_StaminaCost"
}
],
"abilitySpecials": {
"ExtraAttack_Sword_Stamina_Cost": 0.0,
"Flexible_Stamina": -2.0
},
"modifiers": {
"ExtraAttack_StaminaCost": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AvatarSkillStart",
"skillID": 10001,
"cdRatio": 1.0,
"costStaminaRatio": "ExtraAttack_Sword_Stamina_Cost"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_ExtraAttack_Damage",
"onAbilityStart": [
{
"$type": "CreateGadget",
"otherTargets": {
"$type": "SelectTargetsByShape",
"topLimit": 5,
"shapeName": "CircleR4",
"centerBasedOn": "SelfAttackTarget",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Gadget",
"Monster",
"GatherObject"
]
},
{
"$type": "ByHasAttackTarget"
}
],
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"gadgetID": 41002006,
"campID": 1001,
"campTargetType": "Enemy"
},
{
"$type": "CreateGadget",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByHasAttackTarget"
}
]
}
],
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 3.700000047683716
}
},
"gadgetID": 41002006,
"campID": 1001,
"campTargetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_ExtraAttack_Damage_Gadget",
"abilitySpecials": {
"Ayaka_ExtraAttack_Damage": 0.0
},
"modifiers": {
"Avatar_Ayaka_ExtraAttack_Damage_Handler": {
"modifierName": "",
"duration": 0.5,
"elementDurability": 100.0,
"thinkInterval": 0.10000000149011612,
"onAdded": [
{
"$type": "TriggerAttackEvent",
"target": "OriginOwner",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": -0.4000000059604645,
"z": 0.0
}
},
"radius": 1.0
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "NormalAttack",
"attenuationGroup": "Ayaka_ExtraAttack",
"attackProperty": {
"damagePercentage": "Ayaka_ExtraAttack_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"overrideByWeapon": true,
"strikeType": "Slash",
"enBreak": 18.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"retreatType": "ByOriginOwner",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
}
],
"onThinkInterval": [
{
"$type": "AddGlobalValue",
"doOffStage": true,
"value": 1.0,
"key": "_ABILITY_Ayaka_ExtraAttack_HitCombo",
"useLimitRange": true,
"maxValue": 5.0,
"minValue": 0.0
},
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Ayaka_ExtraAttack_HitCombo",
"value": 1.0
}
],
"modifierName": "Avatar_Ayaka_ExtraAttack_Damage_Gadget_1"
},
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Ayaka_ExtraAttack_HitCombo",
"value": 2.0
}
],
"modifierName": "Avatar_Ayaka_ExtraAttack_Damage_Gadget_2"
}
]
},
"Avatar_Ayaka_ExtraAttack_Damage_Gadget_1": {
"modifierName": "",
"duration": 0.10000000149011612,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerAttackEvent",
"target": "OriginOwner",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": -0.4000000059604645,
"z": 0.0
}
},
"radius": 2.200000047683716
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "NormalAttack",
"attenuationGroup": "Ayaka_ExtraAttack",
"attackProperty": {
"damagePercentage": "Ayaka_ExtraAttack_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"overrideByWeapon": true,
"strikeType": "Slash",
"enBreak": 18.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"retreatType": "ByOriginOwner",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
}
]
},
"Avatar_Ayaka_ExtraAttack_Damage_Gadget_2": {
"modifierName": "",
"duration": 0.10000000149011612,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerAttackEvent",
"target": "OriginOwner",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": -0.4000000059604645,
"z": 0.0
}
},
"radius": 2.200000047683716
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "NormalAttack",
"attenuationGroup": "Ayaka_ExtraAttack",
"attackProperty": {
"damagePercentage": "Ayaka_ExtraAttack_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"overrideByWeapon": true,
"strikeType": "Slash",
"enBreak": 27.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV3",
"retreatType": "ByOriginOwner",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.15000000596046448,
"shakeTime": 0.10000000149011612,
"shakeDir": {
"x": 1.0,
"y": -1.0
}
}
}
},
"targetType": "Enemy"
}
]
}
},
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_ExtraAttack_00"
},
{
"$type": "SetGlobalValue",
"doOffStage": true,
"value": 0.0,
"key": "_ABILITY_Ayaka_ExtraAttack_HitCombo",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "ApplyModifier",
"modifierName": "Avatar_Ayaka_ExtraAttack_Damage_Handler"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_NormalAttack05_CreateBullet",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 41002007,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "RootNode"
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_NormalAttack05_Bullet",
"onAbilityStart": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"MonsterEquip"
]
}
],
"successActions": [
{
"$type": "DamageByAttackValue",
"target": "Target",
"attackInfo": {
"attackTag": "NormalAttack_05",
"attenuationTag": "ExtraAttack",
"attenuationGroup": "Avatar_Pole_ExtraAttack",
"attackProperty": {
"damagePercentage": 0.7300000190734863,
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"overrideByWeapon": true,
"strikeType": "Slash",
"enBreak": 102.19999694824219,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.36000001430511475,
"shakeTime": 0.11999999731779099,
"shakeDistance": 30.0,
"shakeDir": {
"x": -1.0
}
},
"canBeModifiedBy": "OriginOwner"
}
}
],
"failActions": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"filterByFrame": true,
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 0.800000011920929
},
"attackInfo": {
"attackTag": "NormalAttack_05",
"attenuationTag": "NormalAttack",
"attenuationGroup": "Avatar_Pole_ExtraAttack",
"attackProperty": {
"damagePercentage": 0.7300000190734863,
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"overrideByWeapon": true,
"strikeType": "Slash",
"enBreak": 102.19999694824219,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.36000001430511475,
"shakeTime": 0.11999999731779099,
"shakeDistance": 30.0,
"shakeDir": {
"x": -1.0
}
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_IceSlash",
"abilityMixins": [
{
"$type": "SkillButtonHoldChargeMixin",
"skillID": 10024,
"nextLoopTriggerID": "NextLoopTrigger",
"endHoldTrigger": "EndHoldTrigger",
"beforeStateIDs": [
"Attack01"
],
"chargeLoopStateIDs": [
"IceSlash_Charge1",
"IceSlash_Charge2"
],
"chargeLoopDurations": [
1.0
]
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"IceSlash_Charge1"
],
"modifierName": "Charge1"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"IceSlash_Charge2"
],
"modifierName": "Charge2"
}
],
"modifiers": {
"Charge1": {
"modifierName": "",
"elementDurability": 100.0
},
"Charge2": {
"modifierName": "",
"elementDurability": 100.0
},
"AttackDust": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_Spray"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_Liquid_TriggerAbility",
"abilityMixins": [
{
"$type": "SkillButtonHoldChargeMixin",
"skillID": 10013,
"nextLoopTriggerID": "NextLoopTrigger",
"endHoldTrigger": "EndHoldTrigger",
"beforeStateIDs": [
"LiquidStrike_BS"
],
"chargeLoopStateIDs": [
"LiquidStrike_BS1",
"LiquidStrike_Move",
"LiquidStrike_MoveStandby"
],
"chargeLoopDurations": [
0.009999999776482582,
60.0
]
}
],
"abilitySpecials": {
"StaminaStartCost": 0.0
},
"modifiers": {
"LiquidStrike_FatalTrans": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "SkillButtonHoldChargeMixin",
"skillID": 10013,
"nextLoopTriggerID": "FatalIn",
"endHoldTrigger": "FatalOut",
"beforeStateIDs": [
"LiquidStrike_Move",
"LiquidStrike_MoveStandby"
],
"beforeHoldDuration": 1.0,
"chargeLoopStateIDs": [
"LiquidStrike_FatalMove",
"LiquidStrike_FatalStandby"
]
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Avatar_Ayaka_YayoiKaeshi"
}
],
"modifierName": "LiquidStrike_FatalTrans"
},
{
"$type": "RemoveModifier",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Avatar_Ayaka_YayoiKaeshi"
}
]
}
],
"modifierName": "LiquidStrike_FatalTrans"
}
],
"onAbilityStart": [
{
"$type": "AvatarSkillStart",
"skillID": 10013,
"cdRatio": 1.0,
"costStaminaRatio": "StaminaStartCost"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_LiquidStrike",
"abilityMixins": [
{
"$type": "AvatarSteerByCameraMixin",
"stateIDs": [
"LiquidStrike_BS",
"LiquidStrike_BS1",
"LiquidStrike_Move",
"LiquidStrike_MoveStandby",
"LiquidStrike_FatalMove",
"LiquidStrike_FatalStandby"
]
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_BS1",
"LiquidStrike_Move",
"LiquidStrike_MoveStandby",
"LiquidStrike_FatalMove",
"LiquidStrike_FatalStandby"
],
"modifierName": "MoveLoop"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_AS",
"LiquidStrike_AS_OnWater"
],
"modifierName": "SetVisible"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_AS",
"LiquidStrike_AS_OnWater"
],
"modifierName": "Ice_Bloom"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_AS",
"LiquidStrike_FatalMove",
"LiquidStrike_FatalStandby"
],
"modifierName": "Fatal_Flag"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_AS",
"LiquidStrike_FatalMove",
"LiquidStrike_FatalStandby",
"LiquidStrike_Strike"
],
"modifierName": "Fatal_Sign_Clear"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_Move",
"LiquidStrike_FatalMove"
],
"modifierName": "Move_Eff"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_MoveStandby",
"LiquidStrike_FatalStandby"
],
"modifierName": "MoveStandby_Eff"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_FatalMove",
"LiquidStrike_FatalStandby"
],
"modifierName": "Fatal_Detect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_Strike"
],
"modifierName": "Fatal_Excute"
}
],
"abilitySpecials": {
"HP": 99999.0,
"HPRatio": 0.30000001192092896,
"LiquidStrike_MoveSpeedRatio": 0.0,
"Ice_Bloom_Radius": 2.0,
"StaminaCost": 0.0
},
"modifiers": {
"MoveLoop": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "CostStaminaMixin",
"costStaminaDelta": "StaminaCost",
"onStaminaEmpty": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "EndHoldTrigger"
},
{
"$type": "SetAnimatorTrigger",
"triggerID": "FatalOut"
}
]
}
],
"onAdded": [
{
"$type": "TriggerSetVisible"
}
],
"onRemoved": [
{
"$type": "TriggerSetVisible",
"visible": true
},
{
"$type": "TriggerHideWeapon",
"partNames": [
"equip03"
]
}
]
},
"Move_Eff": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Animator_MoveSpeedRatio": "LiquidStrike_MoveSpeedRatio"
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_Spray"
}
],
"isLimitedProperties": true
},
"MoveStandby_Eff": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_Idle"
}
]
},
"Move_Crash": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.20000000298023224,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.20000000298023224
}
},
"fanAngle": 180.0,
"radius": 1.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"enBreak": 0.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {}
}
},
"targetType": "Enemy"
}
]
},
"SetVisible": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerSetVisible",
"visible": true
},
{
"$type": "TriggerHideWeapon",
"partNames": [
"equip03"
]
}
]
},
"Ice_Bloom": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.10000000149011612
}
},
"radius": "Ice_Bloom_Radius"
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 25.0,
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {}
}
},
"targetType": "Enemy"
},
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01",
"sheathPoint"
]
},
"modifierName": "IceModifier"
}
]
},
"IceModifier": {
"modifierName": "",
"duration": 4.0,
"elementType": "Ice",
"elementDurability": 25.0,
"overrideWeaponElement": true,
"onAdded": [
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"effectPattern": "Eff_Barbara_WetShield_Collision_Self"
}
]
},
"Fatal_Detect": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.5,
"onThinkInterval": [
{
"$type": "ApplyModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleLockEnemyR13Low",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
},
{
"$type": "ByTargetHPRatio",
"logic": "LesserOrEqual",
"HPRatio": "HPRatio"
}
],
"modifierName": "Fatal_Sign"
}
]
},
"Fatal_Sign": {
"modifierName": "",
"duration": 2.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_ABILITY_Fatal_MARK",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_FatalMark"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_FatalMark_Decal"
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": -1.0,
"key": "_ABILITY_Fatal_MARK",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_FatalMark_AS"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_FatalMark_Decal_AS"
}
]
},
"Fatal_Sign_Clear": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveModifier",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR15",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"modifierName": "Fatal_Sign"
}
]
},
"Fatal_Flag": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.10000000149011612,
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "FatalExcute"
}
],
"onThinkInterval": [
{
"$type": "Predicated",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleLockEnemyR3Low",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Fatal_MARK",
"value": 0.0,
"compareType": "MoreThan"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"targetPredicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Fatal_MARK",
"value": 0.0,
"compareType": "MoreThan"
}
],
"successActions": [
{
"$type": "ApplyModifier",
"modifierName": "Fatal_Excute_Access"
}
],
"failActions": [
{
"$type": "SetAnimatorBool",
"boolID": "FatalExcute"
}
]
}
]
},
"Fatal_Excute_Access": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorBool",
"boolID": "FatalExcute",
"value": true
}
],
"onRemoved": [
{
"$type": "SetAnimatorBool",
"boolID": "FatalExcute"
}
]
},
"Fatal_Excute": {
"modifierName": "",
"elementDurability": 100.0,
"state": "Invincible",
"onAdded": [
{
"$type": "ApplyModifier",
"target": "Target",
"modifierName": "Excuted"
},
{
"$type": "AttachAbilityStateResistance",
"resistanceListID": 11002
}
]
},
"Excuted": {
"modifierName": "",
"duration": 1.5,
"elementDurability": 100.0,
"properties": {
"Animator_MoveSpeedRatio": -1.0
}
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_LiquidStrike_Fatal",
"onAbilityStart": [
{
"$type": "SetSelfAttackTarget",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleLockEnemyLow",
"centerBasedOn": "Target",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Fatal_MARK",
"value": 0.0,
"compareType": "MoreThan"
}
]
},
{
"$type": "CreateGadget",
"target": "SelfAttackTarget",
"predicates": [
{
"$type": "ByHasAttackTarget"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "Fx_ChestNode"
},
"gadgetID": 41002008,
"campID": 1001,
"campTargetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_LiquidStrike_Fatal_Forward",
"onAbilityStart": [
{
"$type": "SetSelfAttackTarget",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR5",
"centerBasedOn": "Target",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_Fatal_MARK",
"value": 0.0,
"compareType": "MoreThan"
}
]
},
{
"$type": "TurnDirection"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_LiquidStrike_YayoiKaeshi",
"abilitySpecials": {
"FatalStrike_Damage": 3.0
},
"onAdded": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 0.10000000149011612
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": "FatalStrike_Damage",
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 25.0,
"strikeType": "Slash",
"enBreak": 300.0
},
"hitPattern": {
"onHitEffectName": "Eff_Avatar_Girl_Sword_Ayaka_LiquidStrike_Strike_Hit",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.30000001192092896,
"shakeTime": 0.10000000149011612,
"shakeDistance": 30.0,
"shakeDir": {
"x": -1.0,
"y": -1.0
}
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_EndLiquidStrike",
"onAbilityStart": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "NextSkillTrigger"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_Icespine",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Icespine"
],
"modifierName": "Sensu_Appear"
}
],
"modifiers": {
"Sensu_Appear": {
"modifierName": "",
"duration": 2.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_Icespine_Field_Sensu"
}
]
},
"Icespine_Appear": {
"modifierName": "",
"duration": 0.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_Icespine_Field"
},
{
"$type": "ApplyModifier",
"modifierName": "Icespine_Hitzone"
}
]
},
"Icespine_Hitzone": {
"modifierName": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "CreateGadget",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"onGround": true
},
"gadgetID": 41002002,
"campID": 1001,
"campTargetType": "Enemy"
}
]
}
},
"onAbilityStart": [
{
"$type": "AvatarSkillStart",
"skillID": 10018,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "AvatarSkillStart",
"skillID": 10020,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "ApplyModifier",
"modifierName": "Icespine_Appear"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_Icespine_Strike_New",
"abilitySpecials": {
"GetElementRatio": 1.0,
"Icespine_Damage": 0.0,
"EarlyWinter_Factor": 0.20000000298023224
},
"modifiers": {
"Icespine_Talent_EarlyWinter": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ModifyDamageMixin",
"attackTags": [
"Elemental_Art"
],
"damagePercentageRatio": "EarlyWinter_Factor",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
},
{
"$type": "ByAny",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
},
{
"$type": "ByHasElement",
"element": "Frozen"
},
{
"$type": "ByHasAbilityState",
"abilityState": "ElementFreeze"
}
]
}
]
}
]
},
"Icespine_Strike_Prebuff_Ice": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 3.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 0.0,
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.05000000074505806,
"muteHitText": true
},
"cameraShake": {}
}
},
"targetType": "Enemy"
}
]
},
"Icespine_Strike_Delay": {
"modifierName": "",
"duration": 0.800000011920929,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "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": {
"damagePercentage": "Icespine_Damage",
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementRank": 1.5,
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 110.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.05000000074505806
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
},
"GenerateElemBall_Icespine": {
"modifierName": "",
"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",
"modifierName": "DropBall_Base"
}
]
}
]
},
"DropBall_Base": {
"stacking": "Unique",
"modifierName": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "GenerateElemBall",
"configID": 2022,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 1.0
}
},
"ratio": "GetElementRatio",
"baseEnergy": 9.0
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "GenerateElemBall_Icespine"
},
{
"$type": "ApplyModifier",
"modifierName": "Icespine_Strike_Prebuff_Ice"
},
{
"$type": "ApplyModifier",
"modifierName": "Icespine_Strike_Delay"
},
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Avatar_Ayaka_EarlyWinter"
}
],
"modifierName": "Icespine_Talent_EarlyWinter"
},
{
"$type": "RemoveModifier",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Avatar_Ayaka_EarlyWinter"
}
]
}
],
"modifierName": "Icespine_Talent_EarlyWinter"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenWindmill",
"onAbilityStart": [
{
"$type": "AvatarSkillStart",
"skillID": 10019,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "AvatarSkillStart",
"skillID": 10021,
"cdRatio": 1.0,
"costStaminaRatio": 1.0
},
{
"$type": "TriggerBullet",
"bulletID": 41002001,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 1.7999999523162842,
"z": 0.800000011920929
},
"onGround": true
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Avatar_Ayaka_Oboro"
}
],
"bulletID": 41002005,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 1.0,
"y": 1.0,
"z": 0.6000000238418579
},
"direction": {
"$type": "ConfigDirectionByEntity",
"angleOffset": {
"y": 30.0
}
}
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByUnlockTalentParam",
"talentParam": "Avatar_Ayaka_Oboro"
}
],
"bulletID": 41002005,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": -1.0,
"y": 1.0,
"z": 0.6000000238418579
},
"direction": {
"$type": "ConfigDirectionByEntity",
"angleOffset": {
"y": -30.0
}
}
}
},
{
"$type": "ActCameraShake",
"cameraShake": {
"shakeRange": 0.11999999731779099,
"shakeTime": 0.30000001192092896,
"shakeDistance": 5.0
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_Windmill_CameraController",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FrozenWindmill"
],
"modifierName": "Windmill_Camera_Protection_Ghost"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FrozenWindmill"
],
"modifierName": "Windmill_Camera_Protection_Invincible"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FrozenWindmill"
],
"modifierName": "Windmill_Camera_Handler"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FrozenWindmill",
"FrozenWindmill_AS"
],
"modifierName": "Windmill_Camera_Remover"
},
{
"$type": "AttachToNormalizedTimeMixin",
"stateID": "FrozenWindmill",
"modifierName": "Windmill_HidingWeapon"
}
],
"modifiers": {
"Windmill_Camera_Protection_Ghost": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachAbilityStateResistance",
"resistanceListID": 11002
}
]
},
"Windmill_Camera_Protection_Invincible": {
"modifierName": "",
"elementDurability": 100.0,
"state": "Invincible"
},
"Windmill_Camera_Handler": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "TriggerWeatherMixin",
"type": "Skill",
"weatherPattern": "Weather_Ayaka_Windmill",
"transDuration": 0.699999988079071,
"duration": 1.399999976158142
},
{
"$type": "WindZoneMixin",
"shapeName": "CircleR3",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"strength": -3.0,
"attenuation": 2.0,
"innerRadius": 0.0,
"targetType": "Enemy",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster",
"Grass"
]
},
{
"$type": "ByTargetWeight",
"logic": "LesserOrEqual",
"weight": 250.0
}
],
"modifierName": ""
}
]
},
"Windmill_Camera_Remover": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "ControlEmotion",
"toggleEmoSync": false,
"toggleBlink": false,
"toggleEyeKey": false
}
],
"onRemoved": [
{
"$type": "AvatarExitCameraShot",
"doOffStage": true
},
{
"$type": "AvatarCameraParam",
"doOffStage": true,
"cameraParam": {
"forceRadius": 5.0,
"forceRadiusDuration": 0.0,
"shouldKeepForceRadius": true
}
},
{
"$type": "ControlEmotion",
"doOffStage": true
}
],
"onAvatarOut": [
{
"$type": "AvatarExitCameraShot",
"doOffStage": true
},
{
"$type": "AvatarCameraParam",
"doOffStage": true,
"cameraParam": {
"forceRadius": 5.0,
"forceRadiusDuration": 0.0,
"shouldKeepForceRadius": true
}
},
{
"$type": "ControlEmotion",
"doOffStage": true
}
]
},
"Windmill_HidingWeapon": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerHideWeapon",
"partNames": [
"equip01"
]
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_Windmill_WeaponDither"
}
],
"onRemoved": [
{
"$type": "TriggerHideWeapon",
"doOffStage": true,
"visible": true,
"partNames": [
"equip01"
]
}
]
}
},
"onAbilityStart": [
{
"$type": "AvatarEnterCameraShot",
"predicates": [
{
"$type": "ByAttackNotHitScene",
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 1.5,
"z": 0.0
}
},
"height": 0.4000000059604645,
"fanAngle": 30.0,
"radius": 1.399999976158142
},
"checkWaterLayer": true
},
{
"$type": "ByAvatarInWaterDepth",
"compareType": "LessAndEqual",
"depth": 0.5
}
],
"cameraMoveCfgPath": "Camera_Ayaka_Windmill"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenWindmill_Material",
"modifiers": {
"FrozenWindmill_Ice": {
"modifierName": "",
"elementType": "Frozen",
"elementDurability": 100.0
},
"FrozenWindmill_ResistFrozen": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachAbilityStateResistance",
"resistanceListID": 14002
}
]
}
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_IceButterfly_Bullet"
},
{
"$type": "ApplyModifier",
"modifierName": "FrozenWindmill_Ice"
},
{
"$type": "ApplyModifier",
"modifierName": "FrozenWindmill_ResistFrozen"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenWindmillDamage",
"abilitySpecials": {
"FrozenWindmill_SliceDamage": 0.0
},
"modifiers": {
"FrozenWindmill_Damage": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.25,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.30000001192092896,
"z": 0.30000001192092896
}
},
"radius": 3.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": "FrozenWindmill_SliceDamage",
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementRank": 1.5,
"elementDurability": 25.0,
"strikeType": "Slash",
"enBreak": 27.270000457763672
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"hitHaltTimeScale": 0.05000000074505806
},
"cameraShake": {},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "FrozenWindmill_Damage"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenWindmillDissipate",
"abilitySpecials": {
"FrozenWindmill_BlastDamage": 0.0
},
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_IceButterfly_Bullet_AS"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"ignoreMassive": true,
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": -1.0,
"z": 0.0
}
},
"radius": 5.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": "FrozenWindmill_BlastDamage",
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementRank": 1.5,
"elementDurability": 25.0,
"enBreak": 27.270000457763672
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
},
"cameraShake": {
"shakeRange": 0.15000000596046448,
"shakeTime": 0.10000000149011612,
"shakeDistance": 30.0
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenWindmill_Sub_Material",
"modifiers": {
"FrozenWindmill_Sub_Ice": {
"modifierName": "",
"elementType": "Frozen",
"elementDurability": 100.0
},
"FrozenWindmill_Sub_ResistFrozen": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachAbilityStateResistance",
"resistanceListID": 14002
}
]
}
},
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_IceButterfly_Sub_Bullet"
},
{
"$type": "ApplyModifier",
"modifierName": "FrozenWindmill_Sub_Ice"
},
{
"$type": "ApplyModifier",
"modifierName": "FrozenWindmill_Sub_ResistFrozen"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenWindmill_Sub_Damage",
"abilitySpecials": {
"FrozenWindmill_SliceDamage": 0.0,
"FrozenWindmill_SubFactor": 0.20000000298023224
},
"modifiers": {
"FrozenWindmill_Sub_Damage": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.25,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.30000001192092896,
"z": 0.30000001192092896
}
},
"radius": 1.5
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": [
"FrozenWindmill_SliceDamage",
"FrozenWindmill_SubFactor",
"Mul"
],
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementRank": 1.5,
"elementDurability": 25.0,
"strikeType": "Slash",
"enBreak": 11.770000457763672
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV3",
"hitHaltTimeScale": 0.05000000074505806
},
"cameraShake": {},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
},
{
"$type": "DamageByAttackValue",
"otherTargets": {
"$type": "SelectTargetsByShape",
"shapeName": "CircleR1",
"campTargetType": "Enemy",
"sizeRatio": 1.0
},
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Grass",
"Water"
]
}
],
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementRank": 3.0,
"elementDurability": 25.0,
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"hitHaltTimeScale": 0.05000000074505806,
"muteHitText": true
}
}
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "FrozenWindmill_Sub_Damage"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenWindmill_Sub_Dissipate",
"abilitySpecials": {
"FrozenWindmill_BlastDamage": 0.0,
"FrozenWindmill_SubFactor": 0.20000000298023224
},
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_IceButterfly_Sub_Bullet_AS"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": -1.0,
"z": 0.0
}
},
"radius": 3.0
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": [
"FrozenWindmill_BlastDamage",
"FrozenWindmill_SubFactor",
"Mul"
],
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementRank": 1.5,
"elementDurability": 25.0,
"enBreak": 23.540000915527344
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.05000000074505806
},
"cameraShake": {
"shakeRange": 0.15000000596046448,
"shakeTime": 0.10000000149011612,
"shakeDistance": 30.0
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenButterfly_Area",
"abilityMixins": [
{
"$type": "ChangeFieldMixin"
}
],
"modifiers": {
"FrozenButterfly_Area_Enchanted": {
"modifierName": "",
"duration": 15.0,
"elementDurability": 100.0,
"thinkInterval": 1.0,
"onThinkInterval": [
{
"$type": "ApplyModifier",
"modifierName": "Enchanted_Ice"
}
]
},
"Enchanted_Ice": {
"modifierName": "",
"duration": 3.0,
"elementType": "Ice",
"elementDurability": 20.0,
"overrideWeaponElement": true
},
"FrozenButterfly_Area_Debuff": {
"modifierName": "",
"duration": 15.0,
"elementDurability": 100.0,
"thinkInterval": 1.0,
"onThinkInterval": [
{
"$type": "DamageByAttackValue",
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 25.0,
"strikeType": "Default",
"enBreak": 0.0
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV0",
"hitHaltTimeScale": 0.009999999776482582,
"muteHitText": true
}
}
}
]
}
},
"onFieldEnter": [
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Equip"
]
}
],
"modifierName": "FrozenButterfly_Area_Enchanted"
},
{
"$type": "ApplyModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"modifierName": "FrozenButterfly_Area_Debuff"
}
],
"onFieldExit": [
{
"$type": "RemoveModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Equip"
]
}
],
"modifierName": "FrozenButterfly_Area_Enchanted"
},
{
"$type": "RemoveModifier",
"target": "Target",
"predicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"modifierName": "FrozenButterfly_Area_Debuff"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrozenButterfly_Area_Material",
"modifiers": {
"Area_Material": {
"modifierName": "",
"duration": 15.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Element_ButterflyIce"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "Area_Material"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FrostFall",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FrostFall_Idle",
"FrostFall_Attack"
],
"modifierName": "InFrostFall"
}
],
"modifiers": {
"InFrostFall": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "TriggerWitchTimeMixin",
"ignoreTargetType": "SelfCamp",
"openEffectPattern": "",
"closeEffectPattern": "",
"weatherPattern": "Weather_Ayaka_FrostFall"
}
],
"onAdded": [
{
"$type": "AvatarEnterFocus",
"cameraFollowLower": {
"x": -0.30000001192092896,
"z": -2.0
},
"cameraFollowUpper": {
"x": -0.30000001192092896
},
"cameraFastFocusMode": true,
"dragButtonName": "Skill1",
"assistance": {
"ps4": {},
"ps5": {},
"other": {
"useGyro": true
}
},
"canMove": false
}
],
"onRemoved": [
{
"$type": "AvatarExitFocus"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_ReattachWeapon",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"NormalStandby",
"NormalMove",
"NormalMoveWeaponOver",
"Climb",
"ClimbTransient",
"Ladder",
"Slip",
"Swim",
"Fly",
"Jump",
"Fall",
"Attack04",
"Attack05",
"Icespine",
"Icespine_Out",
"FrozenWindmill",
"LiquidStrike_IS_AS",
"LiquidStrike_IS_Out_AS",
"LiquidStrike_FW_AS"
],
"modifierName": "ShowSheath"
}
],
"modifiers": {
"ShowSheath": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerHideWeapon",
"visible": true,
"partNames": [
"equip03"
]
}
],
"onRemoved": [
{
"$type": "TriggerHideWeapon",
"partNames": [
"equip03"
]
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_MagicSheathe_Add",
"modifiers": {
"UNIQUE_MagicSheathe_Material": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Girl_Sword_Ayaka_ExtraAttack_Spark_Sheath"
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_MagicSheathe_Material"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_MagicSheathe_Remove",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Attack04",
"Attack05",
"ExtraAttack",
"ExtraAttack_AS"
],
"modifierName": "MagicSheathe_Remover"
}
],
"modifiers": {
"MagicSheathe_Remover": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"doOffStage": true,
"modifierName": "UNIQUE_MagicSheathe_Material"
}
]
}
},
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_MagicSheathe_Material"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_ChangeMainSkill"
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_CloseCollider",
"abilityMixins": [
{
"$type": "AttachToNormalizedTimeMixin",
"stateID": "Attack05",
"modifierName": "Ayaka_NormalAttack_CloseCollider",
"normalizeEnd": 0.10000000149011612
},
{
"$type": "AttachToNormalizedTimeMixin",
"stateID": "LiquidStrike_Strike",
"modifierName": "Ayaka_LiquidStrike_Strike_CloseCollider",
"normalizeEnd": 0.5
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"LiquidStrike_Move",
"LiquidStrike_MoveStandby",
"LiquidStrike_FatalMove",
"LiquidStrike_FatalStandby"
],
"modifierName": "Ayaka_LiquidStrike_CloseCollider"
}
],
"modifiers": {
"Ayaka_NormalAttack_CloseCollider": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerSetPassThrough",
"doOffStage": true,
"passThrough": true
}
],
"onRemoved": [
{
"$type": "TriggerSetPassThrough",
"doOffStage": true,
"canBeHandledOnRecover": true
}
]
},
"Ayaka_LiquidStrike_Strike_CloseCollider": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerSetPassThrough",
"doOffStage": true,
"passThrough": true
}
],
"onRemoved": [
{
"$type": "TriggerSetPassThrough",
"doOffStage": true,
"canBeHandledOnRecover": true
}
]
},
"Ayaka_LiquidStrike_CloseCollider": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerSetPassThrough",
"doOffStage": true,
"passThrough": true
}
],
"onRemoved": [
{
"$type": "TriggerSetPassThrough",
"doOffStage": true,
"canBeHandledOnRecover": true
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_Talent_IceDance",
"abilitySpecials": {
"IceDance_Chance_OnFreeze": 0.18000000715255737,
"IceDance_Chance_OnIce": 0.05999999865889549
},
"modifiers": {
"IceDance_Handler": {
"modifierName": "",
"elementDurability": 100.0,
"onAttackLanded": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"NormalAttack_01",
"NormalAttack_02",
"NormalAttack_03",
"NormalAttack_04",
"NormalAttack_05"
]
},
{
"$type": "ByHasAbilityState",
"abilityState": "ElementFreeze"
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"successActions": [
{
"$type": "ApplyModifier",
"modifierName": "IceDance_ReduceCD_OnFreeze"
}
],
"failActions": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByAttackTags",
"attackTags": [
"NormalAttack_01",
"NormalAttack_02",
"NormalAttack_03",
"NormalAttack_04",
"NormalAttack_05"
]
},
{
"$type": "ByAny",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
},
{
"$type": "ByHasElement",
"element": "Frozen"
}
]
},
{
"$type": "ByEntityTypes",
"entityTypes": [
"Monster"
]
}
],
"successActions": [
{
"$type": "ApplyModifier",
"modifierName": "IceDance_ReduceCD_OnIce"
}
]
}
]
}
]
},
"IceDance_ReduceCD_OnFreeze": {
"stacking": "Unique",
"modifierName": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "Randomed",
"chance": "IceDance_Chance_OnFreeze",
"successActions": [
{
"$type": "ModifyAvatarSkillCD",
"skillID": 10018,
"cdDelta": -0.5
}
]
}
]
},
"IceDance_ReduceCD_OnIce": {
"stacking": "Unique",
"modifierName": "",
"duration": 1.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "Randomed",
"chance": "IceDance_Chance_OnIce",
"successActions": [
{
"$type": "ModifyAvatarSkillCD",
"skillID": 10018,
"cdDelta": -0.5
}
]
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"modifierName": "IceDance_Handler"
}
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_Talent_HyouShin",
"abilitySpecials": {
"EnergyCostDelta": -10.0
},
"modifiers": {
"HyouShin_EnergyCostReduction": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Actor_EnergyCostDelta": "EnergyCostDelta"
}
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "HyouShin_EnergyCostReduction"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_Talent_EbbAndFlow",
"abilitySpecials": {
"Ebb_Factor": 0.20000000298023224,
"Flow_Factor": 0.10000000149011612
},
"modifiers": {
"EbbAndFlow_EnergyGauge_Detect": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 2.0,
"onThinkInterval": [
{
"$type": "Predicated",
"doOffStage": true,
"targetPredicates": [
{
"$type": "ByEnergyRatio",
"logic": "GreaterOrEqual",
"ratio": 0.5
}
],
"successActions": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"modifierName": "UNIQUE_EbbAndFlow_Attack_Up"
},
{
"$type": "RemoveUniqueModifier",
"doOffStage": true,
"modifierName": "UNIQUE_EbbAndFlow_Critical_Up"
}
],
"failActions": [
{
"$type": "ApplyModifier",
"doOffStage": true,
"modifierName": "UNIQUE_EbbAndFlow_Critical_Up"
},
{
"$type": "RemoveUniqueModifier",
"doOffStage": true,
"modifierName": "UNIQUE_EbbAndFlow_Attack_Up"
}
]
}
]
},
"UNIQUE_EbbAndFlow_Attack_Up": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_01",
"NormalAttack_02",
"NormalAttack_03",
"NormalAttack_04",
"NormalAttack_05"
],
"damagePercentageRatio": "Ebb_Factor"
}
]
},
"UNIQUE_EbbAndFlow_Critical_Up": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_01",
"NormalAttack_02",
"NormalAttack_03",
"NormalAttack_04",
"NormalAttack_05"
],
"damagePercentageRatio": 0.0,
"bonusCritical": "Flow_Factor"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "EbbAndFlow_EnergyGauge_Detect"
}
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_NormalAttack_DamageHandler",
"abilityMixins": [
{
"$type": "ModifyDamageMixin",
"animEventNames": [
"ATK01"
],
"damagePercentage": "NormalAttack_01_DamagePercentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"animEventNames": [
"ATK02"
],
"damagePercentage": "NormalAttack_02_DamagePercentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"animEventNames": [
"ATK03"
],
"damagePercentage": "NormalAttack_03_DamagePercentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"animEventNames": [
"ATK04_1"
],
"damagePercentage": "NormalAttack_04_1_DamagePercentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"animEventNames": [
"ATK04_2"
],
"damagePercentage": "NormalAttack_04_2_DamagePercentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"animEventNames": [
"ATK04_3"
],
"damagePercentage": "NormalAttack_04_3_DamagePercentage",
"damagePercentageRatio": 0.0
},
{
"$type": "ModifyDamageMixin",
"attackTags": [
"NormalAttack_05"
],
"damagePercentage": "NormalAttack_05_DamagePercentage",
"damagePercentageRatio": 0.0
}
],
"abilitySpecials": {
"NormalAttack_01_DamagePercentage": 0.0,
"NormalAttack_02_DamagePercentage": 0.0,
"NormalAttack_03_DamagePercentage": 0.0,
"NormalAttack_04_1_DamagePercentage": 0.0,
"NormalAttack_04_2_DamagePercentage": 0.0,
"NormalAttack_04_3_DamagePercentage": 0.0,
"NormalAttack_05_DamagePercentage": 0.0
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Ayaka_FallingAnthem",
"abilityMixins": [
{
"$type": "AvatarChangeSkillMixin",
"jumpSkillID": 5002010,
"flySkillID": 5002010
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"modifierName": "FallingAnthem_BS_Material"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"modifierName": "FallingAnthem_Loop_Normal"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"FallingAnthem_BS_2",
"FallingAnthem_Loop",
"FallingAnthem_Loop_Low"
],
"modifierName": "FallingAnthem_LoopDamage"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"modifierName": "FallingAnthem_BS_VelocityForce_Initialize"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"modifierName": "FallingAnthem_Height_Detect"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"modifierName": "FallingAnthem_FallingDamageImmune_01"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop"
],
"modifierName": "Inertia"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"modifierName": "FallingAnthem_OverHead_Camera"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"modifierName": "FallingAnthem_ClearVelocityForce"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"modifierName": "FallingAnthem_ClearVelocityForce_AS"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop"
],
"modifierName": "FallingAnthem_AttachWeaponEffect"
},
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"FallingAnthem_BS_2"
],
"modifierName": "FallingAnthem_CameraRadialBlur"
}
],
"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_AttachWeaponEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Sword_FallAnthem_Self_01"
}
]
},
"FallingAnthem_CameraRadialBlur": {
"modifierName": "",
"duration": 0.23000000417232513,
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "CameraBlurMixin",
"cameraRadialBlur": {
"power": 0.30000001192092896,
"fadeTime": 0.15000000596046448
}
}
]
},
"FallingAnthem_BS_Material": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Avatar_Sword_FallAnthem_BS"
}
]
},
"FallingAnthem_BS_VelocityForce_Initialize": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Actor_AddGravityScale": -2.0
},
"onAdded": [
{
"$type": "RemoveVelocityForce",
"forces": [
"RushMoveType"
]
}
]
},
"FallingAnthem_LoopDamage": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.30000001192092896,
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 1.0
}
},
"radius": 1.0
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": "FallingAnthem_Normal_Loop_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 0.0,
"overrideByWeapon": true,
"strikeType": "Slash",
"enBreak": 25.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.019999999552965164
}
}
},
"targetType": "Enemy"
}
]
},
"FallingAnthem_FallingDamageImmune_01": {
"modifierName": "",
"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",
"modifierName": "FallingAnthem_FallingDamageImmune_02"
}
]
},
"FallingAnthem_FallingDamageImmune_02": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValueToOverrideMap",
"globalValueKey": "_ABILITY_FallingAttack_Altitude",
"overrideMapKey": "FallingAnthem_FallingDamageRatio"
},
{
"$type": "AttachModifier",
"modifierName": "FallingAnthem_FallingDamageImmune_03"
}
]
},
"FallingAnthem_FallingDamageImmune_03": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Actor_FallingDamageRatio": "FallingAnthem_FallingDamageRatio"
}
},
"FallingAnthem_Loop_Normal": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_FallingAnthem_UseCamera",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
-1.0,
0.5,
1.5
],
"modifierNameSteps": [
"FallingAnthem_Loop_Normal_Rank_1",
"FallingAnthem_Loop_Normal_Rank_2"
]
}
]
},
"FallingAnthem_Loop_Normal_Rank_1": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Sword_FallAnthem_Loop_01"
}
]
},
"FallingAnthem_Loop_Normal_Rank_2": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Avatar_Sword_FallAnthem_Loop_02"
}
]
},
"Inertia": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "ApplyInertiaVelocityMixin",
"useXZ": false,
"useY": false
}
]
},
"FallingAnthem_Height_Detect": {
"modifierName": "",
"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": {
"modifierName": "",
"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": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AvatarExitCameraShot",
"doOffStage": true
}
]
},
"FallingAnthem_Landed_Camera": {
"modifierName": "",
"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": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RemoveVelocityForce",
"forces": [
"RushMoveType",
"InertiaType"
]
}
]
},
"FallingAnthem_ClearVelocityForce_AS": {
"modifierName": "",
"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",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": -0.5,
"z": 1.0
}
},
"height": 2.0,
"radius": 3.0
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": "FallingAnthem_Normal_Rank_1_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"overrideByWeapon": true,
"strikeType": "Blunt",
"enBreak": 100.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV4",
"hitHaltTimeScale": 0.10000000149011612
},
"forceCameraShake": true,
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.23999999463558197,
"shakeTime": 0.11999999731779099,
"shakeDistance": 30.0,
"shakeDir": {
"y": 1.0
},
"extension": {
"baseCycle": 0.23999999463558197,
"cycleDamping": 0.0,
"rangeAttenuation": 0.30000001192092896
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 1.0,
"forceByCaster": true
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": -0.5,
"z": 1.0
}
},
"height": 2.0,
"radius": 5.0
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": "FallingAnthem_Normal_Rank_2_Damage",
"damagePercentageRatio": 0.0,
"elementDurability": 25.0,
"overrideByWeapon": true,
"strikeType": "Blunt",
"enBreak": 150.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.10000000149011612
},
"forceCameraShake": true,
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.5,
"shakeTime": 0.20000000298023224,
"shakeDistance": 30.0,
"shakeDir": {
"y": 1.0,
"z": 1.0
},
"extension": {
"baseCycle": 0.4000000059604645,
"cycleDamping": 0.0,
"rangeAttenuation": 0.30000001192092896
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 0.0,
"forceByCaster": true,
"compareType": "NoneOrEqual"
}
],
"effectPattern": "Eff_Avatar_Sword_FallAnthem_Strike_01"
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": 1.0,
"forceByCaster": true
}
],
"effectPattern": "Eff_Avatar_Sword_FallAnthem_Strike_02"
}
]
}
}
]