Table of Contents

Class RaidModel

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

Constructors

RaidModel()

protected RaidModel()

Properties

GoldRewardForEachLostHearth

public abstract int GoldRewardForEachLostHearth { get; }

Property Value

int

Methods

CalculateHitDamage(MapEventSide, float)

public abstract float CalculateHitDamage(MapEventSide attackerSide, float settlementHitPoints)

Parameters

attackerSide MapEventSide
settlementHitPoints float

Returns

float

GetCommonLootItemScores()

public abstract MBReadOnlyList<(ItemObject, float)> GetCommonLootItemScores()

Returns

MBReadOnlyList<(ItemObject, float)>

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