diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-01 00:20:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-01 00:20:43 -0300 |
commit | b9124d07d659a6ca2d364922ed0537ad980d9ca3 (patch) | |
tree | 8dd57bb558a9e3ff343ed98e9f47f4b26d531470 | |
parent | be188ef5c1e3ea995e2248901e2613ec35ec5817 (diff) | |
download | serverdata-b9124d07d659a6ca2d364922ed0537ad980d9ca3.tar.gz serverdata-b9124d07d659a6ca2d364922ed0537ad980d9ca3.tar.bz2 serverdata-b9124d07d659a6ca2d364922ed0537ad980d9ca3.tar.xz serverdata-b9124d07d659a6ca2d364922ed0537ad980d9ca3.zip |
[skip ci] Don't forget a quest for this, @Jesusalva
-rw-r--r-- | npc/001-1/rewards.txt | 3 | ||||
-rw-r--r-- | npc/items/shovel.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index dbf3d06b4..2228a6576 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -47,6 +47,9 @@ OnInit: sellitem LeatherShirt, 350; sellitem JeansShorts, 300; + // Awesome Feature, pending quest, DO NOT FORGET, @JESUSALVA + sellitem IronShovel,200; + // Temporary, but later may sell rare dyes (eg. purple and... golden?) sellitem RedDye, 50; sellitem GreenDye, 50; diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index bbefc3274..6fed767e6 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -232,7 +232,7 @@ OnHour00: // There are 25600 possible cells, and over half 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 treasure is 0.12% to 0.70% + // Theoretical chance of uncovering a treasure on an attempt is 0.12% to 0.70% shovel_scatter("007-1", 20, 20, 180, 180, .@Treasure, rand(30,180)); shovel_scatter("011-1", 20, 20, 180, 180, .@Treasure, rand(30,180)); shovel_scatter("015-1", 20, 20, 180, 180, .@Treasure, rand(30,180)); |