summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf19
1 files changed, 18 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index c98666d58..7469c9c42 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3062,7 +3062,24 @@ item_db: (
doevent "Warp Crystal::OnUse";
">
},
-// item id 679 reserved - warp crystals
+{
+ Id: 679
+ AegisName: "DungeonMap"
+ Name: "Dungeon Map"
+ Type: "IT_USABLE"
+ Buy: 45000
+ Sell: 300
+ Weight: 14
+ KeepAfterUse: true
+ Refine: false
+ Script: <"
+ // ShovelQuests_Dungeon<MAP$,X,Y> → Coordinates for Treasure Map
+ if (!ShovelQuests_DungeonX) {
+ callfunc "shovel_genranddungeon";
+ }
+ dispbottom l("A dungeon is burried in @@, (@@, @@)", ShovelQuests_DungeonMAP$, ShovelQuests_DungeonX, ShovelQuests_DungeonY);
+ ">
+},
{
Id: 680
AegisName: "TreasureMap"