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

Safe HaskellNone

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 :: !Text

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.