docs
Build

Build

Building takes resources and will help you grow your village. Huts are needed for villagers to move in. Lumber Camps help automate collecting wood.

  • Hut
    • cost in wood = Max(Max(10, numHuts), 0.2 * villageScore)
      • the cost gets more expensive as your village grows.
    • houses 5 villagers

  • Lumber Camp
    • cost in wood = Max(50, 0.5 * villageScore)
    • allows 100 villagers to go logging
    • 1 villager logs 0.0000115 wood per second. So with 100 villagers logging you'd gain 4.1 wood per hour
    • wood is given to you slowly over time.