Untitled diff

생성일 비교 결과 만료 없음
0 삭제
10
1 추가
10
Weapons& operator=(const Weapons&) = delete;
Weapons& operator=(const Weapons&) = delete;


void loadDefaults();
void loadDefaults();
const Weapon* getWeapon(const Item* item) const;
const Weapon* getWeapon(const Item* item) const;


static int32_t getMaxMeleeDamage(int32_t attackSkill, int32_t attackValue);
static int32_t getMaxMeleeDamage(int32_t attackSkill, int32_t attackValue);
static int32_t getMaxWeaponDamage(uint32_t level, int32_t attackSkill, int32_t attackValue, float attackFactor);
static int32_t getMaxWeaponDamage(uint32_t level, int32_t attackSkill, int32_t attackValue, float attackFactor, uint16_t passiveDamageBonus);


private:
private:
void clear() override;
void clear() override;