diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-18 22:07:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-18 22:07:39 -0300 |
commit | 86d658fcdf09f94a58ab8cb8de00ef404af0fa4e (patch) | |
tree | 1dc47f60d153bafc9ddf79d9f9ad32864f6cbe9b /npc/025-2 | |
parent | 3fe9f2bf40fb437f081380b89f7fc5638118b7b3 (diff) | |
download | serverdata-86d658fcdf09f94a58ab8cb8de00ef404af0fa4e.tar.gz serverdata-86d658fcdf09f94a58ab8cb8de00ef404af0fa4e.tar.bz2 serverdata-86d658fcdf09f94a58ab8cb8de00ef404af0fa4e.tar.xz serverdata-86d658fcdf09f94a58ab8cb8de00ef404af0fa4e.zip |
Elfic Class - OK
Diffstat (limited to 'npc/025-2')
-rw-r--r-- | npc/025-2/phoenix.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 50841c9ad..a5bfb0d8a 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -103,12 +103,19 @@ close; mes ".:: "+l("Human")+" ::."; mesc l("The most widespread race in the continent, highly versatile, perfect all-rounders."); + mesc l("Strength: NONE"), 2; + mesc l("Weakness: NONE"), 1; mes ""; + mes ".:: "+l("Elven")+" ::."; + mesc l("Less common. They are highly intelligent, and have higher magical affinity, and live longer, but lacks creativity."); + mesc l("Strength: INT++, DEX+"), 2; + mesc l("Weakness: STR--, LUK-"), 1; next; menuint - l("Human"), 1; + l("Human"), 0, + l("Elven"), 3; - jobchange max(0, @menuret-1); + jobchange max(0, @menuret); close; } |