Closed GoogleCodeExporter closed 9 years ago
To answer your question, yes, you can. Per the Alchemy rules:
If the cost in coin of Card A is C and the cost in potions of Card A is P, then
Card A costs more than card B iff:
(AC > BC AND AP >= BP)
OR
(AC == BC AND AP > BP)
In other words, 6p is more than 6, so you can play a Haggler, buy a Possession,
and gain a Gold. However, 6 is not more than 5p and 5p is not more than 6, so
you can't buy a Golem and gain a Market, or vice versa.
This has the interesting effect of making cost comparison intransitive in
Dominion. So, all of the following statements are false:
Golem costs more than Market
Market costs more than Golem
Golem and Market have the same cost
Original comment by August.D...@gmail.com
on 12 Jan 2012 at 9:57
Fixed.
But current cost implementation is so confusable, bug or regression can often
occur.
Should introduce class that represents cost including potion cost.
Original comment by ksuke...@gmail.com
on 14 Jan 2012 at 6:20
Original issue reported on code.google.com by
ras.na...@gmail.com
on 12 Jan 2012 at 8:47