From 1565213f92f590cd80f9d4c0a95ca12b231baa1d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Nov 2019 11:59:35 -0300 Subject: Card ID 7594 Event Horizon --- db/re/item_db.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 40d758a93..47eeb0cff 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14780,6 +14780,32 @@ item_db: ( getitem MercBoxA, 1; "> }, +{ + Id: 7594 + AegisName: "MercCard_EH" + Name: "Event Horizon Card" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 0 + Delay: 500 + UseEffect: "FX_MAGIC" + KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + if (BaseLevel < 40) + mercenary_create 1211, 3600000; + else + delitem MercCard_EH, 1; + "> +}, // Additional usable items { Id: 8000 -- cgit v1.2.3-60-g2f50