Class StrengthensArmor
Adds +5 to armour class in every armor slot. Does not stack with other items of this effect.
Inheritance
StrengthensArmor
Assembly: Assembly-CSharp.dll
Syntax
public class StrengthensArmor : BaseEntityEffect, IEntityEffect, IMacroContextProvider
Fields
|
Improve this Doc
View Source
EffectKey
Declaration
public static readonly string EffectKey
Field Value
Properties
|
Improve this Doc
View Source
GroupName
Declaration
public override string GroupName { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
ConstantEffect()
Declaration
public override void ConstantEffect()
Overrides
|
Improve this Doc
View Source
GetEnchantmentSettings()
Declaration
public override EnchantmentSettings[] GetEnchantmentSettings()
Returns
Overrides
|
Improve this Doc
View Source
IsEnchantmentExclusiveTo(EnchantmentSettings[], Nullable<EnchantmentParam>)
Declaration
public override bool IsEnchantmentExclusiveTo(EnchantmentSettings[] settingsToTest, EnchantmentParam? comparerParam = null)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
SetProperties()
Declaration
public override void SetProperties()
Overrides
Implements