Stacking Workers This strategy is to work one tile as quickly as possible. One of the mistakes a new player might make is spreading out their workers to work on 3 or more tiles at once with one worker. The reason this is wrong is because the city can grow only so fast. To put this into perspective, lets say Thebes is size 1 (it just built a settler), and theres 6 workers clearing 6 jungle tiles around Thebes. For non-industrious civs, it will take them 24 turns each. For industrious civs, it will take them 18 turns each. The equation is: (Turns to Complete / Number of Workers) rounded up. Below is the time to clear 1 jungle tile.
Code:
Number of workers 1 2 3 4 5 6 7 8 9 10 11 12
Non-Industrious 24 12 8 6 5 4 4 3 3 3 3 2
Industrious 18 9 6 4 4 3 3 3 2 2 2 2
Egypt is industrious, so it will take them 18 turns. Thebes will be size 2 in 20 turns, meaning, it wont be able to use those other tiles until it reaches size 6. However, have those 6 workers clear one tile, and youll have a free tile in 3 turns. The next turn (turn 4), you can have those six workers build a road (2 workers), and a mine (4 workers) in 1 turn. Every 5 turns, you can clear, and work one jungle tile. On turn 15, you can have 3 tiles cleared and worked, while Thebes would still have those 3 tiles as jungle if you put one worker to one tile. The extra turns gained can go towards improving terrain for another city. This is what makes stacks so potent. If you have a foreign worker, place two foreign workers together to equal one native worker.