diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 00:24:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 00:24:46 -0300 |
commit | b9656665bba82f60c8bf88cd61c72d0de83d7323 (patch) | |
tree | af5a458e9c5b39a665d6a33c4b312ef89a44eba1 /npc/003-1 | |
parent | 5aa94eaf301cb2635067dfec0d229dcc759340ef (diff) | |
download | serverdata-b9656665bba82f60c8bf88cd61c72d0de83d7323.tar.gz serverdata-b9656665bba82f60c8bf88cd61c72d0de83d7323.tar.bz2 serverdata-b9656665bba82f60c8bf88cd61c72d0de83d7323.tar.xz serverdata-b9656665bba82f60c8bf88cd61c72d0de83d7323.zip |
Trim down Nina
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ninathetraveler.txt | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index 3a9ef7dd3..83fca7270 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -20,10 +20,7 @@ L_Menu: l("I want to trade with you."), L_Trade, l("Tell me about Tulimshar."), L_Tulim, l("Tell me about Hurnscald."), L_Hurns, - l("Tell me about Nivalis."), L_Nival, - l("Tell me about Esperia."), L_Esper, l("Tell me about Artis."), L_Artis, - l("Tell me about Frostia."), L_Frost, l("Tell me about Halinarzo."), L_Halin, l("Sorry, I'll pass."), L_Close; @@ -53,33 +50,6 @@ L_Hurns: next; goto L_Menu; -L_Nival: - mes ""; - mesn; - mesq l("Nivalis was the last human settlement built during the First Era."); - next; - mesq l("It's cold, harsh climate makes difficult to live there. It was founded by people thrown away from Tulimshar and Hunrscald for political reasons."); - next; - mesq l("The cold climate is ideal for slimes, penguins, and other icy creatures. You can find lots of... ice, of course!"); - next; - mesq l("Some items are only produced in Nivalis. After all, it is hard to work properly with ice in a desert!"); - next; - goto L_Menu; - - -L_Esper: - mes ""; - mesn; - mesq l("Esperia is the human capital founded at the other continent."); - next; - mesq l("After the Great Famine which happened after the Red Queen death, it was founded by people who sailed away in look of new opportunities."); - next; - mesq l("It offers better living conditions than Tulimshar, and is bigger and more prosperous. Few monsters live there."); - next; - mesq l("However, taxes there are the highest. Living cost is high, and you should avoid buying things there."); - next; - goto L_Menu; - L_Artis: mes ""; mesn; @@ -93,20 +63,6 @@ L_Artis: next; goto L_Menu; - -L_Frost: - mes ""; - mesn; - mesq l("Frostia is the only city known that was not founded by humans."); - next; - mesq l("They are strict with who is allowed inside, so you'll need either elf or ukar friends to pass."); - next; - mesq l("It is on a huge, icy mountain peak. Rumors about dragons and legendary items to be found."); - next; - mesq l("Some of finest elven craftmanship can be found there, like bows, for example."); - next; - goto L_Menu; - L_Halin: mes ""; mesn; |