diff options
Diffstat (limited to 'npc/003-0/tanker.txt')
-rw-r--r-- | npc/003-0/tanker.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/003-0/tanker.txt b/npc/003-0/tanker.txt index b1d79bb53..7f7e7d72d 100644 --- a/npc/003-0/tanker.txt +++ b/npc/003-0/tanker.txt @@ -64,6 +64,9 @@ L_Member: mes ""; switch (@menu) { case 1: + mesc l("[Last Standing Man]"); + mesc l("Raises max HP and holy resistance. Passive."); + mes ""; mesn; mesq l("This useful skill will only require:"); mesc l("@@/@@ @@", countitem(Cheese), (getskilllv(CR_TRUST)+1)*50, getitemlink(Cheese)); @@ -101,10 +104,16 @@ L_Member: } break; case 2: + mesc l("[Guard]"); + mesc l("Raises chance to entirely block an attack, but freezes you for a while. Req. Shield."); + mes ""; // TODO: Requirem, quest, agree sk_lvup(CR_AUTOGUARD); break; case 3: + mesc l("[Arrow Shield]"); + mesc l("Decrease ranged damage taken for a few minutes, in exchange of agi and move speed. Req. Shield."); + mes ""; mesn; mesq l("This useful skill will only require:"); mesc l("@@/@@ @@", countitem(PiouFeathers), (getskilllv(CR_DEFENDER)+1)*60, getitemlink(PiouFeathers)); @@ -136,6 +145,9 @@ L_Member: } break; case 4: + mesc l("[Standing Regen]"); + mesc l("Regenerate HP every 5 seconds, as if you were always eating a healing item."); + mes ""; mesn; mesq l("This useful skill will only require:"); mesc l("@@/@@ @@", countitem(PiberriesInfusion), (getskilllv(SM_RECOVERY)+1)*10, getitemlink(PiberriesInfusion)); |