From 67a4df0afd42341287430ff5c1144c33b784186f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 24 Feb 2021 06:04:52 -0300 Subject: Add some more musics to Marius The Bard because - why not --- npc/003-1/mariusthebard.txt | 56 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt index ffeefecaa..6814015c0 100644 --- a/npc/003-1/mariusthebard.txt +++ b/npc/003-1/mariusthebard.txt @@ -47,8 +47,10 @@ L_Music: mesc l("But do you want to hear a song about the world, or about grinding?"); 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 about grinding!"), L_Music_Grind, - l("Sing me about slaying Pinkies!"), L_Music_Pinkie; + l("Sing me about slaying Pinkies!"), L_Music_Pinkie, + l("Sing me about miscellaneous monsters!"), L_Music_Misc; // ??? mes ""; goto L_Music; @@ -87,7 +89,38 @@ L_Music_World: next; goto L_Main; +L_Music_Heroes: + mes ""; + mesn; + mesq l("I will sing a song about the Five Legendary Heroes myth."); + next; + mes l("Once upon a time, five mighty heroes emerged;"); + mes l("Aegis with their steadfast shield, nigh impregnable;"); + mes l("The tyrant, which could shot from any distance;"); + mes l("The mightiest mage, which had control over the runes;"); + mes l("And Demure, the Queen of Dragons."); + next; + mes l("Their fight was not damned,"); + mes l("And help to obtain they were able."); + mes l("Wielding the lightbringer came the ace,"); + mes l("Whom put an end at their foes,"); + mes l("And brought peace to the land."); + next; + mes l("It was said that these five heroes will once again emerge;"); + mes l("And a great threat they shall defeat."); + mes l("Led by the Lightbringer"); + mes l("The innominable they shall face"); + mes l("And rejoice will come from their feats."); + next; + mes l("However, watch out!"); + mes l("For their weapons has a will on them."); + mes l("Don't be deemed unworthy,"); + mes l("For yourself can obtain tandem!"); + next; + goto L_Main; + L_Music_Grind: + mes ""; mes l("Grind grind grind the slime!"); mes l("Tunnel through the caves!"); mes l("In TMW2 there is"); @@ -117,6 +150,7 @@ L_Music_Grind: goto L_Main; L_Music_Pinkie: + mes ""; mes l("Pinkie, pinkie,pinkie, oh how i luvs thee;"); mes l("So fine and pink, tasty too!"); next; @@ -135,6 +169,26 @@ L_Music_Pinkie: next; goto L_Main; +L_Music_Misc: + mes ""; + mes l("Ohhh moubiii"); + mes l("Ohhh moubiii"); + mes l("You make me dance like a monkey"); + mes l("Ohh Moubi Moubi you are too pink, that my eyes get shrink"); + mes ""; + mesc l("Authorship: Manatauro"); + mesc l("Date: 2021-02-24, 02:36 UTC"); + next; + mes l("Oh, I was wee lad on the beach singing the blub song"); + mes l("One day I saw myself a rich man ♪"); + mes l("Blub, blub, blub"); + mes l("That's the Blub Song"); + mes ""; + mesc l("Authorship: Former_Cordo (Cordo)"); + mesc l("Date: 2020-04-05, 14:40 UTC"); + next; + goto L_Main; + L_Bye: mes ""; mesn; -- cgit v1.2.3-70-g09d2