diff --git a/docs/ini-editing/typed-inis/markets.md b/docs/ini-editing/typed-inis/markets.md index e1a4dc0..a358150 100644 --- a/docs/ini-editing/typed-inis/markets.md +++ b/docs/ini-editing/typed-inis/markets.md @@ -33,4 +33,4 @@ MarketGood = STRING, INT, FLOAT, INT, INT, BOOL, FLOAT ;MULTIPLE | Parameter | Information | | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | base | The nickname of the [Base](./bases.md) entry for this block. | -| MarketGood | The values here are as follows:
**STRING**: Equipment or Commodity nickname.
**INT**: The Level required to purcahse the commodity. By default, this only works in SP.
**FLOAT**: The minimum reputation required to purchase the item.
**INT**: Minimum quantity, this value is unused.
**INT**: Maximum quantity, this value is unused.
**FLOAT**: Price multiplier applied to the item's value as listed in a [goods](./goods.md) entry. | \ No newline at end of file +| MarketGood | The values here are as follows:
**STRING**: Equipment or Commodity nickname.
**INT**: The Level required to purcahse the commodity. By default, this only works in SP.
**FLOAT**: The minimum reputation required to purchase the item.
**INT**: Minimum quantity, this value is unused, but required if an item is to be sold on a base.
**INT**: Maximum quantity, this value is unused.
**BOOL**: Whether or not the commodity displays in the scrolling bar in the colony news service. a value of 1 excludes it from this scroll, a value or 0 includes it.
**FLOAT**: Price multiplier applied to the item's value as listed in a [goods](./goods.md) entry. | \ No newline at end of file