diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-11 20:50:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-11 20:52:41 -0300 |
commit | 46481167d881ae3ea69cd92e0009c973783f84ad (patch) | |
tree | 95c0cdc4135d1b3b6b2fbf0bb92d91e7faf52d62 /db | |
parent | 6c4785c4f0e0583555a6970fa74aef4fe8ebfb82 (diff) | |
download | serverdata-46481167d881ae3ea69cd92e0009c973783f84ad.tar.gz serverdata-46481167d881ae3ea69cd92e0009c973783f84ad.tar.bz2 serverdata-46481167d881ae3ea69cd92e0009c973783f84ad.tar.xz serverdata-46481167d881ae3ea69cd92e0009c973783f84ad.zip |
Buff arrows status ailments affliction rate to help with #81
Diffstat (limited to 'db')
-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 be4da2e12..c24166bcd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16954,7 +16954,7 @@ item_db: ( Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Dark; - bonus2 bAddEff,Eff_Blind,100; + bonus2 bAddEff,Eff_Blind,250; "> }, { @@ -16970,7 +16970,7 @@ item_db: ( Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" - bonus2 bAddEff,Eff_Curse,200; + bonus2 bAddEff,Eff_Curse,1000; "> }, { @@ -17002,7 +17002,7 @@ item_db: ( Loc: "EQP_AMMO" Subtype: "A_ARROW" Script: <" - bonus2 bAddEff,Eff_Bleeding,500; + bonus2 bAddEff,Eff_Bleeding,750; "> }, { @@ -17019,8 +17019,8 @@ item_db: ( Subtype: "A_ARROW" Script: <" bonus bAtkEle,Ele_Dark; - bonus2 bAddEff,Eff_Curse,100; - bonus2 bAddEff,Eff_Blind,100; + bonus2 bAddEff,Eff_Curse,500; + bonus2 bAddEff,Eff_Blind,500; bonus2 bAddEff,Eff_Bleeding,800; "> }, |