Planeshift
psItemCategory Struct Reference

#include <psmerchantinfo.h>

Public Attributes

unsigned int id
 Unique identifier for the category. More...
 
int identifyMinSkill
 Minimum skill level to allow player to identify details of examined item. More...
 
int identifySkillId
 ID of skill checked when item is examined by player. More...
 
csString name
 Human readable name of category. More...
 
int repairDifficultyPct
 Difficulty level to repair this category of items. More...
 
int repairSkillId
 ID of skill which is used to calculate result of repair. More...
 
bool repairToolConsumed
 Flag to tell us whether the repair tool is consumed in the repair or not. (Kit or Tool) More...
 
unsigned int repairToolStatId
 Item_stats id of item required to do a repair on this category. More...
 

Detailed Description

Definition at line 40 of file psmerchantinfo.h.

Member Data Documentation

unsigned int psItemCategory::id

Unique identifier for the category.

Definition at line 43 of file psmerchantinfo.h.

int psItemCategory::identifyMinSkill

Minimum skill level to allow player to identify details of examined item.

Definition at line 50 of file psmerchantinfo.h.

int psItemCategory::identifySkillId

ID of skill checked when item is examined by player.

Definition at line 49 of file psmerchantinfo.h.

csString psItemCategory::name

Human readable name of category.

Definition at line 44 of file psmerchantinfo.h.

int psItemCategory::repairDifficultyPct

Difficulty level to repair this category of items.

Definition at line 48 of file psmerchantinfo.h.

int psItemCategory::repairSkillId

ID of skill which is used to calculate result of repair.

Definition at line 47 of file psmerchantinfo.h.

bool psItemCategory::repairToolConsumed

Flag to tell us whether the repair tool is consumed in the repair or not. (Kit or Tool)

Definition at line 46 of file psmerchantinfo.h.

unsigned int psItemCategory::repairToolStatId

Item_stats id of item required to do a repair on this category.

Definition at line 45 of file psmerchantinfo.h.


The documentation for this struct was generated from the following file: