Advertisement
HigginsTheCat

Untitled

Sep 19th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. Let's make a game!
  2. name: Cat Clicker
  3. by:HigginsTheCat
  4.  
  5. Buttons
  6. *catButtuon
  7. name:Make a Cat
  8. desc:Click this little cat to get more cats
  9. on click:yield 1 cat
  10. class:bigButton
  11. icon:https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQRVaS64i8gsVi3OZRTvAlDu6hsGI-62cab-TkpF_MGoYf9rsE-Q
  12. Settings
  13. cost increase:110%
  14. CSS
  15. #game
  16. {
  17. background:seafoamgreen;
  18. font-family:"ComicSans",Times,serif;
  19. color:black;
  20. }
  21. Resources
  22. *cat|cats
  23. name:Cat|Cats
  24. desc: These are your cats. You can use them to purchase things. Your goal is to have as many cats as possible
  25.  
  26. Buildings
  27. *HouseCat
  28. name:House Cat
  29. desc:A small cat that can generate .1 cat per second
  30. cost:15 cats
  31. on tick:yield 0.1 cat
  32. icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Cat-eating-prey.jpg/220px-Cat-eating-prey.jpg
  33. *SandCat
  34. name: Sand Cat
  35. desc: A smaller cat that is orange fur and generates 1 cat per second
  36. cost:100 cats
  37. on tick:yield 1 cat
  38. icon: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQdIkiHuc2cAp0tVHOttCRRtfV3fB8hiejBf3hUTNcJ8I5oP0BLWg\
  39. *Serval
  40. name: Serval
  41. desc: A jungle like cat
  42. cost:1100 cats
  43. on tick:yield 8 cat
  44. *Ocelot
  45. name: Ocelot
  46. desc: A bigger jungle cat
  47. cost:12000 cats
  48. on tick:yield 47 cat
  49. *LeopardCat
  50. name: Leopard Cat
  51. desc: A leopard cat but smaller!
  52. cost:130000 cats
  53. on tick:yield 260 cat
  54. *Caracal
  55. name: Caracal
  56. desc: A cat with pointy ears
  57. cost:1400000 cats
  58. on tick:yield 1400 cat
  59. *Leopard
  60. name:Leopard
  61. desc:Just like the leopard cat but bigger
  62. cost:20000000 cats
  63. on tick:yield 7800 cat
  64. *Snowleopard
  65. name:Snow leopard
  66. desc: A white leopard
  67. cost:330000000 cats
  68. on tick:yield 44000 cat
  69. *Lynx
  70. name: Lynx
  71. desc: A lynx
  72. cost:5100000000 cats
  73. on tick:yield 260000 cats
  74. *AsianGoldenCat
  75. name:Asian Golden Cat
  76. desc: A cat thats gold from asia
  77. cost:75000000000 cats
  78. on tick:yield 1600000 cats
  79. *CloudedLeopard
  80. name: Clouded Leopard
  81. desc: A leopard thats clouded
  82. cost:1000000000000 cats
  83. on tick:yield 10000000 cats
  84. *Jaguar
  85. name:Jaguar
  86. desc:A Jaguar
  87. cost:14000000000000 cats
  88. on tick:yield 65000000 cats
  89. *Panther
  90. name: Panther
  91. desc: A panther
  92. cost:170000000000000 cats
  93. on tick:yield 430000000 cats
  94. *Cheetah
  95. name: Cheetah
  96. desc: An animal that can run really fast
  97. cost:2100000000000000 cats
  98. on tick:yield 2900000000 cats
  99. *Lion
  100. Name: Lion
  101. desc: A lion that is the king of the jungle
  102. cost:26000000000000000 cats
  103. on tick:yield 21000000000 cats
  104. *Tiger
  105. name:Tiger
  106. desc: A cat that's really strong and really powerful (also my favorite animal)
  107. cost:310000000000000000 cats
  108. on tick:yield 150000000000 cats
  109. *WhiteTiger
  110. name:White Tiger
  111. desc: white tiger bro ( ͡° ͜ʖ ͡°)
  112. cost:50000000000000000 cats
  113. on tick:yield 50000000000 cats
  114. *SaberToothedTiger
  115. name:Saber Toothed Tiger
  116. desc: the strongest cat to ever live (in my opinion)
  117. cost:10000000000000000000 cats
  118. on tick:yield 750000000000 cats
  119. *Liger
  120. name:Liger
  121. desc: prehistoric cat from space
  122. cost:16000000000000000000 cats
  123. on tick:yield 1000000000000 cats
  124. *Tigon
  125. name:Tigon
  126. desc: god cat
  127. cost:100000000000000000000 cats
  128. on tick:yield 50000000000000 cats
  129. Upgrades
  130.  
  131. //building upgrades
  132. *buildingUpgrade1
  133. name:Live animal food
  134. desc: Gives your cats more cats per second because they are eating more food
  135. cost:1000000 cats
  136. passive:multiply yield of Ocelot by 10
  137. req:10000 cats:earned
  138. *buildingUpgrade2
  139. name:House cat upgrade
  140. desc: Give your house cat x2 cat power
  141. cost:1000 cats
  142. passive:multiply yield of HouseCat by 2
  143. req:1000 cats:earned
  144. *buildingUpgrade3
  145. Name: Sand cat upgrade
  146. desc: Give your sand cat x2 cat power
  147. cost:5000 cats
  148. passive:multiply yield of SandCat by 2
  149. req:5000 cats:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement