diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-18 11:29:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-18 11:29:13 -0300 |
commit | 29837f227c364f760b765bf4c638916006ce9c94 (patch) | |
tree | 36e5c942042d43ddabba129aae73a921a72be081 /npc | |
parent | e76cf768f14742b6acb8cb1c6a70e0e174f9d70e (diff) | |
download | serverdata-29837f227c364f760b765bf4c638916006ce9c94.tar.gz serverdata-29837f227c364f760b765bf4c638916006ce9c94.tar.bz2 serverdata-29837f227c364f760b765bf4c638916006ce9c94.tar.xz serverdata-29837f227c364f760b765bf4c638916006ce9c94.zip |
Description for subclass
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/colin.txt | 14 | ||||
-rw-r--r-- | npc/003-0-1/luca.txt | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index e0db3589a..d4b055892 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -18,13 +18,13 @@ // Sanity check if (getskilllv(WIZARD_MAGE) >= 1) { mesn; - mesq l("The Warriors have three other subclasses:"); - mesn lg("Paladin"); - mesc l("The well-round guy, with reasonable def and attack. Approximate from the Priest."); - mesn lg("Berserker"); - mesc l("The full-attack guy. Two hand swords works best!"); - mesn lg("Tanker"); - mesc l("The full-defense guy. Most skills require a shield."); + mesq l("The Wizards have three other subclasses:"); + mesn lg("Wizard"); + mesc l("The offensive guy, with every attack skill a mage could need."); + mesn lg("Sage"); + mesc l("The wise guy, which doesn't relies on magic, and loves summon."); + mesn lg("Priest"); + mesc l("The defensive guy, with every support skill a mage could need."); } close; diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index 26aa074d6..778fea0ef 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -20,7 +20,7 @@ mesn; mesq l("The Warriors have three other subclasses:"); mesn lg("Paladin"); - mesc l("The well-round guy, with reasonable def and attack. Approximate from the Priest."); + mesc l("The well-round guy, with reasonable def, attack, and support skills."); mesn lg("Berserker"); mesc l("The full-attack guy. Two hand swords works best!"); mesn lg("Tanker"); |