Files
FireflyGo_Resources/Config/ConfigAdventureAbility/NpcMonster/NPCMonster_W2_Lycan_01_Ability.json
2025-08-26 17:57:41 +07:00

135 lines
3.7 KiB
JSON

{
"AbilityList": [
{
"Name": "NPCMonster_W2_Lycan_01_Attack",
"TargetInfo": {
"TargetType": "SkillPointEntity"
},
"OnStart": [
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimLogicState": "NormalAtk",
"AnimStateName": "Attack",
"StopWhenHitOthers": false,
"MovingRangeList": [
{
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"OffsetTargetDistance": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
},
"NormalizedTimeStart": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.054999999701976776
}
},
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.20699999970383942
}
},
"MaxMoveDistance": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
},
"MaxSpeed": {
"IsDynamic": false,
"FixedValue": {
"Value": 60
}
},
"SteerNormalizedTimeStart": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.05000000004656613
}
},
"SteerNormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.24000000022351742
}
},
"MaxSteerSpeed": {
"IsDynamic": false,
"FixedValue": {
"Value": 300
}
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.2085890006273985
}
}
},
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"TriggerBattleDelay": 0.1,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"Offset": {
"x": 0,
"y": 0.5,
"z": 0
},
"MaxRadius": 2.3,
"FanAngle": 150
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Lycan_01/Eff_Monster_W2_Lycan_01_MazeAttack_Hit01.prefab"
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"ShakeTemplateName": "Impact_Middle"
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
}
]
}
]
}