diff options
-rw-r--r-- | db/job_db2.txt | 2 | ||||
-rw-r--r-- | npc/025-2/phoenix.txt | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/db/job_db2.txt b/db/job_db2.txt index dcf7a63de..de66d9182 100644 --- a/db/job_db2.txt +++ b/db/job_db2.txt @@ -24,7 +24,7 @@ // ,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0 3,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0,5,5,0,2,3,0,4,4,0,0,6,5,0,2,3,0,4,4,0 // Orc (max level = 20) -4,0,6,5,0,2,3,0,1,4,0,0,6,5,0,2,3,0,1,4,0 +4,0,6,1,0,2,3,0,1,3,0,0,6,1,0,2,3,0,1,3,0 // Raijin (max level = 20) 5,0,6,5,0,2,3,0,1,4,0,0,6,5,0,2,3,0,1,4,0 // Tritan (max level = 20) diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index a5bfb0d8a..1af427391 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -110,10 +110,18 @@ 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; + if (REBIRTH > 1) { + mes ""; + mes ".:: "+l("Orc")+" ::."; + mesc l("Less common. They are highly strong and bulky. That's everything."); + mesc l("Strength: Carry Weight++, STR++, VIT++"), 2; + mesc l("Weakness: INT--, DEX--"), 1; + } next; menuint l("Human"), 0, - l("Elven"), 3; + l("Elven"), 3, + rif(REBIRTH > 1, l("Orc")), 4; jobchange max(0, @menuret); close; |