summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-25 23:04:54 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-25 23:04:54 -0300
commit7f520d8ff87e57469214f8f9aff984332aa423ae (patch)
tree7bcbcec74bceda001159a436ff34c0f4c3385e91 /npc/003-1
parent039a18fa891a78f17dd89e4f92874060cc996fe0 (diff)
downloadserverdata-7f520d8ff87e57469214f8f9aff984332aa423ae.tar.gz
serverdata-7f520d8ff87e57469214f8f9aff984332aa423ae.tar.bz2
serverdata-7f520d8ff87e57469214f8f9aff984332aa423ae.tar.xz
serverdata-7f520d8ff87e57469214f8f9aff984332aa423ae.zip
Add a song to Marius with hints about acquiring legendary weaponry.
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/mariusthebard.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt
index 68787c345..8a2701cf3 100644
--- a/npc/003-1/mariusthebard.txt
+++ b/npc/003-1/mariusthebard.txt
@@ -48,6 +48,7 @@ L_Music:
menu
l("Sing me about the world!"), L_Music_World,
l("Sing me the legend of the five heroes!"), L_Music_Heroes,
+ l("Sing me the fate of the weapons!"), L_Music_Fates,
l("Sing me about grinding!"), L_Music_Grind,
l("Sing me about slaying Pinkies!"), L_Music_Pinkie,
l("Sing me about miscellaneous monsters!"), L_Music_Misc;
@@ -119,6 +120,34 @@ L_Music_Heroes:
next;
goto L_Main;
+L_Music_Fates:
+ mes "";
+ mesn;
+ mesq l("I will sing a song about the fate of five legendary weapons.");
+ next;
+ mes l("Once their fight was over,");
+ mes l("The heroes met their rest.");
+ mes l("The axe, returned to its owner,");
+ mes l("The runes, burried with its owner.");
+ next;
+ mes l("The aegis, entrusted to the tree,");
+ mes l("Tyranny as well, but to a different tree.");
+ mes l("And the lightbringer,");
+ mes l("King of all heroes,");
+ mes l("Now wanders over the land.");
+ next;
+ mes l("The harsh pinkie holds secrets,");
+ mes l("While the tyrant desires to see skill.");
+ mes l("Demure accepts challengers,");
+ mes l("And the runes wait for the grave to be found.");
+ next;
+ mes l("Neither difficult, neither clear,");
+ mes l("For extreme power they hold.");
+ mes l("Once the five are once again assembled,");
+ mes l("The engine of fate will once again move!");
+ next;
+ goto L_Main;
+
L_Music_Grind:
mes "";
mes l("Grind grind grind the slime!");