Table of Contents

Class PartyWageModel

Namespace
TaleWorlds.CampaignSystem.ComponentInterfaces
Assembly
TaleWorlds.CampaignSystem.dll
public abstract class PartyWageModel : GameModel
Inheritance
PartyWageModel
Derived
Inherited Members

Constructors

PartyWageModel()

protected PartyWageModel()

Properties

MaxWage

public abstract int MaxWage { get; }

Property Value

int

Methods

GetCharacterWage(CharacterObject)

public abstract int GetCharacterWage(CharacterObject character)

Parameters

character CharacterObject

Returns

int

GetTotalWage(MobileParty, bool)

public abstract ExplainedNumber GetTotalWage(MobileParty mobileParty, bool includeDescriptions = false)

Parameters

mobileParty MobileParty
includeDescriptions bool

Returns

ExplainedNumber

GetTroopRecruitmentCost(CharacterObject, Hero, bool)

public abstract int GetTroopRecruitmentCost(CharacterObject troop, Hero buyerHero, bool withoutItemCost = false)

Parameters

troop CharacterObject
buyerHero Hero
withoutItemCost bool

Returns

int

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