This commit is contained in:
2023-05-05 02:37:36 +01:00
parent 03c3d34ea1
commit be37de18cb
2 changed files with 60 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module Dodge.Equipment.Text
where
import Dodge.Data.Equipment.Misc
eqPosText :: EquipPosition -> String
eqPosText ep = case ep of
OnHead -> "HEAD"
OnChest -> "CHESt"
OnBack -> "BACK"
OnLeftWrist -> "L.WRIST"
OnRightWrist -> "R.WRIST"
OnLegs -> "LEGS"
OnSpecial -> "EQUIPPED"