Files
PetitPlanet-Data/Json/DialogSelector/maindialogscfg_titi_1001.json
2025-11-11 07:21:48 +07:00

24 lines
432 B
JSON

{
"dialogSelectors": [
{
"//": "玩家有NPC陪伴但并非当前NPC",
"isExclusive": true,
"id": 9998,
"dialogs": [ 2104 ]
},
{
"//": "当前NPC处于陪伴状态",
"isExclusive": true,
"id": 9999,
"dialogs": [ 2102 ]
},
{
"//": "默认对话",
"isExclusive": false,
"id": 10000,
"weight": 1,
"dialogs": [ 2100, 2105 ]
}
]
}