Files
2024-10-21 03:16:22 -03:00

207 lines
6.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupTrigger",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"TargetEntityType": "LocalPlayer",
"TargetTypes": [
"LocalPlayer"
],
"OnTriggerEnter": [
{
"$type": "RPG.GameCore.SelectorConfig",
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetID"
}
},
"Execute": [
{
"$type": "RPG.GameCore.PlayMunicipalChat",
"NewMunicipalChatConfigPathDS": {
"Custom": true,
"Key": "MunicipalChatPath_Help"
},
"NewMunicipalChatEntityInfos": {
"Custom": true,
"Key": "MunicipalChatCharacter_Help",
"Value": []
},
"MunicipalChatNameDS": {
"Custom": true,
"Key": "MunicipalChatName_Help"
}
}
]
},
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetID"
}
},
"State": "Open",
"Execute": [
{
"$type": "RPG.GameCore.PlayMunicipalChat",
"NewMunicipalChatConfigPathDS": {
"Custom": true,
"Key": "MunicipalChatPath_Thank"
},
"NewMunicipalChatEntityInfos": {
"Custom": true,
"Key": "MunicipalChatCharacter_Thank"
},
"MunicipalChatNameDS": {
"Custom": true,
"Key": "MunicipalChatName_Thank"
}
}
]
}
]
}
],
"OnTriggerExit": [
{
"$type": "RPG.GameCore.SelectorConfig",
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetID"
}
},
"Execute": [
{
"$type": "RPG.GameCore.StopMunicipalChat",
"MunicipalChatNameDS": {
"Custom": true,
"Key": "MunicipalChatName_Help"
}
}
]
},
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetID"
}
},
"State": "Open",
"Execute": [
{
"$type": "RPG.GameCore.StopMunicipalChat",
"MunicipalChatNameDS": {
"Custom": true,
"Key": "MunicipalChatName_Thank"
}
}
]
}
]
}
],
"SkipFakeAvatar": false
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"ToState": "Open",
"OnChange": [
{
"$type": "RPG.GameCore.StopMunicipalChat",
"MunicipalChatNameDS": {
"Custom": true,
"Key": "MunicipalChatName_Help"
}
},
{
"$type": "RPG.GameCore.PlayMunicipalChat",
"NewMunicipalChatConfigPathDS": {
"Custom": true,
"Key": "MunicipalChatPath_Thank"
},
"NewMunicipalChatEntityInfos": {
"Custom": true,
"Key": "MunicipalChatCharacter_Thank"
},
"MunicipalChatNameDS": {
"Custom": true,
"Key": "MunicipalChatName_Thank"
}
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetID"
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "MunicipalChatPath_Help"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "MunicipalChatName_Help"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "MunicipalChatPath_Thank"
},
{
"$type": "RPG.GameCore.SharedJsonConfigList",
"Value": [],
"Key": "MunicipalChatCharacter_Thank"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "MunicipalChatName_Thank"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "TargetID"
},
{
"$type": "RPG.GameCore.SharedJsonConfigList",
"Value": [],
"Key": "MunicipalChatCharacter_Help"
}
]
}
}