Advertisement
Guest User

bun

a guest
Oct 21st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Let's make a game!
  2. Aqua Clicker
  3. by Erick
  4. Version 0.1
  5. created on 21/10/2016
  6. last updated on 21/10/2016
  7.  
  8. Settings:
  9. price increases by 105%
  10. selling gives back 45%
  11. resources are visible by default
  12. clickables are visible by default
  13. buildings are visible by default
  14. upgrades are visible by default
  15. achievements are hidden by default
  16. boxes: Agua, Aguinha , bunpi
  17. resources go in the Agua box
  18. clickables go in the bunpi box
  19. buildings go in the Agua box
  20. upgrades go in the Aguinha box
  21. achievements go in the Aguinha box
  22. title goes in the Agua box
  23. save goes in the Aguinha box
  24. hide log
  25. background: http://www.clickgratis.com.br/fotos-imagens/fundo/aHR0cDovL3R1Yi50dWJnaXQuY29tL3JlaW1nL3Jlc2l6ZS1pbWcucGhwP3NyYz1odHRwOi8vdHViLnR1YmdpdC5jb20vaW1hZ2VzMjUxL3V1NGh3ZzIxMHZoLmpwZyZoPTQ1MCZ3PTcyOA==.jpg
  26. text color: red
  27. custom stylesheet:
  28. fonts: arial
  29.  
  30. Resources
  31. *abc
  32. starts at 30
  33. show 99 digits
  34. displayed as abc
  35. on finding say abc
  36.  
  37. Clickables
  38. *abc
  39. says abc
  40. on succes says abc
  41. on failure says abc
  42. gains 30% per y
  43. converts x to y
  44.  
  45. Buildings
  46. *abc
  47. starts at x
  48. price increases by 30%
  49. gains 5% per y
  50. represents X y
  51. occupies x y
  52.  
  53. Upgrades
  54. *abc
  55. multiplies efficiency of x by 30%
  56. multiplies efficiency of X by 2% per 2
  57. multiplies income of X by 4%
  58. converts x to y
  59.  
  60. Achievements
  61. *abc
  62.  
  63. Generic commands
  64. named abc
  65. named abc abcs
  66. abc
  67. image: http://portaldodog.com.br/cachorros/wp-content/uploads/2015/04/akita_inu_dog_face_eyes_grass_hachiko_53104_1920x1080-400x245.jpg
  68. classed: x, y, z
  69. goes in the x box
  70. hidden
  71. abstract
  72. visible at x
  73. unlocks at x
  74. unlocks x
  75. locks x
  76. requires x y
  77. requires x
  78. costs x y
  79.  
  80. Power commands
  81. gives x y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement