Table of Contents

Class StanceLink

Namespace
TaleWorlds.CampaignSystem
Assembly
TaleWorlds.CampaignSystem.dll
public class StanceLink
Inheritance
StanceLink
Inherited Members

Fields

[SaveableField(3)]
public int BehaviorPriority

Field Value

int

Properties

public int Casualties1 { get; set; }

Property Value

int
public int Casualties2 { get; set; }

Property Value

int
[SaveableProperty(20)]
public IFaction Faction1 { get; }

Property Value

IFaction
[SaveableProperty(30)]
public IFaction Faction2 { get; }

Property Value

IFaction
public bool IsAllied { get; set; }

Property Value

bool
public bool IsAtConstantWar { get; set; }

Property Value

bool
public bool IsAtWar { get; set; }

Property Value

bool
public bool IsNeutral { get; }

Property Value

bool
public CampaignTime PeaceDeclarationDate { get; }

Property Value

CampaignTime
public int SuccessfulRaids1 { get; set; }

Property Value

int
public int SuccessfulRaids2 { get; set; }

Property Value

int
public int SuccessfulSieges1 { get; set; }

Property Value

int
public int SuccessfulSieges2 { get; set; }

Property Value

int
public int TotalTributePaidby1 { get; set; }

Property Value

int
public int TotalTributePaidby2 { get; set; }

Property Value

int
public CampaignTime WarStartDate { get; }

Property Value

CampaignTime

Methods

protected virtual void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>
public int GetCasualties(IFaction faction)

Parameters

faction IFaction

Returns

int
public int GetDailyTributePaid(IFaction faction)

Parameters

faction IFaction

Returns

int
public int GetSuccessfulRaids(IFaction faction)

Parameters

faction IFaction

Returns

int
public int GetSuccessfulSieges(IFaction faction)

Parameters

faction IFaction

Returns

int
public int GetTotalTributePaid(IFaction faction)

Parameters

faction IFaction

Returns

int
public void SetDailyTributePaid(IFaction payer, int dailyTribute)

Parameters

payer IFaction
dailyTribute int

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