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

One "Monster Properties" row inside an encounter template. More...

#include "API.h"

Classes

class  CoreRules::IEncTemplateMonsterPropertiesOb
 One Monster Properties row inside an encounter template. More...

Namespaces

namespace  CoreRules

Functions

IEncTemplateMonsterPropertiesObCoreRules::CreateEncTemplateMonsterPropertiesOb ()
 Factory for a standalone Monster Properties row.
void CoreRules::DestroyEncTemplateMonsterPropertiesOb (IEncTemplateMonsterPropertiesOb *p)
 Release a standalone Monster Properties row.

Detailed Description

One "Monster Properties" row inside an encounter template.

Each Monster Properties row defines a group of monsters that may appear when the template fires, with selection dice (top input row in the editor), additional-monster dice (bottom input row), dependency / and-or flags, percentage chance, for-every / beyond thresholds, and an inline array of appearing monsters.

Created and owned by an IEncTemplateOb; consumers don't construct these directly.