LambdaHack-0.4.101.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 -> LevelId -> Time -> ItemFull -> (Bool, Part, Part) Source

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

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

The part of speech describing the item.