![]() |
Core Rules
WoTC AD&D 2nd Edition -- Drakein API Reference
|
Derived Strength stats for the character's current Strength (Core Rules) or Stamina + Muscle sub-abilities (Skills & Powers). More...
#include <ICharacterRecord.h>
Public Attributes | |
| long | attack_adj |
| to-hit adjustment | |
| long | damage_adj |
| damage adjustment | |
| long | weight_allowance |
| lbs carried without encumbrance | |
| long | max_press |
| lbs lifted overhead | |
| long | open_doors |
| chance on 1d20 to force a stuck door | |
| long | open_doors_forced |
| parenthetical: locked/barred/magic (0 = none) | |
| long | bend_bars_lift_gates |
| percent chance | |
Derived Strength stats for the character's current Strength (Core Rules) or Stamina + Muscle sub-abilities (Skills & Powers).
Returned BY VALUE from GetStrengthAttrs() – an immutable snapshot; the internal lookup table is never exposed to consumers.
| long CoreRules::Char_Strength_Attr::attack_adj |
to-hit adjustment
| long CoreRules::Char_Strength_Attr::bend_bars_lift_gates |
percent chance
| long CoreRules::Char_Strength_Attr::damage_adj |
damage adjustment
| long CoreRules::Char_Strength_Attr::max_press |
lbs lifted overhead
| long CoreRules::Char_Strength_Attr::open_doors |
chance on 1d20 to force a stuck door
| long CoreRules::Char_Strength_Attr::open_doors_forced |
parenthetical: locked/barred/magic (0 = none)
| long CoreRules::Char_Strength_Attr::weight_allowance |
lbs carried without encumbrance