Pyronic

Untitled

Jan 26th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 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) points
  17. on click:yield (clickpower*multipower) clickpower
  18. on click:yield 1 multipower
  19. icon:https://i.imgur.com/HK4chzq.png
  20. no text
  21. class:bigButton hasFlares
  22. icon class:shadowed
  23. tooltip origin:bottom
  24. tooltip class:red
  25.  
  26. Resources
  27. *points
  28. name:Points
  29. desc:Total Points
  30. show earned
  31.  
  32. *clickpower
  33. name:Clickpower
  34. desc:Clickpower
  35. start with:1
  36.  
  37. *multipower
  38. name:Multipower
  39. desc:Multipower
  40. start with:1
  41.  
  42.  
  43.  
  44. Buildings
  45. *helpinghand
  46. name:Helping Hand
  47. desc:1 clickpower per sec
  48. icon:https://i.imgur.com/WdVqCCk.png
  49. on tick:yield 1 clickpower
  50. cost:1000 points
  51. unlocked
  52.  
  53.  
  54. Upgrades
  55. *coppercursor
  56. name:Copper Cursor
  57. desc:+1 clickpower every click
  58. passive:increase clickpower yield of clickButton by 1
  59. icon:https://i.imgur.com/yeQAZ2L.png
  60. cost:250000 points
  61. req:125000 points
  62.  
  63. *copperhands
  64. name:Copper Hands
  65. desc:Doubles the production of helping hands
  66. passive:multiply clickpower yield of helpinghand by 2
  67. icon:https://i.imgur.com/Kcd7M6l.png
  68. cost:75000 points
  69. req:(helpinghand>=5)
  70.  
  71. Achievements
  72. *clickpowerAchiev1
  73. name:Hundred Clickpower
  74. desc:<b>Reward</b>: Doubles your clickpower
  75. on earn:yield ((clickpower)*2) clickpower
  76. req:100 clickpower
Advertisement
Add Comment
Please, Sign In to add comment