coinmaster

From Kolmafia
Revision as of 16:53, 9 September 2026 by Khlamedaea (talk | contribs) (Added the Skeleton of Crimbo past to list of coinmasters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This data type represents all shops that deal with currency other than meat. Known values include:

boolean buy( [coinmaster], int, item )

int buy_price( coinmaster, item )

boolean buys_item( coinmaster, item )

string inaccessible_reason( coinmaster )

boolean is_accessible( coinmaster )

boolean is_coinmaster_item( item )

boolean sell( coinmaster, int, item )

int sell_price( coinmaster, item )

boolean sells_item( coinmaster, item )

coinmaster to_coinmaster( strict_string )

boolean visit( coinmaster )


Proxy Record Fields

Here are the proxy record fields for coinmasters. Proxy records are discussed in more detail here.

Field Data type Default value ASH Accessor Function / Notes
token string ""
item item none
property string ""
available_tokens int 0
buys boolean false
sells boolean false

index.php?title=Category:Scripting index.php?title=Category:Data Types