diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-29 17:36:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-29 17:36:39 -0300 |
commit | 5176180880f1a18f45dd0a7f9b2fb9a761dbff94 (patch) | |
tree | 3f9a27dc7cc88f2d910d9de98f825c20c27ee247 /db/re | |
parent | 4cddca1c181f00e8e0971882ef861e9191243f11 (diff) | |
download | serverdata-5176180880f1a18f45dd0a7f9b2fb9a761dbff94.tar.gz serverdata-5176180880f1a18f45dd0a7f9b2fb9a761dbff94.tar.bz2 serverdata-5176180880f1a18f45dd0a7f9b2fb9a761dbff94.tar.xz serverdata-5176180880f1a18f45dd0a7f9b2fb9a761dbff94.zip |
Increase Dragon Star bonus weight to 800g (the max bonus from items is 2 kg)
Diffstat (limited to 'db/re')
-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 b39d08a1b..3b2d04882 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6358,7 +6358,7 @@ item_db: ( EquipLv: 54 Refine: false Script: <" - bonus bAddMaxWeight,700; + bonus bAddMaxWeight,800; bonus bDefRate, -12; bonus bDef2Rate, -12; "> |