turnbasedgamedata/Config/ConfigAdventureAbility/NpcMonster/NPCMonster_W3_Figure_01_Ability.json
2025-02-24 07:50:34 -03:00

131 lines
3.8 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W3_Figure_01_NormalAtk01",
"TargetInfo": {
"TargetType": "SkillPointEntity"
},
"OnStart": [
{
"$type": "RPG.GameCore.LookAt",
"TargetType": "AbilityTargetEntity",
"Duration": 0.45
},
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimLogicState": "NormalAtk",
"AnimStateName": "Attack",
"MovingRangeList": [
{
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"SteerNormalizedTimeStart": {
"FixedValue": {
"Value": 0.005
}
},
"SteerNormalizedTimeEnd": {
"FixedValue": {
"Value": 0.2
}
},
"MaxSteerSpeed": {
"FixedValue": {
"Value": 300
}
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.078
}
}
},
{
"$type": "RPG.GameCore.StartAim",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"TargetAttachPoint": "Root",
"HorizontalAlpha": 0,
"LimitTargetRange": {
"X": 2,
"Y": 0.1
}
},
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W3_Figure_01/Eff_Monster_W3_Figure_01_MazeSkill_Down_Lod0.prefab"
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"Projectile": {
"Behavior": "Static",
"MaxLifeTime": 0.6
},
"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": 0.4,
"FanAngle": 360
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_W3_Figure_01/Eff_Monster_W3_Figure_01_DotHit_Lod0.prefab",
"HitEffectHeight": 1
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 1
}
}
}
]
}
]
}