From 373a0680ada18261ea0c1f2d5a0984d26f98a911 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Mar 2025 21:51:47 -0300 Subject: So new~ish players have access to skills and for a more interesting gameplay --- npc/009-2/librarian.txt | 1 + npc/functions/util.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index b08a71eba..6e00d3926 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -134,6 +134,7 @@ L_Complete: mesc l("They were never again seen. None of them. We burnt all records about everyone here, and blamed the Monster King."); mesc l("They must never know we had it. Their sacrifices must be forgotten. For the sake of all."); compareandsetq General_Narrator, 7, 8; + tutmes l("You feel your magic power growing. You're now capable of learning a new skill in the Magic Academy."); close; L_Report: diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 3ee894abb..893ebcbdf 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -860,6 +860,8 @@ function script sk_maxpoints { .@val+=getskilllv(TMW2_SKILLPERMIT); // Sacrificing the Mouboo: +3 MSP .@val+=(alignment() < 0 ? 3 : 0); + // Additional bonus from main story + .@val+=(getq(General_Narrator) >= 8 ? 1 : 0); return .@val; } -- cgit v1.2.3-70-g09d2