Advertisement
MrShiv

Untitled

Nov 17th, 2022 (edited)
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IDL 4.42 KB | None | 0 0
  1. Let's make a game!
  2.     name:cows of War
  3.     by:Kaleb
  4.     desc:This game is for cow people, cows are majestic and deserve a game.
  5.     created:11/16/2022
  6.     updated:11/16/2022
  7.     version:1
  8.  
  9. Settings
  10.     background:https://wallpapercave.com/wp/wp5045718.jpg
  11.     building cost increate:115%
  12.     building cost refund:50%
  13.     spritesheet:icons, 48 by 48, https://cdn0.iconfinder.com/data/icons/modern-life/512/cow_head-48.png
  14.     stylesheet:stuff/bigBlue.css
  15. Layout
  16.     use default
  17.  
  18. Buttons
  19.     *cowButton
  20.         name:Make a cow
  21.         desc:Click to earn milk!
  22.         on click:anim icon wobble
  23.         on click:yield 1 cow
  24.         on click:if (have goldenMoo and chance(1%)) yield 1 goldenMilk
  25.         icon:https://o.remove.bg/downloads/ecaed571-58d3-46ba-b89d-d8f8632ea87a/cow-funny-ruminant-cute-removebg-preview.png
  26.         no text
  27.         class:bigButton hasFlares
  28.         icon class:shadowed
  29.         tooltip origin:bottom
  30.         tooltip class:yellow
  31.  
  32. Resources
  33.     *cow|cows
  34.         name:cow|cows
  35.         desc:These are cows, they are used to purchase upgrades and units in the shop.
  36.         icon:icons[0,0]
  37.         class:noBackground
  38.         show earned
  39.  
  40.     *goldenMilk|goldenMilks
  41.         name:Gold Milk| Gold Milks
  42.         desc:These are rare currency. Used for things normal cows can't do, save them.
  43.         icon:icons[0,1]
  44.         class:noBackground
  45.         hidden when 0
  46.  
  47. Shinies
  48.     *holycow
  49.     on click:log Woop
  50.     movement:onRight moveLeft fade bounce:0.05
  51.     frequency:60
  52.     frequency variation:30
  53.     icon:https://o.remove.bg/downloads/ecaed571-58d3-46ba-b89d-d8f8632ea87a/cow-funny-ruminant-cute-removebg-preview.png
  54.     class:bigButton
  55.     on click:
  56.         $boost=1
  57.         if (have clover) $boost=4
  58.         if (chance(25%))
  59.             //get al least 7, or between 1 and 3 minutes of our cow production
  60.             $amount=max(7,random(cows:ps*60*1,cows:ps*60*3))*$boost
  61.             toast The Holy cow grants you<//><b>[$amount] cows</b>.
  62.             yield $amount cows
  63.         else
  64.             $amount=1*$boost
  65.             toast The Holy cow grants you<//><b>[$amount] golden milks[s?$amount]</b>!
  66.         end
  67.     end
  68.  
  69. Buildings
  70.     *TEMPLATE
  71.         on click:anim glow
  72.  
  73.     *hand|hands
  74.         name:Helping hand|Helping hands
  75.         desc:They help a bit.<//><b>Action:</b><.>Milks 1 cow every 10 seconds.
  76.         icon:icons[3,0]
  77.         cost:20 cows
  78.         on tick:yield 0.1 cow
  79.         unlocked
  80.     *haybale|haybales
  81.         name:hay bale:hay bales
  82.         desc:Allows cows to eat resulting in greater production.<//><b>Action:</b><.>Feeds 1 cow every 2 seconds.
  83.         icon:icons[3,1]
  84.         cost:100 cows
  85.         on tick:yield 0.5 cows
  86.         req:100 cows:earned
  87.  
  88.     *tom|thomas
  89.         name:tom|Thomas
  90.         desc:Is it tom or Thomas?<//><b>Action:</b><.>Produces 10 cows per second.
  91.         icon:icons[3,2]
  92.         cost:600 cows
  93.         on tick:yield 10 cows
  94.         req:600 cows:earned
  95.     *milkHut|milkHuts
  96.         name:Milk Hut|Milk Huts
  97.         desc:Sells your cow milk to people around the world<//><b>Action:</b><.>Sells 50 milk jugs per second.
  98.         icon:icons[3,3]
  99.         cost:1300 cows
  100.         on tick:yield 50 cows
  101.         req:1300 cows:earned
  102.  
  103. Upgrades
  104.     *TEMPLATE
  105.         on click:anim glow
  106.     //Milk Upgrades
  107.    
  108.  
  109.     *BetterHay
  110.         name:Better Hay
  111.         desc:Allows your cows to have a more nutritous snack!<//><b>Action:</b><.> +1 cows/click
  112.         icon:icons[1,1]
  113.         cost:100 cows
  114.         passive:increase cow yield of cowButton by 1
  115.         req:10 cows:earned
  116.     *BetterBottles
  117.         name:Better Bottles
  118.         desc:Allows Milk to be packaged neater.<//><b>Action:</b><.>+2 cows/click
  119.         icon:icons[1,2]
  120.         cost:200 cows
  121.         passive:increase cow yield of cowButton by 2
  122.         req:50 cows:earned
  123.     *MoreMoo
  124.         name:More Moo
  125.         desc:It's the name, cows will moo into the bottle. Restoring thou' who drinks from the blessed jug.
  126.         icon:icons[1.3]
  127.         cost:400 cows
  128.         passive:increase cow yield of cowButton by 3
  129.         req:200 cows:earned
  130.  
  131.     //building upgrades
  132.  
  133.     *buildingUpgrade1
  134.         name:Speed Milk
  135.         desc:The milk is fast man, like... fast.
  136.         icon:icons[2,0] icons[3,0]
  137.         cost:1000 cows
  138.         passive:multiply yield of hand by 2
  139.         passive:multiply yield of haybale by 2
  140.         passive:multiply yield of tom by 2
  141.         req:(hands>=10 or haybale>+10 or tom>=10)
  142.    
  143.     //golden milk upgrades
  144.    
  145.     *goldenMoo
  146.         name:Golden Moo
  147.         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.
  148.         icon:icons[2,5]
  149.         cost:1 goldenMilk:earned
  150.     *clover
  151.         name:Clover
  152.         desc:Makes milk more lucky.<//><b>Action:</b><.>Holy Cow effects are 4 times more powerful.
  153.         icon:icons[2,0]
  154.         cost:100 goldenMilks
  155.         req:50 goldenMilks:earned
  156.    
  157.  
  158.     Achievements
  159.         *TEMPLATE
  160.  
  161.         *cowAchiev1
  162.             name:Milk Man
  163.             desc:Have <b>1</b> hand.
  164.             req:1 hand
  165.             icon:icons [2,4] icons[0,2] icons[0,6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement