Difference between revisions of "Merchant Documentation"
Line 1: | Line 1: | ||
back to [[Project Phoenix#Merchants]] | back to [[Project Phoenix#Merchants]] | ||
− | |||
==Table Definitions== | ==Table Definitions== | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! table name !! table data !! description | ||
+ | |- | ||
+ | | buy_list || {<itemtemplate>,<name>,<cost>,<stackable> || itemtemplate - the template to buy off the player<br>name - the display name<br>cost - cost of the item exmp: 10c<br>stackable - a true/false value. | ||
+ | |- | ||
+ | | Example || Example || Example | ||
+ | |- | ||
+ | | Example || Example || Example | ||
+ | |} |
Revision as of 08:35, 19 June 2018
back to Project Phoenix#Merchants
Table Definitions
table name | table data | description |
---|---|---|
buy_list | {<itemtemplate>,<name>,<cost>,<stackable> | itemtemplate - the template to buy off the player name - the display name cost - cost of the item exmp: 10c stackable - a true/false value. |
Example | Example | Example |
Example | Example | Example |