summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf56
1 files changed, 56 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index aad9c430b..45d4ca861 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3157,6 +3157,62 @@ item_db: (
doevent "inc_sc_bonus::OnUse";
">
},
+// 670 broken wc is an exception to the ID rule (BECAUSE I CAN AND WANT)
+{
+ Id: 670
+ AegisName: "BrokenWarpCrystal"
+ Name: "Broken Warp Crystal"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Refine: false
+},
+{
+ Id: 671
+ AegisName: "TulimWarpCrystal"
+ Name: "Tulim Warp Crystal"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Delay: 500
+ Script: <"
+ @dest$="Tulim";
+ @itemid=671;
+ doevent "Warp Crystal::OnUse";
+ ">
+},
+{
+ Id: 672
+ AegisName: "HalinWarpCrystal"
+ Name: "Halin Warp Crystal"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Delay: 500
+ Script: <"
+ @dest$="Halin";
+ @itemid=672;
+ doevent "Warp Crystal::OnUse";
+ ">
+},
+{
+ Id: 673
+ AegisName: "HurnsWarpCrystal"
+ Name: "Hurns Warp Crystal"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Delay: 500
+ Script: <"
+ @dest$="Hurns";
+ @itemid=673;
+ doevent "Warp Crystal::OnUse";
+ ">
+},
// Mounts (690 to 699, probably there will be extra IDs)
{