Class PartyHealingModel
- Namespace
- TaleWorlds.CampaignSystem.ComponentInterfaces
- Assembly
- TaleWorlds.CampaignSystem.dll
public abstract class PartyHealingModel : GameModel
- Inheritance
-
PartyHealingModel
- Derived
- Inherited Members
Constructors
PartyHealingModel()
protected PartyHealingModel()
Methods
GetBattleEndHealingAmount(MobileParty, Hero)
public abstract int GetBattleEndHealingAmount(MobileParty party, Hero hero)
Parameters
party
MobilePartyhero
Hero
Returns
GetDailyHealingForRegulars(MobileParty, bool)
public abstract ExplainedNumber GetDailyHealingForRegulars(MobileParty party, bool includeDescriptions = false)
Parameters
party
MobilePartyincludeDescriptions
bool
Returns
GetDailyHealingHpForHeroes(MobileParty, bool)
public abstract ExplainedNumber GetDailyHealingHpForHeroes(MobileParty party, bool includeDescriptions = false)
Parameters
party
MobilePartyincludeDescriptions
bool
Returns
GetHeroesEffectedHealingAmount(Hero, float)
public abstract int GetHeroesEffectedHealingAmount(Hero hero, float healingRate)
Parameters
Returns
GetSiegeBombardmentHitSurgeryChance(PartyBase)
public abstract float GetSiegeBombardmentHitSurgeryChance(PartyBase party)
Parameters
party
PartyBase
Returns
GetSkillXpFromHealingTroop(PartyBase)
public abstract int GetSkillXpFromHealingTroop(PartyBase party)
Parameters
party
PartyBase
Returns
GetSurgeryChance(PartyBase)
public abstract float GetSurgeryChance(PartyBase party)
Parameters
party
PartyBase
Returns
GetSurvivalChance(PartyBase, CharacterObject, DamageTypes, bool, PartyBase)
public abstract float GetSurvivalChance(PartyBase party, CharacterObject agentCharacter, DamageTypes damageType, bool canDamageKillEvenIfBlunt, PartyBase enemyParty = null)
Parameters
party
PartyBaseagentCharacter
CharacterObjectdamageType
DamageTypescanDamageKillEvenIfBlunt
boolenemyParty
PartyBase
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).