Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:cows of War
- by:Kaleb
- desc:This game is for cow people, cows are majestic and deserve a game.
- created:11/16/2022
- updated:11/16/2022
- version:1
- Settings
- background:https://images.fineartamerica.com/images/artworkimages/mediumlarge/1/rolling-hills-romania-stuart-litoff.jpg
- building cost increate:115%
- building cost refund:50%
- spritesheet:icons, 48 by 48 https://o.remove.bg/downloads/ecaed571-58d3-46ba-b89d-d8f8632ea87a/cow-funny-ruminant-cute-removebg-preview.png
- stylesheet:stuff/bigBlue.css
- Layout
- use default
- Buttons
- *cowButton
- name:Make a cow
- desc:Click to earn milk!
- on click:anim icon wobble
- on click:yield 1 cow
- on click:if (have goldenMoo and chance(1%)) yield 1 goldenMilk
- icon:https://o.remove.bg/downloads/ecaed571-58d3-46ba-b89d-d8f8632ea87a/cow-funny-ruminant-cute-removebg-preview.png
- no text
- class:bigButton hasFlares
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:yellow
- Resources
- *cow|cows
- name:cow|cows
- desc:These are cows, they are used to purchase upgrades and units in the shop.
- icon:icons[0,0]
- class:noBackground
- show earned
- *goldenMilk|goldenMilks
- name:Gold Milk| Gold Milks
- desc:These are rare currency. Used for things normal cows can't do, save them.
- icon:icons[0,0]
- class:noBackground
- hidden when 0
- Shinies
- *holycow
- on click:log Woop
- movement:onRight moveLeft fade bounce:0.05
- frequency:60
- frequency variation:30
- icon:https://o.remove.bg/downloads/ecaed571-58d3-46ba-b89d-d8f8632ea87a/cow-funny-ruminant-cute-removebg-preview.png
- class:bigButton
- on click:
- $boost=1
- if (have clover) $boost=4
- if (chance(25%))
- //get al least 7, or between 1 and 3 minutes of our cow production
- $amount=max(7,random(cows:ps*60*1,cows:ps*60*3))*$boost
- toast The Holy cow grants you<//><b>[$amount] cows</b>.
- yield $amount cows
- else
- $amount=1*$boost
- toast The Holy cow grants you<//><b>[$amount] golden milks[s?$amount]</b>!
- end
- end
- Buildings
- *TEMPLATE
- on click:anim glow
- *hand|hands
- name:Helping hand|Helping hands
- desc:They help a bit.<//><b>Action:</b><.>Milks 1 cow every 10 seconds.
- icon:icons[3,0]
- cost:20 cows
- on tick:yield 0.1 cow
- unlocked
- *haybale|haybales
- name:hay bale:hay bales
- desc:Allows cows to eat resulting in greater production.<//><b>Action:</b><.>Feeds 1 cow every 2 seconds.
- icon:icons[3,1]
- cost:100 cows
- on tick:yield 0.5 cows
- req:100 cows:earned
- *tom|thomas
- name:tom|Thomas
- desc:Is it tom or Thomas?<//><b>Action:</b><.>Produces 10 cows per second.
- icon:icons[3,2]
- cost:600 cows
- on tick:yield 10 cows
- req:600 cows:earned
- *milkHut|milkHuts
- name:Milk Hut|Milk Huts
- desc:Sells your cow milk to people around the world<//><b>Action:</b><.>Sells 50 milk jugs per second.
- icon:icons[3,3]
- cost:1300 cows
- on tick:yield 50 cows
- req:1300 cows:earned
- Upgrades
- *TEMPLATE
- on click:anim glow
- //Milk Upgrades
- *BetterHay
- name:Better Hay
- desc:Allows your cows to have a more nutritous snack!<//><b>Action:</b><.> +1 cows/click
- icon:icons[1,1]
- cost:100 cows
- passive:increase cow yield of cowButton by 1
- req:10 cows:earned
- *BetterBottles
- name:Better Bottles
- desc:Allows Milk to be packaged neater.<//><b>Action:</b><.>+2 cows/click
- icon:icons[1,2]
- cost:200 cows
- passive:increase cow yield of cowButton by 2
- req:50 cows:earned
- *MoreMoo
- name:More Moo
- desc:It's the name, cows will moo into the bottle. Restoring thou' who drinks from the blessed jug.
- icon:icons[1.3]
- cost:400 cows
- passive:increase cow yield of cowButton by 3
- req:200 cows:earned
- //building upgrades
- *buildingUpgrade1
- name:Speed Milk
- desc:The milk is fast man, like... fast.
- icon:icons[2,0] icons[3,0]
- cost:1000 cows
- passive:multiply yield of hand by 2
- passive:multiply yield of hay bale by 2
- passive:multiply yield of tom by 2
- req:(hands>=10 or hay bale>+10 or tom>=10)
- //golden milk upgrades
- *goldenMoo
- name:Golden Moo
- desc:The delicate art of a moo, straight from a cow. Calling out accorss the sacred land blessing every milk jug produced to be magical.
- icon:icons[2,5]
- cost:1 goldenMilk:earned
- *clover
- name:Clover
- desc:Makes milk more lucky.<//><b>Action:</b><.>Holy Cow effects are 4 times more powerful.
- icon:icons[2,0]
- cost:100 goldenMilks
- req:50 goldenMilks:earned
- Achievements
- *TEMPLATE
- *cowAchiev1
- name:Milk Man
- desc:Have <b>1</b> hand.
- req:1 hand
- icon:icons [2,4] icons[0,2] icons[0,6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement