2024-10-21 03:16:22 -03:00

81 lines
1.6 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "Key1"
}
},
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "SummonUnitVisionShow"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "Key2"
}
},
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "SummonUnitVisionHide"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.StartSummonUnitGameplay",
"ConfigName": "Puppy_SpecialVision",
"FloatOverrides": [],
"StringOverrides": [
{
"Name": "SpecialVisionOpen_Key",
"Value": {
"Custom": true,
"Key": "Key1"
}
},
{
"Name": "SpecialVisionClose_Key",
"Value": {
"Custom": true,
"Key": "Key2"
}
}
]
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Value": "111",
"Key": "Key1"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "222",
"Key": "Key2"
}
]
},
"Type": "Group"
}