mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-30 00:15:50 -04:00
26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"npcMessage": {
|
|
"file": "conversation/ep3_trandoshan_unluto_bartender",
|
|
"key": "s_1389",
|
|
"comment": "Hello there outworlder. What can I getcha?"
|
|
},
|
|
"playerResponses": [
|
|
{
|
|
"playerMessage": {
|
|
"file": "conversation/ep3_trandoshan_unluto_bartender",
|
|
"key": "s_1391",
|
|
"comment": "Actually, I am not really interested in a drink."
|
|
},
|
|
"next": "bartender/order"
|
|
}
|
|
],
|
|
"requirements": [],
|
|
"events": [
|
|
{
|
|
"type": "npc_animation",
|
|
"args": {
|
|
"animation": "nod"
|
|
}
|
|
}
|
|
]
|
|
} |