Core Rules
WoTC AD&D 2nd Edition -- Drakein API Reference
Loading...
Searching...
No Matches
IEncounterMonHpOb.h File Reference

One per-monster HP roll inside an encounter package. More...

#include "API.h"

Classes

class  CoreRules::IEncounterMonHpOb
 One per-monster HP roll. More...

Namespaces

namespace  CoreRules

Functions

IEncounterMonHpObCoreRules::CreateEncounterMonHpOb ()
 Factory for a standalone HP-roll entry.
void CoreRules::DestroyEncounterMonHpOb (IEncounterMonHpOb *p)
 Release a standalone HP-roll entry.

Detailed Description

One per-monster HP roll inside an encounter package.

Each IEncounterMonsterPackageOb / IEncounterNPCPackageOb carries a parallel array of these alongside its monster/NPC details. Used for pre-rolled encounters where the DM wants stable HP across play-throughs rather than rolling fresh each time.

Leaf object – no nested CR records.