From 9c96675edb834d5b8c45e98f39cc4279122c5336 Mon Sep 17 00:00:00 2001 From: Ledmitz Date: Wed, 7 Aug 2024 21:36:52 -0300 Subject: Made tomatoes the same buy/sell ratio as the other best-heal items --- client-data | 2 +- world/map/db/item_db.conf | 4 ++-- world/map/db/item_db_use.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client-data b/client-data index e97dcd76..2455cbf0 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit e97dcd76188549a4d440ae0b62f5128dde585f2b +Subproject commit 2455cbf0b8cf891f482c055184351ec5d22d8637 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 diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt index 2e7c33ca..162d97ae 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -110,7 +110,7 @@ 5235, TMWBirthdayGift, 0, 1000000, 50, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "TMWBirthdayGift";}, {} 5236, GumiCandy, 0, 10000, 250, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex));},{} 5237, CaramelCandy, 0, 700, 350, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 350, 0, 1;}, {} -5251, Tomato, 0, 40, 10, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 5, 1;}, {} +5251, Tomato, 0, 100, 50, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 5, 1;}, {} 5263, LovePotion, 0, 90000, 550, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "LovePotion";}, {} //5277, XmasSeeds, 0, 9999, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {heal 150, 0, 1;}, {} 5294, CrazyRum, 0, 40, 10, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {sc_start SC_POISON, 60000, 1; sc_start SC_ATKPOT, 60, 50; sc_start SC_SPEEDPOTION0, 60, 45; sc_start SC_PHYS_SHIELD, 60000, 40; misceffect FX_MAGIC_SHIELD, strcharinfo(0);},{} -- cgit v1.2.3-70-g09d2