From 0e07358e27ea8e068cc0b6d81736829ff339fcae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Mar 2019 15:01:40 -0300 Subject: Redo Prism gift - do not give raw gemstones, but polished ones due rarity. Add a "rare" Four Leaf Clover to Prism Gift. --- db/re/item_db.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9b433bb2b..2f3c417ec 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1786,7 +1786,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, PoisonArrow, Diamond, Ruby, Emerald, Sapphire, Amethyst, Topaz, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, MercBoxA, MercBoxB, GoldenGift; + setarray .@r, StrangeCoin, PoisonArrow, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, FourLeafClover, MercBoxA, MercBoxB, GoldenGift, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz; .@n=rand(getarraysize(.@r)); if (.@n > 1) -- cgit v1.2.3-60-g2f50