Advertisement
Cosmo224

Untitled

May 29th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. Working title - "Goldstrike!"
  2. Current version - v0.0.8 test
  3. world size: smallish (200x100 blocks?)
  4.  
  5.  
  6. limited time game (10 minutes? 15 minutes?)
  7. goal = GET CASH and blow people up
  8.  
  9. You will be able to upgrade your pickaxe.
  10.  
  11. Eventually:
  12. - multiple classes?
  13. ores/layer blocks
  14. Name/Price Spawn Range Rarity Pickaxe Required Notes
  15. Dirt 2 1-5 blocks down Layer block Any
  16. Stone 5 5-75 blocks down Layer block Any
  17. Copper 10 5-40 blocks down? 10%? (Very Common) Any
  18. Obsidian 15 75-100 blocks down Layer block Obsidian Pickaxe? (level 3?) The best ores can only be mined here.
  19. Bronze 20 5-40 blocks down? 7.5%? (Very Common) Level 0/1 Pickaxe?
  20. Iron 30 15-50 blocks down? 5% (Common) Level 0/1 Pickaxe? Most common between level 15-25. Great for getting started?
  21. Silver 50 25-80 blocks down? 2.5% (Fairly Common) Level 2 Pickaxe? Most common between level 20-30. Great for getting started?
  22. Ruby 100 50-100 blocks down? 1.0%/2.0/2.5%? (Rare/FairCommon)Level 2 Pickaxe? Most common between level 45-55. 2.5% in obsidian, 1.0% in stone.
  23. Sapphire 200 50-100 blocks down? 0.66%/1.0%? (Very Rare/Rare) Level 2 Pickaxe? Most common between level 75-85.
  24. Quartz 400 75-100 blocks down? 0.33%? (Very Rare) Level 3 Pickaxe?
  25. Emerald 500 30-100 near lava Anywhere near lava Level 3 Pickaxe? Anywhere near lava below level 30.
  26. Gold 1000 80-100 blocks down? 0.25%? (Very Rare) Level 4 Pickaxe? Most common between level 95-99.
  27. Diamond 2000 80-100 blocks down? 0.1%? (Ultra Rare) Level 4 Pickaxe? Most common between level 92-96.
  28. Hell Ore?
  29.  
  30. Mining time is decreased by 25%? 33%? 50%? with each new level.
  31. AIR ID -1
  32. Grass ID 0
  33. Stone ID 1
  34. Dirt ID 2
  35. Copper ID 3
  36. Bronze ID 4
  37. Iron ID 5
  38. Silver ID 6
  39. Ruby ID 7
  40. Sapphire ID 8
  41. Quartz ID 9
  42. Emerald ID 10 when lava is implemented and it can spawn near
  43. Gold ID 11
  44. Diamond ID 12
  45. Lava (will be) ID 13
  46. Water (will be) ID 14
  47. TNT (will be) ID 15
  48. C4 (will be) ID 16
  49.  
  50. V1 textures/pixmaps done
  51. [C] Copper
  52. [C] Bronze
  53. [C] Iron
  54. [C] Silver
  55. [C] Ruby
  56. [C] Sapphire
  57. [C] Quartz V1
  58. [C] Quartz V2
  59. [C] Emerald
  60. [C] Gold
  61. [C] Diamond
  62. [C] TNT V1
  63. [C] TNT V2
  64. [C] C4
  65. Expected amount of ores with 20,000 blocks (excluding emerald, and where displaced by lava)
  66. Approximately 800 copper ore
  67. Approximately 525 bronze ore
  68. Approximately 350 iron ore (maybe needs to be rarer?)
  69. Approximately 275 silver ore (maybe needs to be rarer?)
  70. Approximately 175 ruby ore (maybe needs to be a tad rarer?)
  71. Approximately 83 sapphire ore (maybe needs to be a bit more common?)
  72. Approximately 17 quartz ore (maybe needs to be a bit more common?)
  73. Approximately 10 gold ore (maybe needs to be a bit more common?)
  74. Approximately 4 diamond ore (maybe needs to be a bit more common?)
  75. Old ore rarity flow:
  76. 800-525-450-375-195-75-13-8-2
  77. New ore rarity flow:
  78. 800-525-350-275-175-83-17-10-4
  79. Pickaxes:
  80. 4-6 levels
  81.  
  82. Pickaxe Price Level What can you mine?
  83. Crappy Pickaxe N/A 0 (Default) Dirt, Stone, Copper (bronze?, iron?)
  84. Iron Pickaxe (maybe) 100 1 Dirt, Stone, Copper, Bronze, Iron
  85. Sapphire Pickaxe 1500? 1800? 2 Dirt, Stone, Copper, Bronze, Iron, Silver, Ruby
  86. Obsidian Pickaxe 3600? 4200? 3 Dirt, Stone, Copper, Obsidian, Bronze, Iron, Silver, Ruby, Sapphire, Quartz, Emerald?
  87. Diamond Pickaxe 12000? 4 Dirt, Stone, Copper, Obsidian, Bronze, Iron, Silver, Ruby, Sapphire, Quartz, Emerald, Gold, Diamond
  88.  
  89. Other blocks:
  90. Lava - you die
  91. TNT - blow other people up (needs purchasing) - you get money or points? for doing this
  92. C4 - blow other people up...easier! (larger explosion, higher cost, needs purchasing)
  93. TNT - $150? $200?
  94. C4 - $400? $500? Maybe less
  95. $200? per kill
  96.  
  97. - TODO:
  98. - Add scrolling levels
  99. - fix dirt at the top
  100. - make ores only spawn at certain depths
  101. - add obsidian layers
  102. - add mining
  103. - add pickaxes
  104. - add LikesToSpawn ranges
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement