execution.ftl 1.1 KB

1234567891011121314151617
  1. execution-verb-name = Execute
  2. execution-verb-message = Use your weapon to execute someone.
  3. # All the below localisation strings have access to the following variables
  4. # attacker (the person committing the execution)
  5. # victim (the person being executed)
  6. # weapon (the weapon used for the execution)
  7. execution-popup-melee-initial-internal = You ready {THE($weapon)} against {THE($victim)}'s throat.
  8. execution-popup-melee-initial-external = { CAPITALIZE(THE($attacker)) } readies {POSS-ADJ($attacker)} {$weapon} against the throat of {THE($victim)}.
  9. execution-popup-melee-complete-internal = You slit the throat of {THE($victim)}!
  10. execution-popup-melee-complete-external = { CAPITALIZE(THE($attacker)) } slits the throat of {THE($victim)}!
  11. execution-popup-self-initial-internal = You ready {THE($weapon)} against your own throat.
  12. execution-popup-self-initial-external = { CAPITALIZE(THE($attacker)) } readies {POSS-ADJ($attacker)} {$weapon} against their own throat.
  13. execution-popup-self-complete-internal = You slit your own throat!
  14. execution-popup-self-complete-external = { CAPITALIZE(THE($attacker)) } slits their own throat!