turnbasedgamedata/Config/Level/Maze/MazeExtra/Maze_Prop_MonsterIcon.json
2024-10-21 03:16:22 -03:00

28 lines
589 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"Order": 1,
"TaskList": [
{
"$type": "RPG.GameCore.ShowWaypointByProp",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchCurrentGroupNPCMonsters"
},
"MinRange": 20,
"MaxRange": 150,
"IconPath": "SpriteOutput/MapPics/Billboard/IconBillboardMonster.png",
"OnNameBoard": true
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Chest"
}
]
}
}