Files
FireflyGo_Resources/Config/ConfigAdventureAbility/LocalPlayer/LocalPlayer_Klara_00_Ability.json
2025-08-14 09:04:39 +07:00

579 lines
20 KiB
JSON

{
"AbilityList": [
{
"Name": "LocalPlayer_Klara_NormalAtk01",
"TargetInfo": {
"TargetType": "SkillPointEntityOrNone"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"Freelook3rdConfig": {
"DampChangeParam": {
"TargetValue": {
"x": 1,
"y": 1,
"z": 1
},
"ChangeCurvePath": "Camera/BlendCurve/AttackDampCurve.asset",
"RecoveryTime": 0.25,
"RecoveryCurvePath": "Camera/BlendCurve/AttackDampRecoverCurve.asset"
}
}
}
},
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByHaveAbilityTarget"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.LookAt",
"TargetType": "AbilityTargetEntity",
"Duration": 0.25
},
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AdvLocalPlayer"
},
"AnimLogicState": "NormalAtk",
"AnimStateName": "Attack_1"
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"Projectile": {
"Behavior": "Static",
"EnableRayCast": true,
"MaxLifeTime": 1.18,
"FlyEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeAttack_Fire.prefab",
"StaticProjectileCanPassAirWall": false
}
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"Projectile": {
"Behavior": "Static",
"EnableRayCast": true,
"MaxLifeTime": 0.25
},
"OnProjectileLifetimeFinish": [
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"AttackRootTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ProjectileHitEntity"
},
"TriggerBattleDelay": 0.1,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"MaxRadius": 2,
"FanAngle": 360,
"Hight": 2
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeAttack_Hit.prefab",
"HitSoundEvent": "Ev_sfx_boss_skill_01_hit_svarog"
}
},
{
"$type": "RPG.GameCore.RadialBlurEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Duration": 0.05,
"BlurY": 0.4,
"BlurRadius": 1,
"Iteration": 4,
"BlurStart": 0.005,
"BlurFeather": 0.01
}
]
}
],
"FailedTaskList": [
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimLogicState": "NormalAtk",
"AnimStateName": "Attack_1"
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "None"
},
"Projectile": {
"Behavior": "Static",
"EnableRayCast": true,
"MaxLifeTime": 1.18,
"AttachOffset": {
"x": 0,
"y": 0,
"z": 4
},
"FlyEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeAttack_Fire.prefab",
"StaticProjectileCanPassAirWall": false
}
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "None"
},
"Projectile": {
"Behavior": "Static",
"EnableRayCast": true,
"MaxLifeTime": 0.25,
"AttachOffset": {
"x": 0,
"y": 0,
"z": 3
}
},
"OnProjectileLifetimeFinish": [
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"AttackRootTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ProjectileHitEntity"
},
"TriggerBattleDelay": 0.1,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"MaxRadius": 2,
"FanAngle": 360,
"Hight": 2
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeAttack_Hit.prefab",
"HitSoundEvent": "Ev_sfx_boss_skill_01_hit_svarog"
}
},
{
"$type": "RPG.GameCore.RadialBlurEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Duration": 0.05,
"BlurY": 0.4,
"BlurRadius": 1,
"Iteration": 4,
"BlurStart": 0.005,
"BlurFeather": 0.01
}
]
}
]
}
],
"OnAbort": [
{
"$type": "RPG.GameCore.RadialBlurEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Active": false
}
]
},
{
"Name": "LocalPlayer_Klara_MazeSkill",
"TargetInfo": {
"TargetType": "SkillPointEntityOrNone"
},
"OnStart": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByHaveAbilityTarget"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.LookAt",
"TargetType": "AbilityTargetEntity"
},
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimLogicState": "MazeSkill",
"AnimStateName": "MazeSkill"
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "None"
},
"Projectile": {
"Behavior": "Static",
"MaxLifeTime": 2,
"AttachOffset": {
"x": -0.5,
"y": 0,
"z": 0
},
"FlyEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01.prefab"
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"Freelook3rdConfig": {
"ZoomChangeParam": {
"TargetValue": -0.4,
"Time": 0.5,
"ChangeCurvePath": "Camera/BlendCurve/Blend_MazeSkill.asset",
"RecoveryCurvePath": "Camera/BlendCurve/BlendCut06.asset"
}
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "MazeSkill",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
}
},
{
"$type": "RPG.GameCore.StartAim",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"TargetAttachPoint": "Root",
"IsEffect": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01.prefab"
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "MazeSkill",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.11000000010244548
}
}
},
{
"$type": "RPG.GameCore.RadialBlurEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Duration": 0.15,
"BlurX": 0.4,
"BlurY": 0.4,
"BlurRadius": 1,
"Iteration": 4,
"BlurStart": 0.25,
"BlurFeather": 0.001
},
{
"$type": "RPG.GameCore.StopEffectFollowPoint",
"EffectPath": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01.prefab",
"FollowPointName": "Effect_ElbowPart1_L"
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"Projectile": {
"Behavior": "Static",
"MaxLifeTime": 0.1
},
"OnProjectileLifetimeFinish": [
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"AttackRootTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ProjectileHitEntity"
},
"TriggerBattleDelay": 0.2,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"MaxRadius": 2,
"FanAngle": 360,
"Hight": 2
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01_Hit01.prefab",
"HitSoundEvent": "Ev_sfx_boss_skill_02_hit_svarog"
},
"OnBattle": [
{
"$type": "RPG.GameCore.AddMazeBuff",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ParamEntity"
},
"ID": 110701
}
]
}
]
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"Freelook3rdConfig": {
"ZoomChangeParam": {
"Time": 0.05,
"ChangeCurvePath": "Camera/BlendCurve/BlendCut06.asset",
"RecoveryCurvePath": "Camera/BlendCurve/BlendCut06.asset"
}
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "MazeSkill",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.3000000002793968
}
}
},
{
"$type": "RPG.GameCore.StopAim",
"TransitTime": 0.5,
"IsEffect": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01.prefab"
}
],
"FailedTaskList": [
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimLogicState": "MazeSkill",
"AnimStateName": "MazeSkill"
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "None"
},
"Projectile": {
"Behavior": "Static",
"EnableRayCast": true,
"MaxLifeTime": 2,
"AttachOffset": {
"x": -0.5,
"y": 0,
"z": 0
},
"FlyEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01.prefab"
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"Freelook3rdConfig": {
"ZoomChangeParam": {
"TargetValue": -0.4,
"Time": 0.5,
"ChangeCurvePath": "Camera/BlendCurve/Blend_MazeSkill.asset",
"RecoveryCurvePath": "Camera/BlendCurve/BlendCut06.asset"
}
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "MazeSkill",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.10000000009313226
}
}
},
{
"$type": "RPG.GameCore.StopEffectFollowPoint",
"EffectPath": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01.prefab",
"FollowPointName": "Effect_ElbowPart1_L"
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "None"
},
"Projectile": {
"Behavior": "Static",
"EnableRayCast": true,
"MaxLifeTime": 0.3,
"AttachOffset": {
"x": 0,
"y": 0,
"z": 8
}
},
"OnProjectileLifetimeFinish": [
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"AttackRootTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ProjectileHitEntity"
},
"TriggerBattleDelay": 0.2,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"MaxRadius": 2,
"FanAngle": 360,
"Hight": 2
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01_Hit01.prefab",
"HitSoundEvent": "Ev_sfx_boss_skill_02_hit_svarog"
},
"OnBattle": [
{
"$type": "RPG.GameCore.AddMazeBuff",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ParamEntity"
},
"ID": 110701
}
]
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "MazeSkill",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.11000000010244548
}
}
},
{
"$type": "RPG.GameCore.RadialBlurEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Duration": 0.15,
"BlurX": 0.4,
"BlurY": 0.4,
"BlurRadius": 1,
"Iteration": 4,
"BlurStart": 0.25,
"BlurFeather": 0.001
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"Freelook3rdConfig": {
"ZoomChangeParam": {
"Time": 0.05,
"ChangeCurvePath": "Camera/BlendCurve/BlendCut06.asset",
"RecoveryCurvePath": "Camera/BlendCurve/BlendCut06.asset"
}
}
}
}
]
}
],
"OnAbort": [
{
"$type": "RPG.GameCore.RadialBlurEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Active": false
},
{
"$type": "RPG.GameCore.StopAim",
"TransitTime": 0.5,
"IsEffect": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Avatar/Eff_Klara_00/Eff_Avatar_Klara_00_MazeSkill01.prefab"
}
]
}
],
"GlobalModifiers": {
"ADV_StageAbility_Maze_Klara": {
"Count": 1,
"Stacking": "Merge"
}
}
}