diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-03 16:39:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-03 16:39:43 -0300 |
commit | b667a6db40c33f8a9cc3099501cea87b6b89d74b (patch) | |
tree | be74e9adeae1b4037e06b1fbf15ae1d574c763b3 /db/re | |
parent | 9db1761f535ac3a9d89cc466b864607ba04e6acf (diff) | |
download | serverdata-b667a6db40c33f8a9cc3099501cea87b6b89d74b.tar.gz serverdata-b667a6db40c33f8a9cc3099501cea87b6b89d74b.tar.bz2 serverdata-b667a6db40c33f8a9cc3099501cea87b6b89d74b.tar.xz serverdata-b667a6db40c33f8a9cc3099501cea87b6b89d74b.zip |
Release Light Ring, Theta Ring and Cursed Scythe as drops
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 8 | ||||
-rw-r--r-- | db/re/mob_db.conf | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a9f1b4457..54631b1ae 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8840,6 +8840,10 @@ item_db: ( Loc: 2048 EquipLv: 4 Refine: false + Script: <" + bonus bMaxSP,15; + bonus bSPrecovRate,10; + "> }, { Id: 2511 @@ -8853,6 +8857,10 @@ item_db: ( Loc: 2048 EquipLv: 4 Refine: false + Script: <" + bonus bHPrecovRate,20; + bonus bSPrecovRate,5; + "> }, { Id: 2512 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8aecacc78..a050d6638 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1699,7 +1699,7 @@ mob_db: ( SilverBossGift: 500 ArcmageBoxset: 135 YetiMask: 50 - StrangeCoin: 1 + LightRing: 1 } }, { @@ -7824,6 +7824,7 @@ mob_db: ( Bone: 300 Bone: 100 SkullMask: 8 + CursedScythe: 1 } }, { @@ -8692,6 +8693,7 @@ mob_db: ( Drops: { FluoPowder: 700 FluoPowder: 40 + DodgePotion: 1 } }, { @@ -8733,6 +8735,7 @@ mob_db: ( Drops: { FluoPowder: 500 FluoPowder: 40 + LightRing: 1 } }, { @@ -8774,6 +8777,7 @@ mob_db: ( Drops: { FluoPowder: 500 FluoPowder: 40 + ThetaRing: 1 } }, { @@ -8815,6 +8819,7 @@ mob_db: ( Drops: { FluoPowder: 570 FluoPowder: 40 + LightRing: 1 } }, { @@ -9125,6 +9130,7 @@ mob_db: ( Drops: { BronzeBossGift: 1000 CherryCake: 60 + ThetaRing: 2 } }, { @@ -10953,6 +10959,7 @@ mob_db: ( Drops: { FluoPowder: 900 FluoPowder: 100 + LightRing: 3 } }, { @@ -10995,6 +11002,7 @@ mob_db: ( Drops: { FluoPowder: 900 FluoPowder: 100 + ThetaRing: 1 } }, { @@ -11037,6 +11045,7 @@ mob_db: ( Drops: { FluoPowder: 900 FluoPowder: 100 + ThetaRing: 1 } }, { @@ -11079,6 +11088,7 @@ mob_db: ( Drops: { FluoPowder: 900 FluoPowder: 100 + LightRing: 2 } }, { @@ -11582,6 +11592,7 @@ mob_db: ( ChaseRange: 11 Drops: { DeathPotion: 1000 + ThetaRing: 3 } }, { |