Advertisement
MaygeKyatt

cryzal

Mar 27th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Let's make a game!
  2. -Cryzal
  3. -by MaygeKyatt
  4. -version 1.0.0
  5. -created on 3-27-2015
  6. -last updated on //do this!
  7.  
  8. Settings :
  9.  
  10. -prices increase by 115%
  11. -selling gives back 75%
  12. -resources are visible by default
  13. -clickables are visible by default
  14. -buildings are visible by default
  15. -upgrades are visible by default
  16. -achievements are visible by default
  17. -show log
  18. //-custom stylesheet : http://pastebin.com/raw.php?i=DRYbUjMn
  19. //-boxes : resour, click, build, upgra, achieve
  20. //-resources go in the resour box
  21. //-clickables go in the click box
  22. //-buildings go in the build box
  23. //-upgrades go in the upgra box
  24. //-achievements go in the achieve box
  25.  
  26.  
  27.  
  28. Clickables :
  29.  
  30. *beast
  31. gives 1 scale
  32. gains 100% per dpc
  33. unlocks at 1 dpc
  34.  
  35. *scalebeanwoodclick
  36. named Forge a plank of Scale and Bean
  37. takes 100 scale, 500 bean
  38. gives 1 scalebeanwood
  39. goes in the buildings box
  40. unlocks at 1 dpc
  41.  
  42.  
  43.  
  44. Resources :
  45.  
  46. *bean
  47. named Bean|Beans
  48. "<i>Nutritious, but not very delicious.</i>"
  49.  
  50. *scale
  51. named Scale|Scales
  52. unlocks at 1 dpc
  53. "<i>Rough and tough</i>"
  54.  
  55. *scalebeanwood
  56. named Scalebeanwood Plank|Scalebeanwood Planks
  57. unlocks at 1 dpc
  58. "<i>Silky smooth in it's glorious roughness</i>"
  59.  
  60. //ABSTRACTZ
  61.  
  62. *dpc
  63. abstract
  64.  
  65.  
  66.  
  67. Buildings :
  68.  
  69. *starting
  70. abstract
  71. starts at 1
  72. gives 1 bean
  73.  
  74. *gardener
  75. named Gardener|Gardeners
  76. gives .1 bean
  77. costs 50 bean
  78. "Produces 1 bean every 10 seconds without upgrades<br><i>Green, green thumbs.</i>"
  79.  
  80. *gardenerPower
  81.  
  82.  
  83.  
  84. Upgrades :
  85.  
  86. *swordWood
  87. named Wooden Sword
  88. unlocked at 200 bean
  89. costs 500 bean
  90. gives 1 dpc
  91. "Does 1 damage per hit<br><i>The most painful part is the splinters</i>"
  92.  
  93. *cryzalarium
  94. unlocks at 50000 bean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement