2021-09-17 07:16:11 -07:00
|
|
|
### Locale for wielding items; i.e. two-handing them
|
|
|
|
|
|
2022-08-11 18:53:35 -04:00
|
|
|
wieldable-verb-text-wield = Wield
|
|
|
|
|
wieldable-verb-text-unwield = Unwield
|
|
|
|
|
|
2021-09-17 07:16:11 -07:00
|
|
|
wieldable-component-successful-wield = You wield { THE($item) }.
|
|
|
|
|
wieldable-component-failed-wield = You unwield { THE($item) }.
|
2022-08-25 09:42:13 -04:00
|
|
|
wieldable-component-successful-wield-other = { THE($user) } wields { THE($item) }.
|
|
|
|
|
wieldable-component-failed-wield-other = { THE($user) } unwields { THE($item) }.
|
|
|
|
|
|
2021-09-17 07:16:11 -07:00
|
|
|
wieldable-component-no-hands = You don't have enough hands!
|
2023-05-14 13:15:18 +10:00
|
|
|
wieldable-component-not-enough-free-hands = {$number ->
|
2022-08-11 18:53:35 -04:00
|
|
|
[one] You need a free hand to wield { THE($item) }.
|
|
|
|
|
*[other] You need { $number } free hands to wield { THE($item) }.
|
|
|
|
|
}
|
2021-09-17 07:16:11 -07:00
|
|
|
wieldable-component-not-in-hands = { CAPITALIZE(THE($item)) } isn't in your hands!
|
|
|
|
|
|
2023-05-14 13:15:18 +10:00
|
|
|
wieldable-component-requires = { CAPITALIZE(THE($item))} must be wielded!
|
|
|
|
|
|