turnbasedgamedata/Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_NPCStealth.json
2024-10-21 03:16:22 -03:00

29 lines
570 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AddSneakEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"FetchType": "SingleNpcByNpcKey",
"SingleNpcKey": {
"Custom": true,
"Key": "NPCKey"
},
"SingleNpcID": {}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "NPCKey"
}
]
}
}