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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.ItemDescription

Contents

Description

Descripitons of items.

Synopsis

Documentation

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

The part of speech describing the item.

Internal operations

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

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

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