Expedition Rewards Calculation
When miners are sent on an expedition, the game performs one chance check for the entire expedition.
Success: The game determines a random number of gems per miner. Each miner yields that amount, and the total is:
Total Gems Rewarded = (Gemsperminer)×(Numberofminers)
…but only if your expedition succeeds. If not, you get 0
.
The expedition succeeds based on the chance shown on the meal consumed (for example Fries has a
70%
chance.
Example
You feed Fries which offers a 70% chance to find gems to 10 miners and send them out on an expedition .
If the expedition succeeds, the game randomly picks gems per miner based on a randomised range, for example between
10
and50
.
So if the random pick is 40
gems per miner:
Total Gems rewarded = 40 (Gemsperminer)
×10 (Numberofminers)
= 400 $Gems
If the expedition fails (the 30%
side), then:
Total Gems rewarded = 0 (Gemsperminer)
×10 (Numberofminers)
= 0 $Gems
Last updated