Osiris/API/CharacterBaseAbilityChanged

From Divinity Engine Wiki
Revision as of 15:39, 28 June 2018 by Tinkerer (talk | contribs) (Documented CharacterBaseAbilityChanged (future event))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • event CharacterBaseAbilityChanged((CHARACTERGUID)_Character, (STRING)_Ability, (INTEGER)_OldBaseValue, (INTEGER)_NewBaseValue)
Description

Thrown when a base combat or civil ability score of a player character changes. The base term refers to the fact that this event only gets thrown when the ability score of the character is changed via the character sheet after levelling, and not when such a score is indirectly influenced by equipping an item or by a talent.

Parameters
  • _Character: The character whose ability was changed.
  • _Ability: The name of the ability.
  • _OldBaseValue: The previous value of the ability.
  • _NewBaseValue: The new value of the ability.
Notes
  • This event is not yet available in current versions of the game, but will be added in a future version.
See Also