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

Safe HaskellNone

Game.LambdaHack.Common.ItemDescription

Description

Descripitons of items.

Synopsis

Documentation

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

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

partItem :: CStore -> ItemFull -> (Part, Part)Source

The part of speech describing the item.