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

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

#include "API.h"

Classes

class  CoreRules::IEncTemplateItemPropertiesOb
 One Item Properties row inside an encounter template. More...

Namespaces

namespace  CoreRules

Functions

IEncTemplateItemPropertiesObCoreRules::CreateEncTemplateItemPropertiesOb ()
 Factory for a standalone Item Properties row.
void CoreRules::DestroyEncTemplateItemPropertiesOb (IEncTemplateItemPropertiesOb *p)
 Release a standalone Item Properties row.

Detailed Description

One "Item Properties" row inside an encounter template.

Each Item Properties row defines an item that may appear when the template fires. Contains: percentage chance, number-of-items dice, currency type + currency-amount dice, dependency settings, embedded dependent monster / monster-type / item-part references, a list of monsters whose count is doubled, and inline arrays of escort and per-item monsters.

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