Files
turnbasedgamedata/Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_Contamination.json
2025-07-03 10:50:43 +02:00

60 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByOwnerGroupAndID",
"PropIDInOwnerGroup": {
"IsDynamic": false,
"FixedValue": {
"Value": 300002
}
}
},
"State": "Open",
"Execute": [
{
"$type": "RPG.GameCore.PropTriggerAnimState",
"AnimStateName": "Chap02_GameplayProp_DestroyRootPuzzle_Root_01_Dissolved",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "PuzzleBoard"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Vcam"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "FinishVcam"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Rootcontamination"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Portal"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "PlayingCamera"
}
]
}
}