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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.ItemDescription

Contents

Description

Descripitons of items.

Synopsis

Documentation

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

The part of speech describing the item.

Internal operations

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

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