Advertisement
CrashBar

Casino Clicker(V2)

Nov 14th, 2024 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. Let's make a game!
  2. name:casino Clicker(V2)
  3. desc:I had to redo the game, since the pastebin file refused to load.
  4. created:9/21/24
  5. by:Crashbar
  6. version:1.0
  7. Settings
  8. background:https://file.garden/Zu4YkEPYuzlvwhf3/casino%20clicker%20background
  9. building cost increase:115%
  10. building refund cost:50%
  11. stylesheet:stuff/bigBlue.css
  12. CSS
  13. .thing-icon.shiny-icon
  14. {
  15. width:128px;
  16. height:128px;
  17. }
  18.  
  19. Buildings
  20. *cardset|cardsets
  21. name:Card Set|Card Sets
  22. desc:a deck of cards to play some classic games with.
  23. cost:50 chips
  24. on tick:yield 3 chips
  25. *boardgame|boardgames
  26. name:Board Game|Board Games
  27. desc:a set of dice, score sheets, and a shaker to mix things up.
  28. cost:150 chips
  29. on tick:yield 15 chips
  30. *slotmachine|slotmachines
  31. name:Slot Machine|Slot Machines
  32. desc:a good old slot machine for some chance!
  33. cost:1200 chips
  34. on tick:yield 50 chips
  35. *roulettewheel|roulettewheels
  36. name:Roulette Wheel|Roulette Wheels
  37. desc:"a roulette wheel? quick, red or black?"
  38. cost:25000 chips
  39. on tick:yield 100 chips
  40. *chipforge
  41. name:Chip Forge
  42. desc:"A forge that creates chips the way that the founders intended."
  43. cost:75000 chips
  44. on tick:yield 250 chips
  45. Resources
  46. *chip|chips
  47. name:Chip|Chips
  48. desc:a resource that you can trade with gamblers for goods and services.
  49. Buttons
  50. *bigchip
  51. name:Big Chip
  52. desc:the giant chip we chip chips from naturally, rather than that plastic nonsense.
  53. on click:yield 1 chip
  54. class:bigButton hasFlares
  55. Icon:https://file.garden/Zu4YkEPYuzlvwhf3/8336952.png
  56. Upgrades
  57. *cardcounting
  58. name:Card Counting
  59. desc:a generally frowned upon strategy of gambling, but a solid one.
  60. cost:1000 chips
  61. passive:multiply yield of cardsets by 2
  62. *luckofthedraw
  63. name:Luck of the Draw
  64. desc:"no need to get worked up, you just got a bad hand."
  65. cost:5000 chips
  66. passive:multiply yield of cardsets by 2
  67. *loadeddice
  68. name:Loaded Dice
  69. desc:A set of dice that have metal on one side.
  70. cost:7500 chips
  71. passive:multiply yield of boardgames by 2
  72. *bettertaste
  73. name:Better Taste
  74. desc:instantly get better taste in board games, and by better ones.
  75. cost:15000 chips
  76. passive:multiply yield of boardgames by 2
  77. *hotseat
  78. name:Hot Seat
  79. desc:this heated chair makes you get EVEN LUCKIER!
  80. cost:45000 chips
  81. passive:multiply yield of roulettewheels by 2
  82. *goldentouch
  83. name:Golden Touch
  84. desc:"You really do know how to use your hands, huh?"
  85. cost:80000 chips
  86. passive:multiply yield of roulettewheels by 2
  87. *steelplatedchips
  88. name:Steel Plated Chips
  89. desc:"Prime forgery."
  90. cost:100000 chips
  91. passive:multiply yield of chipforge by 2
  92. *gnomeforgers
  93. name:Gnome Forgers
  94. desc:"Because of these peoples skills, they are physically incapable of making bad chips."
  95. cost:1000000 chips
  96. passive:multiply yield of chipforge by 2
  97. Achievements
  98. *gettinggod
  99. name:Getting Good
  100. desc:"Good job!"
  101. req:1000 chips:
  102. *riskybusiness
  103. name:Risky Business
  104. desc:"You're playing with fire here."
  105. req:5000 chips
  106. *gamblersfever
  107. name:Gambler's Fever
  108. desc:"You have officially gone in too deep."
  109. req:10000 chips
  110. *goldmine
  111. name:Gold mine
  112. desc:"I'm GENUINELY questioning how you ended up getting this far."
  113. req:1000000 chips:
  114. *ace
  115. name:Ace!
  116. desc:"now whaddya got?"
  117. req:10 cardsets
  118. *queen
  119. name:Queen!
  120. desc:"Oh, you're no fun."
  121. req:100 cardsets
  122. *noshaker
  123. Name:No Shaker
  124. desc:"okay, you're to good with the shaker."
  125. req:10 boardgames
  126. *checkmate
  127. name:Checkmate
  128. desc:"man, why can't we find an easy one?"
  129. req:100 boardgames
  130. *slotomania
  131. name:Slotomania
  132. desc:a great man once said,"LET'S GO GAMBLING!
  133. req:10 slotmachines
  134. *areyouleprechaun
  135. name:Are you a leprechaun?
  136. desc:"not saying your short, but are you a leprechaun?"
  137. req:100 slotmachines
  138. *black
  139. name:Black
  140. desc:"I got black, what about you?"
  141. req:10 roulettewheels
  142. *red
  143. name:Red
  144. desc:"Nice! I got red."
  145. req:100 roulettewheels
  146. Shinies
  147. *luckycoin
  148. on click:yield (random(10,100)) chips
  149. movement:growShrink pulse:1 bobVertical:0.25 bobHorizontal:0.25 anywhere
  150. frequency:600
  151. class:hasFlares
  152. icon:https://file.garden/Zu4YkEPYuzlvwhf3/17236716.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement