From 09b50311e35d27b07c8ae062d7707f4e95766cbc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Mar 2020 21:39:03 -0300 Subject: Lightbringer: Double how long you can wield (up to 4x) if you get at least 100 points. --- npc/functions/gmbot.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'npc/functions/gmbot.txt') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index e6f335a59..c5c227338 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -35,7 +35,13 @@ L_Today: } // Else: score > 60, 2 minutes per additional score - // TODO: If > 100, grant it for a week/month or so? + // If you are above 100: +2 minutes per score + // If you are above 110: +4 minutes per score + if (@lbscore > 100) + @lbscore*=2; + if (@lbscore > 110*2) + @lbscore*=2; + rentitem Lightbringer, (120*(@lbscore-60)); dispbottom l("This live sword drafts itself to your hand. You can wield it for a while."); disablenpc .name$; -- cgit v1.2.3-60-g2f50