Mercurial > mm7
comparison Items.h @ 385:b509ef97807a
additional dmg
author | Gloval |
---|---|
date | Sat, 23 Feb 2013 01:50:18 +0400 |
parents | 243418228760 |
children | 0a1ea44b4a0a |
comparison
equal
deleted
inserted
replaced
383:c3a0d94c07a5 | 385:b509ef97807a |
---|---|
116 unsigned int GetValue(); | 116 unsigned int GetValue(); |
117 const char *GetDisplayName(); | 117 const char *GetDisplayName(); |
118 const char *GetIdentifiedName(); | 118 const char *GetIdentifiedName(); |
119 void UpdateTempBonus(__int64 uTimePlayed); | 119 void UpdateTempBonus(__int64 uTimePlayed); |
120 void Reset(); | 120 void Reset(); |
121 int _439DF3_get_additional_damage(int *a2, int *a3); | 121 int _439DF3_get_additional_damage(int *a2, bool *vampiyr); |
122 | 122 |
123 | 123 |
124 | 124 |
125 unsigned int uItemID; | 125 unsigned int uItemID; |
126 int uEncantmentType; | 126 int uEncantmentType; |
232 struct ItemsTable | 232 struct ItemsTable |
233 { | 233 { |
234 void Initialize(); | 234 void Initialize(); |
235 void LoadPotions(); | 235 void LoadPotions(); |
236 void LoadPotionNotes(); | 236 void LoadPotionNotes(); |
237 void GenerateItem(int treasure_level, int a3, ItemGen *pItem); | 237 void GenerateItem(int treasure_level, unsigned int uTreasureType, ItemGen *pItem); |
238 void SetSpecialBonus(ItemGen *pItem); | 238 void SetSpecialBonus(ItemGen *pItem); |
239 bool IsMaterialSpecial(ItemGen *pItem); | 239 bool IsMaterialSpecial(ItemGen *pItem); |
240 bool IsMaterialNonCommon(ItemGen *pItem); | 240 bool IsMaterialNonCommon(ItemGen *pItem); |
241 void Release(); | 241 void Release(); |
242 | 242 |