diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 14:22:31 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 14:22:31 -0200 |
commit | f0c675273fe75e94320613054ea14760722eebff (patch) | |
tree | 757cd96256facbbbf6d70ae1d30e07ea122b968f /db/re | |
parent | 1512a522116500e5bfed9ab6317cfbd759a44c83 (diff) | |
download | serverdata-f0c675273fe75e94320613054ea14760722eebff.tar.gz serverdata-f0c675273fe75e94320613054ea14760722eebff.tar.bz2 serverdata-f0c675273fe75e94320613054ea14760722eebff.tar.xz serverdata-f0c675273fe75e94320613054ea14760722eebff.zip |
Empty Box can be purchased, and buy/sell prices were mildly adjusted.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4ae9bbc79..4b23c02c6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -442,7 +442,7 @@ item_db: ( Name: "Plushroom" Type: "IT_HEALING" Buy: 42 - Sell: 13 + Sell: 9 Weight: 8 Refine: false ViewSprite: 515 @@ -2509,8 +2509,8 @@ item_db: ( AegisName: "EmptyBox" Name: "Empty Box" Type: "IT_USABLE" - Buy: 100 - Sell: 35 + Buy: 25 + Sell: 5 Weight: 80 Refine: false ViewSprite: 631 @@ -2710,8 +2710,8 @@ item_db: ( AegisName: "FishBox" Name: "Fish Box" Type: "IT_ETC" - Buy: 1250 - Sell: 345 + Buy: 12500 + Sell: 1200 Weight: 1250 Refine: false ViewSprite: 713 @@ -2741,8 +2741,8 @@ item_db: ( AegisName: "PlushroomBox" Name: "Plushroom Box" Type: "IT_ETC" - Buy: 2 - Sell: 1 + Buy: 2000 + Sell: 800 Weight: 720 Refine: false ViewSprite: 716 |