diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 22:09:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 22:09:13 -0300 |
commit | 233fa9cb4fa6fc30d00d182209225c7079124283 (patch) | |
tree | b92cfdf9e8a573ff0df2d68e2cbd5a51847258df | |
parent | 4285e819723705c89241bb6ee0e55b5b1ffedb09 (diff) | |
download | serverdata-233fa9cb4fa6fc30d00d182209225c7079124283.tar.gz serverdata-233fa9cb4fa6fc30d00d182209225c7079124283.tar.bz2 serverdata-233fa9cb4fa6fc30d00d182209225c7079124283.tar.xz serverdata-233fa9cb4fa6fc30d00d182209225c7079124283.zip |
Add some snake-ish drops to Grass Snake. Regular snake drops, btw.
It drops Empty Bottle and Grass Seeds, but other drops were lowered.
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d23b91ecd..db779ab9c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6380,7 +6380,11 @@ mob_db: ( DamageMotion: 480 Drops: { GrassSeeds: 300 + SnakeTongue: 250 + SnakeEgg: 200 EmptyBottle: 70 + SnakeSkin: 61 + DivineApple: 1 } }, { |