Advertisement
aki1

Randomness game 2

Feb 24th, 2020
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. Let's make a game!
  2. name:Randomness Clicker 2.0
  3. by:Aki
  4. desc:Come on and slam and welcome to the jam
  5. created:24/2/2020
  6. updated:24/2/2019
  7. version:0.1
  8. Settings
  9. background:https://cdn.discordapp.com/attachments/411587627775426570/546664561806409729/unknown.png
  10. building cost increase:115%
  11. building cost refund:50%
  12. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  13. stylesheet:stuff/bigBlue.css
  14. Layout
  15. *main
  16. contains:res, buttons
  17. *res
  18. contains:Resources
  19. class:fullWidth
  20. *buttons
  21. contains:Buttons
  22. *store
  23. contains:buildings, upgrades
  24. *buildings
  25. contains:BulkDisplay, Buildings
  26. header:channels
  27. tooltip origin:left
  28. ps:show
  29. *upgrades
  30. contains:Upgrades
  31. header:Upgrades
  32. costs:hide
  33. names:hide
  34. Buttons
  35. *ping
  36. name:ping
  37. desc:ping someone to send a message
  38. on click:anim icon wobble
  39. on click:yield 1 message
  40. on click:if (have cursedimages and chance(50%)) yield 1 cursedmessage
  41. //on click:if (have dirtyping and chance(1%)) yield 1 lewdmessage//
  42. //on click:if (have cuteping and chance(1%)) yield 1 wholeshomemessage//
  43. icon:https://cdn.discordapp.com/attachments/411587627775426570/546663862175399946/89_sin_titulo.png
  44. no text
  45. class:bigButton hasFlares
  46. tooltip origin:bottom
  47. tooltip class:red
  48. Resources
  49. *messages|message|walterdollars
  50. name:Message|Messages
  51. desc:these are the messages you have sent
  52. icon:https://cdn.discordapp.com/attachments/395009372654403586/546306909767204884/nelson.png
  53. class:noBackground
  54. show earned
  55.  
  56.  
  57. Buildings
  58. *welcomegoodbye
  59. name:#Welcome-goobye
  60. desc:the place where everyone came from.<//><b>Effect:</b><.>Produces 1 message every 10 seconds.
  61. icon:https://ih1.redbubble.net/image.433687211.8335/flat,550x550,075,f.u1.jpg
  62. cost:15 messages
  63. on tick:yield 0.1 message
  64. unlocked
  65.  
  66. *intdis
  67. name:#Intellectual-discussion
  68. desc:at least you can talk here, not like it's used that much.<//><b>Effect:</b><.>Produces 1 message every 2 seconds.
  69. icon:https://ih1.redbubble.net/image.433687211.8335/flat,550x550,075,f.u1.jpg
  70. cost:100 messages
  71. on tick:yield 0.5 messages
  72. req:100 messages:earned
  73. *music
  74. name:#Music
  75. desc: post your music here.<//><b>Effect:</b><.>Produces 8 messages every second.
  76. icon:https://ih1.redbubble.net/image.433687211.8335/flat,550x550,075,f.u1.jpg
  77. cost:1100 messages
  78. on tick:yield 8 messages
  79. req:1100 messages:earned
  80. Upgrades
  81. *blessedpeople
  82. name:Blessed people
  83. desc:you got the default role!<//><b>Effect:</b><.>Increases the messages you get for pinging by 2 and #welcome-goodbye gets double the efficiency.
  84. icon:https://ih1.redbubble.net/image.433687211.8335/flat,550x550,075,f.u1.jpg
  85. cost:125 messages
  86. passive:increase message yield of ping by 1
  87. passive:multiply yield of welcomegoodbye by 2
  88. req:10 messages:earned
  89. *TNPT
  90. name:This nigga playin' Terraria
  91. desc:with this you can ping more than one people.<//><b>Effect:</b><.>You get 3 more messages by pinging people.
  92. icon:https://img00.deviantart.net/8e80/i/2012/122/d/b/terraria_256x256_icon_by_atalor-d4cfsgi.png
  93. cost:300 messages
  94. passive:increase message yield of ping by 3
  95. req:100 messages:earned
  96. *cursedimages
  97. name:r/cursedimages
  98. desc:a subreddit with weird images.<//><b>Effect:</b><.>Unlocks cursed messages by pinging.
  99. icon:https://ih1.redbubble.net/image.433687211.8335/flat,550x550,075,f.u1.jpg
  100. cost:5000 messages
  101. passive:increase cursedmessage yield of ping by 1
  102. passive:multiply yield of welcomegoodbye by 2
  103. req:5000 messages:earned
  104.  
  105.  
  106. /*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement