Jacklack3

Rebo Industries

Jun 28th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.97 KB | None | 0 0
  1. Let's make a game!
  2.  name:Rebo Industries
  3.  desc:After looking online you notice the electricity market is sky rocketing! You come up with the best device to help you generate electricty, Rebo! The robots that will help you get loads of money...
  4.  
  5. Settings  
  6.    stylesheet:https://jackomix.neocities.org/gccss.txt
  7.  
  8. Layout
  9.     use default
  10.     *news
  11.         in:main
  12.         contains:Log
  13.         class:fullWidth
  14.  
  15. Resources
  16.     *rebo
  17.      name:Rebo
  18.      desc:A little robot that is willing to work somewhere to generate electricity.
  19.      icon:https://i.imgur.com/TQK9dcM.png
  20.  
  21.     *electricity
  22.      name:Electricity
  23.      desc:I think electricity has a crush on the ground. ;)
  24.      icon:https://i.imgur.com/RNzGL8J.png
  25.  
  26.     *money
  27.      name:Money
  28.      desc:Mmmmmm... Moooney... *drools*
  29.      icon:https://i.imgur.com/KdKyPit.png
  30.      start with:21
  31.      
  32.  
  33. Buttons
  34.     *generaterebo
  35.      name:The "Generate Rebo" Button 3000!
  36.      desc:This amazing device will generate (at least a part of) a Rebo!
  37.      icon:https://i.imgur.com/TozGwWX.png
  38.      on click:yield 1 rebo
  39.      no text
  40.      class:bigButton blueFlares
  41.  
  42.     *sellrank1
  43.      name:Electricity Stand
  44.      desc:Sells electricity for money. You are Rank 1. You can sell 1 unit of electricity for a buck.
  45.      icon:https://i.imgur.com/SZqPajv.png
  46.      on click:
  47.         if (electricity>=1)
  48.             yield 1 money
  49.         else
  50.             toast You don't have any electricity! (you silly goose... :3)
  51.         end
  52.      end
  53.      on click:if (electricity>=1) lose 1 electricity
  54.      no text
  55.      class:bigButton2 whiteFlares
  56.  
  57.     *sellrank2
  58.      name:Electricity Garage
  59.      desc:Sells electricity for money. You are Rank 2. You can sell 1 unit of electricity for 3 dollars.
  60.      icon:https://i.imgur.com/LNE3wM4.png
  61.      on click:
  62.         if (electricity>=1)
  63.             yield 3 money
  64.         else
  65.             toast You don't have any electricity! (you silly goose... :3)
  66.         end
  67.      end
  68.      on click:if (electricity>=1) lose 1 electricity
  69.      no text
  70.      hidden
  71.      class:bigButton2 whiteFlares
  72.  
  73. Buildings
  74.     *backgroundtask
  75.         on tick:
  76.             clear log
  77.             $news=random(1,6)
  78.             if ($news=1) log News: Food like cookies can be made from just clicking!
  79.             if ($news=2) log News: Doorbells are required to be 10 decibels higher.
  80.             if ($news=4) log Try the new "SpellGood" deodorant created by wizards today!
  81.             if ($news=5) log BREAKING NEWS: An airplane just crashed in a cloud! However no one was injured.
  82.             if ($news=6) log if you're reading this you are now blind.
  83.  
  84.             if (money>1000)
  85.                 hide sellrank1
  86.                 show sellrank2
  87.             end
  88.         end
  89.         start with:1
  90.         always hidden
  91.  
  92.     *factory
  93.      name:Factory
  94.      desc:Puts Rebo to work generating 0.[1*(1*(radio+1))] electricity per second. <q>"Good thing Rebo power off of existing..."</q>
  95.      icon:https://i.imgur.com/u52KH42.png
  96.      on tick:yield 0.1 electricity
  97.      cost:10 money
  98.      cost:20 rebo
  99.    
  100.     *lake
  101.      name:Lake
  102.      desc:Puts Rebo to work generate 0.5 electricity per second. <q>"Don't worry, it's not what you think, Rebo just work more in water."</q>
  103.      icon:https://i.imgur.com/Dn0HuE4.png
  104.      on tick:yield 1 electricity
  105.      cost:25 money
  106.      cost:10 rebo
  107.  
  108.     *cashier
  109.      name:Cashier
  110.      desc:A helping Rebo to sell 1 electricity for a buck. <q>Tired of having to build a Rebo AND sell electricity? Buy yourself a Rebo Cashier!"/q>
  111.      icon:https://i.imgur.com/xPxC8cU.png
  112.      on tick:if (electricity>=1) yield 1 money
  113.      on tick:if (electricity>=1) lose 1 electricity
  114.      cost increase:150%
  115.      cost:100 money
  116.      cost:1 rebo
  117.  
  118. Upgrades
  119.     *radio
  120.      name:Radio
  121.      desc:Doubles the effect of Factories. <q>"Here's a real life actual fact: Multiple studies show that music helps people doing repetitive tasks, makes them do the tasks faster and with less mistakes."</q>
  122.      icon:https://i.imgur.com/STLZiIA.png
  123.      passive:multiply yield of factory by 2
  124.      cost:50 money
  125.  
  126. Achievements
  127.     *1rebo
  128.      name:Version 1.0 is out!
  129.      desc:Have 1 Rebo. <q>"PLEASE wait for the bug fix patch, I was in a rush..."</q>
  130.      icon:https://i.imgur.com/mHps7VS.png
  131.      req:1 rebo
  132.  
  133.     *100rebo
  134.      name:Maybe I should start to sell these...
  135.      desc:Have 100 Rebo. <q>"Nah, you should say it "hunnit"."</q>
  136.      icon:https://i.imgur.com/MDPtp3S.png
  137.      req:100 rebo
  138.  
  139.     *500rebo
  140.      name:Are you a fast clicker or something?
  141.      desc:Have 500 Rebo. <q>"5 hunnit, hey that does sound cooler!"</q>
  142.      icon:https://i.imgur.com/xzNGeej.png
  143.      req:500 rebo
  144.  
  145.     *1000rebo
  146.      name:I hope that's not all just clicks...
  147.      desc:Have 1000 Rebo. <q>"I prey for your fingers if it is so."</q>
  148.      icon:https://i.imgur.com/GIvNJzR.png
  149.      req:1000 rebo
  150.  
  151.     *10000rebo
  152.      name:I didn't know factories could make Rebo!
  153.      desc:Have 10000 Rebo. <q>"Though who will supervise the Rebo, Rebo?"</q>
  154.      icon:https://i.imgur.com/nhZQDuA.png
  155.      req:10000 rebo
  156.  
  157.     *100000rebo
  158.      name:o no
  159.      desc:Have 100000 Rebo. <q>"Then who will supervise the Rebo supervising the Rebo!?"</q>
  160.      icon:https://i.imgur.com/LjgyNfO.png
  161.      req:100000 rebo
  162.  
  163.     *1000000rebo
  164.      name:it begins...
  165.      desc:Have 1000000 Rebo. <q>"Ever since Jimmy started playing Rebo Industries he hasn't moved a muscle except his arm..."</q>
  166.      icon:https://i.imgur.com/sra1nCA.png
  167.      req:1000000 rebo
Add Comment
Please, Sign In to add comment