The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.
If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.
Difference between revisions of "Guild Hall"
(25 intermediate revisions by 18 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Template:BuildingInfo|image=Guild_Hall.jpg|size=N/A|where=[[where::Small Construction Site]] | ||
+ | |description=Basis for other buildings. | ||
+ | }} | ||
+ | |||
+ | =Note!!= | ||
+ | You used to be able to reposition guild halls as offten as you liked. This is no longer the case - You only have 3 repositions allowed per guild Hall. - BlueGrass | ||
+ | |||
== Source == | == Source == | ||
− | This building becomes available after | + | This building becomes available after learning the [[requires::Guild Construction]] tech. |
== Cost == | == Cost == | ||
− | < | + | 2n<sup>2</sup> + 100 [[requires::Boards]] |
− | ---- | + | 4n<sup>2</sup> + 100 [[requires::Bricks]] |
− | + | Where n is the maximum number of members the guild can have. | |
+ | |||
+ | Here are some convenient values for bricks and boards: | ||
+ | |||
+ | {| border="1" width="45%" | ||
+ | ! size !! boards !! bricks | ||
+ | |- align="center" | ||
+ | | 1 || 102 || 104 | ||
+ | |- align="center" | ||
+ | | 2 || 108 || 116 | ||
+ | |- align="center" | ||
+ | | 3 || 118 || 136 | ||
+ | |- align="center" | ||
+ | | 4 || 132 || 164 | ||
+ | |- align="center" | ||
+ | | 5 || 150 || 200 | ||
+ | |- align="center" | ||
+ | | 6 || 172 || 244 | ||
+ | |- align="center" | ||
+ | |7 || 198 || 296 | ||
+ | |- align="center" | ||
+ | |8 || 228 || 356 | ||
+ | |- align="center" | ||
+ | |9 || 262 || 424 | ||
+ | |- align="center" | ||
+ | |10 || 300 || 500 | ||
+ | |- align="center" | ||
+ | |20 || 900 || 1700 | ||
+ | |- align="center" | ||
+ | |30 || 1900 || 3700 | ||
+ | |- align="center" | ||
+ | |40 || 3300 || 6500 | ||
+ | |- align="center" | ||
+ | |50 || 5100 || 10100 | ||
+ | |- align="center" | ||
+ | |60 || 7300 || 14500 | ||
+ | |- align="center" | ||
+ | |80 || 12900 || 25700 | ||
+ | |- align="center" | ||
+ | |100 || 20100 || 40100 | ||
+ | |} | ||
+ | |||
+ | == Expanding a guild == | ||
+ | In simple layman's terms...it costs way more to expand a guild step by step than to do it all in one fell swoop. | ||
+ | |||
+ | *The expansion cost going from size A to size B: | ||
+ | |||
+ | (50 + 2*B<sup>2</sup> - A<sup>2</sup>) [[requires::Boards]] | ||
+ | (50 + 4*B<sup>2</sup> - 2*A<sup>2</sup>) [[requires::Bricks]] | ||
− | == | + | *Or, for the incremental cost of adding 1 member, if N is the starting size: |
+ | |||
+ | (N<sup>2</sup> + 4N + 52) [[requires::Boards]] | ||
+ | (2*N<sup>2</sup> + 8N + 54) [[requires::Bricks]] | ||
+ | |||
+ | *These formulas are confirmed for Tale 4 as well -Nkuku | ||
+ | |||
+ | == Camp Decoration == | ||
+ | [[Camp Decoration]] is a multi-level skill, used to create decorative items and enhance the appearance of guild halls. Taught at [[Skills#School of Art & Music|The People's School of Art and Music]]. It changes the look of the guildhall. (NOTE: Not implemented yet. Teppy said it is still undecided if it will even BE implemented this tale). | ||
+ | |||
+ | If you have [[Camp Decoration]] Level 2 or more The Guild menu will display the option: Help to upgrade this guild hall. | ||
+ | |||
+ | *Guild Hall Upgrade Level 1 = 0 to 7 | ||
+ | *Guild Hall Upgrade Level 2 = 7 to 49 | ||
+ | |||
+ | == Where? == | ||
− | + | Built in a [[requires::Small Construction Site]]. | |
− | + | == Use == | |
− | [[ | + | To coordinate the activities of groups of people. Can also be used for [[storage]] of [[boards]] and [[bricks]] |
− | + | [[Category:Buildings]] | |
+ | {{Languages}} |
Latest revision as of 18:31, 5 May 2010
Note!!
You used to be able to reposition guild halls as offten as you liked. This is no longer the case - You only have 3 repositions allowed per guild Hall. - BlueGrass
Source
This building becomes available after learning the Guild Construction tech.
Cost
2n2 + 100 Boards 4n2 + 100 Bricks Where n is the maximum number of members the guild can have.
Here are some convenient values for bricks and boards:
size | boards | bricks |
---|---|---|
1 | 102 | 104 |
2 | 108 | 116 |
3 | 118 | 136 |
4 | 132 | 164 |
5 | 150 | 200 |
6 | 172 | 244 |
7 | 198 | 296 |
8 | 228 | 356 |
9 | 262 | 424 |
10 | 300 | 500 |
20 | 900 | 1700 |
30 | 1900 | 3700 |
40 | 3300 | 6500 |
50 | 5100 | 10100 |
60 | 7300 | 14500 |
80 | 12900 | 25700 |
100 | 20100 | 40100 |
Expanding a guild
In simple layman's terms...it costs way more to expand a guild step by step than to do it all in one fell swoop.
- The expansion cost going from size A to size B:
(50 + 2*B2 - A2) Boards (50 + 4*B2 - 2*A2) Bricks
- Or, for the incremental cost of adding 1 member, if N is the starting size:
(N2 + 4N + 52) Boards (2*N2 + 8N + 54) Bricks
- These formulas are confirmed for Tale 4 as well -Nkuku
Camp Decoration
Camp Decoration is a multi-level skill, used to create decorative items and enhance the appearance of guild halls. Taught at The People's School of Art and Music. It changes the look of the guildhall. (NOTE: Not implemented yet. Teppy said it is still undecided if it will even BE implemented this tale).
If you have Camp Decoration Level 2 or more The Guild menu will display the option: Help to upgrade this guild hall.
- Guild Hall Upgrade Level 1 = 0 to 7
- Guild Hall Upgrade Level 2 = 7 to 49
Where?
Built in a Small Construction Site.
Use
To coordinate the activities of groups of people. Can also be used for storage of boards and bricks