Difference between revisions of "Mineral Mining"

From Screeps Wiki
Jump to navigation Jump to search
(Created page with "{{stub}} Mineral Mining is the process of harvesting the resource in your rooms instead of energy. == Common Implementations == Some implementations will use a version of [...")
 
(categorized)
Line 6: Line 6:
   
 
Some implementations will use a version of [[Basic Harvesting#container mining|container mining]]. Different roles than the standard miners and carriers may be required, to account for a variety of resource types instaad of only checking for <code>creep.carry.energy</code>.
 
Some implementations will use a version of [[Basic Harvesting#container mining|container mining]]. Different roles than the standard miners and carriers may be required, to account for a variety of resource types instaad of only checking for <code>creep.carry.energy</code>.
  +
[[Category:Game Knowledge]]
  +
[[Category:Strategy]]

Revision as of 12:26, 28 October 2020

This article is a stub. You can help Screeps Wiki by editing to add more information.

Mineral Mining is the process of harvesting the resource in your rooms instead of energy.

Common Implementations

Some implementations will use a version of container mining. Different roles than the standard miners and carriers may be required, to account for a variety of resource types instaad of only checking for creep.carry.energy.