Advertisement
DriveCoreGames

Banana Clicker

Jul 25th, 2023 (edited)
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2.     name:Banana Clicker
  3.     author:DriveCore Games
  4.     desc:Click your way to Banana Bonanza! Tap, grow, and harvest the sweetest bananas in this tropical clicker adventure!
  5.     Created:25/07/2023
  6.     Updated:9/11/2023
  7.     version:0.5
  8.  
  9. Settings
  10.     background:https://i.ibb.co/BNQmP3Q/bananabackground.png
  11.     building cost increase: 115%
  12.     stylesheet:stuff/bigBlue.css
  13.  
  14. CSS
  15.     .thing-icon, .particle
  16.         {
  17.             width:50px;
  18.             height:50px;
  19.         }
  20.  
  21. Layout
  22. use default
  23.  
  24. Resources
  25.     *bananas|banana
  26.         name:Bananas
  27.         desc:Banana! No need to question why!
  28.         show earned
  29.         icon:https://freesvg.org/img/pitr_Bananas_icon_1.png
  30.         class:noBackground
  31. Buttons
  32.     *bananaButton
  33.         name:Harvest Bananas
  34.         desc:Click the banana tree to get more bananas!
  35.         on click:anim icon wobble
  36.         on click:yield 1 banana
  37.         icon:https://i.ibb.co/X8MPBb6/bananatree.png
  38.         no text
  39.         class:bigButton hasFlares
  40.         icon class:shadowed
  41.         tooltip origin:bottom
  42.         tooltip class:red
  43. Buildings
  44.     *TEMPLATE
  45.             on click:anim glow
  46.    
  47.     *bananagrabber
  48.         name:Banana Grabber
  49.         desc:Bored of picking bananas yourself? Well don't worry the banana grabbers will do it for you!.<//><b>Effect:</b><.>Adds 0.1 bananas per second!
  50.         icon:https://i.ibb.co/TM660qm/bananagrabber.png
  51.         cost:20 bananas
  52.         on tick:yield 0.1 banana
  53.         unlocked
  54.  
  55.     *bananafertilizer
  56.         text:[?bananas:earned<100|<b>???</b>][?bananas:earned>=100|<b>Banana Fertilizer</b>]
  57.         desc:Keep those bananas nutritious and delicious by keeping them healthy and fertilized.<//><b>Effect:</b><.>Adds 0.5 bananas per second!
  58.         icon:https://i.ibb.co/W0tgT7Q/Banana-Fertilizer.png
  59.         cost:100 bananas
  60.         on tick:yield 0.5 banana
  61.         unlocked
  62.  
  63.     *bananabasket
  64.         text:[?bananas:earned<500|<b>???</b>][?bananas:earned>=500|<b>Banana Basket</b>]
  65.         desc:Can't hold enough bananas? Well now you can with banana basket!<//><b>Effect:</b><.>Adds 1 bananas per second!
  66.        icon:https://i.ibb.co/N2sZFjD/Banana-Salvage.png
  67.        cost:500 bananas
  68.        on tick:yield 1 banana
  69.        unlocked
  70.  
  71.     *bananatree
  72.        text:[?bananas:earned<1000|<b>???</b>][?bananas:earned>=1000|<b>Banana Tree</b>]
  73.        desc:What could make more bananas than a banana tree?<//><b>Effect:</b><.>Adds 5 bananas per second!
  74.        icon:https://i.ibb.co/kgWPj3T/bananatree.png
  75.        cost:1000 bananas
  76.        on tick:yield 5 banana
  77.        unlocked
  78.  
  79.     *bananaplantation
  80.        text:[?bananas:earned<10000|<b>???</b>][?bananas:earned>=10000|<b>Banana Plantation</b>]
  81.        desc:More bananas than you can imagine!<//><b>Effect:</b><.>Adds 15 bananas per second!
  82.        icon:https://i.ibb.co/WGJGPDW/Banana-Plantation.png
  83.        cost:10000 bananas
  84.        on tick:yield 15 banana
  85.        unlocked
  86.  
  87.     *bananafactory
  88.        text:[?bananas:earned<10000|<b>???</b>][?bananas:earned>=10000|<b>Banana Factory</b>]
  89.        desc:Bananas... Bananas... BANANAS!<//><b>Effect:</b><.>Adds 30 bananas per second!
  90.        icon:
  91.        cost:20000 bananas
  92.        on tick:yield 30 banana
  93.        unlocked
  94.  
  95.     *bananawizard
  96.        text:[?bananas:earned<10000|<b>???</b>][?bananas:earned>=10000|<b>Banana Wizard</b>]
  97.        desc:From a place where no banana farmer has gone. Banana Wizard will get you more bananas than you will know what to do with!<//><b>Effect:</b><.>Adds 100 bananas per second!
  98.        icon:
  99.        cost:100000 bananas
  100.        on tick:yield 100 banana
  101.        unlocked
  102.  
  103.  
  104. Upgrades
  105.     *Milk
  106.         name:Milk
  107.         desc:No one knows why but this special milk helps your hands grow so you can grab more bananas.<//><b>Effect:</b><.>+1 banana per click
  108.         icon:https://i.ibb.co/dp4dkvG/Untitled-design-3.png
  109.         cost:100 bananas
  110.         passive:increase banana yield of bananaButton by 1
  111.         req:10 bananas:earned
  112.  
  113.  
  114.  
  115.  
  116. //buildingupgrades
  117.     *ladder
  118.         name:ladder
  119.         desc:Give your banana grabber ladders so they can reach even those high up bananas.<//><b>Effect:</b><.>Banana grabbers 2x bananas
  120.         icon:https://i.ibb.co/TRBhpyG/Untitled-design-4.png
  121.         cost:100 bananas
  122.         passive:multiply yield of bananagrabber by 2
  123.         req:200 bananas:earned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement