mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"WalkSpeedRatio": 0.7,
|
|
"RunSpeedRatio": 0.5,
|
|
"AnimEventConfigList": [
|
|
"Config/ConfigAnimEvents/NPCMonster/Designer/NPCMonster_XP_Minion03_00_Designer_AnimEvent.json",
|
|
"Config/ConfigAnimEvents/NPCMonster/Audio/NPCMonster_XP_Minion03_00_Audio_AnimEvent.json",
|
|
"Config/ConfigAnimEvents/NPCMonster/Effect/NPCMonster_XP_Minion03_00_Effect_AnimEvent.json"
|
|
],
|
|
"CommonAnimZoneConfigPath": "Config/ConfigAnimZone/NPCMonster/NPCMonster_Common_AnimZone.json",
|
|
"AnimZoneConfigPath": "Config/ConfigAnimZone/NPCMonster/NPCMonster_XP_Minion03_00_AnimZone.json",
|
|
"SkillList": [
|
|
{
|
|
"Name": "MazeAtk01",
|
|
"UseType": "SelectEntity",
|
|
"TargetInfo": {
|
|
"TargetType": "EnemySelect"
|
|
},
|
|
"EntryAbility": "MazeMonster_XP_Minion03_00_NormalAtk01"
|
|
},
|
|
{
|
|
"Name": "Maze_Passive",
|
|
"UseType": "Passive",
|
|
"TargetInfo": {
|
|
"TargetType": "Caster"
|
|
},
|
|
"EntryAbility": "MazeMonster_XP_Minion03_00_Passive"
|
|
},
|
|
{
|
|
"Name": "Maze_DisAdventage",
|
|
"UseType": "Passive",
|
|
"TargetInfo": {
|
|
"TargetType": "Caster"
|
|
},
|
|
"EntryAbility": "MazeMonster_CommonAbility_DisAdventage"
|
|
}
|
|
],
|
|
"AbilityList": [
|
|
"MazeMonster_XP_Minion03_00_NormalAtk01",
|
|
"MazeMonster_XP_Minion03_00_Passive",
|
|
"MazeMonster_CommonAbility_DisAdventage"
|
|
],
|
|
"DisableAnimEventLayers": [
|
|
"Riboon Layer"
|
|
],
|
|
"AdvAIConfig": {
|
|
"AttackRange": 5,
|
|
"AttackAngle": 90,
|
|
"AttackCD": 4,
|
|
"ChaseTolerance": 4,
|
|
"VisionSetConfigs": {
|
|
"DefaultVision_Relaxed": {
|
|
"VisionNames": [
|
|
"VisionConfig"
|
|
]
|
|
},
|
|
"DefaultVision_Chase": {
|
|
"VisionNames": [
|
|
"VisionConfig"
|
|
]
|
|
}
|
|
},
|
|
"OverrideVisionConfigs": {
|
|
"VisionConfig": {
|
|
"$type": "RPG.GameCore.VisionConfig",
|
|
"DistanceRange": 15,
|
|
"YawAngleRange": 360,
|
|
"AlertIntervalLeftValue": 30,
|
|
"AlertIntervalRightValue": 0,
|
|
"RayStartPointName": "Vision"
|
|
}
|
|
}
|
|
},
|
|
"AdvAIControllerConfig": {
|
|
"HasTurn": false,
|
|
"HasWalkStop": false,
|
|
"HasRunStop": false
|
|
}
|
|
} |