Advertisement
Jacorb90

Dimension Clicker

Oct 9th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Let's make a game!
  2. name:Dimension Clicker
  3. desc:This is my game (please don't use bulk buy it ruins the game)
  4.  
  5. Settings
  6. building cost increase:100%
  7. building cost refund:0%
  8. no bulk particles
  9. disable bulk buy
  10.  
  11. Resources
  12. *Matter
  13. name:Matter
  14. desc:Your current matter.
  15. start with:10
  16. show earned
  17. *FDR
  18. name:FDR
  19. always hidden
  20. start with:10
  21. passive:
  22. if (FirstDimension=FDR)
  23. grant (FDY) FDY
  24. grant (9*FDC) FDC
  25. yield 10 this
  26. end
  27. end
  28. *FDY
  29. name:FDY
  30. always hidden
  31. start with:1
  32. passive:multiply yield of FirstDimension by 1
  33. *FDC
  34. name:FDC
  35. always hidden
  36. start with:1
  37. passive:multiply cost of FirstDimension by 1
  38.  
  39. Buildings
  40. *FirstDimension
  41. name:First Dimension
  42. desc:Your first dimension.
  43. on tick:yield 1 Matter
  44. cost:10 Matter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement