diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-27 23:18:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-27 23:18:35 -0300 |
commit | 97e408044b6db3ac237c3740f68507c81418b707 (patch) | |
tree | 3699ddef8ca738a2ea8a091033045782e7e152d5 | |
parent | dba47dc80ef8edaa5312a62253b5d28b13e9380f (diff) | |
download | serverdata-97e408044b6db3ac237c3740f68507c81418b707.tar.gz serverdata-97e408044b6db3ac237c3740f68507c81418b707.tar.bz2 serverdata-97e408044b6db3ac237c3740f68507c81418b707.tar.xz serverdata-97e408044b6db3ac237c3740f68507c81418b707.zip |
Make game easier for Lv 50+: Buff alcoholic beverages (up to 2x their effect)
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9a0a187be..20c0de9fd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -738,7 +738,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @taste = 12; + @taste = 25; @Alcohol = 16; doevent "alcohol_sc::OnUse"; "> @@ -755,7 +755,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @taste = 20; + @taste = 50; @Alcohol = 25; doevent "alcohol_sc::OnUse"; "> @@ -772,7 +772,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @taste = 30; + @taste = 70; @Alcohol = 40; doevent "alcohol_sc::OnUse"; "> @@ -789,7 +789,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @taste = 50; + @taste = 100; @Alcohol = 70; doevent "alcohol_sc::OnUse"; "> @@ -960,7 +960,7 @@ item_db: ( @rarity=4; doevent "rand_sc_heal::OnUse"; */ - @taste = 5; + @taste = 10; @Alcohol = 7; doevent "alcohol_sc::OnUse"; "> |