Namespace AutoBattleFramework.Stats
Classes
CharacterStats
Character statistics.
ItemModificator
Stat modificator related to a GameItem. Holds a reference to the ScriptableShopItem of such item.
StatModificator
Describes a modification to a stat of a character.
StatsModificator
Class used by elements like IAttackEffect, GameItem or Trait to modify character statistics.
Trait
It represents traits that characters have, and when they are placed in the game next to another character sharing the same trait, they unlock effects such as improved stats.
TraitOption
Represents the effects that will be applied to a set of characters when the condition of having a certain number of characters in play is met.
Enums
CharacterStats.CharacterStat
Enumeration of all character stats.
StatsModificator.ModificatorType
Set it to fixed if you want to add a fixed value to the statistics. Set it to percent if you want to add a percentage value to the statistics.
TraitOption.TraitTarget
To whom the effects of this option apply.
Characters With Trait - To all the characters that share this trait.
All Characters - To all characters in player�s team.
Selected Traits - To all characters that share at least one Trait in SelectedTraits.