From bbcc18c1235d2555233e1459e1dbd8577d21ea2b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 3 Feb 2022 16:53:43 -0300 Subject: Release Cleric Cap as an Aeros Rare --- db/re/item_db.conf | 18 ++++++++++++++++++ npc/001-1/rewards.txt | 1 + 2 files changed, 19 insertions(+) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 54631b1ae..63715b0e5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10123,6 +10123,10 @@ item_db: ( bonus bAtk2,-45; bonus2 bResEff,Eff_Poison,1500; "> + OnUnequipScript: <" + dispbottom "You feel bad for some strange reason."; + callfunc "SC_Bonus", 1+rand(4), SC_CURSE, 1; + "> }, { Id: 2938 @@ -10750,6 +10754,20 @@ item_db: ( Script: <" bonus bMaxHP,150; bonus bDef2, 8; + bonus bHPrecovRate,50; + bonus bSPrecovRate,50; + bonus bHealPower,30; + bonus bAddItemHealRate,20; + bonus bAtkRate,-75; + bonus bAtk2,-75; + bonus bCriticalRate, -40; + bonus bAspdRate, -20; + bonus bFlee2, 10; + bonus2 bSubEle, Ele_Holy, 50; + "> + OnUnequipScript: <" + dispbottom "Your heresy has been frowned upon."; + callfunc "SC_Bonus", 3+rand(5), SC_BLIND, 1; "> }, { diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 33db14426..c646d323d 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -52,6 +52,7 @@ OnInit: sellitem BrimmedFeatherHat, 540; sellitem Googles,540; sellitem LeatherBall, 480; + sellitem ClericCap, 440; sellitem Barrel,400; // Temporary, Seasonal, for events, rare drops, next release -- cgit v1.2.3-60-g2f50