Advertisement
Guest User

Untitled

a guest
Jan 5th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Let's make a game!
  2. name:Game Clicker
  3. by:Gamer Studios
  4. desc: This is an idle game where you can make Games, and turn those games into money!
  5. created:1/5/19
  6. updated:1/5/19
  7. version:1
  8.  
  9. Settings
  10. building cost increase:105%
  11. building cost refund:75%
  12.  
  13. Buttons
  14. *gameButton
  15. name:Make a Game
  16. desc:Click the Game to make more Games!
  17. on click:anim icon wobble
  18. on click:yield 1 game
  19. on click:if (have moneyTouch and chance(1%)) yield 1 dollar
  20. icon:no.png
  21. no text
  22. class:bigButton hasFlares
  23. icon class:shadowed
  24. tooltip origin:bottom
  25. tooltip class:red
  26.  
  27. Resources
  28. *game|games
  29. name:Game|Games
  30. desc:These are your Games. You can use them to purchase Game Equipment, but you can use up a lot of them to make a Dollar!
  31. icon:icons[0,0]
  32. class:noBackground
  33. show earned
  34.  
  35. *dollar|dollars
  36. name:Dollar|Dollars
  37. desc:These are your Dollars, the secondary currency of the game to purchase Dollar Equipment, and late-game Equipment!
  38. icon:icons[0,1]
  39. class:noBackground
  40. show earned
  41.  
  42. Shinies
  43. *goldenButton
  44. on click:log Woop
  45. movement:onRight moveLeft fade bounce:0.05
  46. frequency:60
  47. frequency variation:30
  48. icon:goldenButton.png
  49. class:bigButton
  50. on click:
  51. yield 1 dollar
  52.  
  53. Buildings
  54. *TEMPLATE
  55. on click:anim glow
  56.  
  57. *buttonpresser|buttonpressers
  58. name:Button Presser|Button Pressers
  59. desc:Presses the Game Button for you.<//><b>Effect:</b><.>Produces 1 Game every 5 seconds.
  60. icon:icons[3,0]
  61. cost:20 games
  62. on tick:yield 0.2 games
  63. unlocked
  64.  
  65. *bitcoinmine|bitcoinmines
  66. name:Bitcoin Mine|Bitcoin Mines
  67. desc:Bitcoins, the perfect currency that doesn't involve holding stuff<//><b>Effect:</b><.>Produces 1 Game a second.
  68. icon:icons[3,1]
  69. cost:135 games
  70. on tick:yield 1 game
  71. req:135 games:earned
  72.  
  73. *buttonmaker|buttonmakers
  74. name:Button Maker|Button Makers
  75. desc:Makes the Game Button for you.<//><b>Effect:</b><.>Produces 15 Games a second.
  76. icon:icons[3,2]
  77. cost:1000 games
  78. on tick:yield 15 games
  79. req:1000 games:earned
  80.  
  81. Upgrades
  82. *TEMPLATE
  83. on click:anim glow
  84.  
  85. *shinybuttons
  86. name:Shiny Buttons
  87. desc:Buttons cleaned up for better pressing.<//><b>Effect:</b><.>+1 Game/click
  88. icon:icons[1,1]
  89. cost:150 games
  90. passive:increase no yield of gameButton by 1
  91. req:10 games:earned
  92.  
  93. *shinierbuttons
  94. name:Shinier Buttons
  95. desc:Buttons cleaned up further for clean pressing.<//><b>Effect:</b><.>+2 Games/click
  96. icon:icons[1,2]
  97. cost:500 games
  98. passive:increase game yield of gameButton by 2
  99. req:200 games:earned
  100.  
  101. *evenshinierbuttons
  102. name:Even Shinier Buttons
  103. desc:Buttons carefully analyzed for the slightest spot.<//><b>Effect:</b><.>+7 Games/click
  104. icon:icons[1,3]
  105. cost:6000 games
  106. passive:increase no yield of gameButton by 7
  107. req:1000 games:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement