From e0126417d59520132a9ac13f97a8d0af4dcc0756 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Mar 2021 13:47:58 -0300 Subject: Increase Light Bringer Score Matrix to 120 points. These 3 new points are based on world events - like Fires of Steam completion. --- npc/functions/gmbot.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 00b931a0a..1b70d1cb3 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -245,7 +245,15 @@ function matrixlb { // Rebirth (2pts per level) .@pts+=limit(0, REBIRTH*2, 10); - // Max points: 101→104→114→117 + // World Story Bonus + if ($GAME_STORYLINE > 3 && $MK_TEMPVAR >= 12) + .@pts+=1; + if ($FIRESOFSTEAM >= 10) + .@pts+=1; + if ($GAME_STORYLINE >=5) + .@pts+=1; // Should never, ever, happen + + // Max points: 101→104→114→117→120 return .@pts; } -- cgit v1.2.3-60-g2f50