* melee executions * fix damage bug * cleanup * address reviews hopefully * resistance bypass mechanic * component changes * self executions (not finished yet) * self execs part two * ok i fixed things (still not finished) * finish everything * review stuff * nuke if (kind = special) * more review stuffs * Make suicide system much less hardcoded and make much more use of events * Fix a dumb bug I introduced * self execution popups * Integration tests * Why did they even take 0.5 blunt damage? * More consistent integration tests * Destructive equals true * Allow it to dirty-dispose * IS THIS WHAT YOU WANT? * FRESH AND CLEAN * modifier to multiplier * don't jinx the integration tests * no file-scoped namespace * Move the rest of execution to shared, create SuicideGhostEvent * handled * Get rid of unused code and add a comment * ghost before suicide * stop cat suicides * popup fix + small suicide change * make it a bit better --------- Co-authored-by: Plykiya <58439124+Plykiya@users.noreply.github.com>
17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
execution-verb-name = Execute
|
|
execution-verb-message = Use your weapon to execute someone.
|
|
|
|
# All the below localisation strings have access to the following variables
|
|
# attacker (the person committing the execution)
|
|
# victim (the person being executed)
|
|
# weapon (the weapon used for the execution)
|
|
|
|
execution-popup-melee-initial-internal = You ready {THE($weapon)} against {$victim}'s throat.
|
|
execution-popup-melee-initial-external = {$attacker} readies {POSS-ADJ($attacker)} {$weapon} against the throat of {$victim}.
|
|
execution-popup-melee-complete-internal = You slit the throat of {$victim}!
|
|
execution-popup-melee-complete-external = {$attacker} slits the throat of {$victim}!
|
|
|
|
execution-popup-self-initial-internal = You ready {THE($weapon)} against your own throat.
|
|
execution-popup-self-initial-external = {$attacker} readies {POSS-ADJ($attacker)} {$weapon} against their own throat.
|
|
execution-popup-self-complete-internal = You slit your own throat!
|
|
execution-popup-self-complete-external = {$attacker} slits their own throat! |