Start refactoring hand/item handle orientation
This commit is contained in:
@@ -242,9 +242,9 @@ heldPositionInfo = aimStanceInfo . itemBaseStance
|
||||
|
||||
aimStanceInfo :: AimStance -> String
|
||||
aimStanceInfo as = case as of
|
||||
TwoHandUnder -> "It is held in two hands and tucked under the shoulder."
|
||||
TwoHandOver -> "It is held in two hands and over the shoulder."
|
||||
TwoHandFlat -> "It is held in two hands at its sides."
|
||||
TwoHandUnder -> "It is held using two hands, tucked under the shoulder."
|
||||
TwoHandOver -> "It is held using two hands, resting over the shoulder."
|
||||
TwoHandFlat -> "It is held using two hands in front of the body."
|
||||
OneHand -> "It is held in one hand."
|
||||
|
||||
itmEquipSiteInfo :: Item -> String
|
||||
|
||||
Reference in New Issue
Block a user