2025-02-24 07:50:34 -03:00

86 lines
1.9 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPropStateChange",
"InstanceID": 300003,
"ToState": "Open",
"OnChange": [
{
"$type": "RPG.GameCore.SetFloorCustomFloat",
"Name": {
"Value": "FCV_StoneTalk"
},
"Value": {
"FixedValue": {
"Value": 1
}
}
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByComparePropState",
"TargetType": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"TargetType": "Prop",
"Targets": [
300003
]
},
"State": "Open"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.SetFloorCustomFloat",
"Name": {
"Value": "FCV_StoneTalk"
},
"Value": {
"FixedValue": {
"Value": 1
}
}
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPropStateChange",
"InstanceID": 300003,
"FromState": "Open",
"OnChange": [
{
"$type": "RPG.GameCore.SetFloorCustomFloat",
"Name": {
"Value": "FCV_StoneTalk"
},
"Value": {
"FixedValue": {
"Value": 0
}
}
}
]
}
]
}
],
"Type": "Group",
"EntityEventList": []
}