C# 클래스 DRObjects.ActorHandling.VendorDetails

파일 보기 프로젝트 열기: Haedrian/Divine-Right

공개 메소드들

메소드 설명
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

메소드 상세

GetPriceMultiplier() 공개 메소드

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
리턴 double