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.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index f884fcb8d..518d5b11c 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2053,6 +2053,27 @@ item_db: (
">
},
{
+ Id: 607
+ AegisName: "MysteriousBottle"
+ Name: "Mysterious Bottle"
+ Type: "IT_USABLE"
+ Buy: 500
+ Sell: 100
+ Weight: 25
+ KeepAfterUse: false
+ Refine: false
+ Script: <"
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ setarray .@r, StrangeCoin, SilkCocoon PiouFeathers, RattoTeeth, MushroomSpores, SpellBookPage, SpellBookPage, Cheese, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, PileOfAsh, Pearl;
+ .@n=rand(getarraysize(.@r));
+
+ if (.@n > 4)
+ getitem .@r[.@n], 1;
+ else
+ getitem .@r[.@n], rand(1,4);
+ ">
+},
+{
Id: 700
AegisName: "SmallTentacles"
Name: "Small Tentacles"