Artifact merchants: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
(added decimal thousands separator)
No edit summary
Line 1: Line 1:
'''Artifact merchants''' is a building that can be constructed in [[dungeon]], [[tower]] and [[conflux]] towns. It enables visiting heroes to buy or sell [[artifacts]]. The set of artifacts for sale are the same through in every artifact merchant. In other words, regardless of the town, the town type or the player, the set for sale is the same. The set contains three [[treasure artifacts]], three [[minor artifacts]], and one [[Major Artifacts|major artifact]]. Once an artifact is purchased, it is gone from all artifact merchants. The set in sale is renewed at the start of each month.
'''Artifact merchants''' is a building that can be constructed in [[dungeon]], [[tower]] and [[conflux]] towns. It enables visiting heroes to buy or sell [[artifact]]s. The set of artifacts available for sale are the same in every merchant, regardless of the town, the town type or the player. The available artifacts contains three [[treasure artifact]]s, three [[minor artifact]]s, and one [[major artifact]]. Once an artifact is purchased, it is gone from all artifact merchants. At the beginning of each month, the set of artifacts available for sale is renewed.


* Requires: [[marketplace]]
* Requires: [[marketplace]]
* Cost: 10.000 [[gold]]
* Cost: 10000 {{Gold}}
 
== Price of artifacts ==
Every artifact has a so called [[basic cost]], from where the sell price and the buy price is determined. The price depends on how many [[marketplace]]s the player owns. The rule of thumb is, that the more marketplaces, the cheaper are the buy prices and the higher are the sell prices.
 
{| style="background: transparent; font-size: 125%;"
|<pre>PRICE (buy) = 5 x B / 1 + (M - 1) x 0,25
 
  where  B = basic cost of an artifact
          M = number of marketplaces</pre>
|}
 
{| style="background: transparent; font-size: 125%;"
|<pre>PRICE (sell) = B x (1 + (M - 1) x 0,25) / 5
 
  where  B = basic cost of an artifact
          M = number of marketplaces</pre>
|}


[[Category: Buildings]]
[[Category: Buildings]]
__NOTOC__

Revision as of 05:57, 6 March 2014

Artifact merchants is a building that can be constructed in dungeon, tower and conflux towns. It enables visiting heroes to buy or sell artifacts. The set of artifacts available for sale are the same in every merchant, regardless of the town, the town type or the player. The available artifacts contains three treasure artifacts, three minor artifacts, and one major artifact. Once an artifact is purchased, it is gone from all artifact merchants. At the beginning of each month, the set of artifacts available for sale is renewed.

Price of artifacts

Every artifact has a so called basic cost, from where the sell price and the buy price is determined. The price depends on how many marketplaces the player owns. The rule of thumb is, that the more marketplaces, the cheaper are the buy prices and the higher are the sell prices.

PRICE (buy) = 5 x B / 1 + (M - 1) x 0,25

  where   B = basic cost of an artifact
          M = number of marketplaces
PRICE (sell) = B x (1 + (M - 1) x 0,25) / 5

  where   B = basic cost of an artifact
          M = number of marketplaces