Class ItemModifier
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public sealed class ItemModifier : MBObjectBase
- Inheritance
-
ItemModifier
- Inherited Members
Constructors
ItemModifier()
public ItemModifier()
Properties
Armor
public int Armor { get; }
Property Value
ChargeDamage
public float ChargeDamage { get; }
Property Value
Damage
public int Damage { get; }
Property Value
HitPoints
public short HitPoints { get; }
Property Value
ItemQuality
public ItemQuality ItemQuality { get; }
Property Value
LootDropScore
public float LootDropScore { get; }
Property Value
Maneuver
public float Maneuver { get; }
Property Value
MissileSpeed
public int MissileSpeed { get; }
Property Value
MountHitPoints
public float MountHitPoints { get; }
Property Value
MountSpeed
public float MountSpeed { get; }
Property Value
Name
[CachedData]
public TextObject Name { get; }
Property Value
PriceMultiplier
public float PriceMultiplier { get; }
Property Value
ProductionDropScore
public float ProductionDropScore { get; }
Property Value
Speed
public int Speed { get; }
Property Value
StackCount
public short StackCount { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
Deserialize(MBObjectManager, XmlNode)
public override void Deserialize(MBObjectManager objectManager, XmlNode node)
Parameters
objectManagerMBObjectManagernodeXmlNode
Equals(ItemModifier)
public bool Equals(ItemModifier other)
Parameters
otherItemModifier
Returns
GetHashCode()
public override int GetHashCode()
Returns
ModifyArmor(int)
public int ModifyArmor(int armorValue)
Parameters
armorValueint
Returns
ModifyDamage(int)
public int ModifyDamage(int baseDamage)
Parameters
baseDamageint
Returns
ModifyHitPoints(short)
public short ModifyHitPoints(short baseHitPoints)
Parameters
baseHitPointsshort
Returns
ModifyMissileSpeed(int)
public int ModifyMissileSpeed(int baseSpeed)
Parameters
baseSpeedint
Returns
ModifyMountCharge(int)
public int ModifyMountCharge(int baseCharge)
Parameters
baseChargeint
Returns
ModifyMountHitPoints(int)
public int ModifyMountHitPoints(int baseCharge)
Parameters
baseChargeint
Returns
ModifyMountManeuver(int)
public int ModifyMountManeuver(int baseManeuver)
Parameters
baseManeuverint
Returns
ModifyMountSpeed(int)
public int ModifyMountSpeed(int baseSpeed)
Parameters
baseSpeedint
Returns
ModifySpeed(int)
public int ModifySpeed(int baseSpeed)
Parameters
baseSpeedint
Returns
ModifyStackCount(short)
public short ModifyStackCount(short baseStackCount)
Parameters
baseStackCountshort
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).