diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-06-06 23:19:44 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-06-06 23:19:44 +0200 |
commit | edff1967ef79a4f9881f212ed277f94de2a0c6d6 (patch) | |
tree | 5aed523127b981bac48bc6a949b501483805a326 | |
parent | db180cfca543cddda1af5078f217e4deb913636a (diff) | |
download | serverdata-edff1967ef79a4f9881f212ed277f94de2a0c6d6.tar.gz serverdata-edff1967ef79a4f9881f212ed277f94de2a0c6d6.tar.bz2 serverdata-edff1967ef79a4f9881f212ed277f94de2a0c6d6.tar.xz serverdata-edff1967ef79a4f9881f212ed277f94de2a0c6d6.zip |
Pumpkin to RipePumpkin
-rw-r--r-- | world/map/db/const-aegis.txt | 2 | ||||
-rw-r--r-- | world/map/db/item_db.conf | 4 | ||||
-rw-r--r-- | world/map/db/item_db_use.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index a1cd00ae..3676decc 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -991,7 +991,7 @@ PumpkinJuice 5343 ChocolateBiscuit 5344 ChocolateBunny 5345 Potatoz 5346 -Pumpkin 5347 +RipePumpkin 5347 FruitSalad 5348 DuckEgg 5349 Dragonfruit 5350 diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 60a97c4c..0bb35211 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -16473,8 +16473,8 @@ item_db: ( }, { Id: 5347 - AegisName: "Pumpkin" - Name: "Pumpkin" + AegisName: "RipePumpkin" + Name: "RipePumpkin" Type: "IT_USABLE" Buy: 170 Sell: 85 diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt index a1b8ff96..e4783e41 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -135,7 +135,7 @@ 5344, ChocolateBiscuit, 0, 80, 40, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 100, 0, 1;}, {} 5345, ChocolateBunny, 0, 175, 88, 12, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 250, 0, 1;}, {} 5346, Potatoz, 0, 230, 115, 8, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 450, 0, 1;}, {} -5347, Pumpkin, 0, 170, 85, 120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 300, 0, 1;}, {} +5347, RipePumpkin, 0, 170, 85, 120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 300, 0, 1;}, {} 5348, FruitSalad, 0, 240, 120, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 475, 0, 1;}, {} 5349, DuckEgg, 0, 200, 100, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 150, 50, 1;}, {} 5350, Dragonfruit, 0, 230, 115, 14, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 600, 0, 1;}, {} |