mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Added conversations to several NPCs
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
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/ep3_trandoshan_unluto_bartender",
|
||||
"key": "s_80",
|
||||
"comment": "I ain't got time to deal with anyone who ain't drinkin'. If you change your mind I will be here."
|
||||
"file": "conversation/ep3_clone_relics_boba_fett_yavin_bartender_1",
|
||||
"key": "s_261",
|
||||
"comment": "What can I get you?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/ep3_trandoshan_unluto_bartender",
|
||||
"key": "s_1423",
|
||||
"comment": "Good, let's keep it that way."
|
||||
"file": "conversation/ep3_clone_relics_boba_fett_yavin_bartender_1",
|
||||
"key": "s_263",
|
||||
"comment": "Nothing right now."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -20,6 +20,12 @@
|
||||
"args": {
|
||||
"animation": "feed_creature_medium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "grant_buff",
|
||||
"args": {
|
||||
"buffs": ["drink_mandalorian_wine", "drink_warrl_surprise"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -12,6 +12,6 @@ mensix_mce_hunt.sdb TRUE
|
||||
questgiver.sdb TRUE
|
||||
tatooine_jabbas_palace.sdb TRUE
|
||||
tatooine_mos_eisley.sdb TRUE
|
||||
tatooine_mos_eisley_trehla.sdb TRUE
|
||||
tatooine_mos_espa_watto.sdb TRUE
|
||||
wookiee_teleport.sdb TRUE
|
||||
trainers.sdb TRUE
|
||||
@@ -13,4 +13,6 @@ tatooine_mos_eisley_purvis tatooine_mos_eisley_purvis/default
|
||||
tatooine_mos_eisley_reimos tatooine_mos_eisley_reimos/start
|
||||
tatooine_mos_eisley_toggi tatooine_mos_eisley_toggi/default
|
||||
tatooine_mos_eisley_tori tatooine_mos_eisley_tori/start
|
||||
tatooine_mos_eisley_trehla tatooine_mos_eisley_trehla/default
|
||||
tatooine_mos_eisley_trehla tatooine_mos_eisley_trehla/start
|
||||
tatooine_mos_eisley_peawp tatooine_mos_eisley_peawp/start
|
||||
tatooine_mos_eisley_mayor tatooine_mos_eisley_mayor/start
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_120",
|
||||
"comment": "There's Peawp R'dawc, you can find her right here in Mos Eisley at the Combat Guild Hall. Wonderful teacher. For melee combat, there's no one quite like Peawp. That's who you should be studying with. I'll give you the location of the Combat Guild Hall."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_202",
|
||||
"comment": "That's amazing."
|
||||
}
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "active_quest",
|
||||
"args": {
|
||||
"quest": "quest/c_melee_combat_trainer",
|
||||
"active": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
{
|
||||
"type": "grant_quest",
|
||||
"args": {
|
||||
"quest": "quest/c_melee_combat_trainer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "point_away"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_93",
|
||||
"comment": "Yes, yes, I know what they say about Mos Eisley, something about a 'wretched hive of scum and villainy' or the like. Don't get me wrong - we have our fair share of criminals and shady dealings, but don't let that scare you off."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_95",
|
||||
"comment": "Is the city dangerous?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_mayor/cityHistory2"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shake_head_disgust"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_97",
|
||||
"comment": "Dangerous? No, I don't think so. I mean it can be a little scary sometimes, but what city isn't?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_222",
|
||||
"comment": "I think I've heard enough."
|
||||
}
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "whisper"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
41
serverdata/conversation/tatooine_mos_eisley_mayor/start.json
Normal file
41
serverdata/conversation/tatooine_mos_eisley_mayor/start.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_85",
|
||||
"comment": "Welcome to Mos Eisley! I'm Mayor Guh'rantt. I hope you're enjoying your time here in this fair city, and if there's anything I can do for you, you just let me know. Do you know the history of Mos Eisley? It's a beautiful city, full of life and character and one of the best cantinas in the known galaxy."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_116",
|
||||
"comment": "I want to learn about Brawler skills."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_mayor/brawlerSkills"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_91",
|
||||
"comment": "I hear this city is a little..."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_mayor/cityHistory1"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/mos_eisley_mayor",
|
||||
"key": "s_87",
|
||||
"comment": "No thanks, I'm fine."
|
||||
}
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "greet"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_melee_combat",
|
||||
"key": "s_202",
|
||||
"comment": "< Peawp laughs > Well good luck to you then my friend and be careful out there!"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_melee_combat",
|
||||
"key": "s_144",
|
||||
"comment": "The pleasure has been all mine. See you around Peawp."
|
||||
}
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "player_animation",
|
||||
"args": {
|
||||
"animation": "wave1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "grant_buff",
|
||||
"args": {
|
||||
"buffs": ["high_morale", "general_inspiration", "nutrientInjection_2", "endorphineInjection_1", "serotoninInjection_1", "dish_vegeparsine"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
23
serverdata/conversation/tatooine_mos_eisley_peawp/bye.json
Normal file
23
serverdata/conversation/tatooine_mos_eisley_peawp/bye.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_melee_combat",
|
||||
"key": "s_192",
|
||||
"comment": "Very well. Good luck out there!"
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "snap_finger1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "player_animation",
|
||||
"args": {
|
||||
"animation": "tap_head"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
34
serverdata/conversation/tatooine_mos_eisley_peawp/start.json
Normal file
34
serverdata/conversation/tatooine_mos_eisley_peawp/start.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_melee_combat",
|
||||
"key": "s_64",
|
||||
"comment": "Greetings. I assume you're here looking for work?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_melee_combat",
|
||||
"key": "s_66",
|
||||
"comment": "I sure am!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_peawp/askForJob"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_melee_combat",
|
||||
"key": "s_133",
|
||||
"comment": "Do you have anyone else? I can't right now."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_peawp/bye"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "greet"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
conversation_id conversation_file
|
||||
TEXT TEXT
|
||||
tatooine_mos_eisley_trehla tatooine_mos_eisley_trehla/default
|
||||
@@ -9,9 +9,9 @@
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "I want to join the Imperial Navy!"
|
||||
"comment": "I want to join the Imperial Navy!",
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_759"
|
||||
"next": "tatooine_mos_eisley_trehla/sendImperial"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
@@ -19,7 +19,7 @@
|
||||
"key": "s_851",
|
||||
"comment": "I want to fly for the Rebellion!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_851"
|
||||
"next": "tatooine_mos_eisley_trehla/sendRebel"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
@@ -27,9 +27,16 @@
|
||||
"key": "s_955",
|
||||
"comment": "I don't want to take sides. I'd rather freelance."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_955"
|
||||
"next": "tatooine_mos_eisley_trehla/sendNeutral"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "explain"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1131",
|
||||
"comment": "Hello again, %TU. Do you need anything?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1135",
|
||||
"comment": "I'd like to know about being a pilot."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1135"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1150",
|
||||
"comment": "I want to go talk to the mayor."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1150"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1154",
|
||||
"comment": "I'm all set. Thank you."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1154"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_213",
|
||||
"comment": "What factions operate around here?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_213"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_233",
|
||||
"comment": "I need to get back to work."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_233"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "greet"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1152",
|
||||
"comment": "Very well. I will put the information into your journal. Fare well and be safe."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1154",
|
||||
"comment": "I'm all set. Thank you."
|
||||
}
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "active_quest",
|
||||
"args": {
|
||||
"quest": "quest/c_newbie_quest6",
|
||||
"active": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
{
|
||||
"type": "grant_quest",
|
||||
"args": {
|
||||
"quest": "quest/c_newbie_quest6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "point_forward"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_307",
|
||||
"comment": "But I know YOU, %TU. You were with Han Solo when he arrived at the Tansarii Point Station, no?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_309",
|
||||
"comment": "Perhaps you are mistaken, friend."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch2/s_309"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_317",
|
||||
"comment": "Han's in trouble! Jabba is after him!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch2/s_317"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1063",
|
||||
"comment": "Led by Emperor Palpatine and his army, the Empire stands for law and order. They are powerful and organized, and very little escapes their notice."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "Interesting, please go on."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch97/s_1067"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1079",
|
||||
"comment": "They are idealists who believe that the Empire's rule-by-might and strongly human-centric views are evil and wrong. Until recently, their efforts were like sand in the Emperor's shoe. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1083",
|
||||
"comment": "What changed that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch99/s_1083"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1095",
|
||||
"comment": "The criminal influence can be felt everywhere. Hutts have their slimy hands in every despicable trade imaginable. They do not play well together and often work in direct opposition to each other."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1099",
|
||||
"comment": "Who are they specifically?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch101/s_1099"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_205",
|
||||
"comment": "You should go return to whoever sent you to me."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_754",
|
||||
"comment": "Can you tell me how to get back to Gendra?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_206"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1059",
|
||||
"comment": "I guess I should go see this Vourk guy."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_208"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_757",
|
||||
"comment": "Ah, spaceflight. While I'm not very adept with a starship, I can point you to someone that will help you. Who would you like to fly for?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "I want to join the Imperial Navy!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_759"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_851",
|
||||
"comment": "I want to fly for the Rebellion!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_851"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_955",
|
||||
"comment": "I don't want to take sides. I'd rather freelance."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_955"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1103",
|
||||
"comment": "Lady Valarian has set herself up as Jabba the Hutt's rival, though I'm not sure he cares much as he is the main power here. Nym has a base up on Lok, and the Black Sun have been recently seen. Each planet has their criminal element, but many of those would rather rob you than talk to you."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_754",
|
||||
"comment": "I'd like to know where I can learn to be a pilot."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_754"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1059",
|
||||
"comment": "I'd like to know about the Imperials."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1059"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1075",
|
||||
"comment": "I'd like to know about the Rebels."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1075"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1091",
|
||||
"comment": "I'd like to know about the criminals"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1091"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1107",
|
||||
"comment": "I'm set. Now I just need to earn credits."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1107"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1063",
|
||||
"comment": "Led by Emperor Palpatine and his army, the Empire stands for law and order. They are powerful and organized, and very little escapes their notice."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "Interesting, please go on."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch97/s_1067"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1079",
|
||||
"comment": "They are idealists who believe that the Empire's rule-by-might and strongly human-centric views are evil and wrong. Until recently, their efforts were like sand in the Emperor's shoe. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1083",
|
||||
"comment": "What changed that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch99/s_1083"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1095",
|
||||
"comment": "The criminal influence can be felt everywhere. Hutts have their slimy hands in every despicable trade imaginable. They do not play well together and often work in direct opposition to each other."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1099",
|
||||
"comment": "Who are they specifically?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch101/s_1099"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_205",
|
||||
"comment": "You should go return to whoever sent you to me."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_754",
|
||||
"comment": "Can you tell me how to get back to Gendra?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_206"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1059",
|
||||
"comment": "I guess I should go see this Vourk guy."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_208"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_216",
|
||||
"comment": "Sure, I'll have Gendra contact you."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_218",
|
||||
"comment": "Thanks."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch104/s_218"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_217",
|
||||
"comment": "I'll just give you directions back to him."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_220",
|
||||
"comment": "Thanks."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch106/s_220"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_219",
|
||||
"comment": "It was my pleasure."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_221",
|
||||
"comment": "It was my pleasure."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_757",
|
||||
"comment": "Ah, spaceflight. While I'm not very adept with a starship, I can point you to someone that will help you. Who would you like to fly for?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "I want to join the Imperial Navy!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_759"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_851",
|
||||
"comment": "I want to fly for the Rebellion!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_851"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_955",
|
||||
"comment": "I don't want to take sides. I'd rather freelance."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_955"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1152",
|
||||
"comment": "Very well. I will put the information into your journal. Fare well and be safe."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1156",
|
||||
"comment": "You are welcome. Safe journeys."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_226",
|
||||
"comment": "Who are you interested in knowing about?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_228",
|
||||
"comment": "I would like to know about the Rebels."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch111/s_228"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_230",
|
||||
"comment": "I want to know about the Imperials."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch111/s_230"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_232",
|
||||
"comment": "I want to know about the Criminals."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch111/s_232"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_205",
|
||||
"comment": "You should go return to whoever sent you to me."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_206",
|
||||
"comment": "Can you tell me how to get back to Gendra?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_206"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_208",
|
||||
"comment": "I guess I should go see this Vourk guy."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_208"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1079",
|
||||
"comment": "They are idealists who believe that the Empire's rule-by-might and strongly human-centric views are evil and wrong. Until recently, their efforts were like sand in the Emperor's shoe."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1083",
|
||||
"comment": "What changed that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch99/s_1083"
|
||||
}
|
||||
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "whisper"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1063",
|
||||
"comment": "Led by Emperor Palpatine and his army, the Empire stands for law and order. They are powerful and organized, and very little escapes their notice. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1067",
|
||||
"comment": "Interesting, please go on.?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch97/s_1067"
|
||||
}
|
||||
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "whisper"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1095",
|
||||
"comment": "The criminal influence can be felt everywhere. Hutts have their slimy hands in every despicable trade imaginable. They do not play well together and often work in direct opposition to each other."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1099",
|
||||
"comment": "Who are they specifically?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch101/s_1099"
|
||||
}
|
||||
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "whisper"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_355",
|
||||
"comment": "Good, good. I am sure that you will find the bank to be a useful tool. Now that you have learned where to save money, I will teach you where to start spending it."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_361",
|
||||
"comment": "And where is that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch16/s_361"
|
||||
}
|
||||
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "nod"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_359",
|
||||
"comment": "I am here only to guide you, not compel you. Decisions that you make are yours alone. But, now that you have learned where to save money, I will teach you where to start spending it."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_361",
|
||||
"comment": "And where is that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch16/s_361"
|
||||
}
|
||||
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shrug_shoulders"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_363",
|
||||
"comment": "Go to the bazaar terminals. More information will be given to you once you are there. While you are there, please place this Paint Dispersal Unit up for sale. You may keep the proceeds. I do not need it anymore."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_365",
|
||||
"comment": "Do you want me to buy anything?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch17/s_365"
|
||||
}
|
||||
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_363",
|
||||
"comment": "Go to the bazaar terminals. More information will be given to you once you are there. While you are there, please place this Paint Dispersal Unit up for sale. You may keep the proceeds. I do not need it anymore."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_365",
|
||||
"comment": "Do you want me to buy anything?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch17/s_365"
|
||||
}
|
||||
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_367",
|
||||
"comment": "Only if you find something that catches your eye. It is not necessary."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_311",
|
||||
"comment": "Perhaps your past is not what I believed, but your future is what interests me. I see something in you that I have not seen since..."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_309",
|
||||
"comment": "Since what?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch3/s_313"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "rub_chin_thoughtful"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_319",
|
||||
"comment": "You need not worry about him. He is quite capable of taking care of himself. He helped you because he, like I, see something in you. You may not see it within yourself yet, but you will, if you choose to. I see a spark of greatness within you."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_309",
|
||||
"comment": "But I'm nobody special. "
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch5/s_321"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_317",
|
||||
"comment": "I'm glad you understand my importance."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch5/s_325"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "dismiss"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_375",
|
||||
"comment": "You will be able to soon enough."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_385",
|
||||
"comment": "So now that I know about bazaar terminals, what's next?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch23/s_385"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_379",
|
||||
"comment": "Good. Good. You will often find things you need at the bazaar. It's also a good place to sell those items you do not wish to keep."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_385",
|
||||
"comment": "So now that I know about bazaar terminals, what's next?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch23/s_385"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_383",
|
||||
"comment": "Well, you will. Check the bazaar often as you never know when you will find a diamond among the coal. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_385",
|
||||
"comment": "So now that I know about bazaar terminals, what's next?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch23/s_385"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_387",
|
||||
"comment": "Next, ah next. It's a rough world out there, as I mentioned. At some point, something will get the better of you and you should be prepared. A cloning facility is where your new body will enter the world. Consequently, after you die you will start at the closest cloning facility to where you died. If you prefer you can register with one and that will always be an option regardless of where you die."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_389",
|
||||
"comment": "You are talking about WHEN, not IF, something kills me!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch24/s_389"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_387",
|
||||
"comment": "Next, ah next. It's a rough world out there, as I mentioned. At some point, something will get the better of you and you should be prepared. A cloning facility is where your new body will enter the world. Consequently, after you die you will start at the closest cloning facility to where you died. If you prefer you can register with one and that will always be an option regardless of where you die."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_389",
|
||||
"comment": "You are talking about WHEN, not IF, something kills me!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch24/s_389"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_387",
|
||||
"comment": "Next, ah next. It's a rough world out there, as I mentioned. At some point, something will get the better of you and you should be prepared. A cloning facility is where your new body will enter the world. Consequently, after you die you will start at the closest cloning facility to where you died. If you prefer you can register with one and that will always be an option regardless of where you die."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_389",
|
||||
"comment": "You are talking about WHEN, not IF, something kills me!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch24/s_389"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_387",
|
||||
"comment": "Next, ah next. It's a rough world out there, as I mentioned. At some point, something will get the better of you and you should be prepared. A cloning facility is where your new body will enter the world. Consequently, after you die you will start at the closest cloning facility to where you died. If you prefer you can register with one and that will always be an option regardless of where you die."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_389",
|
||||
"comment": "You are talking about WHEN, not IF, something kills me!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch25/s_389"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_395",
|
||||
"comment": "No, no. I want you to learn this. Go to the cloning facility nearby. Come back after you tour the facility."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_389",
|
||||
"comment": "If you insist."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch26/s_397"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_399",
|
||||
"comment": "I do."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "nod"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_407",
|
||||
"comment": "It always is. But do not dwell on thoughts of darkness or despair. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_413",
|
||||
"comment": "No, I won't dwell at all."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch31/s_413"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "point_forward"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_411",
|
||||
"comment": "A somewhat disturbing view of mortality, to be certain. Be careful of dwelling on dark thoughts such as that."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_413",
|
||||
"comment": "No, I won't dwell at all."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch31s_413"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_315",
|
||||
"comment": "That isn't important right now. What is important is what I see in you.I see a spark of greatness, the weight that shifts the scales."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_321",
|
||||
"comment": "But I'm nobody special. "
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch5/s_321"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_317",
|
||||
"comment": "I'm glad you understand my importance."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch5/s_325"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "dismiss"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_207",
|
||||
"comment": "Good. Do you need anything else?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1135",
|
||||
"comment": "I'd like to know about being a pilot."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1135"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1150",
|
||||
"comment": "I want to go talk to the mayor."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1150"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1154",
|
||||
"comment": "I'm all set. Thank you."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1154"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_213",
|
||||
"comment": "What factions operate around here?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_213"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_233",
|
||||
"comment": "I need to get back to work."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_233"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_207",
|
||||
"comment": "Good. Do you need anything else?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1135",
|
||||
"comment": "I'd like to know about being a pilot."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1135"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1150",
|
||||
"comment": "I want to go talk to the mayor."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1150"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1154",
|
||||
"comment": "I'm all set. Thank you."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_1154"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_213",
|
||||
"comment": "What factions operate around here?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_213"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_233",
|
||||
"comment": "I need to get back to work."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch108/s_233"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_757",
|
||||
"comment": "Ah, spaceflight. While I'm not very adept with a starship, I can point you to someone that will help you. Who would you like to fly for?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "I want to join the Imperial Navy!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_759"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_851",
|
||||
"comment": "I want to fly for the Rebellion!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_851"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_955",
|
||||
"comment": "I don't want to take sides. I'd rather freelance."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_955"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1152",
|
||||
"comment": "Very well. I will put the information into your journal. Fare well and be safe."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1156",
|
||||
"comment": "You are welcome. Safe journeys."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "bow"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_226",
|
||||
"comment": "Who are you interested in knowing about?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_228",
|
||||
"comment": "I would like to know about the Rebels."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch111/s_228"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_230",
|
||||
"comment": "I want to know about the Imperials."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch111/s_230"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_232",
|
||||
"comment": "I want to know about the Criminals."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch111/s_232"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_205",
|
||||
"comment": "You should go return to whoever sent you to me."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_206",
|
||||
"comment": "Can you tell me how to get back to Gendra?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_206"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_208",
|
||||
"comment": "I guess I should go see this Vourk guy."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_208"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_572",
|
||||
"comment": "Well, now that you mention it, there is. One of my old datapads has broken beyond my ability to repair. Would you take it to the local junk dealer and sell it to him?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_569",
|
||||
"comment": "I'm happy to help."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch34/s_575"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_588",
|
||||
"comment": "Because you so-kindly offered, there is something that I have been putting off. One of my old datapads has broken beyond my ability to repair. Take it to the local junk dealer and sell it to him."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_591",
|
||||
"comment": "One of these days I'll learn to shut my mouth."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch37/s_591"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_577",
|
||||
"comment": "It isn't worth much, but at least the junk dealer will recycle the parts. Keep whatever he gives you for it. At least I'll be rid of the thing. I'll give you a waypoint."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_580",
|
||||
"comment": "I can always use the extra cash."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch35/s_580"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_583",
|
||||
"comment": "Thank YOU. I was getting tired of carrying it around."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "thank"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_593",
|
||||
"comment": "It isn't worth much, but at least the junk dealer will recycle the parts. Keep whatever he gives you for it. At least I'll be rid of the thing. I'll give you a waypoint."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_596",
|
||||
"comment": "If you insist."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch38/s_596"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_599",
|
||||
"comment": "Well, at least it's a few credits for less than a moment's work."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shrug_shoulders"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_323",
|
||||
"comment": "You think you are not extraordinary because that is what you have been taught. Others will profit if you do not reach your potential. You must decide what you wish to do."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_329",
|
||||
"comment": "Since what?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch7/s_329"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shrug_shoulders"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_311",
|
||||
"comment": "Perhaps your past is not what I believed, but your future is what interests me. I see something in you that I have not seen since..."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_313",
|
||||
"comment": "Since what?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch7/s_313"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "rub_chin_thoughtful"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_608",
|
||||
"comment": "I am glad to hear it. As you have been helping me, I have a gift for you. Look in your inventory for your new landspeeder deed. Talk to me again after you call the vehicle."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_611",
|
||||
"comment": "Wow! Thank you!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch42/s_611"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_608",
|
||||
"comment": "I am glad to hear it. As you have been helping me, I have a gift for you. Look in your inventory for your new landspeeder deed. Talk to me again after you call the vehicle."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_611",
|
||||
"comment": "Wow! Thank you!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch44/s_611"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_613",
|
||||
"comment": "You are welcome. I believe in rewarding good students."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "nod"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_624",
|
||||
"comment": "As you have been helping me, I have a gift for you. Look in your inventory for your new landspeeder deed. Talk to me again after you call the vehicle."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_627",
|
||||
"comment": "Wow! Thanks!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch45/s_627"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_629",
|
||||
"comment": "You are welcome. Just be careful with it."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_724",
|
||||
"comment": "An associate of mine in Mos Espa needs to know what is going on here. I believe that sometime soon, these minor raids will escalate and the last thing that we need here is more war."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_727",
|
||||
"comment": "I will do as you ask."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch50/s_727"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_323",
|
||||
"comment": "You think you are not extraordinary because that is what you have been taught. Others will profit if you do not reach your potential. You must decide what you wish to do."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_329",
|
||||
"comment": "What would you have me do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch7/s_329"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shrug_shoulders"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_327",
|
||||
"comment": "Unrealized greatness. You have much to learn still, but as the fledgling's wings grow strong, it may fly far and wide...and so may you, if you choose to."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_329",
|
||||
"comment": "What would you have me do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch7/s_329"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "wave_finger_warning"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_731",
|
||||
"comment": "Thank you. Tell Trace Lyson in Mos Espa about the Tusken raids so close to Mos Eisley. Tell him that there's a change in the political climate that bodes ill for us. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_734",
|
||||
"comment": "I will do as you ask."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch51/s_734"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_737",
|
||||
"comment": "I'll see you when you get back."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_751",
|
||||
"comment": "Good. He will know what I need done. It appears that you are ready to fly on your own, fledgling. My last bit of advice is this: learn all you can about both sides of this civil war before choosing a side. Let your conscience guide you. You are more important than you believe and could be the factor that tips the scales. Is there anything you would like to know?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_754",
|
||||
"comment": "I'd like to know where I can learn to be a pilot."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_754"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1059",
|
||||
"comment": "I'd like to know about the Imperials."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1059"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1075",
|
||||
"comment": "I'd like to know about the Rebels."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1075"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1091",
|
||||
"comment": "I'd like to know about the criminals"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1091"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1107",
|
||||
"comment": "I'm set. Now I just need to earn credits."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1107"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1063",
|
||||
"comment": "Led by Emperor Palpatine and his army, the Empire stands for law and order. They are powerful and organized, and very little escapes their notice."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "Interesting, please go on."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch97/s_1067"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1079",
|
||||
"comment": "They are idealists who believe that the Empire's rule-by-might and strongly human-centric views are evil and wrong. Until recently, their efforts were like sand in the Emperor's shoe. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1083",
|
||||
"comment": "What changed that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch99/s_1083"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1095",
|
||||
"comment": "The criminal influence can be felt everywhere. Hutts have their slimy hands in every despicable trade imaginable. They do not play well together and often work in direct opposition to each other."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1099",
|
||||
"comment": "Who are they specifically?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch101/s_1099"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_205",
|
||||
"comment": "You should go return to whoever sent you to me."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_754",
|
||||
"comment": "Can you tell me how to get back to Gendra?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_206"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1059",
|
||||
"comment": "I guess I should go see this Vourk guy."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch103/s_208"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_757",
|
||||
"comment": "Ah, spaceflight. While I'm not very adept with a starship, I can point you to someone that will help you. Who would you like to fly for?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "I want to join the Imperial Navy!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_759"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_851",
|
||||
"comment": "I want to fly for the Rebellion!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_851"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_955",
|
||||
"comment": "I don't want to take sides. I'd rather freelance."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch57/s_955"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_762",
|
||||
"comment": "All right. I have a few contacts for you. Each of them have their own specialties. Which planet would you like to fly from?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_764",
|
||||
"comment": "Tatooine! I like it here."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch58/s_764"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_787",
|
||||
"comment": "Naboo. Isn't that where top Imperial officers go on vacation?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch58/s_787"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_819",
|
||||
"comment": "Talus. Someone has to keep watch on Corellia."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch58/s_819"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_855",
|
||||
"comment": "know three pilots that will suit your needs. Which planet would you like to go to?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_859",
|
||||
"comment": "Tatooine. There's just something about this planet that draws me."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch71/s_859"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_891",
|
||||
"comment": "Naboo. I'm sure there's a lot I can do there."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch71/s_891"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_923",
|
||||
"comment": "Corellia suits me best."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch71/s_923"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_959",
|
||||
"comment": "Interesting. I am familiar with a few groups. There's a Smuggler's Alliance here on Tatooine, the Royal Security Forces of Naboo, and CorSec on Corellia. Which would you like to know about?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_963",
|
||||
"comment": "The Smuggler's Alliance sounds interesting!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch84/s_963"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_995",
|
||||
"comment": "I'd like to know more about the RSF."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch84/s_995"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1027",
|
||||
"comment": "I want to fly for CorSec!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch784/s_1027"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_766",
|
||||
"comment": "All right, the person that you want to speak with is Lt. Akal Colzet of Storm Squadron. He's a stickler for protocol, so be on your best behavior. He resides in Bestine. Is this what you want?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_768",
|
||||
"comment": "Yes."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch59/s_768"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_772",
|
||||
"comment": "No. I'd like to choose someone else."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch59/s_772"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_779",
|
||||
"comment": "Actually, I'd like to start over."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch59/s_779"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_791",
|
||||
"comment": "Well, there is certainly an Imperial presence, although I don't think that the officers on duty would consider it a vacation. The pilot trainer that I know there is Lt. Barn Sinkko. He is part of the Imperial Inquisition, which requires a lot from their pilots. Is this what you want?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_795",
|
||||
"comment": "Yes, absolutely!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch63/s_795"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_803",
|
||||
"comment": "The Inquisition? Maybe not. I'd like to choose someone else."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch63/s_803"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_811",
|
||||
"comment": "May I start over? Perhaps the Imperial Navy isn't what I want to do."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch63/s_811"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_823",
|
||||
"comment": "Interesting. I have the pilot for you. Go to the Imperial Outpost on Talus and speak with Hakasha Sireen of Black Epsilon. I don't know much about her, but will she suit your needs?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_827",
|
||||
"comment": "Yes!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch67/s_827"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_835",
|
||||
"comment": "I would rather be more upfront. Let me choose another planet."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch67/s_835"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_843",
|
||||
"comment": "I think I'd like to start over."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch67/s_843"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_770",
|
||||
"comment": "Very good. I'll put a waypoint in your datapad. Is there anything else you would like to know?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_754",
|
||||
"comment": "I'd like to know where I can learn to be a pilot."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_754"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1059",
|
||||
"comment": "I'd like to know about the Imperials."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1059"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1075",
|
||||
"comment": "I'd like to know about the Rebels."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1075"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1091",
|
||||
"comment": "I'd like to know about the criminals"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1091"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1107",
|
||||
"comment": "I'm set. Now I just need to earn credits."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1107"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_775",
|
||||
"comment": "All right. Which planet interests you?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_764",
|
||||
"comment": "Tatooine! I like it here."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch58/s_764"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_787",
|
||||
"comment": "Naboo. Isn't that where top Imperial officers go on vacation?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch58/s_787"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_819",
|
||||
"comment": "Talus. Someone has to keep watch on Corellia."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch58/s_819"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_783",
|
||||
"comment": "Careful consideration is important. What would you like to know about?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_754",
|
||||
"comment": "I'd like to know where I can learn to be a pilot."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_754",
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1059",
|
||||
"comment": "I'd like to know about the Imperials."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1059"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1075",
|
||||
"comment": "I'd like to know about the Rebels."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1075"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1091",
|
||||
"comment": "I'd like to know about the criminals"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1091"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1107",
|
||||
"comment": "I'm set. Now I just need to earn credits."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch56/s_1107"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_331",
|
||||
"comment": "I would have you learn all that you can about independence and survival. I will teach you these things, if you wish to learn."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_333",
|
||||
"comment": "I will follow your instructions."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch8/s_333"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_345",
|
||||
"comment": "I know how to survive. I'll be fine on my own."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch8/s_345"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1063",
|
||||
"comment": "Led by Emperor Palpatine and his army, the Empire stands for law and order. They are powerful and organized, and very little escapes their notice."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_759",
|
||||
"comment": "Interesting, please go on."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch97/s_1067"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1079",
|
||||
"comment": "They are idealists who believe that the Empire's rule-by-might and strongly human-centric views are evil and wrong. Until recently, their efforts were like sand in the Emperor's shoe. "
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1083",
|
||||
"comment": "What changed that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch99/s_1083"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1095",
|
||||
"comment": "The criminal influence can be felt everywhere. Hutts have their slimy hands in every despicable trade imaginable. They do not play well together and often work in direct opposition to each other."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/c_newbie_mentor",
|
||||
"key": "s_1099",
|
||||
"comment": "Who are they specifically?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_trehla/handleBranch101/s_1099"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user