pyherc.rules.tables

Tables

class pyherc.rules.tables.Tables
construct_lookup_tables()

Construct lookup tables for different kinds of items

load_tables(base_path=None, itemConfig=None, creatureConfig=None)

Initialise tables @param base_path: directory from where to load files @param itemConfig: optional config string for items @param creatureConfig: optional config string for creatures

randomise_potions()

Randomize appearances of potions @note: different types of potions may be assigned same appearance

CreatureHandler

class pyherc.rules.tables.CreatureHandler

Class to read creatures from xml-configuration

ItemHandler

class pyherc.rules.tables.ItemHandler

Class to process items xml-configuration

Table Of Contents

Previous topic

pyherc.rules.public

Next topic

pyherc.rules.time

This Page