IronDizaster

Coin Mania

Jul 6th, 2023 (edited)
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. Let's make a game!
  2. name:Coin Mania
  3. by:IronDizaster
  4. desc:Get as many coins as possible in this simple clicker game!
  5. created:07/07/2023
  6. version:0.0
  7.  
  8. CSS
  9. #game.on
  10. {
  11. background-size: 100% 100%;
  12. image-rendering: pixelated;
  13. }
  14.  
  15. .buildingIconSize
  16. {
  17. height:64px;
  18. width:64px;
  19. }
  20.  
  21. .thing-icon.shiny-icon
  22. {
  23. width:128px;
  24. height:128px;
  25. }
  26.  
  27. Settings
  28. background:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Background%20Image.jpg
  29. stylesheet:stuff/bigBlue.css
  30. spritesheet:upgradeIcons, 48 by 48, https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/upgradeSpritesheet.png
  31.  
  32. Buildings
  33. *metalDetector|metalDetectors
  34. name:Metal Detector|Metal Detectors
  35. Desc:</>Handy metal instruments to net you some coins.</></><b><#ff5e00>Effects:</b></#><.>Produces <b>1</b> coin per second
  36. on tick:yield 1 + (0.1 * conArtists) coin
  37. Cost:40 coins
  38. icon class:buildingIconSize
  39. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Metal%20Detector.png
  40.  
  41. *conArtist|conArtists
  42. name:Con Artist|Con Artists
  43. desc:</>These masters of deception will prove useful for your growing ambitions. </></><b><#ff5e00>Effects:</b></#><.>Produces <b>4</b> coins per second<.><b>+0.1</b> production to <b>Metal Detectors</b> per <b>Con Artist</b> owned
  44. on tick:yield 4 coins
  45. cost:200 coins
  46. req:200 coins:earned
  47. icon class:buildingIconSize
  48. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Con%20Artists.png
  49.  
  50. *coinTree|coinTrees
  51. name:Coin Tree|Coin Trees
  52. desc:</>These trees love being in pairs, and grow double the coins when you own an even number of them!</></><b><#ff5e00>Effects:</b></#></><b><#f5ea16>PASSIVE:</b></#> Produces <b>double coins</b> if you own an <b>even</b> amount of Coin Trees</>Boost Status: [?(coinTrees % 2 = 0)|<b><#46f516>ON</b></#>|<b><#f51616>OFF</b></#>]<.>Produces <b>10</b> coins per second<q>"And they said money cannot grow on trees..."
  53. cost:300 coins
  54. req:300 coins:earned
  55. on tick:
  56. if (coinTrees % 2 = 0)
  57. yield 20 coins
  58. else
  59. yield 10 coins
  60. end
  61. end
  62. icon class:buildingIconSize
  63. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Coin%20Trees%202.png
  64.  
  65. *mintFacilities
  66. name:Mint Facility|Mint Facilities
  67. icon class:buildingIconSize
  68. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Mint%20Factories.png
  69.  
  70. *coinConglomerates
  71. name:Coin Conglomerate|Coin Conglomerates
  72. icon class:buildingIconSize
  73. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/Coin%20Conglomerates.png
  74.  
  75. Resources
  76. *coin|coins
  77. name:Coin|Coins
  78. desc:Get as many of these shiny collectibles as you possibly can!
  79. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/coin.png
  80.  
  81. Buttons
  82. *coinButton
  83. on click:yield 1 coin
  84. class:bigButton hasFlares
  85. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/coin%20button%20icon.png
  86.  
  87. Upgrades
  88.  
  89. // Metal Detector Upgrades
  90. *magnets
  91. name:Magnets
  92. desc:<.>Metal detectors are <b>twice</b> as efficient.<q>"Coins are metal... magnets attract metallic things... genius idea!"
  93. passive:multiply yield of metalDetectors by 2
  94. cost:240 coins
  95. icon:upgradeIcons[0,0]
  96.  
  97. *transmitters
  98. name:Electromagnetic Transmitters
  99. icon:upgradeIcons[1,0]
  100.  
  101. *coils
  102. name:Ultra-magnetic Coils
  103. icon:upgradeIcons[2,0]
  104.  
  105. *conductorChips
  106. name:Superconductor Chips
  107. icon:upgradeIcons[3,0]
  108.  
  109. // Con Artist Upgrades
  110. *charisma
  111. name:Charisma
  112. icon:upgradeIcons[0,1]
  113.  
  114. *scamTactics
  115. name:Irresistibe Scam Tactics
  116. icon:upgradeIcons[1,1]
  117.  
  118. *lawyerTeam
  119. name:Ivy League Lawyer Team
  120. icon:upgradeIcons[2,1]
  121.  
  122. *augmentation
  123. name:Mechanical Augmentation
  124. icon:upgradeIcons[3,1]
  125.  
  126. // Coin Tree Upgrades
  127. *ultraGrow
  128. name:Ultra-Grow Mix
  129. icon:upgradeIcons[0,2]
  130.  
  131. *autoHarvesters
  132. name:Automatic Harvesters
  133. icon:upgradeIcons[1,2]
  134.  
  135. *growth
  136. name:Massive Growth Concoction
  137. icon:upgradeIcons[2,2]
  138.  
  139. *rainforests
  140. name:Coin Rainforests
  141. icon:upgradeIcons[3,2]
  142.  
  143. // Mint Facility Upgrades
  144. *autoProduction
  145. name:Autonomous Production
  146. icon:upgradeIcons[0,3]
  147.  
  148. *upkeep
  149. name:Perpetual Upkeep
  150. icon:upgradeIcons[1,3]
  151.  
  152. *worldMinting
  153. name:Worldwide Minting
  154. icon:upgradeIcons[2,3]
  155.  
  156. *globalOwnership
  157. name:Global Mint Ownership
  158. icon:upgradeIcons[3,3]
  159.  
  160. // Coin Conglomerate Upgrades
  161. *advertising
  162. name:Global Advertising
  163. icon:upgradeIcons[0,4]
  164.  
  165. *manipulation
  166. name:Stock Market Manipulation
  167. icon:upgradeIcons[1,4]
  168.  
  169. *govControl
  170. name:Government Control
  171. icon:upgradeIcons[2,4]
  172.  
  173. *elimination
  174. name:Competition Elimination
  175. icon:upgradeIcons[3,4]
  176.  
  177. // Click Upgrades
  178. *magnifyingGlass
  179. name:Magnifying Glass
  180. icon:upgradeIcons[0,5]
  181.  
  182. *gamingMouse
  183. name:Gaming Mouse
  184. icon:upgradeIcons[1,5]
  185.  
  186. *magneticCursor
  187. name:Magnetic Cursor
  188. icon:upgradeIcons[2,5]
  189.  
  190. *procrastination
  191. name:Procrastination
  192. icon:upgradeIcons[3,5]
  193. on click:lose coinCollector
  194.  
  195. Achievements
  196. *coinCollector
  197. name:Coin Collector
  198. Desc:You earned 100 coins! Welcome to the club of Coin Collectors!
  199. shown
  200. cost:200 coins
  201.  
  202. Shinies
  203. *luckyCoin
  204. on click:yield (random(coins:ps*120,coins:ps*300)) coins
  205. frequency:60
  206. frequency variation:120
  207. movement:growShrink pulse:1 bobVertical:0.25 bobHorizontal:0.25 anywhere
  208. class:hasFlares
  209. icon:https://file.garden/YYjCqvtBp0P7hcN1/Coin%20Mania/lucky%20coin.png
  210.  
  211.  
  212.  
Advertisement
Add Comment
Please, Sign In to add comment