Pyronic

Untitled

May 26th, 2019 (edited)
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Let’s make a game!
  2. -Clickcraft
  3. -by Alito
  4.  
  5. Settings :
  6. -prices increase by 115%
  7. -selling gives back 100%
  8. -resources are hidden by default
  9. -clickables are hidden by default
  10. -buildings are hidden by default
  11. -upgrades are hidden by default
  12. -show log
  13. -background : https://i.imgur.com/6omkI99.jpg
  14. -text color : #fff
  15. -fonts : Kavoon
  16. -boxes : main (resources, clickables); store (upgrades, buildings); stats (achievements)
  17. -custom stylesheet : https://pastebin.com/TigjXcjF
  18.  
  19. Resources :
  20. *wood
  21. -named Wood
  22. -displayed as %a Wood
  23. -visible
  24.  
  25. *woodenplanks
  26. -named Wooden Planks
  27. -displayed as %a Wooden Plank%s
  28. -visible at 1 woodenplanks
  29.  
  30. *stone
  31. -named Stone
  32. -displayed as %a Stone
  33. -visible at 1 stone
  34.  
  35. *craftingtable
  36. -named Crafting Table
  37. -displayed as %a Crafting Table
  38. -visible at 1 craftingtable
  39.  
  40. *sticks
  41. -named Sticks
  42. -displayed as %a Stick%s
  43. -visible at 1 sticks
  44.  
  45. Clickables :
  46. *woodclickable
  47. -named Punch Wood
  48. -gives 0.25 wood
  49. -visible
  50. -picture : https://i.imgur.com/liRawir.png
  51.  
  52. *woodenplanksclickable
  53. -named Craft Wooden Planks
  54. -takes 1 wood
  55. -gives 4 woodenplanks
  56. -visible at 1 wood
  57. -picture : https://i.imgur.com/33IQ4oU.png
  58.  
  59. *stoneclickable
  60. -named Mine Stone
  61. -gives 0.1 stone
  62. -visible at 10 wood
  63. -picture : https://i.imgur.com/dz8bE44.png
  64.  
  65. *sticksclickable
  66. -named Craft Sticks
  67. -takes 2 woodenplanks
  68. -gives 4 sticks
  69. -visible at 2 woodenplanks
  70. -picture : https://i.imgur.com/c9BlC01.png
  71.  
  72. *craftingtableclickable
  73. -named Make A Crafting Table
  74. -takes 4 woodenplanks
  75. -gives 1 craftingtable
  76. -visible at 4 woodenplanks
  77. -picture : https://i.imgur.com/aZur0H9.png
  78.  
  79. Upgrades :
  80.  
  81. *woodenpickaxe
  82. -named Wooden Pickaxe
  83. -unlocks at 1 craftingtable
  84. -costs 2 sticks
  85. -costs 3 woodenplanks
  86. -multiplies efficiency of stoneclickable by 200%
  87. -picture : https://i.imgur.com/C9utgKd.png
  88.  
  89. *woodensword
  90. -named Wooden Sword
  91. -unlocks at 1 craftingtable
  92. -costs 1 sticks
  93. -costs 2 woodenplanks
  94. -picture : https://i.imgur.com/2T5k2k2.png
  95.  
  96. *woodenaxe
  97. -named Wooden Axe
  98. -unlocks at 1 craftingtable
  99. -costs 2 sticks
  100. -costs 3 woodenplanks
  101. -multiplies efficiency of woodclickable by 200%
  102. -picture : https://i.imgur.com/1veQL5L.png
Add Comment
Please, Sign In to add comment