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

175 lines
4.9 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_XP_Minion02_00_NormalAtk01",
"TargetInfo": {
"TargetType": "SkillPointEntity"
},
"OnStart": [
{
"$type": "RPG.GameCore.LookAt",
"TargetType": "AbilityTargetEntity",
"Duration": 0.2
},
{
"$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.01
}
},
"SteerNormalizedTimeEnd": {
"FixedValue": {
"Value": 0.127
}
},
"MaxSteerSpeed": {
"FixedValue": {
"Value": 100
}
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.202
}
}
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"Projectile": {
"Behavior": "Static",
"MaxLifeTime": 2.5,
"TargetOffset": {
"Y": 1.3
},
"FlyEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_XP_Minion02_00/Eff_Monster_XP_Minion02_00_MazeAttack_Skill02Hit.prefab"
}
},
{
"$type": "RPG.GameCore.AdventureFireProjectile",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"Projectile": {
"Behavior": "Static",
"MaxLifeTime": 0.98
},
"OnProjectileLifetimeFinish": [
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"AttackRootTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ProjectileHitEntity"
},
"TriggerBattleDelay": 0.2,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectCircleConfig",
"MaxRadius": 0.8,
"FanAngle": 360
},
"HitConfig": {
"HitAnimation": "Hit"
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.467
}
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"ShakeTemplateName": "Common_Rapid_Middle"
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 1
}
}
}
]
},
{
"Name": "MazeMonster_XP_Minion02_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_XP_Minion02_00/Eff_Monster_XP_Minion02_00_Skill02_01_Body02.prefab"
}
]
},
{
"Name": "ManikinMonster_XP_Minion02_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_XP_Minion02_00/Eff_Monster_XP_Minion02_00_Skill02_01_Body02.prefab"
}
]
}
]
}