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

164 lines
4.9 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W2_Beast01_00_NormalAtk01",
"TargetInfo": {
"TargetType": "SkillPointEntity"
},
"OnStart": [
{
"$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.1
}
},
"SteerNormalizedTimeEnd": {
"FixedValue": {
"Value": 0.4
}
},
"MaxSteerSpeed": {
"FixedValue": {
"Value": 70
}
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.203
}
}
},
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"TriggerBattleDelay": 0.1,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"MaxRadius": 2.5,
"FanAngle": 90,
"Offset": {
"Y": 0.5,
"Z": -0.3
}
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Beast01_00/Eff_Monster_W2_Beast01_00_Skill01_Hit.prefab"
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"ShakeTemplateName": "Impact_Middle"
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 1
}
}
}
]
},
{
"Name": "MazeMonster_W2_Beast01_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Beast01_00/Eff_Monster_W2_Beast01_00_Common_TailSky.prefab"
},
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Beast01_00/Eff_Monster_W2_Beast01_00_Maze_Common_Trail01.prefab"
},
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Beast01_00/Eff_Monster_W2_Beast01_00_Maze_Common_Trail02.prefab"
}
]
},
{
"Name": "ManikinMonster_W2_Beast01_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Beast01_00/Eff_Monster_W2_Beast01_00_Common_TailSky.prefab"
},
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Beast01_00/Eff_Monster_W2_Beast01_00_Maze_Common_Trail01.prefab"
},
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_Beast01_00/Eff_Monster_W2_Beast01_00_Maze_Common_Trail02.prefab"
}
]
}
]
}