Core Rules
WoTC AD&D 2nd Edition -- Drakein API Reference
Loading...
Searching...
No Matches
CoreRules::Char_Strength_Attr Struct 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

Detailed Description

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.

Member Data Documentation

◆ attack_adj

long CoreRules::Char_Strength_Attr::attack_adj

to-hit adjustment

◆ bend_bars_lift_gates

long CoreRules::Char_Strength_Attr::bend_bars_lift_gates

percent chance

◆ damage_adj

long CoreRules::Char_Strength_Attr::damage_adj

damage adjustment

◆ max_press

long CoreRules::Char_Strength_Attr::max_press

lbs lifted overhead

◆ open_doors

long CoreRules::Char_Strength_Attr::open_doors

chance on 1d20 to force a stuck door

◆ open_doors_forced

long CoreRules::Char_Strength_Attr::open_doors_forced

parenthetical: locked/barred/magic (0 = none)

◆ weight_allowance

long CoreRules::Char_Strength_Attr::weight_allowance

lbs carried without encumbrance


The documentation for this struct was generated from the following file: