Files
turnbasedgamedata/Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_HandDistrict_01.json
2025-05-20 21:34:22 -03:00

57 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
"OnExit": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
"Name": {
"Custom": true,
"Key": "FCV_isHand"
},
"CompareValue": {
"FixedValue": {
"Value": 1
}
}
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.TriggerGroupEvent",
"EventName": {
"Value": "SwitchHand_TriggerPullBack"
}
}
]
}
],
"IsOverrideValidGuestConfig": true,
"OverridedValidGuestConfig": {
"Teammember": false,
"FakePlayer": true
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Value": "FCV_isHand",
"Key": "FCV_isHand"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "FCV_SwitchHand_PuzzleID"
}
]
},
"Type": "Entity",
"EntityEventList": []
}