Class FeatObject
- Namespace
- TaleWorlds.CampaignSystem.CharacterDevelopment
- Assembly
- TaleWorlds.CampaignSystem.dll
public sealed class FeatObject : PropertyObject
- Inheritance
-
FeatObject
- Inherited Members
Constructors
FeatObject(string)
public FeatObject(string stringId)
Parameters
stringId
string
Properties
All
public static MBReadOnlyList<FeatObject> All { get; }
Property Value
EffectBonus
public float EffectBonus { get; }
Property Value
IncrementType
public FeatObject.AdditionType IncrementType { get; }
Property Value
IsPositive
public bool IsPositive { get; }
Property Value
Methods
Initialize(string, string, float, bool, AdditionType)
public void Initialize(string name, string description, float effectBonus, bool isPositiveEffect, FeatObject.AdditionType incrementType)
Parameters
name
stringdescription
stringeffectBonus
floatisPositiveEffect
boolincrementType
FeatObject.AdditionType
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).