OGS Java API Spec

Package ogs.spells

Abstract base classes for spells in each school of magic.

See:
          Description

Class Summary
Abjuration A spell in the Abjuration school.
Conjuration A spell in the Conjuration school.
Divination A spell in the Divination school.
Enchantment A spell in the Enchantment school.
Evocation A spell in the Evocation school.
Illusion A spell in the Illusion school.
Necromancy A spell in the Necromancy school.
Transmutation A spell in the Transmutation school.
Universal A spell in the Universal school.
 

Package ogs.spells Description

Abstract base classes for spells in each school of magic. A campaign set in a magical game world can literally have hundreds of different spells. For this reason, grouping the spells by school is a good way to organize the spell classes. The classes in this package are used as the base classes for these spells.


OGS Java API Spec