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
stringIdstring
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
namestringdescriptionstringeffectBonusfloatisPositiveEffectboolincrementTypeFeatObject.AdditionType
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).