Mapper, ARHUD, radar sweeps update. Add dropper items

This commit is contained in:
2025-01-03 10:43:06 +00:00
parent e9f5a39ed7
commit 386d6f47b0
27 changed files with 802 additions and 700 deletions
+18
View File
@@ -28,8 +28,26 @@ itmBaseInfo itm = case itm ^. itType of
CRAFT fit -> craftInfo fit
DETECTOR d -> "A device that detects " ++ detectorInfo d ++ " in an expanding radius."
ATTACH t -> attachInfo t
AMMOMAG t -> ammoMagInfo t
-- TARGETING {_ibtTargeting :: TargetingType}
-- BULLETMOD {_ibtBulletMod :: BulletMod}
-- STICKYMOD
-- ITEMSCAN
-- MAPPER
-- INTROSCAN {_ibtIntroScanType :: IntroScanType}
-- DETECTOR {_ibtDetector :: Detector}
-- ARHUD
_ -> "THIS SHOULD NOT BE DISPLAYED"
ammoMagInfo :: AmmoMagType -> String
ammoMagInfo = \case
TINMAG -> "A small tin magazine for containing bullets. "
DRUMMAG -> "A mid-sized magazine for containing bullets. "
BELTMAG -> "A belt with attachable bullets. "
SHELLMAG -> "A container for a projectile. "
BATTERY -> "A store of electrical potential energy. "
CHEMFUELPOUCH -> "A small tank for containing flammable liquids. "
attachInfo :: AttachType -> String
attachInfo = \case
ZOOMSCOPE -> "An optical zoom. "