Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mine [2021/01/14 11:55] – created captainjackmine [2023/10/21 14:36] (current) – [Omninodes] determinor
Line 1: Line 1:
-====== Mine ======+====== Ore & Nodes ======
  
-In order to gather, first click the gathering menu item in the top bar. This will take you to a screen that shows you a list of various resource nodes you can browse.+In order to gather, first click the 'Mine' menu item in the top navigation. This will take you to a screen that shows you a list of various resource nodes you can browse. By default, everyone will have 'The Pit' node that has an infinite amount of Omnium in it.
  
-Click a specific resource to see all the resource nodes available for that resource.+== Start Mining == 
 + 
 +Click 'Start Gathering' to begin mining from the selected resource node. Mining does not consume your remaining actions, but the timer is affected by Fatigue and will stop completely if you run out of actions. 
 + 
 +== Resource Nodes ==
  
 Each resource node has some information attached to it. Each resource node has some information attached to it.
  
-**Location**+^ Info ^ Description ^ 
 +|Location|Just flavor text, this doesn't do anything.| 
 +|Density|The higher your density, the faster your gather time will be. The formula to get your action in seconds is ''60 / Density''.| 
 +|Purity|The higher your purity, the more Omnium you gather in a single action. This is contingent on how much base ore there is in the node.| 
 +|Experience|How much Mining experience you gain each action.| 
 +|Modifiers|These are special boosts found only on Omninodes.| 
 +|Resources Remaining|Other than The Pit, Omninodes will have a limited amount of ore that exists in them before they are depleted.| 
 + 
 +====== Boost Calculation ====== 
 + 
 +All mining boosts are additive with one another. So all Density boosts will get added together before being applied to your affected mining. 
 + 
 +Some specific individual boosts, however, apply separately: 
 + 
 +  * **Laser Double Boost** Doubles ore income after calculating base ore, purity, and percent ore boosts. 
 +  * **Prospector Cache Finder** Gives a large chunk of ore and gets added to your total resources flat, not affected by other boosts (besides VIP). 
 +  * **VIP** Adds 10% additional resources after **all** other boosts have been applied. 
 + 
 +====== Geodata ====== 
 + 
 +Geodata is a special item that has a chance to be gained every mining action. The drop rate of Geodata depends on: 
 + 
 +  * Your Mining level. Each level adds +0.02% to the drop rate. 
 +  * Fossils. 
 +  * Prospector's Geodata Detection ability. 
 + 
 +The drop rate is then multiplied by your action compared to a 60-second timer. For example, if your mining action takes the full 60 seconds, your drop rate will be 100% of the calculated rate. If your mining action is 30s, however, your Geodata drop rate will be 50% of the calculated rate, or half the rate. 
 + 
 +This effectively means that faster actions does **not** equal more Geodata. Only by increasing the above drop rate modifiers can you increase your Geodata gained per day.
  
-This is just flavor text!+====== Omninodes ======
  
-**Density**+Omninodes are special nodes that you can craft using Geodata. Each Omninode takes a bit of Geodata to craft.
  
-The higher the density, the faster your gather time will beBecause there is more ore compacted together, it doesn't take you as long to gather it.+Omninodes can only have attributes higher than The Pitwhich is the infinite nodeEach attribute has a chance to roll between 20% and 50% higher than The PitYou can optionally spend Data chips to increase the mininum range of this spread by up to 20%. These are the attributes that Omninodes roll 20-50% on:
  
-**Purity**+  Density 
 +  * Purity 
 +  Experience 
 +  Total Ore
  
-The higher the purity, the more items you gather in a single action. Because there's less crud to sort through, you are able to get more of the ore each time you gather.+== Omninode Modifiers ==
  
-**Experience**+Each Modifier has a separate chance to be rolled when crafting an Omninode, meaning it's entirely possible to get all the modifiers on a single Omninode. These are the base rates, and can be improved with the Prospector Omnifier ability. If you roll a Modifier for your Omninode, the boost will be randomly generated between the min and max boost before being multiplied by the Omnifier ability.
  
-The amount of experience each gather action gives you. This is a range depending on the ore's base experience.+^Modifier^Roll Rate^Min Boost^Max Boost^ 
 +^Density|12%|10%|30%| 
 +^Purity|15%|20%|50%| 
 +^Total Ore|7.5%|10%|25%| 
 +^Fossil Discovery|10%|3%|8%|
  
-**Time Remaining**+== Calculating Omninode Ore ==
  
-Resource nodes don't last forever. The world of Elethor is constantly shifting and changing, and while a certain pocket of ore may be available for a short while, it doesn't mean it will always be available. It's better to snatch up the good nodes while they last! 
  
-**Resources Remaining**+Total Ore per Omninode is based on your Mining level. The formula for calculating the baseline ore in an Omninode (before affected by the 20-50% range) is:
  
-Each resource node spawns with a certain amount of resources in it. Different resources have different capacities, and when the resources are all mined up, the node is depleted. You may need to train your skills in order to gather from larger nodes.+''10000 + (miningLevel * 1500) * (miningLevel / 40)''