mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
39 lines
853 B
JSON
39 lines
853 B
JSON
{
|
|
"TaskListTemplate": [
|
|
{
|
|
"Name": "GM_Test01",
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.DebugLog",
|
|
"Level": "Warn",
|
|
"Message": "Message from GM_TestGM01"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.StackStatusProbability",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetAlias",
|
|
"Alias": "AllLightTeam"
|
|
},
|
|
"BehaviorFlags": [
|
|
"STAT_CTRL_Frozen"
|
|
],
|
|
"Probability": {
|
|
"IsDynamic": false,
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "GM_StartElationTime",
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.IncludeTaskListTemplate",
|
|
"Name": "Elation_StartElationTime"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |