LambdaHack-0.5.0.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Common.ItemDescription

Description

Descripitons of items.

Synopsis

Documentation

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

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

partItem :: CStore -> Time -> ItemFull -> (Bool, Part, Part) Source #

The part of speech describing the item.

partItemWs :: Int -> CStore -> Time -> ItemFull -> Part Source #

partItemWownW :: Part -> CStore -> Time -> ItemFull -> Part Source #

textAllAE :: Int -> Bool -> CStore -> ItemFull -> [Text] Source #