From 74baec811df3dff3e6433440fe1029e7227fd534 Mon Sep 17 00:00:00 2001 From: Micksha Date: Mon, 3 Feb 2020 20:35:37 +0000 Subject: Arrival in Argaes --- db/constants.conf | 2 ++ db/re/item_db.conf | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 1dcca8cb..51b1c215 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4040,6 +4040,8 @@ constants_db: { NPC_MIKHAIL: 185 NPC_TROUPE_LEADER: 186 NPC_SIMON: 187 + NPC_MORCANT: 188 + NPC_THAMAS: 189 NPC_CONFUSED_TREE: 400 NPC_ALIGE: 401 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 59a870b1..1b89a6d8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1170,6 +1170,20 @@ item_db: ( dispbottom l("Yuck! I won't drink this!"); "> }, +{ + Id: 614 + AegisName: "SailorStew" + Name: "Sailor's Stew" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 650 + Delay: 1000 + Script: <" + sc_start SC_ATTHASTE_POTION1, 80000, 300; // These are totally placeholders. We want STR + 10 and VIT + 5 and max. HP + 2000 for three minutes. + sc_start SC_INCHITRATE, 80000, 300; + "> +}, // Generic { @@ -1781,6 +1795,16 @@ item_db: ( Weight: 10 Slots: 0 }, +{ + Id: 806 + AegisName: "EmptyBowl" + Name: "Empty Bowl" + Type: "IT_ETC" + Buy: 50000 + Sell: 5000 + Weight: 150 + Slots: 0 +}, // Necklaces { Id: 1000 -- cgit v1.2.3-60-g2f50