mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PropSetupTrigger",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
|
|
},
|
|
"TargetGroupID": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"TargetID": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"TargetTypes": [],
|
|
"OnTriggerEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.PlayMunicipalChat",
|
|
"NewMunicipalChatConfigPathDS": {
|
|
"Custom": true,
|
|
"Key": "PlayMunicipalChatPath"
|
|
},
|
|
"NewMunicipalChatEntityInfos": {
|
|
"Custom": true,
|
|
"Key": "PlayMunicipalChatCharacterList",
|
|
"Value": []
|
|
},
|
|
"MunicipalChatNameDS": {
|
|
"Custom": true,
|
|
"Key": "PlayMunicipalChatName"
|
|
}
|
|
}
|
|
],
|
|
"OnTriggerExit": [
|
|
{
|
|
"$type": "RPG.GameCore.StopMunicipalChat",
|
|
"MunicipalChatNameDS": {
|
|
"Custom": true,
|
|
"Key": "PlayMunicipalChatName"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"OnStartSequece": [],
|
|
"ValueSource": {
|
|
"Values": [
|
|
{
|
|
"$type": "RPG.GameCore.SharedString",
|
|
"Key": "PlayMunicipalChatPath"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SharedString",
|
|
"Key": "PlayMunicipalChatName"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SharedJsonConfigList",
|
|
"Value": [],
|
|
"Key": "PlayMunicipalChatCharacterList"
|
|
}
|
|
]
|
|
}
|
|
} |