mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Added conversation for Toggi Bok
Added conversation for Gendra Added conversation for Dunir Signos
This commit is contained in:
@@ -27,5 +27,6 @@ tatooine_mos_eisley_nogri.sdb TRUE
|
||||
tatooine_mos_eisley_purvis.sdb TRUE
|
||||
tatooine_mos_eisley_reimos.sdb TRUE
|
||||
tatooine_mos_eisley_respec_seller.sdb TRUE
|
||||
tatooine_mos_eisley_toggi.sdb TRUE
|
||||
tatooine_mos_eisley_tori.sdb TRUE
|
||||
tatooine_mos_espa_watto.sdb TRUE
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_81",
|
||||
"comment": "Everything ok?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_82",
|
||||
"comment": "No, I need the information on the delivery again."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_82"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_42",
|
||||
"comment": "How'd you like to make some fast credits?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_44",
|
||||
"comment": "I'm always interested in credits; fast, slow or otherwise."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_44"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_34",
|
||||
"comment": "You should be headed to Toggi to deliver that package I gave you."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_36",
|
||||
"comment": "Going there now."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_36"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_33",
|
||||
"comment": "You should be headed to the White Thranta shipping office to pick up the package the receptionist has for me."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_35",
|
||||
"comment": "I'm on my way."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_35"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_55",
|
||||
"comment": "Have you talked to Reimos yet?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_purvis",
|
||||
"key": "s_56",
|
||||
"comment": "Yes, I am working for him."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_56"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_purvis",
|
||||
"key": "s_58",
|
||||
"comment": "Yea, I've already completed what he needed me to do."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_58"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_purvis",
|
||||
"key": "s_57",
|
||||
"comment": "No, not yet."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_57"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "greet"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_27",
|
||||
"comment": "Great job out there."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_28",
|
||||
"comment": "Thanks, now about that fee you promised me."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_28"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "thumb_up"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_29",
|
||||
"comment": "Here it is, good pay for good work.'"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_45",
|
||||
"comment": "Got any other jobs?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_45"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "poke"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_37",
|
||||
"comment": "Thanks."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_38",
|
||||
"comment": "Thanks."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_48",
|
||||
"comment": "Good, good. See, all I need you to do is to take this package out to some friends of mine on the outskirts of town. Think you're up for that?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_50",
|
||||
"comment": "k, but you had better have my cash when I return."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_50"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_71",
|
||||
"comment": "Maybe. What's in the package?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_71"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_46",
|
||||
"comment": "I don't, but Bib wants you to talk to Reimos.'"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_51",
|
||||
"comment": "Where can I find this Reimos?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_51"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shake_head_no"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_67",
|
||||
"comment": "Not a problem, I'll even drop it in your account when I get word it's been delivered. How does that sound?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_69",
|
||||
"comment": "Sure, let's do this then."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_69"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_52",
|
||||
"comment": "I'll load the directions into your datapad."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_53",
|
||||
"comment": "Thanks."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_53"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shake_head_no"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_54",
|
||||
"comment": "Take it easy."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_59",
|
||||
"comment": "Make sure you complete what Reimos needs. I heard Jabba is taking a personal interest in your progress in this issue."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_61",
|
||||
"comment": "Do you need directions again?'"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_62",
|
||||
"comment": "No, I just haven't been able to make time to talk to him yet."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_62"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_63",
|
||||
"comment": "Yes, that would be helpful."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_63"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "poke"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_60",
|
||||
"comment": "Excellent. I heard Jabba was interested in how well you did on this."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_65",
|
||||
"comment": "I heard Jabba has taken a special interest in your progression in this task. You might want to bump it up in your priorities."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_64",
|
||||
"comment": "Here you go."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_77",
|
||||
"comment": "Great, here's the box and its destination."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_73",
|
||||
"comment": "I don't have a clue, but I have been assured it contains nothing illegal or dangerous."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_75",
|
||||
"comment": "Well then, I'll take care of it for you."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_75"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "laugh"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_77",
|
||||
"comment": "Great, here's the box and its destination."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_83",
|
||||
"comment": "I need you to do is to take this package out to some friends of mine on the outskirts of town. Think you're up for that?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_50",
|
||||
"comment": "Ok, but you had better have my cash when I return."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_50"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_dunir",
|
||||
"key": "s_71",
|
||||
"comment": "Maybe. What's in the package?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_dunir/s_71"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "poke"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -6,12 +6,5 @@
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "dismiss"
|
||||
}
|
||||
}
|
||||
]
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_60",
|
||||
"comment": "I'm afraid I don't have any more work for you."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_211",
|
||||
"comment": "Can you tell me about piloting?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_211"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_226",
|
||||
"comment": "Where are the crafting terminals?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_226"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_228",
|
||||
"comment": "Where are the entertainment terminals?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_228"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_251",
|
||||
"comment": "I need a vehicle."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_251"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_210",
|
||||
"comment": "I need some general information."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_210"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_61",
|
||||
"comment": "Oh, those glasses were perfect! My friend thanks you. He was wondering, though, if you had some more free time."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_63",
|
||||
"comment": "Yeah. I'd like to get some more work."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_63"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_99",
|
||||
"comment": "I think I'm done working for now."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_99"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_195",
|
||||
"comment": "How do I become a pilot?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_195"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_130",
|
||||
"comment": "I hear your dancing was exquisite. I'm glad that you could help out."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_132",
|
||||
"comment": "I think you sampled it."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_132"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_136",
|
||||
"comment": "Is there anything else I can do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_136"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_193",
|
||||
"comment": "How do I become a pilot?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_193"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_48",
|
||||
"comment": "Oh, that tea was great! I mean, um...I didn't have any of it, but it smelled great. The taste was exquisite. Or, I mean, um, it would have been. If I had some."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_49",
|
||||
"comment": "It's all right. As long as I got paid."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_49"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_50",
|
||||
"comment": "You should show some restraint."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_50"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_197",
|
||||
"comment": "How do I become a pilot?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_197"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_108",
|
||||
"comment": "I hear your dancing was exquisite. I'm glad that you could help out."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_110",
|
||||
"comment": "Is there anything else I can do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_110"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_127",
|
||||
"comment": "I'm tired. I think I'll take some time off."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_127"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_194",
|
||||
"comment": "How do I become a pilot?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_194"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_80",
|
||||
"comment": "You're going to be famous one day, you know that? I hear your work was outstanding."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_89",
|
||||
"comment": "Thanks for the compliment."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_89"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_198",
|
||||
"comment": "How do I become a pilot?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_198"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_70",
|
||||
"comment": "I hear you play music just about as well as you dance. Congratulations, you're going to get a good reputation."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_81",
|
||||
"comment": "Thanks. What else can I do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_81"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_82",
|
||||
"comment": "Thanks. I'm going to head off on my own now."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_82"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_196",
|
||||
"comment": "How do I become a pilot?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_196"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_81",
|
||||
"comment": "Everything ok?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_82",
|
||||
"comment": "No, I need the information on the delivery again."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_82"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_81",
|
||||
"comment": "Everything ok?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_82",
|
||||
"comment": "No, I need the information on the delivery again."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_82"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_81",
|
||||
"comment": "Everything ok?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_82",
|
||||
"comment": "No, I need the information on the delivery again."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_82"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_81",
|
||||
"comment": "Everything ok?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_82",
|
||||
"comment": "No, I need the information on the delivery again."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_82"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_147",
|
||||
"comment": "Have you gone over to fill in for the dancer yet? My friend really needs some help."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_88",
|
||||
"comment": "The patrons are getting rowdy with no entertainment. I hope you make it over to the cantina soon."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_106",
|
||||
"comment": "My friend's having a hard time running his business. He needs more small glasses to serve drinks in."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_145",
|
||||
"comment": "I'm waiting for you to bring me back some Meat Jerky. Those patrons in the cantina are getting hungry. If you have it, just hand it to me."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_104",
|
||||
"comment": "My friend needs a musician as soon as you can get over there and help out."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_47",
|
||||
"comment": "My friend needs that spiced tea just as soon as you can get it."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_81",
|
||||
"comment": "Everything ok?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_82",
|
||||
"comment": "No, I need the information on the delivery again."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_82"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_81",
|
||||
"comment": "Everything ok?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_82",
|
||||
"comment": "No, I need the information on the delivery again."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_82"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_112",
|
||||
"comment": "Matter of fact, there is. Can you play music?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_199",
|
||||
"comment": "Music? I can handle that."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_199"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_254",
|
||||
"comment": "Suit yourself. If you're ever looking for anything to do just come back and see me."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_134",
|
||||
"comment": "Well, I might have kept one for myself, but I paid for it, you bet I did."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_138",
|
||||
"comment": "There is. My friend hired perhaps the clumsiest waiter he could find, and the guy keeps smashing glasses. Could you make my friend some new glassware?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_140",
|
||||
"comment": "I believe I can do that."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_140"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_142",
|
||||
"comment": "Great! He could probably use about seven new glasses. Perhaps this time you should take them directly over to the cantina and give them to my friend, Lurval."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_247",
|
||||
"comment": "Well, that's great, just great. We need some people like you. If you're interested in some work, that is."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_252",
|
||||
"comment": "I think I'll be fine on my own."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_252"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_256",
|
||||
"comment": "I'd love to get some work."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_256"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_168",
|
||||
"comment": "Ah, very well, I have some work if you're interested. A friend of mine owns a cantina and could use some help."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_170",
|
||||
"comment": "What kind of help?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_170"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_178",
|
||||
"comment": "I don't think I want to work right now."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_178"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_172",
|
||||
"comment": "One of the dancers who works for him slipped on some spilled spiced tea, and he needs someone to fill in for a short while so she can go get her clothes cleaned."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_174",
|
||||
"comment": "I can do that."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_174"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_176",
|
||||
"comment": "Great. I'll let him know you're coming."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_254",
|
||||
"comment": "Suit yourself. If you're ever looking for anything to do just come back and see me."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_182",
|
||||
"comment": "Things like using the bank? Bazaar terminals? That kind of information?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_184",
|
||||
"comment": "Yes! Where can I learn about that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_184"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_188",
|
||||
"comment": "No, that's not what I mean."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_188"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_186",
|
||||
"comment": "I have just the person for you to see. Just come back when you're ready to start working."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "nod"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_190",
|
||||
"comment": "Well, all I know about is crafting and entertaining."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_192",
|
||||
"comment": "I'm a crafter."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_192"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_202",
|
||||
"comment": "Tell me about entertainment."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_202"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_204",
|
||||
"comment": "Ok, then I guess that's it."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_204"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "shrug_shoulders"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_247",
|
||||
"comment": "Well, that's great, just great. We need some people like you. If you're interested in some work, that is."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_252",
|
||||
"comment": "I think I'll be fine on my own."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_252"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_256",
|
||||
"comment": "I'd love to get some work."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_256"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_201",
|
||||
"comment": "Do you have your own instrument? This is very important. If you don't have one, you'll need to go get one before you can perform."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_230",
|
||||
"comment": "I'm set. What do you need?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_230"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_245",
|
||||
"comment": "I don't have an instrument."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_245"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_168",
|
||||
"comment": "Ah, very well, I have some work if you're interested. A friend of mine owns a cantina and could use some help."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_170",
|
||||
"comment": "What kind of help?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_170"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_178",
|
||||
"comment": "I don't think I want to work right now."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_178"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_206",
|
||||
"comment": "Well, all right then."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_212",
|
||||
"comment": "Ah, then you might want to see Trehla Keelo. She can help you out with more generalized information."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_213",
|
||||
"comment": "You'll need to see a pilot trainer for that. I can show you where one is if you'd like?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_220",
|
||||
"comment": "Where is the Neutral trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_220"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_224",
|
||||
"comment": "Where is the Imperial trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_224"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_239",
|
||||
"comment": "Where is the Rebel trainer?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_239"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "explain"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_216",
|
||||
"comment": "Meat can be found by harvesting it from creatures that have been killed. Simply use the carcass and collect the meat. You can also get hides and bones this way."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_217",
|
||||
"comment": "What if I don't want to kill anything?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_217"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "point_away"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_218",
|
||||
"comment": "Well, you can either get it from the bazaar, or perhaps you can find someone willing to trade you some raw meat. Better still, perhaps you can find a partner, someone to kill the creature and then let you have the meat. Either way, you should be fine."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_182",
|
||||
"comment": "Things like using the bank? Bazaar terminals? That kind of information?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_184",
|
||||
"comment": "Yes! Where can I learn about that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_184"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_188",
|
||||
"comment": "No, that's not what I mean."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_188"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "explain"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_222",
|
||||
"comment": "Here, I'll give you a marker on your datapad. You should be able to find the trainer when you get there. He's right here in town, in fact."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_229",
|
||||
"comment": "Here, I'll give you a marker on your datapad. The Imperial trainer is in Bestine, but you can take a shuttle to get there. I'll give you a waypoint to the shuttle, and then you can buy a ticket and go to Bestine if you'd like."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_182",
|
||||
"comment": "Things like using the bank? Bazaar terminals? That kind of information?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_184",
|
||||
"comment": "Yes! Where can I learn about that?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_184"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_188",
|
||||
"comment": "No, that's not what I mean."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_188"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_59",
|
||||
"comment": "I'll show you. I'm sure you'll get some great jobs from the terminals. People always need things crafted."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_53",
|
||||
"comment": "It's fine. What else can I do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_53"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "snap_finger1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_94",
|
||||
"comment": "I'll mark their location for you. People always need some entertainers around. Good luck in the future to you."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "check_wrist_device"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_232",
|
||||
"comment": "A musician was supposed to be arriving to play a set in the cantina, but apparently he was arrested at the starport. Could you fill in?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_234",
|
||||
"comment": "Why was he arrested?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_234"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_242",
|
||||
"comment": "I think I can do that."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_242"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_236",
|
||||
"comment": "Something about a package that was supposed to be delivered? He was on Tansarii Point Station when Han Solo was there and there was some trouble. I don't know much more about it."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_238",
|
||||
"comment": "Well, I'll be happy to play in the cantina."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_238"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_240",
|
||||
"comment": "I think I'll just go."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_240"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_244",
|
||||
"comment": "My friend will be very pleased. I'll let him know you're coming."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "thank"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_243",
|
||||
"comment": "The Rebel trainer is in Mos Espa, you'll have to take a shuttle. I'll mark the shuttle port for you, then you can head to Mos Espa and I'll make sure you have a waypoint to the trainer there."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_254",
|
||||
"comment": "Suit yourself. If you're ever looking for anything to do just come back and see me."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "dismiss"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_244",
|
||||
"comment": "My friend will be very pleased. I'll let him know you're coming."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "thank"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_233",
|
||||
"comment": "You're in luck! I just happen to have a spare slitherhorn. Take good care of it. After all, you can't expect people to just hand you things whenever you need it."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_230",
|
||||
"comment": "I'm set. What do you need?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_230"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_245",
|
||||
"comment": "I don't have an instrument."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_245"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "snap_finger1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_246",
|
||||
"comment": "And I don't have one to give you. You should try the bazaar. Sometimes people sell them. Get yourself a nice slitherhorn, and then you'll be ready to go."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_253",
|
||||
"comment": "Here, I have one that you can take. It's one a friend crafted for me, but I don't need it. I'll just put it in your inventory, and you can just use it to generate a vehicle."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_253",
|
||||
"comment": "Here, I have one that you can take. It's one a friend crafted for me, but I don't need it. I'll just put it in your inventory, and you can just use it to generate a vehicle."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "heal_other"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_254",
|
||||
"comment": "Suit yourself. If you're ever looking for anything to do just come back and see me."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "dismiss"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_258",
|
||||
"comment": "Great! I have a friend, runs a cantina, he's looking to sell some food, but he wants to start basic. Can you make some Meat Jerky?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_260",
|
||||
"comment": "I can do that."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_260"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_264",
|
||||
"comment": "Sounds dull."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_264"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "snap_finger1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_262",
|
||||
"comment": "Ok, make five stacks of Meat Jerky and then bring them back to me."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_215",
|
||||
"comment": "Where do I get meat?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_215"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_266",
|
||||
"comment": "Well, I guess you'll be off on your own then. Come back and see me if you change your mind."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": [
|
||||
{
|
||||
"type": "npc_animation",
|
||||
"args": {
|
||||
"animation": "dismiss"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_52",
|
||||
"comment": "I'm glad you don't get upset when I do that. I mean, I pay my friend out of my own pocket for what I eat and drink, but it's still bad form, you know?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_53",
|
||||
"comment": "It's fine. What else can I do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_53"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_51",
|
||||
"comment": "I should, but it's difficult. Some of the food and drinks that go through here, I just can't help myself."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_54",
|
||||
"comment": "Ok. Well, what else can I do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_54"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_55",
|
||||
"comment": "Well, I'm afraid that's all I have for right now. You could do some crafting on your own, or you could try the crafting terminals if you're looking for more work."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_56",
|
||||
"comment": "I'll just go off on my own."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_56"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_58",
|
||||
"comment": "Tell me where the terminals are."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_58"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_219",
|
||||
"comment": "Who else can I talk to?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_219"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_55",
|
||||
"comment": "Well, I'm afraid that's all I have for right now. You could do some crafting on your own, or you could try the crafting terminals if you're looking for more work."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_56",
|
||||
"comment": "I'll just go off on my own."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_56"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_58",
|
||||
"comment": "Tell me where the terminals are."
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_58"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_219",
|
||||
"comment": "Who else can I talk to?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_219"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_57",
|
||||
"comment": "Thanks for all your help. Maybe someday we'll work together again."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_59",
|
||||
"comment": "I'll show you. I'm sure you'll get some great jobs from the terminals. People always need things crafted."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_53",
|
||||
"comment": "It's fine. What else can I do?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_53"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_65",
|
||||
"comment": "Perfect! I told him you'd be up for it. He's had a problem with his spiced tea distributor. Could you make him some spiced tea?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_67",
|
||||
"comment": "I sure can!"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_67"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_72",
|
||||
"comment": "Is it hard?"
|
||||
},
|
||||
"next": "tatooine_mos_eisley_gendra/s_72"
|
||||
}
|
||||
],
|
||||
"requirements": [],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/tatooine_eisley_gendra",
|
||||
"key": "s_69",
|
||||
"comment": "Superb. Bring ten spiced teas to my friend Muna Skish. He's usually somewhere near the cantina."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"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