diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-08-07 21:36:52 -0300 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-08-16 17:23:35 +0000 |
commit | 9c96675edb834d5b8c45e98f39cc4279122c5336 (patch) | |
tree | 28961ab3e146719b98ec013596c52829307d6ea3 /world/map/db/item_db.conf | |
parent | af4c19d951734e88655672823674eb95ee36ef2e (diff) | |
download | serverdata-9c96675edb834d5b8c45e98f39cc4279122c5336.tar.gz serverdata-9c96675edb834d5b8c45e98f39cc4279122c5336.tar.bz2 serverdata-9c96675edb834d5b8c45e98f39cc4279122c5336.tar.xz serverdata-9c96675edb834d5b8c45e98f39cc4279122c5336.zip |
Made tomatoes the same buy/sell ratio as the other best-heal items
Diffstat (limited to 'world/map/db/item_db.conf')
-rw-r--r-- | world/map/db/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 5b72b8d7..b8841cef 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -16190,8 +16190,8 @@ item_db: ( AegisName: "Tomato" Name: "Tomato" Type: "IT_USABLE" - Buy: 40 - Sell: 10 + Buy: 100 + Sell: 50 Weight: 7 Def: 0 Slots: 0 |