diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 15:23:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 15:23:35 -0300 |
commit | aa10374d6147567a4b222d8c4a267ad9cafdb274 (patch) | |
tree | ec44dc2c27ce08679ca586346d186eda8191ec41 /npc | |
parent | 2f08e400a3d77d0b196ad42ebbf05d7bb19c3b40 (diff) | |
download | serverdata-aa10374d6147567a4b222d8c4a267ad9cafdb274.tar.gz serverdata-aa10374d6147567a4b222d8c4a267ad9cafdb274.tar.bz2 serverdata-aa10374d6147567a4b222d8c4a267ad9cafdb274.tar.xz serverdata-aa10374d6147567a4b222d8c4a267ad9cafdb274.zip |
Improve Enrique's documentation
Diffstat (limited to 'npc')
-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(); |