LambdaHack-0.2.14: A roguelike game engine in early development

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Common.ItemDescription

Description

Descripitons of items.

Synopsis

Documentation

partItemN :: Bool -> Int -> CStore -> ItemFull -> (Part, Part) Source

The part of speech describing the item parameterized by the number of effects/aspects to show..

partItem :: CStore -> ItemFull -> (Part, Part) Source

The part of speech describing the item.