Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Yuyuko Clicker
- by:Golt
- desc:Yuyuko.<//>Make Yuyukos!
- created:25/7/2017
- updated:25/7/2017
- version:1
- Settings
- background:https://file.garden/aIEWDma7r1F_wG71/background.jpg
- building cost increase:110%
- building cost refund:50%
- spritesheet:icons, 48 by 48, https://file.garden/aIEWDma7r1F_wG71/icons.png
- stylesheet:https://file.garden/aIEWDma7r1F_wG71/game.txt
- Layout
- use default
- Buttons
- *yuyukoButton
- name:Make a yuyuko
- desc:Click this little Yuyuko to get more Yuyukos!
- on click:anim icon wobble
- on click:yield 1 yuyuko
- icon:https://file.garden/aIEWDma7r1F_wG71/golt.png
- no text
- class:bigButton hasFlares
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:red
- Resources
- *yuyuko|yuyukos
- name:Yuyuko|Yuyukos
- desc:These are your Yuyukos. You can use them to purchase things. Your goal is to have as many Yuyukos as possible!
- icon:icons[0,0]
- class:noBackground
- show earned
- Shinies
- *luckyyuyuko
- on click:log Woop
- movement:onRight moveLeft fade bounce:0.05
- frequency:60
- frequency variation:30
- icon:downloads/blue.png
- class:bigButton
- on click:
- $boost=1
- if (have clover) $boost=4
- if (chance(25%))
- //get at least 7, or between 1 and 3 minutes of our Yuyuko production
- $amount=max(7,random(yuyukos:ps*60*1,yuyukos:ps*60*3))*$boost
- toast The lucky Yuyuko grants you<//><b>[$amount] yuyukos</b>.
- yield $amount yuyukos
- end
- end
- Buildings
- *TEMPLATE
- on click:anim glow
- *youmu|youmus
- name:Youmu|Youmus
- desc:The best swordmaster.<//><b>Effect:</b><.>Produces 1 Yuyuko every 10 seconds.
- icon:icons[3,0]
- cost:15 yuyukos
- on tick:yield 0.1 yuyuko
- unlocked
- *idk|idks
- name:idks|idks
- desc:think about this later(2hu themed).<//><b>Effect:</b><.>Produces 1 Yuyuko every 2 seconds.
- icon:icons[3,1]
- cost:100 yuyukos
- on tick:yield 0.5 yuyukos
- req:100 yuyukos:earned
- *garden|gardens
- name:Flower Garden|Flower Garden
- desc:A huge sunflower field that attracts yuyukos.<//><b>Effect:</b><.>Produces 5 yuyukos per second.
- icon:icons[3,2]
- cost:600 yuyukos
- on tick:yield 5 yuyukos
- req:600 yuyukos:earned
- *smalloni|smallonis
- name:Small Oni|Small Onis
- desc:Hire a drunken idiot to carry around little Yuyukos.<//><b>Effect:</b><.>Produces 12 Yuyukos per second.
- icon:icons[3,3]
- cost:4000 yuyukos
- on tick:yield 12 yuyukos
- req:4000 yuyukos:earned
- *chimata|chimatas
- name:Chimata|Chimatas
- desc:Convince capitalists to invest into Yuyuko.<//><b>Effect:</b><.>Produces 90 Yuyukos per second.
- icon:icons[3,4]
- cost:20000 yuyukos
- on tick:yield 90 yuyukos
- req:20000 yuyukos:earned
- *myouren|myourens
- name:Temple Myouren|Temples Myouren
- desc:Somehow praying to this temple brings you more Yuyukos.<//><b>Effect:</b><.>Produces 300 Yuyukos per second.
- icon:icons[3,5]
- cost:200000 yuyukos
- on tick:yield 300 yuyukos
- req:200000 yuyukos:earned
- *bigoni|bigonis
- name:Big Oni|Big Onis
- desc:A less drunk and smarter Oni will carry more Yuyukos.<//><b>Effect:</b><.>Produces 1000 Yuyukos per second.
- icon:icons[3,6]
- cost:3000000 yuyukos
- on tick:yield 1000 yuyukos
- req:3000000 yuyukos:earned
- *rocket|rockets
- name:Moon rocket|Moon rockets
- desc:The Lunarians are shooting down Yuyukos at you cause they don't like you.<//><b>Effect:</b><.>Produces 4000 Yuyukos per second.
- icon:icons[3,7]
- cost:70000000 yuyukos
- on tick:yield 4000 yuyukos
- req:70000000 yuyukos:earned
- *marisa|marisas
- name:Marisa's Lab|Marisa's Labs
- desc:Hire this mage to make more Yuyukos (don't complain if they come out green).<//><b>Effect:</b><.>Produces 16000 Yuyukos per second.
- icon:icons[3,8]
- cost:105000000 yuyukos
- on tick:yield 16000 yuyukos
- req:10500000 yuyukos:earned
- *gap|gaps
- name:Gap|Gaps
- desc:These gaps in space will usher in more Yuyukos.<//><b>Effect:</b><.>Produces 64000 Yuyukos per second.
- icon:icons[3,9]
- cost:150000000 yuyukos
- on tick:yield 64000 yuyukos
- req:150000000 yuyukos:earned
- *timemaid|timemaids
- name:Time Maid|Time Maids
- desc:Hire maids that are able to freeze time so they can gather more Yuyukos.<//><b>Effect:</b><.>Produces 250000 Yuyukos per second.
- icon:icons[3,10]
- cost:225000000 yuyukos
- on tick:yield 250000 yuyukos
- req:225000000 yuyukos:earned
- Upgrades
- *TEMPLATE
- on click:anim glow
- //food upgrades for yuyuko cuz people call her fat
- *rice
- name:Rice
- desc:They eat this daily.<//><b>Effect:</b><.>+1 yuyuko/click
- icon:icons[1,1]
- cost:100 yuyukos
- passive:increase yuyuko yield of yuyukoButton by 1
- req:10 yuyukos:earned
- *tea
- name:Tea
- desc:Made daily by Youmu.<//><b>Effect:</b><.>+1 yuyuko/click
- icon:icons[1,2]
- cost:200 yuyukos
- passive:increase yuyuko yield of yuyukoButton by 1
- req:50 yuyukos:earned
- *lettuce
- name:Lettuce
- desc:Frilly greens loved by all Yuyukos.<//><b>Effect:</b><.>+1 yuyuko/click
- icon:icons[1,3]
- cost:400 yuyukos
- passive:increase yuyuko yield of yuyukoButton by 1
- req:200 yuyukos:earned
- *broccoli
- name:Broccoli
- desc:They pretend these are little trees.<//><b>Effect:</b><.>yuyukos/click x2<.>yuyuko production +5%
- icon:icons[1,4]
- cost:3000 yuyukos
- passive:multiply yuyuko yield of yuyukoButton by 2
- passive:multiply yield of yuyukos by 1.05
- req:1000 yuyukos:earned
- *apple
- name:Apple
- desc:The green ones are the best.<//><b>Effect:</b><.>yuyukos/click x1.5<.>yuyuko production +5%
- icon:icons[1,5]
- cost:10000 yuyukos
- passive:multiply yuyuko yield of yuyukoButton by 1.5
- passive:multiply yield of yuyukos by 1.05
- req:1000 yuyukos:earned
- *pepper
- name:Pepper
- desc:They like the spice.<//><b>Effect:</b><.>yuyukos/click x1.5<.>yuyuko production +5%
- icon:icons[1,6]
- cost:50000 yuyukos
- passive:multiply yuyuko yield of yuyukoButton by 1.5
- passive:multiply yield of yuyukos by 1.05
- req:10000 yuyukos:earned
- *chicken
- name:Chicken
- desc:It is normal chicken, don't worry.<//><b>Effect:</b><.>yuyukos/click x1.5<.>yuyuko production +5%
- icon:icons[1,7]
- cost:100000 yuyukos
- passive:multiply yuyuko yield of yuyukoButton by 1.5
- passive:multiply yield of yuyukos by 1.05
- req:50000 yuyukos:earned
- *milk
- name:Milk
- desc:They like the normal one the most.<//><b>Effect:</b><.>yuyukos/click x1.5<.>yuyuko production +5%
- icon:icons[1,8]
- cost:500000 yuyukos
- passive:multiply yuyuko yield of yuyukoButton by 1.5
- passive:multiply yield of yuyukos by 1.05
- req:100000 yuyukos:earned
- *cherry
- name:Cherry
- desc:Cherry!<//><b>Effect:</b><.>yuyukos/click x1.5<.>yuyuko production +5%
- icon:icons[1,9]
- cost:1000000 yuyukos
- passive:multiply yuyuko yield of yuyukoButton by 1.5
- passive:multiply yield of yuyukos by 1.05
- req:500000 yuyukos:earned
- *carrot
- name:Carrot
- desc:Yuyuko stole it.<//><b>Effect:</b><.>yuyukos/click x2<.>yuyuko production +10%
- icon:icons[1,0]
- cost:100000000 yuyukos
- passive:multiply yuyuko yield of yuyukoButton by 2
- passive:multiply yield of yuyukos by 1.1
- req:1000000 yuyukos:earned
- //building upgrades
- *buildingUpgrade1
- name: Praise
- desc:The Yuyukos give the Youmus praise.<//><b>Effect:</b><.>youmu production x2
- icon:icons[2,0] icons[3,0]
- cost:1000 yuyukos
- passive:multiply yield of youmu by 2
- req:(youmus>=10)
- *buildingUpgrade2
- name: argh
- desc:no!<//><b>Effect:</b><.>youmu production x2<.>gay production x2<.>garden production x2
- icon:icons[2,0] icons[3,1]
- cost:100000 yuyukos
- passive:multiply yield of youmu by 2
- passive:multiply yield of gay by 2
- passive:multiply yield of garden by 2
- req:(youmus>=50 or gays>=50 or gardens>=50)
- *buildingUpgrade3
- name:Yuyuko 2
- desc:Yuyuko version 2.<//><b>Effect:</b><.>youmu production x2<.>gay production x2<.>garden production x2
- icon:icons[2,0] icons[3,2]
- cost:5000000 yuyukos
- passive:multiply yield of youmu by 2
- passive:multiply yield of gay by 2
- passive:multiply yield of garden by 2
- req:(youmus>=100 or gays>=100 or gardens>=100)
- *buildingUpgrade4
- name:Jimmy
- desc:This guy played kurohyou you should too!<//><b>Effect:</b><.>gay production x2<.>garden production x2
- icon:icons[2,0] icons[3,3]
- cost:50000 yuyukos
- passive:multiply yield of gay by 2
- passive:multiply yield of garden by 2
- req:(gays>=10 or gardens>=10)
- *buildingUpgrade5
- name:Yuyuko playground
- desc:If your Yuyukos are outside, they might as well get some exercise!<//><b>Effect:</b><.>gay production x2<.>garden production x2
- icon:icons[2,0] icons[3,4]
- cost:5000000 yuyukos
- passive:multiply yield of gay by 2
- passive:multiply yield of garden by 2
- req:(gays>=50 or gardens>=50)
- *buildingUpgrade6
- name:Yuyuko TVs
- desc:Televisions that broadcast Yuyukos.<//><b>Effect:</b><.>smalloni production x2<.>chimata production x2
- icon:icons[2,0] icons[3,5]
- cost:1000000 yuyukos
- passive:multiply yield of smalloni by 2
- passive:multiply yield of chimata 2
- req:(smallonis>=10 or chimatas>=10)
- *buildingUpgrade7
- name:Little Yuyuko cars
- desc:Your Yuyukos drive around in these. How nice!<//><b>Effect:</b><.>smalloni production x2<.>chimata production x2
- icon:icons[2,0] icons[3,6]
- cost:500000000 yuyukos
- passive:multiply yield of smalloni by 2
- passive:multiply yield of chimata by 2
- req:(smallonis>=50 or chimatas>=50)
- *buildingUpgrade8
- name:Funny Rocks
- desc:Rocks that yuyukos eat, it's just a rock.<//><b>Effect:</b><.>myouren production x2
- icon:icons[2,0] icons[3,7]
- cost:1000000000 yuyukos
- passive:multiply yield of myouren by 2
- req:10 myourens
- Achievements
- *TEMPLATE
- on click:anim glow
- *yuyukoAchiev1
- name:Yuyuling
- desc:Have <b>1</b> yuyuko.
- req:1 yuyuko
- icon:icons[2,4] icons[0,2] icons[0,6]
- *yuyukoAchiev2
- name:Yuyu1K
- desc:Have <b>1000</b> yuyukos.
- req:1000 Yuyukos
- icon:icons[2,4] icons[0,3] icons[0,6]
- *yuyukoAchiev3
- name:The Horde.
- desc:Have <b>1000000</b> yuyukos.
- req:10000000 yuyukos
- icon:icons[2,4] icons[0,4] icons[0,6]
- *clickAchiev1
- name:Ehe!
- desc:Click the Yuyuko <b>10</b> times.
- req:10 yuyukoButton clicks
- icon:icons[2,2] icons[0,2] icons[0,6]
- *clickAchiev2
- name:Stahp!
- desc:Click the yuyuko <b>100</b> times.
- req:100 yuyukoButton clicks
- icon:icons[2,2] icons[0,3] icons[0,6]
- *clickAchiev3
- name:Ahhh!!!!
- desc:Click the yuyuko <b>2000</b> times.
- req:2000 yuyukoButton clicks
- icon:icons[2,2] icons[0,4] icons[0,6]
- *yuyukoPsAchiev1
- name:Yuyu!
- desc:Produce <b>10</b> yuyukos per second.
- req:10 yuyukos per second
- icon:icons[2,3] icons[0,2] icons[0,6]
- *yuyukoPsAchiev2
- name:Yuyuyu!
- desc:Produce <b>1000</b> yuyukos per second.
- req:1000 yuyukos per second
- icon:icons[2,3] icons[0,3] icons[0,6]
- *yuyukoPsAchiev3
- name:Yuyuyuyu!
- desc:Produce <b>100000</b> yuyukos per second.
- req:100000 yuyukos per second
- icon:icons[2,3] icons[0,4] icons[0,6]
Advertisement
Add Comment
Please, Sign In to add comment