Advertisement
Nicbudd

Mining simulator 2015

Jan 25th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Let's make a game!
  2. Miner Simulator 2015
  3. by Nicbudd
  4. version 0.01 alpha
  5. created on 1-25-15
  6. last updated on 1-25-15
  7.  
  8. Settings :
  9. prices increase by 113%
  10. selling gives back 75%
  11. resources are visible by default
  12. clickables are visible by default
  13. buildings are visible by default
  14. upgrades are visible by default
  15. achievements are visible by default
  16. show log
  17.  
  18. Resources :
  19.  
  20. *Iron
  21. starts at 100
  22. show 2 digits
  23. displayed as You have %a tonne%s of iron
  24.  
  25.  
  26. *Diamonds
  27. starts at 20
  28. show 0 digits
  29. displayed as You have %a carat%s of diamonds
  30.  
  31.  
  32. *Uranium
  33. starts at 5
  34. show 3 digits
  35. displayed as You have %a gram%s of uranium
  36.  
  37. *Fuel
  38. starts at 100
  39. Show 1 digits
  40. displayed as You have %a Kilograms of fuel
  41.  
  42. Clickables :
  43.  
  44. *Soil Drill Site 1
  45. on success says Drilled!
  46. on failure says You don't have a working drill for this soil
  47. gives 2 Iron
  48. gives 0.5 Diamond
  49. gives 3.8 Uranium
  50.  
  51. *Soil Drill Site 2
  52. on success says Drilled!
  53. on failure says You don't have a working drill for this soil
  54. gives 0.8 Iron
  55. gives 0.1 Diamond
  56. gives 0.02 Uranium
  57.  
  58. *Soil Drill Site 3
  59. on success says Drilled!
  60. on failure says You don't have a working drill for this soil
  61. gives 0.00045 Iron
  62. gives 10.87 Diamond
  63. gives 3.7 Uranium
  64.  
  65. *Soil Drill Site 4
  66. on success says Drilled!
  67. on failure says You don't have a working drill for this soil
  68. gives 9 Iron
  69. gives 0.0087 Diamond
  70. gives 3.9 Uranium
  71.  
  72. *Soil Drill Site 5
  73. on success says Drilled!
  74. on failure says You don't have a working drill for this soil
  75. gives 0.01 Iron
  76. gives 0.9 Diamond
  77. gives 4.0 Uranium
  78.  
  79. Buildings :
  80.  
  81. *Automated Drilling Vehicles
  82. starts at 1
  83. costs 10 Iron
  84. gives 3 Iron
  85. Takes 0.1 Fuel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement