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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.ItemDescription

Contents

Description

Descriptions of items.

Synopsis

Documentation

partItem :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part) Source #

The part of speech describing the item.

Internal operations

partItemN :: FactionId -> FactionDict -> Bool -> DetailLevel -> Int -> Time -> ItemFull -> ItemQuant -> (Part, Part) Source #

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