mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-02 03:16:42 -04:00
Added some Wookiee NPCs so you can travel to Kashyyyk and into the sub areas there Some NPCs now hand out buffs to the player Updated travel cost table Removed old Trehla Keelo conversations branches
31 lines
585 B
JSON
31 lines
585 B
JSON
{
|
|
"npcMessage": {
|
|
"file": "conversation/ep3_clone_relics_boba_fett_yavin_bartender_1",
|
|
"key": "s_261",
|
|
"comment": "What can I get you?"
|
|
},
|
|
"playerResponses": [
|
|
{
|
|
"playerMessage": {
|
|
"file": "conversation/ep3_clone_relics_boba_fett_yavin_bartender_1",
|
|
"key": "s_263",
|
|
"comment": "Nothing right now."
|
|
}
|
|
}
|
|
],
|
|
"requirements": [],
|
|
"events": [
|
|
{
|
|
"type": "npc_animation",
|
|
"args": {
|
|
"animation": "feed_creature_medium"
|
|
}
|
|
},
|
|
{
|
|
"type": "grant_buff",
|
|
"args": {
|
|
"buffs": ["drink_mandalorian_wine", "drink_warrl_surprise"]
|
|
}
|
|
}
|
|
]
|
|
} |