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

141 lines
3.9 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W2_Mecha03_00_NormalAtk01",
"TargetInfo": {
"TargetType": "SkillPointEntity"
},
"OnStart": [
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimLogicState": "NormalAtk",
"AnimStateName": "Attack",
"TransitionDuration": 0.2,
"MovingRangeList": [
{
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"OffsetTargetDistance": {
"FixedValue": {
"Value": 2
}
},
"NormalizedTimeStart": {
"FixedValue": {
"Value": 0
}
},
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.384
}
},
"MaxMoveDistance": {
"FixedValue": {
"Value": 6
}
},
"MaxSpeed": {
"FixedValue": {
"Value": 15
}
},
"SteerNormalizedTimeStart": {
"FixedValue": {
"Value": 0.05
}
},
"SteerNormalizedTimeEnd": {
"FixedValue": {
"Value": 0.35
}
},
"MaxSteerSpeed": {
"FixedValue": {
"Value": 300
}
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.457
}
}
},
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"TriggerBattleDelay": 0.1,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"MaxRadius": 4.5,
"FanAngle": 100,
"Offset": {
"Y": 0.5,
"Z": -0.3
}
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Mecha03_00/Eff_Monster_W2_Mecha03_00_MazeAttack_Attack01_Hit.prefab",
"HitSoundEvent": "Ev_sfx_monster_skill_01_hit_thinfmecha"
}
},
{
"$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
}
}
}
]
},
{
"Name": "MazeMonster_W2_Mecha03_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Mecha03_00/Eff_Monster_W2_Mecha03_00_MazeAttack_Eye.prefab",
"UniqueEffectName": "W2_Mecha03_00_EyeEffect"
}
]
}
]
}