Gambling: Difference between revisions

From IdleRPG Wiki
Jump to navigation Jump to search
(→‎Betting: fixed a typo placing the entire box in code)
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
==Flipping==
Flipping a coin is the most basic method of gambling. Using <code>$flip [heads/tails] [money]</code> or <code>$coin [heads/tails] [money]</code> will pick either heads or tails. If the result is the same as the side you chose in the command, you win the amount of money you bet. If it is the opposite side, you lose the amount of money you bet.
==Double or Steal==
==Double or Steal==
Double or Steal is a relatively new type of gambling added in v4. Using <code>$dos</code> will allow anyone to react to the message, starting a game of double or steal.
Double or Steal is a relatively new type of gambling added in v4. Using <code>$dos</code> will allow anyone to react to the message, starting a game of double or steal.

Revision as of 12:02, 17 September 2019

Flipping

Flipping a coin is the most basic method of gambling. Using $flip [heads/tails] [money] or $coin [heads/tails] [money] will pick either heads or tails. If the result is the same as the side you chose in the command, you win the amount of money you bet. If it is the opposite side, you lose the amount of money you bet.

Double or Steal

Double or Steal is a relatively new type of gambling added in v4. Using $dos will allow anyone to react to the message, starting a game of double or steal.

The amount of money to begin with is $100. On your turn you are prompted to either double the money or steal it. If you double, the amount is taken away from you and put into the game. If you steal, the amount in the game is given all to you.

Betting

Betting is a more complicated type of gambling. Using $bet [maximum] [tip] [money] will pick a number between 0 and the maximum. If the number generated is identical to the number you tipped, you win the money you bet times the maximum minus one. For example, if you bet $5 and the maximum is 11, 11-1 is 10 and 10*5=50 so you would win $50. If the number is different then the number you tipped, you only lose the amount of money you bet and no more.

The maximum reward that can be gained is $100,000.