mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
81 lines
1.6 KiB
JSON
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"
|
|
} |