# Building Types and Requirements

Players can build various structures on their land.\
\&#xNAN;*For Phase 1 building are only used for leaderboard.*

#### Monument

Price start at 5 ACK and increase at a fixed amount

```
ACK_cost = monument_level * 5 * 1.05
```

#### Townhall

Price start at 105 Food, 105 Wood, 105 Stone and 105 Metal and increase at a fixed amount

```
RESOURCE_cost = townhall_level * 105 * 1.05
```

Each building contributes one point to the leaderboard.&#x20;

Strategic building placement and resource allocation are essential for climbing the leaderboard.

### **Phase 2 Update(TBD)**

Buildings will have more functionality and importance in the game
