diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-03 16:53:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-03 16:53:43 -0300 |
commit | bbcc18c1235d2555233e1459e1dbd8577d21ea2b (patch) | |
tree | 4e815c1e2d96f46a6bef5c6100d4b523d600352c /db/re/item_db.conf | |
parent | e78012eef455bb060c42b9b46f1311c917abb9cb (diff) | |
download | serverdata-bbcc18c1235d2555233e1459e1dbd8577d21ea2b.tar.gz serverdata-bbcc18c1235d2555233e1459e1dbd8577d21ea2b.tar.bz2 serverdata-bbcc18c1235d2555233e1459e1dbd8577d21ea2b.tar.xz serverdata-bbcc18c1235d2555233e1459e1dbd8577d21ea2b.zip |
Release Cleric Cap as an Aeros Rare
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 18 insertions, 0 deletions
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; "> }, { |