Advertisement
Guest User

ssdsds

a guest
Nov 14th, 2017
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. Let's make a game!
  2. name:Click to the Cho
  3. by:Jaysen Tsao
  4. desc:Cho! Chro! Chochochoma! ChochoMi! Click that cho. Get upgrades. Be CHO.
  5. created:13/11/2017
  6. updated:14 /11/2017
  7. version:1.1
  8.  
  9. Settings
  10. background:file:///C:/Users/Admin/Pictures/rr.jpg
  11. building cost increase:124%
  12. building cost refund:75%
  13. spritesheet:icons, 48 by 48, file:///C:/Users/Admin/Downloads/Logomakr_0C1a2W.png
  14.  
  15. Layout
  16. use default
  17.  
  18. Buttons
  19. *choProducer
  20. name:Cho Producer
  21. desc:Click this button to get Cho Points!
  22. on click:anim icon wobble
  23. on click:yield 1 CP
  24. icon:file:///C:/Users/Admin/Downloads/Logomakr_0C1a2W.png
  25. no text
  26. class:bigButton hasFlares
  27. icon class:shadowed
  28. tooltip origin:bottom
  29. tooltip class:red
  30.  
  31. Resources
  32. *CP
  33. name:CP
  34. desc:These are your CP. You can use them to purchase things. Your goal is to have as many CP as possible!
  35. icon:file:///C:/Users/Admin/Downloads/Logomakr_0C1a2W.png
  36. class:noBackground
  37. show earned
  38.  
  39. *LC
  40. name:LC
  41. desc:Nice! Nice, a LC.
  42. icon:file:///C:/Users/Admin/Pictures/lalalalalalalala.jpg
  43. class:noBackground
  44. hidden when 0
  45.  
  46. Shinies
  47. *Choed
  48. on click:log Woop
  49. movement:onRight moveLeft fade bounce:0.05
  50. frequency:60
  51. frequency variation:30
  52. icon:file:///C:/Users/Admin/Pictures/lalalalalalalala.jpg
  53. class:bigButton
  54. on click:
  55. $boost=1
  56. if (chance(25%))
  57. //get at least 7, or between 1 and 3 minutes of our CP production
  58. $amount=max(7,random(CP:ps*60*1,CP:ps*60*3))*$boost
  59. toast The LC grants you<//><b>[$amount] CP</b>.
  60. yield $amount CP
  61. else
  62. $amount=1*$boost
  63. toast The LC grants you<//><b>[$amount] CP[s?$amount]</b>!
  64. yield $amount LC
  65. end
  66. end
  67.  
  68. Buildings
  69. *TEMPLATE
  70. on click:anim glow
  71.  
  72. *worker
  73. name:Cho Worker
  74. desc:A person that gives you 1 CP in 5 secs.
  75. icon:http://weclipart.com/gimg/C43C121142AE58BE/lego-construction-worker.svg
  76. cost:20 CP
  77. on tick:yield 0.2 CP
  78. unlocked
  79.  
  80. *axe
  81. name:Cho Ax
  82. desc:An ax that mines out 1 CP in 1 second.
  83. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  84. cost:150 CP
  85. on tick:yield 1 CP
  86. unlocked
  87.  
  88. *robotl1
  89. name:Robot of Cho (1)
  90. desc:A robot -- gives you 4 CP in a sec.
  91. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  92. cost:610 CP
  93. on tick:yield 5 CP
  94. unlocked
  95.  
  96. *robotl2
  97. name:Robot of Cho (2)
  98. desc:A robot -- gives you 12 CP in a sec.
  99. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  100. cost:1900 CP
  101. on tick:yield 12 CP
  102. unlocked
  103.  
  104. *robotl3
  105. name:Robot of Cho (3)
  106. desc:A robot -- gives you 35 CP in a sec.
  107. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  108. cost:5600 CP
  109. on tick:yield 35 CP
  110. unlocked
  111.  
  112. *robotl4
  113. name:Robot of Cho (4)
  114. desc:A robot -- gives you 100 CP in a sec.
  115. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  116. cost:19000 CP
  117. on tick:yield 100 CP
  118. unlocked
  119.  
  120. *robotl5
  121. name:Robot of Cho (5)
  122. desc:A robot -- gives you 500 CP in a sec.
  123. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  124. cost:223500 CP
  125. on tick:yield 500 CP
  126. unlocked
  127.  
  128. *robotl6
  129. name:Robot of Cho (6)
  130. desc:A robot -- gives you 2500 CP in a sec.
  131. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  132. cost:1560000 CP
  133. on tick:yield 2500 CP
  134. unlocked
  135.  
  136. *robotl7
  137. name:Robot of Cho (7)
  138. desc:A robot -- gives you 10000 CP in a sec.
  139. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  140. cost:7120000 CP
  141. on tick:yield 10000 CP
  142. unlocked
  143.  
  144. *robotl8
  145. name:Robot of Cho (8)
  146. desc:A robot -- gives you 100000 CP in a sec.
  147. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  148. cost:75000000 CP
  149. on tick:yield 100000 CP
  150. unlocked
  151.  
  152. *robotl9
  153. name:Robot of Cho (9)
  154. desc:A robot -- gives you 500000 CP in a sec.
  155. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  156. cost:412510000 CP
  157. on tick:yield 500000 CP
  158. unlocked
  159.  
  160. *robotl10
  161. name:Robot of Cho (10)
  162. desc:A robot -- gives you 1.5M CP in a sec.
  163. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  164. cost:1500000000 CP
  165. on tick:yield 1500000 CP
  166. unlocked
  167.  
  168. *robotl11
  169. name:Robot of Cho (11)
  170. desc:A robot -- gives you 4.5M CP in a sec.
  171. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  172. cost:5000000000 CP
  173. on tick:yield 4500000 CP
  174. unlocked
  175.  
  176. *robotl12
  177. name:Robot of Cho (12)
  178. desc:A robot -- gives you 9M CP in a sec.
  179. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  180. cost:25000000000 CP
  181. on tick:yield 9000000 CP
  182. unlocked
  183.  
  184. *robotepic
  185. name:Robot of Cho (Epic)
  186. desc:A robot -- gives you 63M CP in a sec.
  187. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  188. cost:175000000000 CP
  189. on tick:yield 63000000 CP
  190. unlocked
  191.  
  192. *robotheroic
  193. name:Robot of Cho (Heroic)
  194. desc:A robot -- gives you 1.5B CP in a sec.
  195. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  196. cost:4025000000000 CP
  197. on tick:yield 1500000000 CP
  198. unlocked
  199.  
  200. *robotlegend
  201. name:Robot of Cho (Legendary)
  202. desc:A robot -- gives you 150B CP in a sec.
  203. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  204. cost:402500000000000 CP
  205. on tick:yield 150000000000 CP
  206. unlocked
  207.  
  208. *robotuniv
  209. name:Robot of Cho (Universal)
  210. desc:A robot -- gives you 900B CP in a sec.
  211. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  212. cost:2150000000000000 CP
  213. on tick:yield 900000000000 CP
  214. unlocked
  215.  
  216. *factory1
  217. name:Factory (1)
  218. desc:A factory -- makes 9T CP in a sec.
  219. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  220. cost:21500000000000000 CP
  221. on tick:yield 9000000000000 CP
  222. unlocked
  223.  
  224. *factory2
  225. name:Factory (2)
  226. desc:A factory -- makes 900T CP in a sec.
  227. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  228. cost:2150000000000000000 CP
  229. on tick:yield 900000000000000 CP
  230. unlocked
  231.  
  232. *factory3
  233. name:Factory (3)
  234. desc:A factory -- makes 90Qa CP in a sec.
  235. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  236. cost:215000000000000000000 CP
  237. on tick:yield 90000000000000000 CP
  238. unlocked
  239.  
  240. *factory4
  241. name:Factory (4)
  242. desc:A factory -- makes 9Qi CP in a sec.
  243. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  244. cost:25000000000000000000000 CP
  245. on tick:yield 9000000000000000000 CP
  246. unlocked
  247.  
  248. *factory5
  249. name:Factory (5)
  250. desc:A factory -- makes 1Sx CP in a sec.
  251. icon:http://www.clker.com/cliparts/4/c/c/b/12974398581946316778Red%20Hatchet.svg.hi.png
  252. cost:25000000000000000000000 CP
  253. on tick:yield 1000000000000000000000 CP
  254. unlocked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement