Pyronic

Untitled

May 30th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Let's make a game!
  2. -Idle Production
  3. -by Alito
  4.  
  5. Settings :
  6.  
  7. -prices increase by 110%
  8. -selling gives back 50%
  9. -resources are hidden by default
  10. -clickables are hidden by default
  11. -buildings are hidden by default
  12. -upgrades are hidden by default
  13. -custom stylesheet : http://pastebin.com/raw.php?i=vWDguSvc
  14. -background : http://i.imgur.com/ke4RCxa.jpg
  15.  
  16. Resources :
  17.  
  18. *money
  19. -named Money
  20. -displayed as %a Money
  21. -visible
  22.  
  23. *apple
  24. -named Apples
  25. -displayed as %a Apple%s
  26. -visible at 1 apple
  27.  
  28. *orange
  29. -named Oranges
  30. -displayed as %a Orange
  31. -visible at 1 orange
  32.  
  33.  
  34. *banana
  35. -named Bananas
  36. -displayed as %a Banana%s
  37. -visible at 1 banana
  38.  
  39.  
  40. *pear
  41. -named Pears
  42. -displayed as %a Pear%s
  43. -visible at 1 pear
  44.  
  45. Clickables :
  46.  
  47. *sellbutton
  48. -named Sell Fruit
  49. -gives 1 money for 1 apple
  50. -gives 5 money for 1 orange
  51. -gives 25 money for 1 banana
  52. -gives 325 money for 1 pear
  53. -visible
  54.  
  55. *appleclickable
  56. -named Apples
  57. -gives 1 apple
  58. -visible
  59.  
  60. *orangeclickable
  61. -named Oranges
  62. -gives 1 orange for 3 apple
  63. -visible
  64.  
  65. *bananaclickable
  66. -named Bananas
  67. -gives 1 banana for 12 apple, 4 orange
  68. -visible
  69.  
  70.  
  71. *pearclickable
  72. -named Pear
  73. -gives 1 pear for 9 banana, 16 orange
  74. -visible
  75.  
  76.  
  77.  
  78. Upgrades :
  79. *fruit
  80. -named Fruit (READ)
  81. -visible
  82. -"Oranges cost 3 apples. Bananas cost 12 apples and 4 oranges. Pears cost 9 bananas and 16 oranges.
  83.  
  84. *fruitprices
  85. -named Fruit Prices (READ)
  86. -visible
  87. -"Apples sell for 1 money. Oranges sell for 5 money. Bananas sell for 25 money. Pears sell for 325 money."
Add Comment
Please, Sign In to add comment