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
objectManager
MBObjectManagernode
XmlNode
Equals(ItemModifier)
public bool Equals(ItemModifier other)
Parameters
other
ItemModifier
Returns
GetHashCode()
public override int GetHashCode()
Returns
ModifyArmor(int)
public int ModifyArmor(int armorValue)
Parameters
armorValue
int
Returns
ModifyDamage(int)
public int ModifyDamage(int baseDamage)
Parameters
baseDamage
int
Returns
ModifyHitPoints(short)
public short ModifyHitPoints(short baseHitPoints)
Parameters
baseHitPoints
short
Returns
ModifyMissileSpeed(int)
public int ModifyMissileSpeed(int baseSpeed)
Parameters
baseSpeed
int
Returns
ModifyMountCharge(int)
public int ModifyMountCharge(int baseCharge)
Parameters
baseCharge
int
Returns
ModifyMountHitPoints(int)
public int ModifyMountHitPoints(int baseCharge)
Parameters
baseCharge
int
Returns
ModifyMountManeuver(int)
public int ModifyMountManeuver(int baseManeuver)
Parameters
baseManeuver
int
Returns
ModifyMountSpeed(int)
public int ModifyMountSpeed(int baseSpeed)
Parameters
baseSpeed
int
Returns
ModifySpeed(int)
public int ModifySpeed(int baseSpeed)
Parameters
baseSpeed
int
Returns
ModifyStackCount(short)
public short ModifyStackCount(short baseStackCount)
Parameters
baseStackCount
short
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).