summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-15 01:05:45 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-15 01:05:45 -0200
commitd87b39b4013f77d0d553c9495b6ee1b21b64cff3 (patch)
tree7746d9ff04a4fb36a763617122de96571c56141b /npc/items
parent3600344bf97be5dec4a7e6c3b34c581dd1e1dedb (diff)
downloadserverdata-d87b39b4013f77d0d553c9495b6ee1b21b64cff3.tar.gz
serverdata-d87b39b4013f77d0d553c9495b6ee1b21b64cff3.tar.bz2
serverdata-d87b39b4013f77d0d553c9495b6ee1b21b64cff3.tar.xz
serverdata-d87b39b4013f77d0d553c9495b6ee1b21b64cff3.zip
Stealing skill is now stated.
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/shovel.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index c237a6394..b12d7e897 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -278,20 +278,9 @@ OnHour00:
deletearray $@WBT_Random_x;
deletearray $@WBT_Random_y;
- // Current treasures list
- // Food, misc, ores, gems, "rares"
- setarray .@Treasure,
- Bread,Candy,BugLeg,Cheese,Acorn,
- Bread,Candy,BugLeg,Cheese,Acorn,
- ScorpionStinger,CoinBag,RustyKnife,TreasureKey,CasinoCoins,SulfurPowder,
- ScorpionStinger,CoinBag,RustyKnife,TreasureKey,CasinoCoins,SulfurPowder,
- Coal,IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre,
- Coal,IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre,
- Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst,
- BoneArrow, SacredBullet;
// Scatter Treasure.
- // There are 25600 possible cells, and over half of them are collisions.
+ // There are 25600 possible cells, and about 60% of them are collisions.
// As we don't prevent treasure from falling on collision, it is pretty high.
// If two treasures fall on same place, the previous treasure will be deleted.
// Theoretical chance of uncovering a treasure on an attempt is 0.12% to 0.70%