IronDizaster

Untitled

Feb 10th, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.49 KB | None | 0 0
  1. /*Purrfect Clicker*/
  2. /*https://www.desmos.com/calculator/eun6ycoojl*/
  3. Let's make a game!
  4. name:PurrfectClicker
  5. by:SabbathIsNotADev
  6. desc:Desc here
  7.  
  8. Settings
  9. stylesheet:https://pastebin.com/raw/9XFcwhSP
  10. background:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/blackBG2
  11. building cost increase:125%
  12.  
  13. Layout
  14. *main
  15. contains:res, buttons
  16. *res
  17. contains:Resources
  18. class:resPosition fullWidth
  19. *buttons
  20. contains:Buttons
  21. *store
  22. contains:buildings, upgrades, log
  23. *buildings
  24. contains:BulkDisplay, Buildings
  25. header:<b><t>Buildings</t></b>
  26. tooltip origin:left
  27. *upgrades
  28. contains:Upgrades
  29. header:<b><t>Upgrades</t></b>
  30. costs:hide
  31. names:hide
  32. *ownedupgrades
  33. contains:tag:owned
  34. header:<b><t>Owned Upgrades</t></b>
  35. in:upgrades
  36. costs:hide
  37. names:hide
  38. class:ownedUpgrades
  39.  
  40. *log
  41. contains:Log
  42. class:bottom
  43.  
  44. Buttons
  45. *catButton
  46. name:Big Cat
  47. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/catButton
  48. desc:Click this button to produce more cats
  49. on click:yield 1 cats
  50. on click:if (have click2) yield 1 cat2
  51. on click:if (have click3) yield 1 cat3
  52. on click:if (have click4) yield 1 cat4
  53. on click:if (have click5) yield 1 cat5
  54. on click:if (have click6) yield 1 cat6
  55. on click:if (have click7) yield 1 cat7
  56. on click:if (have click8) yield 1 cat8
  57. on click:if (have click9) yield 1 cat9
  58. no text
  59. class:bigButton
  60. on load:log <t><u>Change-Log</u></t><//></><t>Random Something #1<//><.>I really don't know how I am physicaly tired by just setting this log up...<.>Game still in beta
  61.  
  62. on start:log <t><u>Change-Log</u></t><//></><t>Random Something #1<//><.>I really don't know how I am physicaly tired by just setting this log up...<.>Game still in beta
  63.  
  64. Resources
  65. *cats
  66. name:Cats
  67. desc:These are cats, use them to buy stuff!!
  68. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click1
  69. class:resPosition
  70.  
  71. *cat2
  72. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click2
  73. hidden
  74.  
  75. *cat3
  76. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click3
  77. hidden
  78.  
  79. *cat4
  80. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click4
  81. hidden
  82.  
  83. *cat5
  84. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click5
  85. hidden
  86.  
  87. *cat6
  88. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click6
  89. hidden
  90.  
  91. *cat7
  92. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click7
  93. hidden
  94.  
  95. *cat8
  96. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click8
  97. hidden
  98.  
  99. *cat9
  100. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click9
  101. hidden
  102.  
  103. *cps1
  104. name:cps
  105. hidden
  106.  
  107. *cps2
  108. name:cps
  109. hidden
  110.  
  111. *cps3
  112. name:cps
  113. hidden
  114.  
  115. *cps4
  116. name:cps
  117. hidden
  118.  
  119. *cps5
  120. name:cps
  121. hidden
  122.  
  123. *cps6
  124. name:cps
  125. hidden
  126.  
  127. *cps7
  128. name:cps
  129. hidden
  130.  
  131. *cps8
  132. name:cps
  133. hidden
  134.  
  135. *cps9
  136. name:cps
  137. hidden
  138.  
  139. Buildings
  140. /*Boxes, Towers, Parasites, Humans, Islands, Planets, Portals, Dimensions - Credit TrueWolves*/
  141. *featherBuilding
  142. name:Feathered Wands
  143. desc:<i>"Eyes on target, preparing for attack "</i></></><b>Stats and Stuff:</><.>Each wand is producing <#33ff00>[cps1:ps]</#> cats per second</><.>Playing with cats heightens agility and speed</b>
  144. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/featheredWands
  145. on tick:yield 0.1 cats
  146. on tick:yield 0.1 cps1
  147. cost:15 cats
  148.  
  149. *boxesBuilding
  150. name:Boxes
  151. desc:<i>"Cool ass boxes ya got there"</i></></><b>Stats and Stuff:</><.>Each box is producing <#33ff00>[cps2:ps]</#> cats per second</><.>Cats feel safe in enclosed spaces</b>
  152. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/boxCat
  153. on tick:yield 0.5 cats
  154. on tick:yield 0.5 cps2
  155. cost:100 cats
  156. req:100 cats:earned
  157. req:10 featherBuilding
  158.  
  159. *postBuilding
  160. name:Scratching Posts
  161. desc:<i>"I don't know why, I don't know how, put scratching this post feels so satisfying!"</i></></><b>Stats and Stuff:</><.>Each post is producing <#33ff00>[cps3:ps]</#> cats per second</><.>Cats have a natural urge to scratch, this also helps them remove old material from their claws</b>
  162. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/scratchingPosts
  163. on tick:yield 5 cats
  164. on tick:yield 5 cps3
  165. cost:600 cats
  166. req:600 cats:earned
  167. req:10 boxesBuilding
  168.  
  169. *treeBuilding
  170. name:Trees
  171. desc:<i>"I am on the top of the cat tree, therefore I am superior to you"</i></></><b>Stats and Stuff:</><.>Each tree is producing <#33ff00>[cps4:ps]</#> cats per second</><.>Cats love to excercise and climb tress, this is the same for young and adult cats!</b>
  172. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/catTree
  173. on tick:yield 12 cats
  174. on tick:yield 12 cps4
  175. cost:4000 cats
  176. req:4000 cats:earned
  177. req:10 postBuilding
  178.  
  179. *meetupBuilding
  180. name:Meetups
  181. desc:</><i>"Cat 1: Hey! Whats up bro?</>Cat 2: Nothing much bro, just hanging around</>Cat 1: Cool, well here is the plan..."</i></></><b>Stats and Stuff:</><.>Each meetup is producing <#33ff00>[cps5:ps]</#> cats per second</><.>Cats, much the americans in coffeehouses, will plan their rebellion from the humans when they meet up with other cats</b>
  182. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/catMeetups
  183. on tick:yield 90 cats
  184. on tick:yield 90 cps5
  185. cost:20000 cats
  186. req:20000 cats:earned
  187. req:10 treeBuilding
  188.  
  189. *humanBuilding
  190. name:Humans
  191. desc:<i>"BREAKING NEWS: Cats have taken over the world government, we are all fucked..."</i></></><b>Stats and Stuff:</><.>Each human is producing <#33ff00>[cps6:ps]</#> cats per second</><.>Cats will often times take control over t-gondii to accert dominance over their human</b>
  192. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/humanSlaves
  193. on tick:yield 300 cats
  194. on tick:yield 300 cps6
  195. cost:200000 cats
  196. req:200000 cats:earned and parasiteUpgrade
  197. req:15 meetupBuilding
  198.  
  199. *islandBuilding
  200. name:Islands
  201. desc:<i>"Off we go! To an adventure to look for undiscovered land!"</i></></><b>Stats and Stuff:</><.>Each island is producing <#33ff00>[cps7:ps]</#> cats per second</><.>They are creatures who care about their territory, so it would only be natural for them to expand their horizons</b>
  202. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/catIslands
  203. on tick:yield 1000 cats
  204. on tick:yield 1000 cps7
  205. cost:3000000 cats
  206. req:3000000 cats:earned and parasiteUpgrade
  207. req:15 humanBuilding
  208.  
  209. *planetBuilding
  210. name:Planets
  211. desc:<i>"One small step for a feline, one giant leap for feline kind"</i></></><b>Stats and Stuff:</><.>Each planet is producing <#33ff00>[cps8:ps]</#> cats per second</><.>Intelligent and acute, is what would best describe a cat</b>
  212. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/catWorlds
  213. on tick:yield 4000 cats
  214. on tick:yield 4000 cps8
  215. cost:70000000 cats
  216. req:70000000 cats:earned and parasiteUpgrade
  217. req:15 islandBuilding
  218.  
  219. *dimensionBuilding
  220. name:Dimensions
  221. desc:<i>"Fear, is what I felt after looking at the portal in front of me. I felt a trickle of sweat leave my body as I was pushed towards the portal" - Excerpt from the journal of subject #2184</i></></><b>Stats and Stuff:</><.>Each dimension is producing <#33ff00>[cps9:ps]</#> cats per second</><.>Torture, is what cats often do to their prey to make them overcome with fear</b>
  222. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/catDimensions
  223. on tick:yield 8000 cats
  224. on tick:yield 8000 cps9
  225. cost:300000000 cats
  226. req:300000000 cats:earned and parasiteUpgrade
  227. req:15 planetBuilding
  228.  
  229. Upgrades
  230. *parasiteUpgrade
  231. name:Sinister Plans
  232. desc:<i>"We, felines, can now control toxoplasama gondii and are able to enhance it to become greater than it has ever been. They domesticated us and even wanted to turn us into combine us with themselves. WE WILL NOT TOLERATE MORE! Rise my brothers and sisters! RISE!"</i></></><b>Effects and Stuff:</><.>Unlocks more buildings!</><.>T-gondii is a parasite found in cat feces</b>
  233. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/humanSlaves
  234. cost:15 meetupBuilding
  235. req:10 meetupBuilding
  236. class:roundedCorners
  237.  
  238. /*button Upgrades
  239. **Tempelate:**
  240. *click
  241. name:
  242. desc:<i>""</i></></><b>Effects and Stuff:</><.>Doubles the yield of the big cat</b>
  243. icon:
  244. passive:multiply yield of catButton by 1
  245. cost:
  246. req:
  247. class:roundedCorners
  248. */
  249.  
  250. *click1
  251. name:Basic Cats
  252. desc:<i>"A basic cat, not much"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 1</b>
  253. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click1
  254. passive:increase yield of catButton by 1
  255. cost:100 cats
  256. req:1 cats:earned
  257. class:roundedCorners
  258.  
  259. *click2
  260. name:Purple Cats
  261. desc:<i>"Now this is just ridiculous! A purple cat? The creator is running out of ideas ALREADY?!?? Geez, so uncreative..."</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 1</b>
  262. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click2
  263. passive:increase yield of catButton by 1
  264. cost:200 cats
  265. req:50 cats:earned
  266. req:1 click1
  267. class:roundedCorners
  268.  
  269. *click3
  270. name:Jade Cats
  271. desc:<i>"Cats can finally express themselves and can show their true colors.. <b>literally</b>"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  272. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click3
  273. passive:increase yield of catButton by 2
  274. cost:400 cats
  275. req:1 click2
  276. req:200 cats:earned
  277. class:roundedCorners
  278.  
  279. *click4
  280. name:Auric Cats
  281. desc:<i>"Golden and shimmering with stellar beauty"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  282. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click4
  283. passive:increase yield of catButton by 2
  284. cost:3000 cats
  285. req:1 click3
  286. req:1000 cats:earned
  287. class:roundedCorners
  288.  
  289. *click5
  290. name:Scarlet Cats
  291. desc:<i>"Rumors has it that they only appear on a blood moon!"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  292. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click5
  293. passive:increase yield of catButton by 2
  294. cost:10000 cats
  295. req:1 click4
  296. req:1000 cats:earned
  297. class:roundedCorners
  298.  
  299. *click6
  300. name:Earthly Cats
  301. desc:<i>"Flora and Fauna, they love it all!"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  302. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click6
  303. passive:increase yield of catButton by 2
  304. cost:50000 cats
  305. req:1 click5
  306. req:10000 cats:earned
  307. class:roundedCorners
  308.  
  309. *click7
  310. name:Violaceous Cats
  311. desc:<i>"Inky cats..."</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  312. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click7
  313. passive:increase yield of catButton by 2
  314. cost:100000 cats
  315. req:1 click6
  316. req:50000 cats:earned
  317. class:roundedCorners
  318.  
  319. *click8
  320. name:Ivy Cats
  321. desc:<i>"Their claws reek with poison, one strike from these and ya can kiss ya ass goodbye!"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  322. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click8
  323. passive:increase yield of catButton by 2
  324. cost:500000 cats
  325. req:1 click7
  326. req:100000 cats:earned
  327. class:roundedCorners
  328.  
  329. *click9
  330. name:Citric Cat
  331. desc:<i>"Full of energy and swift as can be!"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  332. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click9
  333. passive:increase yield of catButton by 2
  334. cost:1000000 cats
  335. req:1 click8
  336. req:500000 cats:earned
  337. class:roundedCorners
  338.  
  339. name:Recycling Cats
  340. desc:<i>"Reduce, Re-use, Recycle is there motto, and it should be yours too! ;)"</i></></><b>Effects and Stuff:</><.>Increases the yield of the big cat by 2</b>
  341. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click10
  342. passive:increase yield of catButton by 2
  343. cost:10000000 cats
  344. req:1000000 cats:earned
  345. class:roundedCorners
  346.  
  347. /*building upgrades*/
Advertisement
Add Comment
Please, Sign In to add comment