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

141 lines
3.6 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W4_Claymore_00_MazeAttack",
"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.005
}
},
"SteerNormalizedTimeEnd": {
"FixedValue": {
"Value": 0.2
}
},
"MaxSteerSpeed": {
"FixedValue": {
"Value": 300
}
}
}
]
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "Attack",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.284
}
}
},
{
"$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_W4_Claymore_00/Eff_Monster_W4_Claymore_00_Maze_Hit01.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_W4_Claymore_00_LighterInvisible",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.SetAttachmentScale",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AttachPoints": [
{
"Name": "Lighter"
}
],
"Scale": {}
}
]
},
{
"Name": "MazeMonster_W4_Claymore_00_EnhanceEffect",
"TargetInfo": {
"TargetType": "Caster"
},
"OnStart": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_Common_Rogue_EliteEnhance.prefab",
"AttachPoint": "RootPoint",
"PositionOffset": {
"Y": 0.3
}
}
]
}
]
}