Skip to content

Commit

Permalink
TODO Core 1.5.4063 Hediffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elevator89 committed Jun 8, 2024
1 parent 91853b8 commit 0b2147d
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/DefInjected/HediffDef/Hediffs_Global_Misc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
<ToxicBuildup.label>отравление токсинами</ToxicBuildup.label>
<!-- EN: Poison in the bloodstream. This can come from various sources, including environmental toxins, venomous bites, or poisoned weapons.\n\nAt high doses, toxic buildup is lethal. Even at low doses, it can generate cancers.\n\nIf a creature dies with toxic buildup, there's a chance that they cannot be eaten. The higher the toxic buildup, the higher the chance. -->
<ToxicBuildup.description>Токсин в крови. Может попасть в организм через окружающую среду, укусы ядовитых существ или рану от отравленного оружия.\n\nДаже в небольших дозах вещество обладает канцерогенным действием, а при больших — смертельно.\n\nЕсли существо погибло от отравления токсинами, есть вероятность, что оно будет непригодно в пищу. Чем сильнее отравление, тем выше эта вероятность.</ToxicBuildup.description>
<!-- EN: {PAWN_nameDef} is showing early signs of toxic buildup. Keep {PAWN_objective} away from sources of toxins. -->
<ToxicBuildup.comps.HediffComp_SurgeryInspectable.surgicalDetectionDesc>TODO</ToxicBuildup.comps.HediffComp_SurgeryInspectable.surgicalDetectionDesc>
<!-- EN: initial -->
<ToxicBuildup.stages.initial-0.label>незаметное</ToxicBuildup.stages.initial-0.label>
<!-- EN: initial -->
Expand Down
15 changes: 15 additions & 0 deletions Core/DefInjected/HediffDef/Hediffs_Local_Chronic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,19 @@
<!-- EN: extreme -->
<HeartArteryBlockage.stages.extreme.label>экстремальный</HeartArteryBlockage.stages.extreme.label>

<!-- EN: organ decay -->
<OrganDecay.label>TODO</OrganDecay.label>
<!-- EN: An untreatable degenerative disease affecting a single organ. The cause may be bacterial or viral. The illness seems to strike randomly from an unknown natural reservoir; it is not directly contagious between people.\n\nThis organ will slowly lose function before dying completely. Replace it with a bionic or natural organ. -->
<OrganDecay.description>TODO</OrganDecay.description>
<!-- EN: {PAWN_labelShort}'s {1} was destroyed by organ decay. -->
<OrganDecay.comps.HediffComp_DestroyOrgan.messageText>TODO</OrganDecay.comps.HediffComp_DestroyOrgan.messageText>
<!-- EN: minor -->
<OrganDecay.stages.minor.label>TODO</OrganDecay.stages.minor.label>
<!-- EN: moderate -->
<OrganDecay.stages.moderate.label>TODO</OrganDecay.stages.moderate.label>
<!-- EN: severe -->
<OrganDecay.stages.severe.label>TODO</OrganDecay.stages.severe.label>
<!-- EN: extreme -->
<OrganDecay.stages.extreme.label>TODO</OrganDecay.stages.extreme.label>

</LanguageData>
2 changes: 2 additions & 0 deletions Core/DefInjected/HediffDef/Hediffs_Local_Infections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
<LungRotExposure.label>отравление трупным газом</LungRotExposure.label>
<!-- EN: Long-term exposure to rot stink gas. Rot stink exposure has no direct health effects. However, serious rot stink exposure has a chance to result in a painful bacterial infection known as lung rot. When not exposed to rot stink gas, rot stink exposure will slowly decrease. -->
<LungRotExposure.description>Отравление, вызванное длительным воздействием трупного газа. Не имеет прямого влияния на здоровье, однако продолжительное воздействие может спровоцировать развитие болезненной бактериальной инфекции, известной как трупная чахотка. При покидании загазованной области отравление будет постепенно сходить на нет.</LungRotExposure.description>
<!-- EN: {PAWN_nameDef} is beginning to suffer from exposure to rot stink gas. Keep {PAWN_objective} away from rotting corpses and other sources of rot stink. -->
<LungRotExposure.comps.HediffComp_SurgeryInspectable.surgicalDetectionDesc>TODO</LungRotExposure.comps.HediffComp_SurgeryInspectable.surgicalDetectionDesc>
<!-- EN: minor -->
<LungRotExposure.stages.minor.label>лёгкое</LungRotExposure.stages.minor.label>
<!-- EN: major -->
Expand Down
24 changes: 24 additions & 0 deletions Core/DefInjected/HediffDef/Hediffs_Local_Injuries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,30 @@
<!-- EN: {0} in the {1} -->
<Cut.labelNounPretty>{0} {lookup: {1}; Case; 1}</Cut.labelNounPretty>

<!-- EN: decayed organ -->
<Decayed.label>TODO</Decayed.label>
<!-- EN: This organ has completely decayed. -->
<Decayed.description>TODO</Decayed.description>
<!-- EN: a decayed organ -->
<Decayed.labelNoun>TODO</Decayed.labelNoun>
<!-- EN: decayed {1} -->
<Decayed.labelNounPretty>TODO</Decayed.labelNounPretty>

<!-- EN: electrical burn -->
<ElectricalBurn.label>TODO</ElectricalBurn.label>
<!-- EN: An electical burn. -->
<ElectricalBurn.description>TODO</ElectricalBurn.description>
<!-- EN: electrical burn scar -->
<ElectricalBurn.comps.HediffComp_GetsPermanent.permanentLabel>TODO</ElectricalBurn.comps.HediffComp_GetsPermanent.permanentLabel>
<!-- EN: Burned off -->
<ElectricalBurn.injuryProps.destroyedLabel>TODO</ElectricalBurn.injuryProps.destroyedLabel>
<!-- EN: Burned out -->
<ElectricalBurn.injuryProps.destroyedOutLabel>TODO</ElectricalBurn.injuryProps.destroyedOutLabel>
<!-- EN: an electrical burn -->
<ElectricalBurn.labelNoun>TODO</ElectricalBurn.labelNoun>
<!-- EN: {0} in the {1} -->
<ElectricalBurn.labelNounPretty>TODO</ElectricalBurn.labelNounPretty>

<!-- EN: cut -->
<ExecutionCut.label>разрез</ExecutionCut.label>
<!-- EN: A cut made during execution. -->
Expand Down
2 changes: 2 additions & 0 deletions Core/DefInjected/HediffDef/Hediffs_Local_Misc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<ResurrectionPsychosis.label>психоз воскрешения</ResurrectionPsychosis.label>
<!-- EN: Chaotic thought patterns caused by the decoherence of resurrection mechanites. Resurrection psychosis progresses and eventually causes total psychosis and death.\n\nResurrected people require mechanites to rebuild their bodily functions at the cellular level. Mechanites always have a chance to lose coherence, and if they do, they wreak havoc in the central nervous system. The older the corpse, the more mechanite action is required to resurrect it, and the greater the chance of eventual decoherence. -->
<ResurrectionPsychosis.description>Хаотические паттерны мышления, вызванные декогеренцией воскрешающих механитов. Психоз воскрешения прогрессирует, ухудшая сознание, пока не приводит к смерти.\n\nОживлённым людям требуется работа механитов для восстановления функционирования организма на клеточном уровне. Механиты в любой момент могут потерять синхронизацию, что вызовет разрушение центральной нервной системы. Чем дольше труп пролежал до введения механитов, тем больше работы им предстоит сделать, и тем выше шансы внезапной десинхронизации.</ResurrectionPsychosis.description>
<!-- EN: {PAWN_nameDef} is suffering from a terminal case of resurrection psychosis, a condition caused by the decoherence of resurrection mechanites. The condition will slowly worsen, eventually resulting in death. -->
<ResurrectionPsychosis.comps.HediffComp_SurgeryInspectable.surgicalDetectionDesc>TODO</ResurrectionPsychosis.comps.HediffComp_SurgeryInspectable.surgicalDetectionDesc>
<!-- EN: Chaotic thought patterns caused by after-effects of resurrection. Resurrection psychosis is progressive and eventually causes psychosis and death. -->
<ResurrectionPsychosis.descriptionShort>Хаотические паттерны мышления, вызванные побочными эффектами воскрешения. Психоз воскрешения прогрессирует, ухудшая сознание, пока не приводит к смерти.</ResurrectionPsychosis.descriptionShort>
<!-- EN: early -->
Expand Down

0 comments on commit 0b2147d

Please sign in to comment.