turnbasedgamedata/Config/Level/CrowdBubble/MunicipalChat_Play_Template.json
2025-02-24 07:50:34 -03:00

62 lines
1.5 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": []
}
]
}
],
"OnStartSequece": [],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "PlayMunicipalChatPath"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "PlayMunicipalChatName"
},
{
"$type": "RPG.GameCore.SharedJsonConfigList",
"Value": [],
"Key": "PlayMunicipalChatCharacterList"
}
]
}
}