To start a guild you must first build a small construction site. Then you will be given the option to build a guildhouse.
Size | Wood needed | Bricks needed | Wood-100 | Bricks-100 | |
2 | 108 | 116 | 8 | 16 | |
5 | 150 | 200 | 50 | 100 | |
10 | 300 | 500 | 200 | 400 | |
20 | 900 | 1700 | 800 | 1600 | |
50 | 5100 | 10100 | 5000 | 10000 |
If you need to build a guild of size not listed above, it is clear from the last two columns, that the cost is:
Material | Cost |
Wood | 100 + 2 x N^2 |
Bricks | 100 + 4 x N^2 |
Now we have a formula, we can differentiate it to get the change in wood/boards for each new member at a given size:
Material | Cost |
Wood | 4N |
Bricks | 8N |