Safe Haskell | None |
---|---|
Language | Haskell2010 |
Descriptions of items.
Synopsis
- partItem :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part)
- partItemShort :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part)
- partItemShortest :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part)
- partItemHigh :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part)
- partItemWs :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> Part
- partItemWsRanged :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> Part
- partItemShortAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part
- partItemMediumAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part
- partItemShortWownW :: FactionId -> FactionDict -> Part -> Time -> ItemFull -> ItemQuant -> Part
- viewItem :: ItemFull -> AttrCharW32
- itemDesc :: Bool -> FactionId -> FactionDict -> Int -> CStore -> Time -> LevelId -> ItemFull -> ItemQuant -> AttrLine
- partItemN :: FactionId -> FactionDict -> Bool -> DetailLevel -> Int -> Time -> ItemFull -> ItemQuant -> (Part, Part)
- textAllPowers :: DetailLevel -> Bool -> ItemFull -> ([Text], [Text])
- partItemWsR :: FactionId -> FactionDict -> Bool -> Int -> Time -> ItemFull -> ItemQuant -> Part
Documentation
partItem :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part) Source #
The part of speech describing the item.
partItemShort :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part) Source #
partItemShortest :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part) Source #
partItemHigh :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Part, Part) Source #
partItemWs :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> Part Source #
partItemWsRanged :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> Part Source #
partItemShortAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part Source #
partItemMediumAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part Source #
partItemShortWownW :: FactionId -> FactionDict -> Part -> Time -> ItemFull -> ItemQuant -> Part Source #
viewItem :: ItemFull -> AttrCharW32 Source #
itemDesc :: Bool -> FactionId -> FactionDict -> Int -> CStore -> Time -> LevelId -> ItemFull -> ItemQuant -> AttrLine Source #
Internal operations
partItemN :: FactionId -> FactionDict -> Bool -> DetailLevel -> Int -> Time -> ItemFull -> ItemQuant -> (Part, Part) Source #
The part of speech describing the item parameterized by the number of effects/aspects to show.
textAllPowers :: DetailLevel -> Bool -> ItemFull -> ([Text], [Text]) Source #