fortbrick2

Untitled

Aug 13th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. Let's Make a game!
  2. name:Click Through Life
  3. author:Joey G
  4. desc:Help This poor lad make some dough
  5. created:27/05/2019
  6.  
  7. Settings
  8. background:C:\Users\Joe\Desktop\Background/jpg
  9. building cost increase:120%
  10. building cost refund:45%
  11.  
  12.  
  13. Layout
  14. use default
  15.  
  16. Buttons
  17. *heroButton
  18. name:Handout
  19. desc:"Donate" to his cause
  20. on click:anim icon wobble
  21. on click:yeild 1 dollar
  22. icon:C:\Users\Joe\Desktop\Idle Game icons\Hero.jpg
  23. no text
  24. class:bigButton has Flares
  25. icon class:shadowed
  26. tooltip origin:bottom
  27. tooltip class:red
  28.  
  29. Resources
  30. *dollar|dollars
  31. name:Dollar|Dollars
  32. desc:This is your money. Use it to help our hero make veven more money!
  33. icon:C:\Users\Joe\Desktop\Idle Game icons\Money.jpg
  34. class:noBackground
  35. show earned
  36.  
  37. *rareDollar
  38. name:2 Dollar Bill
  39. desc:Two dollar bills are out of commission and are very valuable
  40. icon:C:\Users\Joe\Desktop\Idle Game icons\rareDollar.jpg
  41. class:noBackground
  42. hidden when 0
  43.  
  44.  
  45. Shinies
  46. *Bitcoin
  47. on click:log Woop
  48. movement:growshrink anywhere wiggle:5
  49. frequency:80
  50. frequency variation:40
  51. icon:C:\Users\Joe\Desktop\Bitcoin.jpg
  52. class:bigButton
  53. on click:
  54. $boost=1
  55. if (chance(25%))
  56. //get at least 7, or between 1 and 3 minutes of our money production
  57. $amount=max(7,random(dollars:ps*60*1,dollars:ps*60*3))*$boost
  58. toast The lucky dollar grants you<//><b>[$amount] dollars</b>.
  59. yield $amount dollars
  60. else
  61. $amount=1*$boost
  62. toast The bitcoin grants you<//><b>[$amount] rareDollar[s?$amount]</b>!
  63. yield $amount rareDollar
  64. end
  65. end
  66.  
  67. Buildings
  68. *Template
  69. on click:anim glow
  70. *helper|helpers
  71. name:Bum|Bums
  72. desc:Helps beg for money <//><b>Effect:<b><.>Produces 0.5 Dollars a second
  73. icon:C:\Users\Joe\Desktop\Idle Game icons\Bum.jpg
  74. cost:20 dollars
  75. on tick:yield 0.5 Dollar
  76. req:10 dollars:earned
  77.  
  78. *lemon|lemons
  79. name:Lemonade Stand|Lemonade Stands
  80. desc:Everyone loves Lemonade! <//><b>Effect:<b><.>Produces 1 Dollar a second
  81. icon:C:\Users\Joe\Desktop\Idle Game icons\lemonade.png
  82. cost:100 dollars
  83. on tick:yield 1 Dollar
  84. req:70 dollars:earned
  85. *paper|papers
  86. name:Paper Route|Paper Routes
  87. desc:A job dead in modern capitalism. <//><b>Effect:<b><.>Produces 5 Dollars a second
  88. icon:C:\Users\Joe\Desktop\Idle Game icons\paper
  89. cost:500 dollars
  90. on tick:yield 5 Dollars
  91. req:300 dollars:earned
  92.  
  93. *lawn|lawns
  94. name:Lawn Mower|Lawn Mowers
Add Comment
Please, Sign In to add comment