Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Milk Clicker
- desc:*Moo*
- by:Duckx
- version:1
- Layout
- use default
- Settings
- building cost increase:115%
- building cost refund:50%
- on click:anim icon wobble
- spritesheet:icons, 48 by 48, https://d1nhio0ox7pgb.cloudfront.net/_img/g_collection_png/standard/16x16/cow.png
- stylesheet:stuff/bigBlue.css
- no bulk particles
- CSS
- #game { background:cornflowerblue; font-family:"Times New Roman",Times serif; color:black; }
- .thing
- {
- border-radius:6px;
- {
- Buttons
- *Clicker
- name:Milk
- desc:Click to get milk
- on click:yield 1 Milk
- class:bigButton hasFlares
- show clicks
- icon:https://d1nhio0ox7pgb.cloudfront.net/_img/g_collection_png/standard/48x48/milk.png
- no text
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:red
- Resources
- *Milk
- name:Milk
- desc:Yummy!
- *GoldenMilk
- name:Golden Milk
- desc:Made with 24k gold, only for the rich
- hidden when 0
- Shinies
- *luckyMilk
- name:Lucky Milk
- on click:yield (random(10,100)) Milk
- duration:10
- frequency:120
- Buildings
- *TEMPLATE
- on click:anim glow
- *DairyCow
- name:Dairy Cow
- desc:A cow fit to produce milk
- on tick:yield 0.1 Milk
- cost:25 Milk
- *Farmer
- name:Farmer
- desc:"And Bingo was his nameo"
- on tick:yield 0.2 Milk
- cost:100 Milk
- req:1 DairyCow
- *DairyFarm
- name:Dairy Farm
- desc:A farm containing dairy cows
- on tick:yield 0.3 Milk
- cost:500 Milk
- req:1 Farmer
- *Factory
- name:Factory's
- desc:A large building producing milk
- on tick:yield 0.6 Milk
- cost:1000 Milk
- req:1 DairyFarm
- *Warehouse
- name:Warehouse
- desc:A big storage unit, great for storing stuff
- on tick:yield 1 Milk
- cost:1500 Milk
- req:1 Factory
- *ScienceLab
- name:Science Lab
- req:10 Warehouse
- cost:1750 Milk
- on tick:yield 1.1 Milk
- Upgrades
- *ChocolateMilk
- name:Chocolate Milk
- desc:A chocolate filled cartin of milk
- req:10 DairyCow
- cost:100 Milk
- *StrawberryMilk
- name:Strawberry Milk
- desc:Made from strawberries and milk
- req:20 DairyCow
- cost:250 Milk
- on tick:yield 1.5 Milk
- Achievements
- *cowAchiev1
- name:Cow Expert
- desc:You must know alot about cows?
- req:25 DairyCow
Add Comment
Please, Sign In to add comment