Octagon89098

Flyte Clicker

Dec 14th, 2019 (edited)
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. Let's make a game!
  2. name:Airline Idle
  3. by:Octagon89098
  4. desc:This is a game. A game about airlines. Buy planes, fly passengers, make money.
  5. created:28/4/2020
  6. updated:28/4/2020
  7. version:0.0.1
  8.  
  9. Settings
  10. //background:https://i.imgur.com/2fVdZmF.jpg
  11. background:https://i.imgur.com/TRYBh3Y.jpg
  12. building cost increase:110%
  13. building cost refund:-1100000000000000000000000000000000000000%
  14. spritesheet:icons, 48 by 48, https://i.imgur.com/ZeHerA2.png
  15. //spritesheet:icons, 48 by 48, https://i.imgur.com/RdHb0DN.png
  16. //spritesheet:icons, 48 by 48, https://i.imgur.com/7NP4Nb6.png
  17. //spritesheet:icons, 48 by 48, https://i.imgur.com/r466rxU.png
  18. //spritesheet:icons, 48 by 48, https://i.imgur.com/4W1mdGG.png
  19. //spritesheet:icons, 48 by 48, https://i.imgur.com/RRau8sv.png
  20. //spritesheet:icons, 48 by 48, https://i.imgur.com/ZrPppEV.png
  21.  
  22. //stylesheet:https://pastebin.com/raw/UFvPLSGJ
  23. stylesheet:https://pastebin.com/raw/ptD6VjVU
  24. //stylesheet:http://orteil.dashnet.org/igm/stuff/basic.css
  25. //custom stylesheet : http://pastebin.com/raw.php?i=UFvPLSGJ
  26. no particles
  27. no bulk particles
  28. css filters off
  29. number display full
  30.  
  31. Layout
  32. *store
  33. contains:buildings, buildings2, upgrades, upgrades2
  34. *buildings
  35. icons:show
  36. contains:Buildings
  37. header:Hangar
  38. tooltip origin:left
  39. *buildings2
  40. icons:show
  41. contains:tag:buildings2
  42. header:Personell
  43. tooltip origin:left
  44.  
  45. *upgrades
  46. tooltip origin:left
  47. contains:Upgrades
  48. header:Research and Development
  49. costs:show
  50. names:show
  51. icons:show
  52. *upgrades2
  53. tooltip origin:left
  54. contains:tag:upgrades2
  55. header:Specials
  56. costs:show
  57. names:show
  58. icons:show
  59.  
  60. Buttons
  61. *moneyClick
  62. name:Collect a tip.
  63. desc:Make a good coffee and collect a tip.
  64. on click:anim icon wobble
  65. on click:yield 5 dollar
  66. icon:https://cdn.iconscout.com/icon/free/png-256/starbucks-226353.png
  67. no text
  68. class:bigButton hasFlares
  69. icon class:shadowed
  70. tooltip origin:bottom
  71. tooltip class:red
  72. req:job
  73.  
  74. Resources
  75. *dollar|dollars
  76. name:Dollar|Dollars
  77. desc:This is your total cash. Gain cash to purchase pilots, planes, and other exiting stuff.
  78. icon:icons[0,0]
  79. class:noBackground
  80. show earned
  81.  
  82. *pilot|pilots
  83. name:Pilot|Pilots
  84. desc:Pilots are the backbone of your airline. You need pilots to fly planes, and planes to make money.
  85. icon:icons[0,1]
  86. class:noBackground
  87. hidden when 0
  88.  
  89. *timer|timers
  90. name:timer|timers
  91. desc:timer
  92. hidden
  93.  
  94. Shinies
  95. *lotteryticket
  96. name:Lottery Ticket
  97. on click:yield (random(0,20000)) dollars
  98. movement:fade shrink anywhere wiggle
  99. frequency:300
  100. frequency variation:1
  101. duration:120
  102. icon:stuff/luckyBunny.png
  103. Buildings
  104. *TEMPLATE
  105. on click:anim glow
  106.  
  107. *c172|c172s
  108. name:Cessna 172|Cessna 172s
  109. desc:A small private plane. It can carry 3 passengers.<//><b>Effect:</b><.>Produces no money until you train other pilots, when it makes $160/hr.
  110. icon:https://i.imgur.com/0AcZU0d.jpg
  111. cost:400000 dollars
  112. on tick:yield 0 dollars
  113. req:flightSchool
  114.  
  115. *cub|cubs
  116. name:Piper Cub
  117. desc:A tiny aircraft, this bush-hopper can only carry one passenger a short distance.
  118. cost:10000
  119. on tick:yield 0 dollars
  120. req:flightSchool
  121.  
  122. *jobbuild
  123. name:jobbuild
  124. desc:Hello!
  125. cost:666666 dollars
  126. on tick:yield 0.03472222222 dollars
  127. req:job
  128. hidden
  129.  
  130. *timertrigger
  131. name:timertrigger
  132. desc:timertrigger
  133. start with:1
  134. on tick:yield 1 timer
  135. hidden
  136.  
  137. Upgrades
  138. *TEMPLATE
  139. on click:anim glow
  140.  
  141. *job
  142. name:A Job
  143. desc:A job to save some money for flight school. You are paid minimum wage.<//><b>Effect:</b><.>You earn $15/hr.
  144. icon:https://charbase.com/images/glyph/9216
  145. cost:0 dollars
  146. passive:yield 1 job
  147. passive:increase dollars yield of moneyClick by 1
  148. unlocked
  149.  
  150. *flightSchool
  151. name:Flight School
  152. desc:A flight school so you can get your pilot's license.
  153. icon:https://charbase.com/images/glyph/9216
  154. cost:20000 dollars
  155. req:10 dollars:earned
  156. tag: license
  157.  
  158. *Trainlicense
  159. name:Flight Instructor's License
  160. desc:A license that allows you to train other pilots for money.<//><b>Effect:</b><.>Gives you an Instructor's license, and increases the income of your small Cessna.
  161. cost:15000 dollars
  162. passive:increase dollar yield of cub by 0.0166666666
  163. passive:increase dollar yield of c172 by 0.0444444444
  164. req:flightSchool
  165. req:timer>6000
  166. req:dollars>12500
  167. tag: license
  168.  
  169. *multiEngine
  170. name:Multi-Engine Type Rating
  171. desc:An add-on for your pilot's license that allows you to fly aircraft with multiple engines.
  172. cost:15000 dollars
  173. req:flightSchool
  174. req:timer>6000
  175. req:dollars>12500
  176. tag: license
  177.  
  178. *Commlicense
  179. name:Commercial Pilot's License
  180. desc:Another license that allows you to fly larger and faster aircraft, and make normal people pay for it.
  181. cost:20000 dollars
  182. req:Trainlicense
  183. req:timer>12000
  184. req:dollars>17500
  185. tag: license
  186.  
  187. *Opplicense
  188. name:Airline Operator's License
  189. desc:This is the final license you will need in order to start an airline. This license allows you to employ pilots, and fly significantly larger aircraft.
  190. cost:50000 dollars
  191. req:Commlicense
  192. req:timer>15000
  193. req:dollars>40000
  194. tag: license
  195.  
  196. *raise1
  197. name:Promotion!
  198. desc:You got promoted!
  199. icon:https://charbase.com/images/glyph/9216
  200. passive:multiply yield of jobbuild by 2
  201. req:job
  202. req:timer>3600
  203.  
  204. *raise2
  205. name:Promotion!
  206. desc:You got promoted!
  207. icon:https://charbase.com/images/glyph/9216
  208. passive:multiply yield of jobbuild by 2
  209. req:job
  210. req:timer>7200
  211.  
  212. *raise3
  213. name:Promotion!
  214. desc:You got promoted!
  215. icon:https://charbase.com/images/glyph/9216
  216. passive:multiply yield of jobbuild by 2
  217. req:job
  218. req:timer>10800
  219.  
  220. Achievements
  221. *TEMPLATE
  222. on click:anim glow
  223.  
  224. *timer1
  225. name:timer test1
  226. desc:yeet
  227. req:1 timer
  228.  
  229. *timer2
  230. name:timer test2
  231. desc:yeet
  232. req:2 timer
  233.  
  234. *timer3
  235. name:timer test3
  236. desc:yeet
  237. req:3 timer
  238.  
  239. *license
  240. name:Pilot's License
  241. desc:You completed flight school and got your pilot's license.
  242. req:flightSchool
  243.  
  244. *licenseTrain
  245. name:Flight Instructor's License
  246. desc:You are now able to make some money by training other pilots!
  247. req:Trainlicense
  248.  
  249. *licenseComm
  250. name:Commercial Pilot's License
  251. desc:You are now able to fly people (other than your family) around, and make money off of it (without bets!).
  252. req:Commlicense
  253.  
  254. *licenseOpp
  255. name:Operator's License
  256. desc:You are now able to employ other pilots, although you need more aircraft.
  257. req:Opplicense
  258.  
  259. CSS
  260. #game
  261. {
  262. background:#002130;
  263. background-size: cover;
  264. font-family: DejaVu Sans Mono, monospace !important;
  265. letter-spacing: 0px;
  266.  
  267. font-stretch: ultra-expanded
  268.  
  269. // font-family:Century Gothic,sans-serif;
  270. //font-weight:100;
  271. color:#93f8ff;
  272. }
Add Comment
Please, Sign In to add comment