mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
41 lines
793 B
JSON
41 lines
793 B
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitEntityEventV2",
|
|
"EventName": {
|
|
"Value": "OnEntityEventV2_Test"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.DebugLog",
|
|
"Message": "Test_OnEntityEventV2"
|
|
}
|
|
],
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.AdvGroupFetchTargetByString",
|
|
"Target": {
|
|
"Custom": true,
|
|
"Key": "Prop1"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ValueSource": {
|
|
"Values": [
|
|
{
|
|
"$type": "RPG.GameCore.SharedString",
|
|
"Key": "Prop1"
|
|
}
|
|
]
|
|
},
|
|
"Type": "Group"
|
|
} |