diff options
Diffstat (limited to 'npc/005-7')
-rw-r--r-- | npc/005-7/trainer.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 426f7329e..1e5d420ab 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -53,6 +53,7 @@ L_Menu: l("Magic."), L_Magica, l("Rules."), L_Regras, l("Weather & Seasons."), L_Temporada, + l("Experience."), L_Experiencia, l("No, thanks!"), L_Fechar; @@ -486,6 +487,24 @@ L_Temporada: next; goto L_PreMenu; +L_Experiencia: + mes ""; + mesn; + mes l("Experience can be gained by completing quests and killing monsters. When you accumulate enough experience, you'll level up!"); + next; + mesn; + mes l("Each level up will buff your base stats, and give you stats points to allocate. However, there is Job Level."); + next; + mesn; + mes l("There's also a job level, which produces green sparkles when you level it."); + mes l("Job Level and certain equips can affect your status. You'll see the modifiers with a + sign."); + next; + mesn; + mes l("Also, you'll get more experience by killing monsters stronger than you, and less experience by killing monsters weaker than you."); + mes l("You can find out the monster strength by using \"@monsterinfo <English Monster Name>\". Check the level in it!"); + next; + goto L_PreMenu; + L_Regras: mes ""; callfunc "GameRules"; |