Table of Contents

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

MBReadOnlyList<FeatObject>

EffectBonus

public float EffectBonus { get; }

Property Value

float

IncrementType

public FeatObject.AdditionType IncrementType { get; }

Property Value

FeatObject.AdditionType

IsPositive

public bool IsPositive { get; }

Property Value

bool

Methods

Initialize(string, string, float, bool, AdditionType)

public void Initialize(string name, string description, float effectBonus, bool isPositiveEffect, FeatObject.AdditionType incrementType)

Parameters

name string
description string
effectBonus float
isPositiveEffect bool
incrementType FeatObject.AdditionType

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).