Files
FireflyGo_Resources/Config/Level/Mission/4340105/Mission_434010502.json
2025-08-26 17:57:41 +07:00

40 lines
768 B
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetFloorCustomFloat",
"Name": {
"Value": "FCV_Mute_SlotMachine"
},
"Value": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
}
}
]
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "FCV_PlaySlotMachine"
},
"OnChange": [
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_434010502"
}
]
}
]
}
],
"Type": "Mission"
}