LambdaHack-0.9.5.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Content.ModeKindPlayer

Description

Basic players definitions.

Synopsis

Documentation

playerHorror :: Player Source #

A special player, for summoned actors that don't belong to any of the main players of a given game. E.g., animals summoned during a brawl game between two hero factions land in the horror faction. In every game, either all factions for which summoning items exist should be present or a horror player should be added to host them.