Coinmaster: Difference between revisions
Jump to navigation
Jump to search
imported>Aventuristo Created coinmaster content |
imported>Aventuristo Add to Data Types category |
||
Line 93: | Line 93: | ||
|} | |} | ||
[[Category:Scripting]] | [[Category:Scripting]] [[Category:Data Types]] |
Revision as of 00:39, 30 September 2017
This data type represents all shops that deal with currency other than meat. Known values include:
- Bounty Hunter Hunter
- Mr. Store
- Hermit
- The Shore, Inc. Gift Shop
- The Trapper
- Vending Machine
- The Swagger Shop
- Dimemaster
- Quartersmaster
- Bugbear Token
- Freshwater Fishbonery
- Big Brother
- The Terrified Eagle Inn
- Arcade Ticket Counter
- Game Shoppe
- Game Shoppe Snacks
- Isotope Smithery
- Dollhawker's Emporium
- Lunar Lunch-o-Mat
- Paul's Boutique
- The Frozen Brogurt Stand
- Buff Jimmy's Souvenir Shop
- Taco Dan's Taco Stand
- Fudge Wand
- The Neandermall
- Legitimate Shoe Repair, Inc.
- Warbear Black Box
- The Dinsey Company Store
Related Functions
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 |