mrcake2005

Idle Earth

Sep 3rd, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.14 KB | None | 0 0
  1. Let's make a game!
  2. name:Idle Earth
  3. by:Elton
  4. desc:This is a game in which you try to create the best Earth! The goal is to try to get to the highest possible Earth level that you can get. To get Earth levels, you must buy plants. Some things that you might want to keep in mind when playing are:<//><.>Animals and Insects can be sold.<//><.>If your amount of Carbon Dioxide is greater than the amount of Oxygen Particles, then you will lose all of your Carbon Atoms.<//>Updates:<//>9/8/18<//><.>Added a news and message box<//><.>Added new tree types.
  5. created:9/3/2018
  6. version:1.4
  7. Settings
  8. Building cost increase:120%
  9. Building cost refund:40%
  10. Layout
  11. *main
  12. contains:res, buttons
  13. *res
  14. contains:Resources, Log
  15. class:fullWidth
  16. *buttons
  17. contains:Buttons
  18. tooltip origin:left
  19. *store
  20. contains:buildings, upgrades
  21. *buildings
  22. contains:BulkDisplay, Buildings
  23. header:Plants
  24. tooltip origin:left
  25. *upgrades
  26. contains:Upgrades
  27. header:Upgrades
  28. costs:hide
  29. names:hide
  30. Buttons
  31. *Getoxygen
  32. name:Get Oxygen Particles
  33. desc:Click this to get more Oxygen Particles.<//><.>+1 Oxygen Particles per click.
  34. on click:
  35. yield 1 Oxygenparticles
  36. if (chance(5%)) yield 1 Carbon
  37. end
  38. *Messagesnews
  39. name:Messages and News!
  40. desc:Click this to get a message or news.
  41. on click:
  42. clear log
  43. if (WOW=1) log Man goes crazy after finding out the creation of a new, improved Earth.
  44. else if (WOW=2) log "So... you try to get the highest Earth level?" says confused nobody.
  45. else if (WOW=3) log Your plant cells have gone through [random(1,100)] generations so far.
  46. else if (WOW=4) log "Guy gets run over by three reindeer," says reporter.
  47. else if (WOW=5) log You have made [Oxygenparticles:earned] Oxygen Particles so far.
  48. else if (WOW=6) log You have made [Carbon:earned] Carbon Atoms so far.
  49. else if (WOW=7) log "Don't you think it's a bit strange that you can just create a planet from scratch?" says random dolt found on the street.
  50. else if (WOW=8) log It's 8:16 a.m., 8*2=16.
  51. else if (WOW=9) log Do not release the humans.
  52. else if (WOW=10) log "You have to admit, this game is fun." says random unpaid person.
  53. else if (WOW=11) log I wonder where the atoms come from...
  54. else if (WOW=12) log I wonder where the plants come from...
  55. else if (WOW=13) log It's odd how the bees just appear...
  56. else if (WOW=14) log Where does the matter come from?!
  57. else if (WOW=15) log Here's a fun fact, this game was created by a child.
  58. else if (WOW=16) log <i><u>The Rebel</i></u>, page [random(1,500)]: I had always wanted to see it. All my life, I had traveled far and wide in search of it. The beauty, the serenity.
  59. else if (WOW=17) log A shipment of plants was eradicated by alien-space lasers.
  60. else if (WOW=18) log Aliens invade and steal 10% of your Oxygen Particles. <//><.>-10% of Oxygen Particles. <//><.> Jk
  61. else if (WOW=19) log Intergalactic war is taking place in some obscure part of the universe.
  62. else if (WOW=20) log The Aliens are coming.
  63. else if (WOW=21) log <i><u>Golden March</i></u>, page [random(1,500)]: As the ever-changing leaves slowly drifted down to the rough, rocky ground, the insects were busy breaking it down; such is the way of life.
  64. else if (WOW=22) log <i><u>Golden March</i></u>, page [random(1,500)]: He sat for a moment and wondered: where was he?
  65. else if (WOW=23) log <i><u>Overly Exciting</i></u>, page [random(1,500)]: Bob hurled through the air with his sword drawn, ready to slice at any moment.
  66. else if (WOW=24) log <i><u>Duoter</i></u>, page [random(1,500)]: The way it moved was mesmerizing, swerving from left to right, ever-moving.
  67. else if (WOW=25) log We are in need of water. No, we are in need of plants.
  68. else if (WOW=26) log ....What's an Earth level?
  69. else if (WOW=27) log What a good question.
  70. else if (WOW=28) log Never forget, you can always sell the bees.
  71. else if (WOW=29) log "There will be many more types of trees." -Elton 9/7/18
  72. else if (WOW=30) log What's a Duoash Tree?
  73. else if (WOW=31) log You will have to see.
  74. else if (WOW=32) log "Plants are the best remedy." says Planet Specialist.
  75. else if (WOW=33) log "You never know what'll happened." said Dave.
  76. else if (WOW=34) log You have [Bush] bushes.
  77. else if (WOW=35) log You have [Shrub] shrubs.
  78. else if (WOW=36) log Have you tried Rock Clicker?
  79. else if (WOW=37) log [random(10,700)] people died in Intergalactic-Space-War (ISW)
  80. else if (WOW=38) log The Aliens will find you.
  81. else if (WOW=39) log No news yet.
  82. else if (WOW=40) log [random(10,700)] aliens dies in Intergalactic-Space-War (ISW)
  83. else if (WOW=41) log Specialist speculate that by the year [random(3050,5000)], your planet will be inhabited by weird, elvish creatures.
  84. else if (WOW=42) log Specialist speculate that by the year [random(3050,5000)], your planet will be inhabited by tall, giraffe-like creatures.
  85. else if (WOW=43) log Specialist speculate that by the year [random(3050,5000)], your planet will be inhabited by worm-eating pandas.
  86. else if (WOW=44) log Specialist speculate that by the year [random(3050,5000)], your planet will be inhabited by large, three-toed camels.
  87. else if (WOW=45) log Help
  88. else if (WOW=46) log Dabbing is now illegal on your planet.
  89. else if (WOW=47) log "Congress passes new law, banning trade with Aliens" says reporter.
  90. else if (WOW=48) log "President Ferdant G. Hagel died from being blow up on a spaceship. Aliens arrested and sent to cyber prison." says reporter.
  91. else if (WOW=49) log "Nation of Kublec in crisis after [random(4,100)] year war." says local news reporter.
  92. else if (WOW=50) log Disney World closed for a week due to mass panda infestation.
  93. else if (WOW=51) log King Frederick the [random(-4,20)]th dies in horrific accident involving three aliens.
  94. else if (WOW=52) log Duoash tree ever growing.
  95. else if (WOW=53) log Did you know that? no
  96. else if (WOW=54) log A small furry creatures grows in the jungles of your planet.
  97. else if (WOW=95) log Small, furry creatures learn math. 8^2+7=71
  98. else if (WOW=55) log "We really should do something about that giant in the sky," says stellar speller.
  99. else if (WOW=56) log The bees are coming.
  100. else if (WOW=57) log The humans are coming.
  101. else if (WOW=58) log Small, furry creatures learn how to roast. "Your Mom."
  102. else if (WOW=59) log Burning others now illegal on your planet.
  103. else if (WOW=60) log New story released, "Nobody read it," says author.
  104. else if (WOW=61) log Bagillions of books burn in fire.
  105. else if (WOW=62) log \__(._.)__/
  106. else if (WOW=63) toast Ha, down here.
  107. else if (WOW=64) log Nothing to see here, keep moving.
  108. else if (WOW=65) log Doot
  109. else if (WOW=66) log Large, cow-like creatures invent the printing press!
  110. else if (WOW=67) log But seriously, do you know the muffin man?
  111. else if (WOW=68) log Your planet is a sitting duck.
  112. else if (WOW=69) log "Vi jara parc rataxa," says Archnephalem.
  113. else if (WOW=70) log Small, furry creatures learn how to roast. "Wut r those!"
  114. else if (WOW=71) log "Village flooded," inhabitant says, "I practically live in the office, so I don't care."
  115. else if (WOW=72) log "Ouch," says man stung by a bee.
  116. else if (WOW=73) log "They thought they'll had me," Bob said, remembering.
  117. else if (WOW=74) log "Man arrested for doing the whip and nae nae in public," says reporter.
  118. else if (WOW=75) log <i><u>Fire Dance</i></u>, page 14: It slithered past Bob's leg, its scales scarred with encounters in other battles.
  119. else if (WOW=76) log Shh, it's starting.
  120. else if (WOW=77) log But why though?
  121. else if (WOW=78) log You're next.
  122. else if (WOW=79) log Don't open the door, the humans will get you.
  123. else if (WOW=80) log "Black hole half-swallows a planet, loses interest, and leaves," says national, english reporter.
  124. else if (WOW=81) log ._.
  125. else if (WOW=82) log "And that was when the penguins got me," says some person who's name begins with the letter 'r'.
  126. else if (WOW=83) log Do you realize how long it takes to code this?
  127. else if (WOW=84) log "Oof," says the allusive Bunion.
  128. else if (WOW=85) log "The teacher started out simply stating, '2+2=4.' But in the time it took for me to get my pencil, she had moved to literal equations," says some very, very confused highschooler.
  129. else if (WOW=86) toast Ha, down here again.
  130. else if (WOW=87) log "Large, purple creatures learn to roast, "Got 'eem."
  131. else if (WOW=88) log Just you wait...
  132. else if (WOW=89) log "Man drinks water, dies, and sues water company. Just kidding! He was dead," jokes reporter.
  133. else if (WOW=90) log "One lamp would not turn off. Now, all across the world lamps won't turn off, supposed 'Lamp Strike'" reports reporter.
  134. else if (WOW=91) log "Asteroid heading straight for your planet stops after seeing that there is nothing to kill, turns around and hits earth." retorts professional retortist.
  135. else if (WOW=92) log "Why did the chicken cross the road? Yeah, I don't know either," says scholar.
  136. else if (WOW=93) log 53 million monkeys can't be wrong.
  137. else if (WOW=94) log "cooooooooooookie," says word specialist.
  138. else if (WOW=96) log "I think it's spelled RADICYAVECTELASHEHA if I'm not mistaken," says word specialist.
  139. else if (WOW=97) log "Well let's see... There's tomorrow, yesterday, tomorrow's yesterday, today, yesterday's tomorrow, tomorrow's tomorrow, yesterday's yesterday and tomorrow's yesterday's today," says word specialist during seven hour long interview.
  140. else if (WOW=98) log "If you mix burnt umber with dark lavender, you get what I like to call barf," says color specialist.
  141. else if (WOW=99) log Little fat creatures evolve to escape predators by eating grapes.
  142. else if (WOW=100) log Trump had a lump on his rump, but he thought it was a bump when he went to take a dump.
  143. else if (WOW=101) log Hairy creatures lurking in your forests emerges, scaring the natives.
  144. else if (WOW=102) log "I get all of my luck from this here rubber ducky," says native.
  145. else if (WOW=103) log Man stung by zebra claims, "I didn't know they had stingers!"
  146. else if (WOW=104) log "When do we get phones?" says creature.
  147. else if (WOW=105) log Man sits on couch. Engulfed.
  148. else if (WOW=106) log "Aha! I have an ace!" exclaims human.<//> "I have a ojelrjhdljh," says creature.
  149. else if (WOW=107) log Toast now comes already buttered.
  150. else if (WOW=108) log "It's a googol^googol^googol..." says renowned glibglobgagalab.
  151. else if (WOW=109) log Why are the so many... song about LOGS.
  152. else if (WOW=110) log It is really up to you, you know. Right? Or is it?
  153. else if (WOW=111) log 11 . 1 100....
  154. else if (WOW=112) log What is 1/infinity * 1/infinity? "I dunno," says mathematician.
  155. else if (WOW=113) log "Man stuck in constant loop after counting down from infinity," says reporter.
  156. else if (WOW=114) log “Apple pie goes with bananas,” exclaimed Fred to Bob in a non sequitur whilst they were discussing funeral plans for their mother. Bob rejoined with his own non sequitur, “Penguins can’t fly and they aren’t fish.”, completely avoiding the topic at hand.
  157. else if (WOW=115) log "I am not fishing for compliments, I am fishing for fish," says fishy fisherman with a strong odor of fish (probably because of the fishy fish-smelling fish).
  158. else if (WOW=116) log Feeding logs to the beavers is now illegal on your planet.
  159. else if (WOW=117) log Grabbing ducks by the neck in now illegal on your planet.
  160. else if (WOW=118) log Feeding skyscrapers to Godzilla is now illegal on your planet.
  161. else if (WOW=119) log Anybody else? Anybody else? No? Okay. Fine. Have it your way. At Burger King.
  162. else if (WOW=120) log #stopusinghashtagspeople
  163. else if (WOW=121) log Say 'Fluarmocosmographicognaetium' at the beginning of the day and it will bring you good luck.
  164. else if (WOW=122) log Killing eachother is now illegal on your planet. If you are caught, you will be prosecuted.<//>Also, if you spell each other wrong, you will be prosecu... oh no.
  165. else if (WOW=123) log "Human gets hit by invading hacky sack and blames it on us!" reports alien reporter.
  166. else if (WOW=124) log I wonder if the dinosaurs knew what the asteroid was and just accepted their fate...
  167. else if (WOW=125) log Where else am I supposed to find mangoes?
  168. else if (WOW=126) log Are you part of the Catching Cots merge? If so, leave!
  169. else if (WOW=127) log "A..B..C..E..D..F.." says child. Scientists all around the world speculate that children are getting dumber.
  170. else if (WOW=128) log Thank you Orteil!!
  171. else if (WOW=129) log This would not have been possible without you...
  172. else if (WOW=130) log Does anyone else feel creeped out that a world can just be created like that?
  173. else if (WOW=131) log You look at your screen to find an alien cyber-message, "Hello? Anyone? Help!" However, you decided to leave it. The TV can't watch itself!
  174. else if (WOW=132) log People are getting lazier. More like... lae... lazerier.... oh!
  175. else if (WOW=133) log "Puns are now banned on all planets except yours. People are migrating like crazy!" exclaims reporter.
  176. else if (WOW=134) log Your brain cells are dying, just from playing this game. But don't go! You've got a planet to make!
  177. else if (WOW=135) log Life is already appearing.
  178. else if (WOW=136) log Your pet oisdhgoishogdih just died.
  179. else if (WOW=137) log Your pet tsunami just ate cat food.
  180. else if (WOW=138) log And where exactly did you get this here planet?
  181. else if (WOW=139) log I promise, your planet won't get blown up.
  182. else if (WOW=140) log Greeeeeeeteeeeeengs Feeeeellow Eeeeearthleeeeengs!
  183. end
  184. Resources
  185. *Oxygenparticles
  186. name:Oxygen Particles
  187. *Carbon
  188. name:Carbon Atoms
  189. *WOW
  190. hidden
  191. is always:(random(1,140))
  192. *EH
  193. name:Earth Happiness Level
  194. hidden when 0
  195. is always:(Plantcells)+((Greenalgae)*2)+((Grassblades)*4)+((Shrub)*8)+((Bush)*16)+((Flowers)*32)+((Duoash)*64)+((Cramler)*128)+((Plataria)*256)+((Martin)*512)+((Sweetgum)*1024)+((Hispaniolanpine)*2048)
  196. on tick:
  197. if (have BEHL)
  198. lose 1000000 EH
  199. end
  200. end
  201. *IEH
  202. name:Improved Earth Happiness Level
  203. hidden when 0
  204. is always:(Shufleroak)
  205. Buildings
  206. *Plantcells
  207. name:Plant Cells
  208. desc:The first signs of plant life.<//><.>Yields 0.1 Carbon Atom per second (Without multipliers).<//><.>Increases Earth happiness level by 1.
  209. on tick:yield 0.1 Carbon
  210. req:10 Oxygenparticles:earned
  211. cost:18 Oxygenparticles and 1 Carbon
  212. *Greenalgae
  213. name:Green Algae
  214. desc:Early plant life.<//><.>Yields 0.2 Oxygen Particles per second (Without multipliers).<//><.>Increases Earth happiness level by 2.
  215. on tick:yield 0.2 Oxygenparticles
  216. req:5 Carbon:earned
  217. cost:95 Oxygenparticles and 7 Carbon
  218. *Grassblades
  219. name:A Blade of Grass
  220. desc:Small, but powerful.<//><.>Yields 1 Oxygen Particle and 1 Carbon Atom per second (Without multipliers).<//><.>Increases Earth happiness level by 4.
  221. on tick:
  222. yield 1 Oxygenparticles
  223. yield 1 Carbon
  224. if (chance(0.7%)) yield 1 Carbon
  225. end
  226. req:200 Oxygenparticles:earned and 200 Carbon:earned
  227. cost:300 Oxygenparticles and 300 Carbon
  228. *Shrub
  229. name:A Shrub
  230. desc:Just a little something.<//><.>Yields 12 Oxygen Particles and 12 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 8.
  231. on tick:
  232. yield 12 Oxygenparticles
  233. yield 12 Carbon
  234. if (chance(2%)) yield 1 Carbon
  235. end
  236. req:500 Oxygenparticles:earned and 500 Carbon:earned
  237. cost:700 Oxygenparticles and 700 Carbon
  238. *Bush
  239. name:Tiny Bush
  240. desc:A little Bush to keep you company.<//><.>Yields 118 Oxygen Particles and 118 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 16.
  241. on tick:
  242. yield 118 Oxygenparticles
  243. yield 118 Carbon
  244. if (chance(4%)) yield 2 Carbon
  245. end
  246. req:1000 Oxygenparticles:earned and 1000 Carbon:earned
  247. cost:3000 Oxygenparticles and 3000 Carbon
  248. *Flowers
  249. name:Flowers
  250. desc:Be careful, the flowers may attract bees.<//><.>Yields 417 Oxygen Particles and 417 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 32.<//><.>May attract bees which cause you to lose 1/10 of your amount of Carbon.
  251. on tick:
  252. yield 417 Oxygenparticles
  253. yield 417 Carbon
  254. if (chance(0.02%))
  255. lose ((Carbon)/10) Carbon
  256. end
  257. end
  258. req:500000 Oxygenparticles:earned and 500000 Carbon:earned
  259. cost:750000 Oxygenparticles and 750000 Carbon
  260. *Duoash
  261. name:Duoash Tree
  262. desc:A new type of tree has emerged.<//><.>Yields 2,000 Oxygen Particles and 2,000 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 64.
  263. on tick:
  264. yield 2000 Oxygenparticles
  265. yield 2000 Carbon
  266. end
  267. req:1000000 Oxygenparticles:earned and 1000000 Carbon:earned
  268. cost:2000000 Oxygenparticles and 2000000 Carbon
  269. *Cramler
  270. name:Cramler Tree
  271. desc:A new type of tree has emerged.<//><.>Yields 4,000 Oxygen Particles and 4,000 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 128.
  272. on tick:
  273. yield 4000 Oxygenparticles
  274. yield 4000 Carbon
  275. end
  276. req:5000000 Oxygenparticles:earned and 5000000 Carbon:earned
  277. cost:4000000 Oxygenparticles and 4000000 Carbon
  278. *Plataria
  279. name:Plataria Tree
  280. desc:A new type of tree has emerged.<//><.>Yields 10,000 Oxygen Particles and 10,000 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 256.
  281. on tick:
  282. yield 10000 Oxygenparticles
  283. yield 10000 Carbon
  284. end
  285. req:10000000 Oxygenparticles:earned and 5000000 Carbon:earned
  286. cost:20000000 Oxygenparticles and 20000000 Carbon
  287. *Martin
  288. name:Martin Tree
  289. desc:A new type of tree has emerged.<//><.>Yields 35,000 Oxygen Particles and 35,000 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 512.
  290. on tick:
  291. yield 35000 Oxygenparticles
  292. yield 35000 Carbon
  293. end
  294. req:35000000 Oxygenparticles:earned and 35000000 Carbon:earned
  295. cost:45000000 Oxygenparticles and 45000000 Carbon
  296. *Sweetgum
  297. name:Sweetgum Tree
  298. desc:A new type of tree has emerged.<//><.>Yields 78,000 Oxygen Particles and 78,000 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 1024.
  299. on tick:
  300. yield 78000 Oxygenparticles
  301. yield 78000 Carbon
  302. end
  303. req:75000000 Oxygenparticles and 75000000 Carbon
  304. cost:90000000 Oxygenparticles and 90000000 Carbon
  305. *Hispaniolanpine
  306. name:Hispaniolan Pine
  307. desc:A new type of tree has emerged.<//><.>Yields 117,000 Oxygen Particles and 117,000 Carbon Atoms per second (Without multipliers).<//><.>Increases Earth happiness level by 2048.
  308. on tick:
  309. yield 117000 Oxygenparticles
  310. yield 117000 Carbon
  311. end
  312. req:100000000 Oxygenparticles and 100000000 Carbon
  313. cost:140000000 Oxygenparticles and 140000000 Carbon
  314. *Shufleroak
  315. name:Shufler Oak
  316. desc:A new type of tree has emerged.<//><.>Yields 300,000 Oxygen Particles and 300,000 Carbon Atoms per second (Without multipliers).<//><.>Increases improved Earth happiness level by 1.
  317. on tick:
  318. yield 300000 Oxygenparticles
  319. yield 300000 Carbon
  320. end
  321. req:270000000 Oxygenparticles and 270000000 Carbon
  322. cost:350000000 Oxygenparticles and 350000000 Carbon
  323. Upgrades
  324. //Plant Cells
  325. *largercells
  326. name:LC
  327. desc:Larger Cells<//><.>Plant Cells' yield multiplied by 2.
  328. passive:multiply yield of Plantcells by 2
  329. cost:200 Oxygenparticles and 50 Carbon
  330. req:100 Oxygenparticles:earned
  331. *Largervacuole
  332. name:LV
  333. desc:Larger Vacuole<//><.>Plant Cells' yield multiplied by 2.
  334. passive:multiply yield of Plantcells by 2
  335. cost:400 Oxygenparticles and 400 Carbon
  336. req:(Plantcells>=5)
  337. *Ip
  338. name:IP
  339. desc:Improve Photosynthesis<//><.>Plant Cells' yield multiplied by 2.
  340. passive:multiply yield of Plantcells by 2
  341. cost:800 Oxygenparticles and 800 Carbon
  342. req:(Plantcells>=10)
  343. //Algae
  344. *Expansionpack
  345. name:EP
  346. desc:Expansion Pack!<//><.>Green algae grows. Green algae yield multiplied by 2.
  347. passive:multiply yield of Greenalgae by 2
  348. cost:300 Oxygenparticles and 100 Carbon
  349. req:150 Oxygenparticles:earned
  350. //Grassblades
  351. *Gardening
  352. name:Ga
  353. desc:Gardening<//><.>Gardening is taking place. Grass blades yield multiplied by 2.
  354. passive:multiply yield of Grassblades by 2
  355. cost:600 Oxygenparticles and 300 Carbon
  356. req:300 Oxygenparticles:earned
  357. //Shrub
  358. *Alittlelarger
  359. name:AL
  360. desc:A little larger<//><.>Your shrubs have grown. Shrubs yield multiplied by 2.
  361. passive:multiply yield of Shrub by 2
  362. cost:1000 Oxygenparticles and 1000 Carbon
  363. req:700 Oxygenparticles:earned
  364. //Bush
  365. *SmallBush
  366. name:SB
  367. desc:Small Bush<//><.>Your bush grow larger. Bushes yield multiplied by 2.
  368. passive:multiply yield of Bush by 2
  369. cost:5000 Oxygenparticles and 5000 Carbon
  370. req:2500 Oxygenparticles and 2500 Carbon
  371. //Flowers
  372. *BiggerPetals
  373. name:BP
  374. desc:Bigger Petals<//><.>Your Flower grows in size. Flowers yield multiplied by 2.
  375. passive:multiply yield of Flowers by 2
  376. cost:1000000 Oxygenparticles and 1000000 Carbon
  377. req:550000 Oxygenparticles:earned and 550000 Carbon:earned
  378. //Duoash
  379. *HeightIncreaseDuoash
  380. name:DH
  381. desc:Height Increase<//><.>Your duoash trees grow in height. Duoash yield multiplied by 2.
  382. passive:multiply yield of Duoash by 2
  383. cost:4000000 Oxygenparticles and 4000000 Carbon
  384. req:(Duoash>=2)
  385. //Cramler
  386. *HeightIncreaseCram
  387. name:CH
  388. desc:Height Increase<//><.>Your cramler trees grow in height. Cramler yield multiplied by 2.
  389. passive:multiply yield of Cramler by 2
  390. cost:65000000 Oxygenparticles and 65000000 Carbon
  391. req:(Cramler>=2)
  392. //Plataria
  393. *HeightIncreasePlat
  394. name:PH
  395. desc:Height Increase<//><.>Your plataria trees grow in height. Plataria yield multiplied by 2.
  396. passive:multiply yield of Plataria by 2
  397. cost:20000000 Oxygenparticles and 20000000 Carbon
  398. req:(Plataria>=2)
  399. //Martin
  400. *HeightIncreaseMartin
  401. name:MH
  402. desc:Height Increase<//><.>Your martin trees grow in height. Martin yield multiplied by 2.
  403. passive:multiply yield of Martin by 2
  404. cost:65000000 Oxygenparticles and 65000000 Carbon
  405. req:(Martin>=2)
  406. //Clicking
  407. *Betterluck
  408. name:BL
  409. desc:Better Luck!<//><.>A reward for clicking 200 times. Amount per click multiplied by 2.
  410. passive:increase Oxygenparticles yield of Getoxygen by 2
  411. cost:250 Oxygenparticles and 125 Carbon
  412. req:Getoxygen:clicks>=200
  413. *EBL
  414. name:EB
  415. desc:Even Better Luck!<//><.>A reward for clicking 400 times. Amount per click multiplied by 2.
  416. passive:increase Oxygenparticles yield of Getoxygen by 2
  417. cost:600 Oxygenparticles and 600 Carbon
  418. req:Getoxygen:clicks>=400
  419. *BEHL
  420. name:IL
  421. desc:Better Earth Happiness Levels.<//>By buying this, your current amount of Earth Levels will be discarded and every plant that contributes to Earth Levels will have no affect on the new Earth Levels. Only plants more evolved than the Hispaniolan Pine will contribute.
  422. req:(EH>=10000)
  423.  
  424. Achievements
  425. //Oxygenparticles
  426. *OxyPart1
  427. name:1 Oxygen Particle
  428. desc:Not a lot.
  429. req:(Oxygenparticles:earned)>=1
  430. *OxyPart5
  431. name:5 Oxygen Particles
  432. desc:Still, not a lot.
  433. req:(Oxygenparticles:earned)>=5
  434. *OxyPart10
  435. name:10 Oxygen Particles
  436. desc:Think just how many Earth has, now think about your 10.
  437. req:(Oxygenparticles:earned)>=10
  438. *OxyPart50
  439. name:50 Oxygen Particles
  440. desc:Now you're going.
  441. req:(Oxygenparticles:earned)>=50
  442. *OxyPart100
  443. name:100 Oxygen Particles
  444. desc:Better...
  445. req:(Oxygenparticles:earned)>=100
  446. *OxyPart200
  447. name:200 Oxygen Particles
  448. desc:Why stop now?
  449. req:(Oxygenparticles:earned)>=200
  450. *OxyPart300
  451. name:300 Oxygen Particles
  452. desc:Just keep clicking.
  453. req:(Oxygenparticles:earned)>=300
  454. *OxyPart400
  455. name:400 Oxygen Particles
  456. desc:That's a lot of particles...
  457. req:(Oxygenparticles:earned)>=400
  458. *OxyPart500
  459. name:500 Oxygen Particles
  460. desc:I wonder when you'll stop...?
  461. req:(Oxygenparticles:earned)>=500
  462. *OxyPart600
  463. name:600 Oxygen Particles
  464. desc:Wow... 600... already?
  465. req:(Oxygenparticles:earned)>=600
  466. *OxyPart700
  467. name:700 Oxygen Particles
  468. desc:A bit better...
  469. req:(Oxygenparticles:earned)>=700
  470. *OxyPart800
  471. name:800 Oxygen Particles
  472. desc:Don't stop now.
  473. req:(Oxygenparticles:earned)>=800
  474. *OxyPart900
  475. name:900 Oxygen Particles
  476. desc:Please, be my guest. Keep going.
  477. req:(Oxygenparticles:earned)>=900
  478. *OxyPart1000
  479. name:1000 Oxygen Particles
  480. desc:The big One-Oh... Oh... Oh..
  481. req:(Oxygenparticles:earned)>=1000
  482. *OxyPart2000
  483. name:2000 Oxygen Particles
  484. desc:I won't stop you.
  485. req:(Oxygenparticles:earned)>=2000
  486. *OxyPart3000
  487. name:3000 Oxygen Particles
  488. desc:Only you can keep clicking.
  489. req:(Oxygenparticles:earned)>=3000
  490. *OxyPart4000
  491. name:4000 Oxygen Particles
  492. desc:I have no say in this.
  493. req:(Oxygenparticles:earned)>=4000
  494. *OxyPart5000
  495. name:5000 Oxygen Particles
  496. desc:Well... to a certain degree.
  497. req:(Oxygenparticles:earned)>=5000
  498. *OxyPart6000
  499. name:6000 Oxygen Particles
  500. desc:That's quite a bit.
  501. req:(Oxygenparticles:earned)>=6000
  502. *OxyPart7000
  503. name:7000 Oxygen Particles
  504. desc:How small even is a particle?
  505. req:(Oxygenparticles:earned)>=7000
  506. *OxyPart8000
  507. name:8000 Oxygen Particles
  508. desc:Did you know that you've made 8000 oxygen particles? I bet you did.
  509. req:(Oxygenparticles:earned)>=8000
  510. *OxyPart9000
  511. name:9000 Oxygen Particles
  512. desc:Not everyone can say that they've done this.
  513. req:(Oxygenparticles:earned)>=9000
  514. *OxyPart10000
  515. name:10000 Oxygen Particles
  516. desc:Wow! You really have made it pretty far, ya know?
  517. req:(Oxygenparticles:earned)>=10000
  518. Shinies
  519. *LuckyPlant
  520. name:Lukcy Plants
  521. on click:
  522. if (chance(2%))
  523. yield ((Oxygenparticles:ps)*600) Oxygenparticles
  524. yield ((Carbon:ps)*600) Carbon
  525. toast Super Fruiting Season<//>You gain ten minutes worth of all of your plants.
  526. else if (chance(0.1%))
  527. lose ((Oxygenparticles:ps)*1000) Oxygenparticles
  528. lose ((Carbon:ps)*1000) Carbon
  529. toast Unlucky<//>You lose 1,000 seconds worth of oxygen particles and carbon.
  530. else
  531. yield ((Oxygenparticles:ps)*360) Oxygenparticles
  532. yield ((Carbon:ps)*360) Carbon
  533. toast Fruiting Season<//>You gain three minutes worth of all of your plants.
  534. end
  535. end
  536. frequency:180
  537. movement:anywhere fade growShrink
  538. duration:20
Add Comment
Please, Sign In to add comment