From 55dc3f88e4eec4d96abeae645fd23cea645e9250 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 2 Apr 2021 15:22:49 -0300 Subject: Fighting against legendary mobs penalties, trait to nullify them. Also possible to nullify the penalties with Savior race, but the trait grants a bonus if the target monster DEF is higher than yours. Penalty: -25% crit, -40% ATK, -20% MATK, -5 MP/hit --- npc/025-1/phoenix.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/025-1/phoenix.txt') diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index f3dc8a318..1a380f331 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -99,7 +99,8 @@ rif(!(PCBONUS & PCB_EXPBONUS), l("EXP Gain +10%")), PCB_EXPBONUS, rif(!(PCBONUS & PCB_NOKNOCKBACK), l("Knockback Immunity")), PCB_NOKNOCKBACK, rif(REBIRTH && !(PCBONUS & PCB_SPLASHMASTER), l("AoE (not stackable)")), PCB_SPLASHMASTER, - rif(REBIRTH && !(PCBONUS & PCB_RANGEMASTER), l("Atk Range +1")), PCB_RANGEMASTER; + rif(REBIRTH && !(PCBONUS & PCB_RANGEMASTER), l("Atk Range +1")), PCB_RANGEMASTER, + rif(REBIRTH < 5 && !(PCBONUS & PCB_LEGENDARY), l("No penalty against Legendary mobs")), PCB_LEGENDARY; if (@menuret == 0) return; PCBONUS=PCBONUS|@menuret; -- cgit v1.2.3-60-g2f50