Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lottery Tickets #1459

Open
wants to merge 2 commits into
base: baymerge-testing
Choose a base branch
from

Conversation

ErrorsWindows
Copy link
Contributor

Adds 3 tiers of lotto tickets for purchase at the table-mounted vendor on the bar counter. Scratch the tickets off using a coin (hint: there is one in the library up the stairs) then cash in by inserting the ticket into the vendor. If you hack the machine it just ends up shooting blank paper (unprinted tickets). Prices and max prizes are as followings:

Tier 1 (Gold Rush): 10.thl to buy. 100,000.thl max prize.
  • 1.thl, 1 in 4
  • 2.thl, 1 in 5
  • 3.thl, 1 in 6
  • 4.thl, 1 in 8
  • 5.thl, 1 in 10
  • 10.thl, 1 in 20
  • 20.thl, 1 in 40
  • 50.thl, 1 in 100
  • 100.thl, 1 in 500
  • 250.thl, 1 in 2,500
  • 500.thl, 1 in 5,000
  • 1,000.thl, 1 in 10,000
  • 5,000.thl, 1 in 50,000
  • 10,000.thl, 1 in 100,000
  • 50,000.thl, 1 in 500,000
  • 100,000.thl, 1 in 1,000,000
Tier 2 (Diamond Hands): 25.thl to buy, 400,000.thl max prize.
  • 4.thl, 1 in 4
  • 8.thl, 1 in 5
  • 12.thl, 1 in 6
  • 16.thl, 1 in 8
  • 20.thl, 1 in 10
  • 40.thl, 1 in 20
  • 80.thl, 1 in 40
  • 200.thl, 1 in 100
  • 400.thl, 1 in 500
  • 1,000.thl, 1 in 2,500
  • 2,000.thl, 1 in 5,000
  • 4,000.thl, 1 in 10,000
  • 20,000.thl, 1 in 50,000
  • 40,000.thl, 1 in 100,000
  • 200,000.thl, 1 in 500,000
  • 400,000.thl, 1 in 1,000,000
Tier 3 (Phoron Fortune): 50.thl to buy, 1,000,000.thl max prize.
  • 10.thl, 1 in 4
  • 20.thl, 1 in 5
  • 30.thl, 1 in 6
  • 40.thl, 1 in 8
  • 50.thl, 1 in 10
  • 100.thl, 1 in 20
  • 200.thl, 1 in 40
  • 500.thl, 1 in 100
  • 1,000.thl, 1 in 500
  • 2,500.thl, 1 in 2,500
  • 5,000.thl, 1 in 5,000
  • 10,000.thl, 1 in 10,000
  • 50,000.thl, 1 in 50,000
  • 100,000.thl, 1 in 100,000
  • 500,000.thl, 1 in 500,000
  • 1,000,000.thl, 1 in 1,000,000

credit: 90% from west3436 of /vg/station13 and all his associated changes

馃啈

rscadd: Lottery tickets can be purchased from the relevant machine bar to spend all your money on, you can get more lottery machines from the cargo catalogue

Copy link
Contributor

@CPU-Blanc CPU-Blanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had a pretty quick look, will take a more in depth one later. The update_icon change is a must.
Others are just suggestions.

code/modules/urist/items/vgitems.dm Outdated Show resolved Hide resolved
code/modules/urist/items/vgitems.dm Outdated Show resolved Hide resolved
code/modules/urist/items/vgitems.dm Outdated Show resolved Hide resolved
code/modules/urist/items/vgitems.dm Outdated Show resolved Hide resolved
Co-Authored-By: CPU_Blanc <54823378+CPU-Blanc@users.noreply.github.com>
Copy link
Contributor

@CPU-Blanc CPU-Blanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My main issue/concern at the moment is how cluttered the bar is with this change. A slight re-map/change of location might be better?

I'd also like for @scrdest to have a look at this, as probability and economy seems to be his jam :P

code/modules/urist/machinery/uristvending.dm Outdated Show resolved Hide resolved
Co-authored-by: CPU_Blanc <54823378+CPU-Blanc@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants