Straitjacket Functionality. (#18052)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
cuffable-component-cannot-interact-message = You can't do that!
|
||||
cuffable-component-cannot-remove-cuffs-too-far-message = You are too far away to remove the cuffs.
|
||||
cuffable-component-cannot-remove-cuffs-too-far-message = You are too far away to remove the restraints.
|
||||
|
||||
cuffable-component-start-uncuffing-self = You start to painfully wriggle out of your cuffs.
|
||||
cuffable-component-start-uncuffing-observer = {$user} starts uncuffing {$target}!
|
||||
cuffable-component-start-uncuffing-target-message = You start uncuffing {$targetName}.
|
||||
cuffable-component-start-uncuffing-by-other-message = {$otherName} starts uncuffing you!
|
||||
cuffable-component-start-uncuffing-self = You start to painfully wriggle out of your restraints.
|
||||
cuffable-component-start-uncuffing-observer = {$user} starts unrestraining {$target}!
|
||||
cuffable-component-start-uncuffing-target-message = You start unrestraining {$targetName}.
|
||||
cuffable-component-start-uncuffing-by-other-message = {$otherName} starts unrestraining you!
|
||||
|
||||
cuffable-component-remove-cuffs-success-message = You successfully remove the cuffs.
|
||||
cuffable-component-remove-cuffs-by-other-success-message = {$otherName} uncuffs your hands.
|
||||
cuffable-component-remove-cuffs-to-other-partial-success-message = You successfully remove the cuffs. {$cuffedHandCount} of {$otherName}'s hands remain cuffed.
|
||||
cuffable-component-remove-cuffs-by-other-partial-success-message = {$otherName} removes your cuffs. {$cuffedHandCount} of your hands remain cuffed.
|
||||
cuffable-component-remove-cuffs-partial-success-message = You successfully remove the cuffs. {$cuffedHandCount} of your hands remain cuffed.
|
||||
cuffable-component-remove-cuffs-fail-message = You fail to remove the cuffs.
|
||||
cuffable-component-remove-cuffs-success-message = You successfully remove the restraints.
|
||||
cuffable-component-remove-cuffs-by-other-success-message = {$otherName} unrestrains your hands.
|
||||
cuffable-component-remove-cuffs-to-other-partial-success-message = You successfully remove the restraints. {$cuffedHandCount} of {$otherName}'s hands remain restrained.
|
||||
cuffable-component-remove-cuffs-by-other-partial-success-message = {$otherName} removes your restraints. {$cuffedHandCount} of your hands remain restrained.
|
||||
cuffable-component-remove-cuffs-partial-success-message = You successfully remove the restraints. {$cuffedHandCount} of your hands remain restrained.
|
||||
cuffable-component-remove-cuffs-fail-message = You fail to remove the restraints.
|
||||
|
||||
# UncuffVerb
|
||||
uncuff-verb-get-data-text = Uncuff
|
||||
# UnrestrainVerb
|
||||
uncuff-verb-get-data-text = Unrestrain
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
handcuff-component-target-self = You start cuffing yourself.
|
||||
handcuff-component-cuffs-broken-error = The cuffs are broken!
|
||||
handcuff-component-target-self = You start restraining yourself.
|
||||
handcuff-component-cuffs-broken-error = The restraints are broken!
|
||||
handcuff-component-target-has-no-hands-error = {$targetName} has no hands!
|
||||
handcuff-component-target-has-no-free-hands-error = {$targetName} has no free hands!
|
||||
handcuff-component-too-far-away-error = You are too far away to use the cuffs!
|
||||
handcuff-component-start-cuffing-observer = {$user} starts cuffing {$target}!
|
||||
handcuff-component-start-cuffing-target-message = You start cuffing {$targetName}.
|
||||
handcuff-component-start-cuffing-by-other-message = {$otherName} starts cuffing you!
|
||||
handcuff-component-cuff-observer-success-message = {$user} cuffs {$target}.
|
||||
handcuff-component-cuff-other-success-message = You successfully cuff {$otherName}.
|
||||
handcuff-component-cuff-by-other-success-message = You have been cuffed by {$otherName}!
|
||||
handcuff-component-cuff-self-success-message = You cuff yourself.
|
||||
handcuff-component-cuff-interrupt-message = You were interrupted while cuffing {$targetName}!
|
||||
handcuff-component-cuff-interrupt-other-message = You interrupt {$otherName} while they are cuffing you!
|
||||
handcuff-component-cuff-interrupt-self-message = You were interrupted while cuffing yourself.
|
||||
handcuff-component-cuff-interrupt-buckled-message = You can't buckle while cuffed!
|
||||
handcuff-component-cuff-interrupt-unbuckled-message = You can't unbuckle while cuffed!
|
||||
handcuff-component-too-far-away-error = You are too far away to use the restraints!
|
||||
handcuff-component-start-cuffing-observer = {$user} starts restraining {$target}!
|
||||
handcuff-component-start-cuffing-target-message = You start restraining {$targetName}.
|
||||
handcuff-component-start-cuffing-by-other-message = {$otherName} starts restraining you!
|
||||
handcuff-component-cuff-observer-success-message = {$user} restrains {$target}.
|
||||
handcuff-component-cuff-other-success-message = You successfully restrain {$otherName}.
|
||||
handcuff-component-cuff-by-other-success-message = You have been restrained by {$otherName}!
|
||||
handcuff-component-cuff-self-success-message = You restrain yourself.
|
||||
handcuff-component-cuff-interrupt-message = You were interrupted while unrestraining {$targetName}!
|
||||
handcuff-component-cuff-interrupt-other-message = You interrupt {$otherName} while they are restraining you!
|
||||
handcuff-component-cuff-interrupt-self-message = You were interrupted while unrestraining yourself.
|
||||
handcuff-component-cuff-interrupt-buckled-message = You can't buckle while restrained!
|
||||
handcuff-component-cuff-interrupt-unbuckled-message = You can't unbuckle while restrained!
|
||||
|
||||
Reference in New Issue
Block a user