Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 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:1
  8.  
  9. Settings
  10. background:stuff/tiles.jpg
  11. building cost increase:115%
  12. building cost refund:60%
  13. spritesheet:icons, 48 by 48, stuff/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 little bunny 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:stuff/https://images.freshop.com/00012000000850/03c2b43b1c7d32cd6d2b6a892b375d3b_medium.png
  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 clover) $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. dexter the mlg grants you<//><b>[$amount] hitmarks</b>.
  64. yield $amount hitmarks
  65. else
  66. $amount=1*$boost
  67. toast The trickshot 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. Achievements
  100. *TEMPLATE
  101. on click:anim glow
  102.  
  103. *nerd
  104. name:school nerd
  105. desc:Have <b>1</b> hitmark.
  106. req:1 hitmark
  107. icon:icons[2,4] icons[0,2] icons[0,6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement