From d0d1b054428ca2aadae75a537166e79287ea9f0b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Apr 2020 22:16:25 -0300 Subject: Raijin - OK --- npc/025-2/phoenix.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/025-2') diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 1af427391..c1242971c 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -101,15 +101,25 @@ next; if (askyesno() != ASK_YES) close; + + mes ""; 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; + + mes ""; + mes ".:: "+l("Raijin")+" ::."; + mesc l("Disguise as humans. Make better soldiers, but terrible mages."); + mesc l("Strength: AGI++, LUK+"), 2; + mesc l("Weakness: INT--, VIT-"), 1; + if (REBIRTH > 1) { mes ""; mes ".:: "+l("Orc")+" ::."; @@ -121,6 +131,7 @@ menuint l("Human"), 0, l("Elven"), 3, + l("Raijin"), 5, rif(REBIRTH > 1, l("Orc")), 4; jobchange max(0, @menuret); -- cgit v1.2.3-60-g2f50