Method | Description | |
---|---|---|
GetPriceMultiplier ( InventoryCategory category, bool vendorIsBuying ) : double |
Gets the price multiplier for a particular category of item. The base price is multiplied by a value which depends on the category of the item (and whether the vendor would be interested), as well as the level of the vendor in question Generally it's better to buy from specific big vendors and sell to specific small ones
|
public GetPriceMultiplier ( InventoryCategory category, bool vendorIsBuying ) : double | ||
category | InventoryCategory | |
vendorIsBuying | bool | |
return | double |