M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ComponentInterfaces.BribeCalculationModel Class Referenceabstract

Inherits TaleWorlds.Core.GameModel.

Inherited by TaleWorlds.CampaignSystem.GameComponents.DefaultBribeCalculationModel.

Public Member Functions

abstract int GetBribeToEnterLordsHall (Settlement settlement)
 
abstract int GetBribeToEnterDungeon (Settlement settlement)
 
abstract bool IsBribeNotNeededToEnterKeep (Settlement settlement)
 
abstract bool IsBribeNotNeededToEnterDungeon (Settlement settlement)
 

Member Function Documentation

◆ GetBribeToEnterLordsHall()

abstract int TaleWorlds.CampaignSystem.ComponentInterfaces.BribeCalculationModel.GetBribeToEnterLordsHall ( Settlement  settlement)
pure virtual

◆ GetBribeToEnterDungeon()

abstract int TaleWorlds.CampaignSystem.ComponentInterfaces.BribeCalculationModel.GetBribeToEnterDungeon ( Settlement  settlement)
pure virtual

◆ IsBribeNotNeededToEnterKeep()

abstract bool TaleWorlds.CampaignSystem.ComponentInterfaces.BribeCalculationModel.IsBribeNotNeededToEnterKeep ( Settlement  settlement)
pure virtual

◆ IsBribeNotNeededToEnterDungeon()

abstract bool TaleWorlds.CampaignSystem.ComponentInterfaces.BribeCalculationModel.IsBribeNotNeededToEnterDungeon ( Settlement  settlement)
pure virtual