diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-05 22:29:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-05 22:29:57 -0300 |
commit | 1e5f543b5f14a8b83337583749b96ca3d08376ed (patch) | |
tree | ee8a17efea40d216a6e116c882f647470c5a4b73 /db | |
parent | e830aac8aaf362f3f05656ea6aea394045448a07 (diff) | |
download | serverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.tar.gz serverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.tar.bz2 serverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.tar.xz serverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.zip |
Reduce poisoning probability from sewer water (67% -> 32%)
Probably using some other status instead of poison would be nice
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f5f830530..def677159 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1960,7 +1960,7 @@ item_db: ( // sc_start(SC_POISON, 600000, 0, 5000); // Usage: // sc_start(<effect type>, <ticks>, <value 1>{, <rate>, <flag>{, <GID>}}) - sc_start SC_POISON, 9000, 0, 6700; + sc_start SC_POISON, 9000, 0, 3200; @min = 18; @max = 40; @delay = 3; |