Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. name:Meme Clicker by DaltonDPS
  3. by:Orteil
  4. desc:Lets make some memes!
  5. created:11-15-19
  6. updated:11-15-19
  7. version:1
  8.  
  9. Settings
  10. background:stuff/meme.jpg
  11. building cost increase:115%
  12. building cost refund:50%
  13. spritesheet:icons, 48 by 48,
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *Meme Button
  21. name:Make a Meme
  22. desc:Click this meme to get more memes!
  23. on click:anim icon wobble
  24. on click:yield 1 meme
  25. on click:if (have goldenTouch and chance(1%)) yield 1 goldenMeme
  26. icon:stuff/meme.png
  27. no text
  28. class:bigButton hasFlares
  29. icon class:shadowed
  30. tooltip origin:bottom
  31. tooltip class:red
  32.  
  33. Resources
  34. *meme|memes
  35. name:Meme|Memes
  36. desc:These are your Memes. You can use them to purchase things. Your goal is to have as many Memes as possible!
  37. icon:icons[0,0]
  38. class:noBackground
  39. show earned
  40.  
  41. *goldenMeme|goldenMemes
  42. name:Golden Meme|Golden Memes
  43. desc:These shiny Memes are terribly rare, terribly precious and terribly delicious!
  44. icon:icons[0,1]
  45. class:noBackground
  46. hidden when 0
  47.  
  48. Shinies
  49. *luckyMeme
  50. on click:log Woop
  51. movement:onRight moveLeft fade bounce:0.05
  52. frequency:60
  53. frequency variation:30
  54. icon:stuff/luckyMeme.png
  55. class:bigButton
  56. on click:
  57. $boost=1
  58. if (have clover) $boost=4
  59. if (chance(25%))
  60. //get at least 7, or between 1 and 3 minutes of our Meme production
  61. $amount=max(7,random(Memes:ps*60*1,Memes:ps*60*3))*$boost
  62. toast The lucky Memes grants you<//><b>[$amount] Meme</b>.
  63. yield $amount Memes
  64. else
  65. $amount=1*$boost
  66. toast The lucky Meme grants you<//><b>[$amount] golden Meme[s?$amount]</b>!
  67. yield $amount goldenMeme
  68. end
  69. end
  70.  
  71. Buildings
  72. *TEMPLATE
  73. on click:anim glow
  74.  
  75. *Meme Folder|Meme Folders
  76. name Meme Folder|Meme Folders
  77. desc:A tiny little Meme Folder.<//><b>Effect:</b><.>Produces 1 Meme every 10 seconds.
  78. icon:icons[3,0]
  79. cost:15 Memes
  80. on tick:yield 0.1 Meme
  81. unlocked
  82.  
  83. *Dank Meme|Dank Memes
  84. name:Dank Meme|Dank Memes
  85. desc:A bit Danker than a Normal Meme, with enough Dankness to Make you cry.<//><b>Effect:</b><.>Produces 1 Meme every 2 seconds.
  86. icon:icons[3,1]
  87. cost:100 Memes
  88. on tick:yield 0.5 Memes
  89. req:100 Memes:earned
  90.  
  91. *coop|coops
  92. name:Spicy Meme|Spicy Memes
  93. desc:Much spicier than a dank meme<//><b>Effect:</b><.>Produces 5 Memes per second.
  94. icon:icons[3,2]
  95. cost:600 Memes
  96. on tick:yield 5 Memes
  97. req:600 memes:earned
  98.  
  99. *Dad Joke|Dad Jokes
  100. name:Dad Joke|Dad Jokes
  101. desc:They are sort of funny... no there not.<//><b>Effect:</b><.>Produces 12 Memes per second.
  102. icon:icons[3,3]
  103. cost:4000 Memes
  104. on tick:yield 12 Memes
  105. req:4000 Memes:earned
  106.  
  107. *Offensive Meme|Offensive Memes
  108. name:Offensive Meme|Offensive Memes
  109. desc:Dont buy this if you're easily triggered ;).<//><b>Effect:</b><.>Produces 90 Memes per second.
  110. icon:icons[3,4]
  111. cost:20000 Memes
  112. on tick:yield 90 Memes
  113. req:20000 Memes:earned
  114.  
  115. *village|villages
  116. name:Racist Meme|Racist Memes
  117. desc:Your Memes piss off every liberal now!<//><b>Effect:</b><.>Produces 300 Memes per second.
  118. icon:icons[3,5]
  119. cost:200000 Memes, 1 goldenMeme
  120. on tick:yield 300 Memes
  121. req:200000 Memes:earned and independenceDay
  122.  
  123. *Joke|Jokes
  124. name:Joke|Jokes
  125. desc:They can be funny, if they are... congrats!<//><b>Effect:</b><.>Produces 1000 Memes per second.
  126. icon:icons[3,6]
  127. cost:3000000 Memes, 4 goldenMemes
  128. on tick:yield 1000 Memes
  129. req:3000000 Memes:earned and independenceDay
  130.  
  131. *citadel|citadels
  132. name:Political Meme|Political Memes
  133. desc:Sometimes they are funny, haha Epstein is dead n stuff. <//><b>Effect:</b><.>Produces 4000 rabbits per second.
  134. icon:icons[3,7]
  135. cost:70000000 Memes, 16 goldenMemes
  136. on tick:yield 4000 Memes
  137. on tick:if (have PoliticalMemes) yield 0.01 goldenMemes
  138. req:70000000 Memes:earned and independenceDay
  139.  
  140. *fortress of memes
  141. name:Fortress of Memes
  142. text:Fortress of Memes ([this]%)
  143. desc:It holds all of the best memes on earth.<//><b>The fortress is [this]% complete.</b>
  144. icon:icons[3,8]
  145. cost:300000000 Memes, 100 goldenMemes
  146. req:70000000 Memes:earned and independenceDay
  147. limit:100
  148. cost increase:105%
  149.  
  150. Upgrades
  151. *TEMPLATE
  152. on click:anim glow
  153.  
  154. //Meme upgrades
  155.  
  156. *Context
  157. name:Context
  158. desc:It gives your meme context.<//><b>Effect:</b><.>+1 meme/click
  159. icon:icons[1,1]
  160. cost:100 Memes
  161. passive:increase bunny yield of bunnyButton by 1
  162. req:10 bunnies:earned
  163.  
  164. *Dankness
  165. name:Dankness
  166. desc:It gives your memes dankness.<//><b>Effect:</b><.>+1 meme/click
  167. icon:icons[1,2]
  168. cost:200 Memes
  169. passive:increase meme yield of memeButton by 1
  170. req:50 Memes:earned
  171.  
  172. *Spiciness
  173. name:Spiciness
  174. desc:It adds Spiciness to your Memes.<//><b>Effect:</b><.>+1 meme/click
  175. icon:icons[1,3]
  176. cost:400 Memes
  177. passive:increase meme yield of memeButton by 1
  178. req:200 Memes:earned
  179.  
  180. *Funniness
  181. name:Funniness
  182. desc:It adds Funniness to your Memes.<//><b>Effect:</b><.>meme/click x2<.>meme production +5%
  183. icon:icons[1,4]
  184. cost:3000 Memes
  185. passive:multiply meme yield of memeButton by 2
  186. passive:multiply yield of memes by 1.05
  187. req:1000 Memes:earned
  188.  
  189. *Corniness
  190. name:Corniness
  191. desc:Adds Corniness to your memes.<//><b>Effect:</b><.>Meme/click x1.5<.>Meme production +5%
  192. icon:icons[1,5]
  193. cost:10000 Memes
  194. passive:multiply meme yield of memeButton by 1.5
  195. passive:multiply yield of memes by 1.05
  196. req:1000 memes:earned
  197.  
  198. *Cringiness
  199. name:Cringiness
  200. desc:It adds cringe to your memes.<//><b>Effect:</b><.>memes/click x1.5<.>meme production +5%
  201. icon:icons[1,6]
  202. cost:50000 memes
  203. passive:multiply meme yield of memeButton by 1.5
  204. passive:multiply yield of memes by 1.05
  205. req:10000 memes:earned
  206.  
  207. *Strongness
  208. name:Strongness
  209. desc:Adds strongness to your memes.<//><b>Effect:</b><.>memes/click x1.5<.>meme production +5%
  210. icon:icons[1,7]
  211. cost:100000 memes
  212. passive:multiply meme yield of memebutton by 1.5
  213. passive:multiply yield of memes by 1.05
  214. req:50000 memes:earned
  215.  
  216. *Laziness
  217. name:Laziness
  218. desc:Adds Laziness to your memes.<//><b>Effect:</b><.>memes/click x1.5<.>meme production +5%
  219. icon:icons[1,8]
  220. cost:500000 memes
  221. passive:multiply meme yield of memeButton by 1.5
  222. passive:multiply yield of memes by 1.05
  223. req:100000 memes:earned
  224.  
  225.  
  226.  
  227. *fortressAchiev
  228. name:Freedom!
  229. desc:Complete building the <b>freedom fortress</b>.<//>This is it. You beat the game!
  230. req:100 fortress
  231. icon:icons[3,8] icons[0,4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement