diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-27 15:43:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-27 15:43:17 -0300 |
commit | b874a3549bdd5eea65fcc4bc100d050a9ff647ef (patch) | |
tree | 7d90585a4a68ccc4299667288aced856fd7b466f | |
parent | ae3c99c52c55f6fda4a8350f722b648e2e99af00 (diff) | |
download | serverdata-b874a3549bdd5eea65fcc4bc100d050a9ff647ef.tar.gz serverdata-b874a3549bdd5eea65fcc4bc100d050a9ff647ef.tar.bz2 serverdata-b874a3549bdd5eea65fcc4bc100d050a9ff647ef.tar.xz serverdata-b874a3549bdd5eea65fcc4bc100d050a9ff647ef.zip |
Pyndragon's Lightsabers lore and new price
-rw-r--r-- | npc/017-4/pyndragon.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index c4cf20f0f..842f4c0b7 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -160,10 +160,10 @@ L_CraftMelee: explainMelee(); goto L_CraftMelee; case 3: - craft_gun( LeadIngot, 6, TitaniumIngot, 7, Coal, 14, Lightsaber, 4000 ); + craft_gun( EverburnPowder, 30, TitaniumIngot, 7, LeadIngot, 4, Lightsaber, 25000 ); goto L_CraftMelee; case 4: - craft_gun( LeadIngot, 6, TitaniumIngot, 7, Coal, 14, PowerfulLightsaber, 4000 ); + craft_gun( EverburnPowder, 30, TitaniumIngot, 7, LeadIngot, 4, PowerfulLightsaber, 25000 ); goto L_CraftMelee; } goto L_Menu; @@ -176,14 +176,15 @@ L_Close: function explainMelee { mesc l("PORTABLE LIGHTSABER"); - mesc l("* Very quick and can be used in a single hand, but weak."); - mes l(" The standard lightsaber! It's power is over 9000!"); - mes l(" The blue color is alluring."); - mes ""; + mesc l("* Very quick and can be used in a single hand."); mesc l("POWERFUL LIGHTSABER"); - mesc l("* Very quick, two handed, in overall strong."); - mes l(" I love this staff. I've heard it is evil, though."); - mes l(" The red color is alluring."); + mesc l("* Very quick, two handed, and evil."); + mes ""; + mes l(" Actually, Lalica cursed one of my firestaves and it got a mind of its own D:"); + mes l(" Then I found out that I could set the staff in flames using Everburn Powder!"); + mes l(" It was quite a challenge, and I still need Lalica to keep curse them."); + mes l(" But the result is a fast weapon which is also powerful."); + mes ""; next; return; } |