devydude

Untitled

Feb 18th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Let's make a game!
  2. name: gamer Clicker
  3. by: dev
  4. desc:This is a mlg game for gamers idk.<//>become a pro and epic gamer
  5. created:18/2/2020
  6. updated:18/2/2020
  7. version:0.01
  8.  
  9. Settings
  10. background:stuff/tiles.jpg
  11. building cost increase:115%
  12. building cost refund:60%
  13. spritesheet:icons, 48 by 48, https://lh3.googleusercontent.com/proxy/DeLCgt44twO1FsxCtK0qC-dhoYb9lO0Y6smTObjEk-haRDNfdBlGGOQhp_A3W2CIOxzLHcnMG2JlyfWndNOPSzVaravC9mB0aIQICEDj2Bg.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19.  
  20. Buttons
  21. *gamerbutton
  22. name:gamerbutton
  23. desc:Click this computer to get more hitmarks!
  24. on click:anim icon wobble
  25. on click:yield 1 hitmark
  26. on click:if (have goldenTouch and chance(1%)) yield 1 mtndew
  27. icon:https://lh3.googleusercontent.com/proxy/O4EAhYIkVspWxigQk5U3AmohOacj2DCFUb6pMA0qngUJ5nKvAS68BEUTxpMm6EQm6Ck-0zzNVnl6BuUGhAlpxDJvxXmApguuslLU9lVAFbQ
  28. no text
  29. class:bigButton hasFlares
  30. icon class:shadowed
  31. tooltip origin:bottom
  32. tooltip class:red
  33.  
  34. Resources
  35. *hitmark|hitmarks
  36. name:hitmark|hitmarks
  37. desc:These are your hitmarks. You can use them to purchase things. Your goal is to have as many hitmarks as possible!
  38. icon:icons[0,0]
  39. class:noBackground
  40. show earned
  41.  
  42. *mtndew|mtndews
  43. name:mtndew|mtndews
  44. desc:These drinks are terribly rare, terribly precious and terribly delicious!
  45. icon:icons[0,1]
  46. class:noBackground
  47. hidden when 0
  48.  
  49. Shinies
  50. *trickshot
  51. on click:log Woop
  52. movement:onRight moveLeft fade bounce:0.05
  53. frequency:60
  54. frequency variation:30
  55. icon:stuff/luckyBunny.png
  56. class:bigButton
  57. on click:
  58. $boost=1
  59. if (have SuperSugar) $boost=4
  60. if (chance(25%))
  61. //get at least 7, or between 1 and 3 minutes of our gamer production
  62. $amount=max(7,random(hitmarks:ps*60*1,hitmarks:ps*60*3))*$boost
  63. toast The lucky bunny grants you<//><b>[$amount] hitmarks</b>.
  64. yield $amount hitmarks
  65. else
  66. $amount=1*$boost
  67. toast The lucky bunny grants you<//><b>[$amount] mtndew[s?$amount]</b>!
  68. yield $amount mtndew
  69. end
  70. end
  71.  
  72.  
  73. Buildings
  74. *TEMPLATE
  75. on click:anim glow
  76.  
  77. *pc|pcs
  78. name:pc|pcs
  79. desc:A hightech gaming device.<//><b>Effect:</b><.>Produces 1 hitmark every 10 seconds.
  80. icon:icons[3,0]
  81. cost:15 hitmarks
  82. on tick:yield 0.1 hitmark
  83. unlocked
  84.  
  85. Upgrades
  86. *TEMPLATE
  87. on click:anim glow
  88.  
  89. //gamer upgrades
  90.  
  91. *followers
  92. name:followers
  93. desc:Some scrubs to annoy your enemies.<//><b>Effect:</b><.>+1 hitmark/click
  94. icon:icons[1,1]
  95. cost:100 hitmarks
  96. passive:increase hitmark yield of gamerbutton by 1
  97. req:10 hitmarks:earned
  98.  
  99. //mtndew upgrades
  100.  
  101. *goldenTouch
  102. name:Golden touch
  103. desc:The delicate art of finding mtndew made of precious sugars.<//><b>Effect:</b><.>1% chance of gaining 1 mtndew per bunny click
  104. icon:icons[2,5]
  105. cost:1 mtndew
  106. req:1 mtndew:earned
  107.  
  108. *SuperSugar
  109. name:SuperSugar
  110. desc:A delicious type of sugar that tastes lucky.<//><b>Effect:</b><.>trickshot effects are 4 times more powerful
  111. icon:icons[2,8]
  112. cost:100 mtndew
  113. req:50 mtndew:earned
  114.  
  115. Achievements
  116. *TEMPLATE
  117. on click:anim glow
  118.  
  119. *nerd
  120. name:school nerd
  121. desc:Have <b>1</b> hitmark.
  122. req:1 hitmark
  123. icon:icons[2,4] icons[0,2] icons[0,6]
Add Comment
Please, Sign In to add comment