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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Common.ItemStrongest

Contents

Description

Determining the strongest item wrt some property. No operation in this module involves the state or any of our custom monads.

Synopsis

Strongest items

strengthEffect :: (Effect -> [b]) -> ItemFull -> [b] Source #

Assorted