Advertisement
Guest User

Test

a guest
Jun 26th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. Let's make a game!
  2. name:Office Worker Pro
  3. by:CABCOM
  4. desc:Make spreadsheets! File reports! Don't let the existential fear set in! DON'T LET IT.<//>Are you wagie enough?
  5. created:6/26/2019
  6. updated:6/26/2019
  7. version:0.1
  8.  
  9. Settings
  10. background:https://whalebonemag.com/wp-content/uploads/2019/06/1_97vhZ4u6JO7PjID_OyhtdQ-1050x559.jpg
  11. building cost increase:110%
  12. building cost refund:65%
  13. spritesheet:icons, 32 by 32, https://ibb.co/5Y8nHkF
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *spreadsheetButton
  21. name:Write a Spreadsheet.
  22. desc:The boss needs these right away. Click to write a spreadsheet!
  23. on click:anim icon wobble
  24. on click:yield 1 spreadsheet
  25. on click:if (have goldenTouch and chance(1%)) yield 1 goldenCarrot
  26. icon:https://ibb.co/RbX0m0y
  27. no text
  28. class:bigButton hasFlares
  29. icon class:shadowed
  30. tooltip origin:bottom
  31. tooltip class:red
  32.  
  33. Resources
  34. *spreadsheet|spreadsheets
  35. name:Spreadsheet|Spreadsheets
  36. desc:Full of tasty, tasty data! Submit these to get some bread.
  37. icon:icons[1,4]
  38. class:noBackground
  39. show earned
  40.  
  41. *goldenCarrot|goldenCarrots
  42. name:Golden carrot|Golden carrots
  43. desc:These shiny carrots are terribly rare, terribly precious and terribly delicious!
  44. icon:icons[0,1]
  45. class:noBackground
  46. hidden when 0
  47.  
  48. Shinies
  49.  
  50.  
  51. Buildings
  52. *TEMPLATE
  53. on click:anim glow
  54.  
  55. *cage|cages
  56. name:Rabbit cage|Rabbit cages
  57. desc:A tiny little cage.<//><b>Effect:</b><.>Produces 1 rabbit every 10 seconds.
  58. icon:icons[3,0]
  59. cost:15 spreadsheets
  60. on tick:yield 0.1 spreadsheet
  61. unlocked
  62.  
  63.  
  64. Upgrades
  65. *TEMPLATE
  66. on click:anim glow
  67.  
  68. //food upgrades
  69. //inspiration : http://rabbit.org/suggested-vegetables-and-fruits-for-a-rabbit-diet/
  70.  
  71. *parsley
  72. name:Parsley
  73. desc:A nice little supplement to your bunnies' diet.<//><b>Effect:</b><.>+1 spreadsheet/click
  74. icon:icons[1,1]
  75. cost:100 spreadsheets
  76. passive:increase spreadsheet yield of spreadsheetButton by 1
  77. req:10 spreadsheets:earned
  78.  
  79.  
  80.  
  81. //building upgrades
  82.  
  83. *buildingUpgrade1
  84. name:Sippy bottles
  85. desc:Your bunnies can drink their fill!<//><b>Effect:</b><.>rabbit cage production x2<.>rabbit hutch production x2<.>rabbit coop production x2
  86. icon:icons[2,0] icons[3,0]
  87. cost:1000 spreadsheets
  88. passive:multiply yield of cage by 2
  89. req:(cages>=10)
  90.  
  91.  
  92. //golden carrot upgrades
  93.  
  94. *goldenTouch
  95. name:Golden touch
  96. desc:The delicate art of finding vegetables made of precious metals.<//><b>Effect:</b><.>1% chance of gaining 1 golden carrot per bunny click
  97. icon:icons[2,5]
  98. cost:1 goldenCarrot
  99. req:1 goldenCarrot:earned
  100.  
  101.  
  102.  
  103. Achievements
  104. *TEMPLATE
  105. on click:anim glow
  106.  
  107. *spreadsheetAchiev1
  108. name:Run rabbit run
  109. desc:Have <b>1</b> spreadsheet.
  110. req:1 spreadsheet
  111. icon:icons[3,41]
  112.  
  113. *clickAchiev1
  114. name:That tickles
  115. desc:Click the spreadsheet <b>10</b> times.
  116. req:10 spreadsheetButton clicks
  117. icon:icons[3,4]
  118.  
  119. *spreadsheetPsAchiev1
  120. name:Be vewy vewy quiet
  121. desc:Produce <b>10</b> spreadsheets per second.
  122. req:10 spreadsheets per second
  123. icon:icons[3,5]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement