Table of Contents

Interface IOnSpawnPerkEffect

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public interface IOnSpawnPerkEffect

Methods

GetAlternativeEquipments(bool, List<(EquipmentIndex, EquipmentElement)>, bool)

List<(EquipmentIndex, EquipmentElement)> GetAlternativeEquipments(bool isPlayer, List<(EquipmentIndex, EquipmentElement)> alternativeEquipments, bool getAll = false)

Parameters

isPlayer bool
alternativeEquipments List<(EquipmentIndex, EquipmentElement)>
getAll bool

Returns

List<(EquipmentIndex, EquipmentElement)>

GetDrivenPropertyBonusOnSpawn(bool, DrivenProperty, float)

float GetDrivenPropertyBonusOnSpawn(bool isPlayer, DrivenProperty drivenProperty, float baseValue)

Parameters

isPlayer bool
drivenProperty DrivenProperty
baseValue float

Returns

float

GetExtraTroopCount()

int GetExtraTroopCount()

Returns

int

GetHitpoints(bool)

float GetHitpoints(bool isPlayer)

Parameters

isPlayer bool

Returns

float

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