turnbasedgamedata/Config/Level/Props/Chap03/WolfBro/Prop_DinosaurRun_BossChase.json
2025-02-24 07:50:34 -03:00

34 lines
743 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupTrigger",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"TargetTypes": [],
"OnTriggerEnter": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "BossFastMove"
}
}
],
"SkipFakeAvatar": false
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Value": "MazeText_MazeCommon_ChestLockedHint",
"Key": "MDString_HintTextmap"
}
]
}
}