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

154 lines
4.4 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W3_TV_01_MazeAttack",
"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.StartAim",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"TargetAttachPoint": "Root",
"HorizontalAlpha": 0,
"LimitTargetRange": {
"X": 2,
"Y": 0.1
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.104
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.45
}
}
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "None"
},
"Projectile": {
"ColliderTemplate": "CapsuleZ_MazeMonsterLaserBullet",
"Behavior": "LinearWithHitDetect",
"FlySpeed": 200,
"EnableRayCast": true,
"Gravity": 0,
"MaxLifeTime": 0.5,
"AttachPoint": "Eff_Wrist_R",
"TargetAttachPoint": "Root",
"FlyEffect": "Effects/Eff_Prefab/Eff_Common/Eff_Empty_Projectile.prefab",
"LinearPitchAngle": {
"FixedValue": {
"Value": 0.1
}
}
},
"OnProjectileHit": [
{
"$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.1,
"FanAngle": 360
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_W3_TV_01/Eff_Monster_W3_TV_01_MazeHit.prefab",
"HitEffectHeight": 1
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"ShakeTemplateName": "Impact_Heavy"
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 1
}
}
}
]
}
]
}