Table of Contents

Class FightTournamentGame

Namespace
TaleWorlds.CampaignSystem.TournamentGames
Assembly
TaleWorlds.CampaignSystem.dll
public class FightTournamentGame : TournamentGame
Inheritance
FightTournamentGame
Inherited Members

Constructors

FightTournamentGame(Town)

public FightTournamentGame(Town town)

Parameters

town Town

Fields

ParticipantTroopMinimumTierLimit

public const int ParticipantTroopMinimumTierLimit = 3

Field Value

int

Properties

MaxTeamNumberPerMatch

public override int MaxTeamNumberPerMatch { get; }

Property Value

int

MaxTeamSize

public override int MaxTeamSize { get; }

Property Value

int

MaximumParticipantCount

public override int MaximumParticipantCount { get; }

Property Value

int

RemoveTournamentAfterDays

public override int RemoveTournamentAfterDays { get; }

Property Value

int

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

CanBeAParticipant(CharacterObject, bool)

public override bool CanBeAParticipant(CharacterObject character, bool considerSkills)

Parameters

character CharacterObject
considerSkills bool

Returns

bool

GetMenuText()

public override TextObject GetMenuText()

Returns

TextObject

GetParticipantCharacters(Settlement, bool)

public override MBList<CharacterObject> GetParticipantCharacters(Settlement settlement, bool includePlayer = true)

Parameters

settlement Settlement
includePlayer bool

Returns

MBList<CharacterObject>

GetTournamentPrize(bool, int)

protected override ItemObject GetTournamentPrize(bool includePlayer, int lastRecordedLordCountForTournamentPrize)

Parameters

includePlayer bool
lastRecordedLordCountForTournamentPrize int

Returns

ItemObject

OpenMission(Settlement, bool)

public override void OpenMission(Settlement settlement, bool isPlayerParticipating)

Parameters

settlement Settlement
isPlayerParticipating bool

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