DuckxSTUDIOS

Cow Clicker

Jan 30th, 2023 (edited)
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.36 KB | None | 0 0
  1. Let's make a game!
  2.     name:Milk Clicker
  3.     desc:*Moo*
  4.     by:Duckx
  5.     version:1
  6.  
  7. Layout
  8.  use default
  9.  
  10.  
  11.  
  12. Settings
  13.   building cost increase:115%
  14.   building cost refund:50%
  15.   on click:anim icon wobble
  16.  spritesheet:icons, 48 by 48, https://d1nhio0ox7pgb.cloudfront.net/_img/g_collection_png/standard/16x16/cow.png
  17.  stylesheet:stuff/bigBlue.css
  18.  no bulk particles
  19. CSS
  20.   #game { background:cornflowerblue; font-family:"Times New Roman",Times serif; color:black; }
  21.  .thing
  22.  {
  23.    border-radius:6px;
  24.     {
  25.  
  26.  
  27.  
  28. Buttons
  29.  *Clicker
  30.    name:Milk
  31.    desc:Click to get milk
  32.    on click:yield 1 Milk
  33.    class:bigButton hasFlares
  34.   show clicks
  35.   icon:https://d1nhio0ox7pgb.cloudfront.net/_img/g_collection_png/standard/48x48/milk.png
  36.   no text
  37.   icon class:shadowed
  38.     tooltip origin:bottom
  39.     tooltip class:red
  40.  
  41.  
  42.  
  43. Resources
  44.   *Milk
  45.      name:Milk
  46.      desc:Yummy!
  47.  
  48.    
  49.  
  50.    *GoldenMilk
  51.   name:Golden Milk
  52.    desc:Made with 24k gold, only for the rich
  53.   hidden when 0
  54.  
  55. Shinies
  56.  *luckyMilk
  57.   name:Lucky Milk
  58.   on click:yield (random(10,100)) Milk
  59.   duration:10
  60.   frequency:120
  61.    
  62.  
  63.  
  64. Buildings
  65.         *TEMPLATE
  66.        on click:anim glow
  67.  
  68. *DairyCow
  69.   name:Dairy Cow
  70.   desc:A cow fit to produce milk
  71.    on tick:yield 0.1 Milk
  72.     cost:25 Milk
  73.    
  74. *Farmer
  75.    name:Farmer
  76.    desc:"And Bingo was his nameo"
  77. on tick:yield 0.2 Milk
  78. cost:100 Milk
  79. req:1 DairyCow
  80.  
  81.  
  82.  
  83. *DairyFarm
  84.  name:Dairy Farm
  85. desc:A farm containing dairy cows
  86. on tick:yield 0.3 Milk
  87. cost:500 Milk
  88. req:1 Farmer
  89.  
  90.  
  91. *Factory
  92.  name:Factory's
  93.    desc:A large building producing milk
  94.    on tick:yield 0.6 Milk
  95. cost:1000 Milk
  96. req:1 DairyFarm
  97.  
  98.  
  99.   *Warehouse
  100.    name:Warehouse
  101.    desc:A big storage unit, great for storing stuff
  102.   on tick:yield 1 Milk
  103.   cost:1500 Milk
  104.   req:1 Factory
  105.  
  106.   *ScienceLab
  107.    name:Science Lab
  108.   req:10 Warehouse
  109.    cost:1750 Milk
  110.    on tick:yield 1.1 Milk
  111.  
  112.  
  113.  Upgrades
  114.     *ChocolateMilk
  115.      name:Chocolate Milk
  116.      desc:A chocolate filled cartin of milk
  117.      req:10 DairyCow
  118.      cost:100 Milk
  119.      
  120.  
  121.  *StrawberryMilk
  122.    name:Strawberry Milk
  123.    desc:Made from strawberries and milk
  124.    req:20 DairyCow
  125.    cost:250 Milk
  126.     on tick:yield 1.5 Milk
  127.      
  128.  
  129. Achievements
  130.     *cowAchiev1
  131.      name:Cow Expert
  132.    desc:You must know alot about cows?
  133.    req:25 DairyCow
  134.  
  135.    
Add Comment
Please, Sign In to add comment