Advertisement
Unknown_User_Pacer

Project_Pacer

Sep 19th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Let's make a game!
  2. name:Idle Pie
  3. created:9/19/19
  4. updated:9/24/19
  5. version:1.21
  6.  
  7. Layout
  8. use default
  9.  
  10. Settings
  11. background:stuff/meadow.jpg
  12. building cost increase:115%
  13. building cost refund:50%
  14. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  15. stylesheet:stuff/bigBlue.css
  16.  
  17.  
  18. Buttons
  19. *pieButton
  20. name:Pie
  21. desc:Make some pie!
  22. on click:anim icon wobble
  23. on click:yield 1 pie
  24. no text
  25. icon class:shadowed
  26. class:bigButton hasFlares
  27. icon:http://www.bestorganicpies.com/wp-content/uploads/2014/11/Product-apple-top.png
  28.  
  29. Resources
  30. *pie
  31. name:Pie
  32. desc:Its Pie... What did you expect?
  33.  
  34. Upgrades
  35. *pumpkinPieRecipe
  36. name:Pumpkin Pie Recipe
  37. desc:You Can Make Pumpkin Pie Now! Perfect for October!
  38. cost:150 pie
  39. passive:multiply yield of pieButton by 2
  40.  
  41. *applePieRecipe
  42. name:Apple Pie Recipe
  43. desc:You can make Apple Pie now!
  44. cost:250 pie
  45. passive:multiply yield of pieButton by 2
  46.  
  47. *pecanPieRecipe
  48. name: Pecan Pie Recipe
  49. desc:You can make Pecan Pie now! Perty kewl!
  50. cost:350 pie
  51. passive:multiply yield of pieButton by 2
  52.  
  53. *cherryPieRecipe
  54. name:Cherry Pie Recipe
  55. desc:You can make Cherry Pie!
  56. cost:450 pie
  57. passive:multiply yield of pieButton by 2
  58.  
  59. *betterOven
  60. name:Better Ovens
  61. desc:Upgrade your Ovens.
  62. cost:500 pie
  63. passive:multiply yield of oven by 2
  64.  
  65. *biggerPie
  66. name:Bigger Pies
  67. desc:Bigger pies=more pie
  68. cost:550 pie
  69. passive:multiply yield of pieButton by 2
  70.  
  71. *betEmployUni
  72. name:Better Employee Uniforms
  73. desc:Lookin snazzy!
  74. cost:500 pie
  75. passive:multiply yield of employee by 2
  76.  
  77. Buildings
  78. *employee
  79. name:Employee
  80. desc:An employee that makes pie for you
  81. cost:20 pie
  82. on tick:yield 1 pie
  83. req:20 pie:earned
  84.  
  85. *oven
  86. name:Oven
  87. desc:Another Oven For More Pies! Gives you 5 more pie per second.
  88. cost:50 pie
  89. on tick:yield 5 pie
  90. req:50 pie:earned
  91.  
  92. *anotherBakery
  93. name:Another Bakery
  94. desc:Another bakery... What did you expect?
  95. cost:1000 pie
  96. passive:multiply yield of employee by 2
  97. passive:multiply yield of oven by 2
  98. req:1000 pie:earned
  99.  
  100. *pieRestaurants
  101. name:Pie Restaurants
  102. desc:Its a restaurant... For pie... Ive officially lost all faith in humanity
  103. cost:1500 pie
  104. on tick:yield 100 pie
  105. req:1500 pie:earned
  106.  
  107. *pieFactory
  108. name:Pie Factory
  109. desc:A factory for pie... My faith in humanity has gone into negative numbers...
  110. cost:2000 pie
  111. on tick:yield 500 pie
  112. req:1500 pie:earned
  113.  
  114. //*devBuilding
  115. //name:Dev Building
  116. //desc:pie
  117. //cost: 1 pie
  118. //on tick:yield 100000000 pie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement