16 lines
523 B
XML
16 lines
523 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LanguageData>
|
|
|
|
<!-- Surgical cut: Makes it possible to remove inner organs without harming outer body parts -->
|
|
|
|
<SurgicalCut.label>手术伤</SurgicalCut.label>
|
|
<SurgicalCut.deathMessage>{0}在手术中死亡。</SurgicalCut.deathMessage>
|
|
|
|
|
|
<!-- Execution cut: Makes it possible to distinguish execution damage from others -->
|
|
|
|
<ExecutionCut.label>处决</ExecutionCut.label>
|
|
<ExecutionCut.deathMessage>{0}被处决了。</ExecutionCut.deathMessage>
|
|
|
|
|
|
</LanguageData> |