pyherc.generators.creature

Module for creature generation related classes

Classes:
CreatureGenerator

CreatureGenerator

class pyherc.generators.creature.CreatureGenerator(action_factory)

Class used to generate creatures

generate_creature(tables, parameters)

Generates a creature @param tables: tables used in generation @param parameters: hash table containing parameters

generate_creature_from_table(table)

Take table entry and generate corresponding creature

Table Of Contents

Previous topic

pyherc.generators

Next topic

pyherc.generators.dungeon

This Page