Post
by bolly » Sat Oct 10, 2009 5:59 pm
Some more changes
* Added option to add and remove stat types to weapon
Only included the supported following:
ITEM_STAT_STR = 0,
ITEM_STAT_STA = 1,
ITEM_STAT_AGI = 2,
ITEM_STAT_WIS = 3,
ITEM_STAT_INT = 4,
ITEM_STAT_VS_SLASH = 200,
ITEM_STAT_VS_CRUSH = 201,
ITEM_STAT_VS_PIERCE = 202,
ITEM_STAT_VS_HEAT = 203,
ITEM_STAT_VS_COLD = 204,
ITEM_STAT_VS_MAGIC = 205,
ITEM_STAT_VS_MENTAL = 206,
ITEM_STAT_VS_DIVINE = 207,
ITEM_STAT_VS_DISEASE = 208,
ITEM_STAT_VS_POISON = 209,
ITEM_STAT_HEALTH = 500,
ITEM_STAT_POWER = 501,
ITEM_STAT_CONCENTRATION = 502