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

186 lines
5.1 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W1_Mecha03_02_MazeAttack",
"TargetInfo": {
"TargetType": "SkillPointEntity"
},
"OnStart": [
{
"$type": "RPG.GameCore.AdventureTriggerAnimStateWithMove",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimLogicState": "NormalAtk",
"AnimStateName": "Attack",
"TransitionDuration": 0.9,
"MovingRangeList": [
{
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"OffsetTargetDistance": {
"FixedValue": {
"Value": 1
}
},
"NormalizedTimeStart": {
"FixedValue": {
"Value": 0
}
},
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.246
}
},
"MaxMoveDistance": {
"FixedValue": {
"Value": 3
}
},
"MaxSpeed": {
"FixedValue": {
"Value": 60
}
},
"SteerNormalizedTimeStart": {
"FixedValue": {
"Value": 0
}
},
"SteerNormalizedTimeEnd": {
"FixedValue": {
"Value": 0.266
}
},
"MaxSteerSpeed": {
"FixedValue": {
"Value": 90
}
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.28
}
}
},
{
"$type": "RPG.GameCore.AdventureTriggerAttack",
"AttackTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllEnemy"
},
"TriggerBattleDelay": 0.1,
"AttackDetectConfig": {
"$type": "RPG.GameCore.AdventureAttackDetectBoxConfig",
"Size": {
"X": 0.3,
"Y": 0.4,
"Z": 2.8
},
"Offset": {
"Y": 0.7,
"Z": 1.5
}
},
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_W1_Mecha03_02/Eff_Monster_W1_Mecha03_02_MazeAttack_Hit01.prefab"
}
},
{
"$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_W1_Mecha03_02_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_W1_Mecha03_02/Eff_Monster_W1_Mecha03_02_Weapon_R_Loop.prefab"
},
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W1_Mecha03_02/Eff_Monster_W1_Mecha03_02_Weapon_L_Loop.prefab"
}
]
},
{
"Name": "ManikinMonster_W1_Mecha03_02_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W1_Mecha03_02/Eff_Monster_W1_Mecha03_02_Weapon_R_Loop.prefab",
"Scale": {
"X": 0.65,
"Y": 0.65,
"Z": 0.65
}
},
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W1_Mecha03_02/Eff_Monster_W1_Mecha03_02_Weapon_L_Loop.prefab",
"Scale": {
"X": 0.65,
"Y": 0.65,
"Z": 0.65
}
}
]
}
]
}