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

113 lines
2.7 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupHitBox",
"OnBeHit": [
{
"$type": "RPG.GameCore.TriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectList": [
{
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Interactive Object/Eff_Common_MAZ_ElementStone_Quantum_OnHit.prefab",
"AttachPoint": "Body_02_JNT"
}
]
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "OrderPillar_Skip"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "Skip_to_Controller"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "OrderPillar_Watch"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "Message_to_Controller"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"State": "WaitActive",
"Execute": [
{
"$type": "RPG.GameCore.PropSetupOptionsTrigger",
"OptionList": [
{
"OptionTextmapID": {
"Hash": 459250549
},
"TriggerCustomString": "OrderPillar_Watch"
},
{
"OptionTextmapID": {
"Hash": 776562050
},
"TriggerCustomString": "OrderPillar_Skip"
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Message_to_Controller"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Skip_to_Controller"
}
]
}
}