Pyronic

Untitled

Jan 19th, 2019
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Let's make a game!
  2. name:Clickerception
  3. by:Ali
  4. desc:Clicker Clicker Clicker Clicker
  5. version:1
  6.  
  7. Settings
  8. building cost increase:250%
  9. Layout
  10. use default
  11.  
  12. Buttons
  13. *clickButton
  14. name:Click
  15. desc:Click
  16. on click:yield (clickpower:earned)*(clickpower:earned) points
  17. on click:yield (clickpower) clickpower
  18. icon:https://i.imgur.com/HK4chzq.png
  19. no text
  20. class:bigButton hasFlares
  21. icon class:shadowed
  22. tooltip origin:bottom
  23. tooltip class:red
  24.  
  25. Resources
  26. *points
  27. name:Points
  28. desc:Total Points
  29. show earned
  30.  
  31. *clickpower
  32. name:Clickpower
  33. desc:Clickpower
  34. start with:1
  35.  
  36.  
  37.  
  38. Buildings
  39. *helpinghand
  40. name:Helping Hand
  41. desc:1 clickpower per sec
  42. icon:https://i.imgur.com/WdVqCCk.png
  43. on tick:yield 1 clickpower
  44. cost:1000 points
  45. unlocked
  46.  
  47.  
  48. Upgrades
  49. *coppercursor
  50. name:Copper Cursor
  51. desc:+1 clickpower every click
  52. passive:increase clickpower yield of clickButton by 1
  53. icon:https://i.imgur.com/yeQAZ2L.png
  54. cost:250000 points
  55. req:125000 points
  56.  
  57. *copperhands
  58. name:Copper Hands
  59. desc:Doubles the production of helping hands
  60. passive:multiply clickpower yield of helpinghand by 2
  61. icon:https://i.imgur.com/Kcd7M6l.png
  62. cost:75000 points
  63. req:(helpinghand>=5)
  64.  
  65. Achievements
  66. *clickpowerAchiev1
  67. name:Hundred Clickpower
  68. desc:<b>Reward</b>: Doubles your clickpower
  69. on earn:yield ((clickpower)*2) clickpower
  70. req:100 clickpower
Advertisement
Add Comment
Please, Sign In to add comment