diff options
-rw-r--r-- | npc/027-0/enrique.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt index eb89afdb3..5b9a24169 100644 --- a/npc/027-0/enrique.txt +++ b/npc/027-0/enrique.txt @@ -63,11 +63,26 @@ break; case 4: mesn; - mesq l("It is something not yet fully implemented."); + mesq l("Ah, research points (RP). They are knowledge which can be used in honing your skills."); + next; + mesn; + mesq l("You will need a certain amount of them to upgrade any skill, which will be spent and no longer available for use."); + next; + mesn; + mesq l("But the more you use a certain skill, the less research points will be required to upgrade it. And that bonus is permanent."); + next; + mesn; + mesq l("As to how to obtain research points... Randomly when casting, by enrolling in a class with my wife Emma, by studying monsters, and randomly but very rarely with the Professor in Tulimshar."); break; case 5: mesn; - mesq l("It is something not yet fully implemented."); + mesq l("Those with most %a on this world becomes scholars.", "[@@https://wiki.moubootaurlegends.org/|"+l("research")+"@@]"); + next; + mesn; + mesq l("Scholars dedicate part of their time so others can learn about the world, and as such, they are always welcome to this Academy."); + next; + mesn; + mesq l("If they enroll, they will become able to study monsters and to visit the Mystical Forest west of here as well."); break; case 6: HallOfAcademic(); |