From 5476f0b8e3050dd136fb8efd1dea68d2027b9474 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Apr 2021 16:42:37 -0300 Subject: Legendary beigns now cause +10% DMG versus you. Divine Protection nerfs this (1%/lv) --- npc/functions/hub.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index ef5a94b94..02734d1da 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -970,6 +970,7 @@ function script HUB_PvP { // HUB_PCBonus () function script HUB_PCBonus { + /* Rebirth Traits */ if (PCBONUS & PCB_ATKBONUS) { bonus bAtk, 25; } @@ -1033,6 +1034,8 @@ function script HUB_PCBonus { if (PCBONUS & PCB_LEGENDARY) { bonus bDefRatioAtkRace, RC_Legendary; } + /* Passive Skills */ + bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10; return; } -- cgit v1.2.3-60-g2f50