LambdaHack-0.2.6: A roguelike game engine in early and active development

Safe HaskellSafe-Inferred

Game.LambdaHack.Content.StrategyKind

Description

The type of kinds of AI strategies.

Synopsis

Documentation

data StrategyKind Source

Strategy properties that are fixed for a given kind of strategies.

Constructors

StrategyKind 

Fields

ssymbol :: !Char

a symbol

sname :: !String

short description

sfreq :: !Freqs

frequency within groups

sabilities :: ![Ability]

abilities to pick from in roughly that order

Instances

svalidate :: [StrategyKind] -> [StrategyKind]Source

No specific possible problems for the content of this kind, so far, so the validation function always returns the empty list of offending kinds.