diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 15:30:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 15:30:39 -0300 |
commit | 856729c2d3d8b3c9cb5b1767f9763fb5dd31b2a2 (patch) | |
tree | 32851858d1de9ca3eb8dc92d15503064c9d176c0 /db/re/mob_db.conf | |
parent | 772993f42814fb16d72725d1e42f8e784ff92377 (diff) | |
download | serverdata-856729c2d3d8b3c9cb5b1767f9763fb5dd31b2a2.tar.gz serverdata-856729c2d3d8b3c9cb5b1767f9763fb5dd31b2a2.tar.bz2 serverdata-856729c2d3d8b3c9cb5b1767f9763fb5dd31b2a2.tar.xz serverdata-856729c2d3d8b3c9cb5b1767f9763fb5dd31b2a2.zip |
Killing slimes is harder, thanks to weapon attack penalty.
DO NOT USE BOWS.
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5ebb820dc..0169c2d3a 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2992,6 +2992,10 @@ mob_db: ( CactusDrink: 100 Emerald: 21 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1086 @@ -3037,6 +3041,10 @@ mob_db: ( XmasCake: 200 AntlersHat: 1 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1087 @@ -3079,6 +3087,10 @@ mob_db: ( SilverMirror: 100 Sapphire: 21 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1088 @@ -3121,6 +3133,10 @@ mob_db: ( TreasureKey: 1000 Coal: 300 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1089 @@ -3168,6 +3184,10 @@ mob_db: ( XmasCake: 500 GingerBreadMan: 200 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1090 @@ -3208,6 +3228,10 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 MvpExp: 0 + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1091 @@ -3255,6 +3279,10 @@ mob_db: ( Topaz: 21 SharpKnife: 11 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1092 @@ -3303,6 +3331,7 @@ mob_db: ( } WeaponAttacks: { All: 7500 + Bow: 4000 } }, { @@ -3353,6 +3382,10 @@ mob_db: ( MysteriousBottle: 14 Pearl: 10 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1094 @@ -3395,6 +3428,10 @@ mob_db: ( SilverMirror: 100 Diamond: 11 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1095 @@ -3432,6 +3469,10 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 MvpExp: 0 + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1096 @@ -3476,6 +3517,10 @@ mob_db: ( CherryCake: 500 Milk: 400 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1097 @@ -3521,6 +3566,10 @@ mob_db: ( CasinoCoins: 200 LavaManaPearl: 1 } + WeaponAttacks: { + All: 7500 + Bow: 4000 + } }, { Id: 1098 |