diff --git a/config/objects/rewardablePickable.json b/config/objects/rewardablePickable.json index 764065a30..b737ba5c2 100644 --- a/config/objects/rewardablePickable.json +++ b/config/objects/rewardablePickable.json @@ -26,17 +26,47 @@ "selectMode" : "selectFirst", "rewards" : [ { + "appearChance" : { "min" : 0, "max" : 33 }, "message" : 23, "removeObject" : true, "resources" : [ { "anyOf" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ], - "min" : 4, - "max" : 6 + "amount" : 4 }, { "type" : "gold", - "amount" : [ 400, 500, 600 ] + "amount" : 400 + } + ] + }, + { + "appearChance" : { "min" : 33, "max" : 66 }, + "message" : 23, + "removeObject" : true, + "resources" : [ + { + "anyOf" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ], + "amount" : 5 + }, + { + "type" : "gold", + "amount" : 500 + } + ] + }, + { + "appearChance" : { "min" : 66, "max" : 100 }, + "message" : 23, + "removeObject" : true, + "resources" : [ + { + "anyOf" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ], + "amount" : 6 + }, + { + "type" : "gold", + "amount" : 600 } ] }