diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-07-04 20:57:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-07-04 20:57:13 -0300 |
commit | b595f685defcf62f7af26308a453a02024901d9f (patch) | |
tree | 782fc00e475fc3815eb99ab13bcd6efa2b1c9c6e | |
parent | cf1d49df3be560f953f0fb0e6784aad40a1f09f1 (diff) | |
download | serverdata-b595f685defcf62f7af26308a453a02024901d9f.tar.gz serverdata-b595f685defcf62f7af26308a453a02024901d9f.tar.bz2 serverdata-b595f685defcf62f7af26308a453a02024901d9f.tar.xz serverdata-b595f685defcf62f7af26308a453a02024901d9f.zip |
Common Slimes (Mothers & Skulls excluded) now have some slash resist.
Fix Copper Slime weapon resistances
-rw-r--r-- | db/re/mob_db.conf | 72 |
1 files changed, 68 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c64c2dee1..6aadf780b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3657,6 +3657,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -3706,6 +3710,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -3755,6 +3763,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -3804,8 +3816,12 @@ mob_db: ( IridiumOre: 5 } WeaponAttacks: { - All: 7500 - Bows: 4000 + All: 6000 + Daggers: 5500 + Swords2H: 5000 + Swords1H: 4000 + Katars: 3000 + Bows: 3000 } }, { @@ -3854,6 +3870,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -3896,6 +3916,10 @@ mob_db: ( DamageMotion: 480 WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -3947,6 +3971,10 @@ mob_db: ( } WeaponAttacks: { All: 6000 + Daggers: 5500 + Swords2H: 5000 + Swords1H: 4500 + Katars: 4000 Bows: 3000 } }, @@ -3998,6 +4026,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -4049,6 +4081,10 @@ mob_db: ( } WeaponAttacks: { All: 7000 + Daggers: 6500 + Swords2H: 6000 + Swords1H: 5000 + Katars: 4000 Bows: 3500 } }, @@ -4097,6 +4133,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -4143,6 +4183,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -4189,6 +4233,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -4238,6 +4286,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -7185,6 +7237,10 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Daggers: 7000 + Swords2H: 6000 + Swords1H: 5000 + Katars: 5000 Bows: 4000 } }, @@ -7290,7 +7346,11 @@ mob_db: ( } WeaponAttacks: { All: 7500 - Bows: 4000 + Daggers: 7000 + Swords2H: 6500 + Swords1H: 6000 + Katars: 5500 + Bows: 5000 } }, { @@ -8067,6 +8127,10 @@ mob_db: ( } WeaponAttacks: { All: 6000 + Daggers: 5000 + Swords2H: 4500 + Swords1H: 4000 + Katars: 3500 Bows: 3000 } }, @@ -9645,7 +9709,7 @@ mob_db: ( } WeaponAttacks: { All: 6000 - Bows: 3000 + Bows: 3500 } }, { |