diff options
author | Micksha <ms-shaman@gmx.de> | 2018-11-19 21:18:09 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2018-11-19 21:18:09 +0000 |
commit | d27c40fac2057637794024b4e3d2828bb54f8e8e (patch) | |
tree | f25d7e82d0f1f1ab0295092cfd1e497516fce967 /db | |
parent | 0f4ffcc2ae1ef3214fa35ee377321e86de3d0f5b (diff) | |
download | serverdata-d27c40fac2057637794024b4e3d2828bb54f8e8e.tar.gz serverdata-d27c40fac2057637794024b4e3d2828bb54f8e8e.tar.bz2 serverdata-d27c40fac2057637794024b4e3d2828bb54f8e8e.tar.xz serverdata-d27c40fac2057637794024b4e3d2828bb54f8e8e.zip |
make the veins attackable, change client-data in the mapfixes MR
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c172b76e..e747fd85 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1932,6 +1932,8 @@ mob_db: ( AttackDelay: 1 AttackMotion: 1 DamageMotion: 1 + SpawnCollisionSize: 0 + SpawnCollisionMask: "CELLS_NOPLAYER" Drops: { DiamondShard: 500 CrudeDiamond: 100 @@ -1974,6 +1976,8 @@ mob_db: ( AttackDelay: 1 AttackMotion: 1 DamageMotion: 1 + SpawnCollisionSize: 0 + SpawnCollisionMask: "CELLS_NOPLAYER" Drops: { GoldNuggets: 500 } @@ -2015,6 +2019,8 @@ mob_db: ( AttackDelay: 1 AttackMotion: 1 DamageMotion: 1 + SpawnCollisionSize: 0 + SpawnCollisionMask: "CELLS_NOPLAYER" Drops: { IronOre: 1500 } @@ -2056,6 +2062,8 @@ mob_db: ( AttackDelay: 1 AttackMotion: 1 DamageMotion: 1 + SpawnCollisionSize: 0 + SpawnCollisionMask: "CELLS_NOPLAYER" Drops: { Coal: 2000 } |