Property | Type | Description | |
---|---|---|---|
MainHand | Item |
Method | Description | |
---|---|---|
GetActivatedSetBonus ( ) : ZTn.BNet.D3.Items.ItemAttributes | ||
GetActivatedSets ( ) : List |
||
GetWeaponAttackPerSecond ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
GetWeaponDamage ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
GetWeaponDamageMax ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
GetWeaponDamageMin ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
IsAmbidexterity ( ) : System.Boolean | ||
SetLevelBonus ( ZTn.BNet.D3.Items.ItemAttributes levelAttr ) : void | ||
SetParagonLevelBonus ( ZTn.BNet.D3.Items.ItemAttributes itemParagonLevel ) : void | ||
SetSkillsBonus ( ZTn.BNet.D3.Items.ItemAttributes addedBonus ) : void | ||
StatsItem ( Item mainHand, Item offHand, IEnumerable |
Creates a new StatsItem instance using existing items.
|
|
Update ( ) : void |
Method | Description | |
---|---|---|
ComputeAmbidexterityWeaponAttributes ( ) : ZTn.BNet.D3.Items.ItemAttributes | ||
ComputeWeaponAttackPerSecondForAmbidexterity ( ) : ZTn.BNet.D3.Items.ItemValueRange |
public GetActivatedSetBonus ( ) : ZTn.BNet.D3.Items.ItemAttributes | ||
return | ZTn.BNet.D3.Items.ItemAttributes |
public GetWeaponAttackPerSecond ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
return | ZTn.BNet.D3.Items.ItemValueRange |
public GetWeaponDamage ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
return | ZTn.BNet.D3.Items.ItemValueRange |
public GetWeaponDamageMax ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
return | ZTn.BNet.D3.Items.ItemValueRange |
public GetWeaponDamageMin ( ) : ZTn.BNet.D3.Items.ItemValueRange | ||
return | ZTn.BNet.D3.Items.ItemValueRange |
public SetLevelBonus ( ZTn.BNet.D3.Items.ItemAttributes levelAttr ) : void | ||
levelAttr | ZTn.BNet.D3.Items.ItemAttributes | |
return | void |
public SetParagonLevelBonus ( ZTn.BNet.D3.Items.ItemAttributes itemParagonLevel ) : void | ||
itemParagonLevel | ZTn.BNet.D3.Items.ItemAttributes | |
return | void |
public SetSkillsBonus ( ZTn.BNet.D3.Items.ItemAttributes addedBonus ) : void | ||
addedBonus | ZTn.BNet.D3.Items.ItemAttributes | |
return | void |
public StatsItem ( Item mainHand, Item offHand, IEnumerable |
||
mainHand | Item | |
offHand | Item | |
items | IEnumerable |
|
return | System |