Advertisement
ReinMakesGames

Phone Maker Public

Apr 8th, 2022 (edited)
724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. Let's make a game!
  2. name:Phone Maker Testing
  3. by:Rein
  4. desc:A simple idle game About making phones.
  5. created:04/08/2022
  6. updated:04/08/2022
  7. version:1.0
  8.  
  9. Settings
  10. Tiling background:https://pbs.twimg.com/media/FPzDUt5UYAgXNY0.png
  11. building cost increase:110%
  12. building cost refund:75%
  13. spritesheet:Atlas, 48 by 48, https://pbs.twimg.com/media/FP3q3H6VUAIdchy.png
  14. stylesheet:stuff/BigBlue.css
  15.  
  16. Layout
  17. use default
  18.  
  19. Buttons
  20. *manualphonemaker
  21. name:Manual Phone Maker
  22. desc:Please click THE button.
  23. on click:yield 1 phone
  24. icon:Atlas[1,0]
  25.  
  26. Resources
  27. *phone
  28. name:Phone|Phones
  29. desc:Portable PC in your fingertips
  30. icon:Atlas[0,0]
  31.  
  32. Buildings
  33. *phoneprinter
  34. name:Phone Printer
  35. desc:Wait, what time are we? 2069? <//> Produces 1 Phone every 5 seconds
  36. icon:Atlas[0,1]
  37. cost:15 phone
  38. on tick:yield 0.2 phone
  39. *phonefactory
  40. name:Phone Factory
  41. desc:Now this is closer to labor. <//> Produces 1 Phone every second
  42. icon:Atlas[2,0]
  43. cost:50 phone
  44. on tick:yield 1 phone
  45. req:100 phone:earned
  46.  
  47. Upgrades
  48. *handhard1
  49. name:Hard Hands
  50. desc:Multiplies the yield of +Phone by 2 <//> You need a HAND UPGRADE?
  51. icon:Atlas[2,2]
  52. passive:multiply yield of manualphonemaker by 2
  53. cost:100 phone
  54. req:10 manualphonemaker:clicks
  55.  
  56. *handhard2
  57. name:Harder Hands
  58. desc:Multiplies the yield of +Phone by 3 <//> go harder hands go harder hands
  59. icon:Atlas[1,1]
  60. passive:multiply yield of manualphonemaker by 3
  61. cost:500 phone
  62. req:100 manualphonemaker:clicks
  63. *hardhand3
  64. name:Hardest Hands
  65. desc:Multiplies the yield of +Phone by 4 <//> You give me your time, I give you upgrades and phones
  66. icon:Atlas[2,1]
  67. passive:multiply yield of manualphonemaker by 4
  68. cost:1000
  69. req:1000 manualphonemaker:clicks
  70. *prints100
  71. name:Printers from 3069
  72. desc:Multiplies the yield of Printers by 2 <//> 2069? Easy. 3069? Eh, In the middle.
  73. icon:Atlas[3,0]
  74. passive:multiply yield of phoneprinter by 2
  75. cost:100 phone
  76. req:10 phoneprinter
  77. *prints500
  78. name:Printers from 4069
  79. desc:Multiplies the yield of printers by 3 <//> you bet you need 500 Printers for the next upgrade
  80. icon:Atlas[3,1]
  81. passive:multiply yield of phoneprinter by 3
  82. cost:500 phone
  83. req:100 phoneprinter
  84. *prints1000
  85. name:Printer fron 5069
  86. desc:Multiplies the yield of printers by 4 <//> you wanna start over again?
  87. icon:Atlas[3,2]
  88. passive:multiply yield of phoneprinter by 4
  89. cost:1000 phone
  90. req:500 phoneprinter
  91. *factories100
  92. name:Size-able increase
  93. desc:Multiplies the yield of factories by 2 <//> That is size-able for me
  94. icon:Atlas[4,0]
  95. passive:multiply yield of phonefactory by 2
  96. cost:500 phone
  97. req:10 phonefactory
  98. *factories500
  99. name:Just Cram It?
  100. desc:Multiplies the yield of factories by 3 <//> Oh boy is this crammed
  101. icon:Atlas[4,1]
  102. passive:multiply yield of phonefactory by 3
  103. cost:1000 phone
  104. req:100 phonefactory
  105. *factories1000
  106. name:VERY Size-able increase
  107. desc:Multiplies the yield of factories by 4 <//> you wanna start over again?
  108. icon:Atlas[4,2]
  109. passive:multiply yield of phonefactory by 4
  110. cost:10000 phone
  111. req:500 phonefactory
  112. Achievements
  113. *clicked
  114. name:Not a Bad Phone
  115. desc:Click the +Phone Button 1 time. <//> 1 little step up the manufacturing ladder.
  116. req:1 manualphonemaker:clicks
  117. *100clicks
  118. name:Partial Manual Labor
  119. desc:Click the +Phone Button 100 Times <//> That's A lot of hand work.
  120. req:100 manualphonemaker:clicks
  121. *printer
  122. name:Stolen from the Future
  123. desc:Own 1 Phone Printer <//> Woah how'd you get that?
  124. req:1 phoneprinter
  125. *printer10
  126. name:Did you print a Phone Printer?
  127. desc:Own 10 Phone Printers <//> If I'd call that a word, It would be decannibilism.
  128. req:10 phoneprinter
  129. *printer100
  130. name:What's this, a PRINTING Factory?
  131. desc:Own 100 Phone Printers <//> Specifically, A phone printing factory.
  132. req:100 phoneprinter
  133. *autolabor
  134. name:Labor off my hands
  135. desc:Own 1 Phone Factory <//> Hopefully I don't need a hand break anymore
  136. req:1 phonefactory
  137. *autolabor10
  138. name:Ah, the smell of, FACTORIES?
  139. desc:Own 10 Phone Factories <//> It smells, Phoney tho...
  140. req:10 phonefactory
  141. *autolabor100
  142. name:So. Many. Factories.
  143. desc:Own 100 Phone Factories <//> Factories inside of Factories? Cool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement