mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
New feature: we have to bury corpses, or their rot causes diseases in sectors
Requires GameDir >= r2436. Fopr more info, see http://thepit.ja-galaxy-forum.com/index.php?t=tree&th=23828&goto=354321&#msg_354321 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8591 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2475,6 +2475,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"GetIntel",
|
||||
L"DoctorM.",
|
||||
L"DMilitia",
|
||||
L"Burial",
|
||||
};
|
||||
|
||||
|
||||
@@ -2582,6 +2583,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Get intel while disguised",
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
};
|
||||
|
||||
|
||||
@@ -2648,6 +2650,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Get intel while disguised",
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
};
|
||||
|
||||
|
||||
@@ -6249,7 +6252,7 @@ STR16 zMarksMapScreenText[] =
|
||||
L"Стратегическая карта",
|
||||
|
||||
// Flugente: disease texts describing what a map view does
|
||||
L"Здесь показаны вспышки заболеваний по секторам. Число указывает средний показатель инфекции на человека, цвет - насколько широко распространена инфекция. СЕРЫЙ= нет информации о заболеваемости. ЗЕЛЁНЫЙ - КРАСНЫЙ = уровень роста заболеваемости.",
|
||||
L"This view shows how many rotting corpses are in a sector. The white number are corpses, the green number is accumulated disease, the sector colour indicates how widespread it is. GREY= No disease known of. GREEN to RED = escalating levels of disease.", // TODO.Translate
|
||||
|
||||
// Flugente: weather texts describing what a map view does
|
||||
L"Здесь паказана актуальная погода. Без цвета=солнечно, зеленый=дождь, Синий=Гроза, Оранжевый=песчаная буря, Белый=снег.",
|
||||
@@ -8445,6 +8448,7 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
L"|И|н|ф|е|к|ц|и|о|н|н|а|я |з|а|щ|и|т|а", // 39
|
||||
L"|S|h|i|e|l|d", // TODO.Translate
|
||||
L"|C|a|m|e|r|a", // TODO.Translate
|
||||
L"|B|u|r|i|a|l |M|o|d|i|f|i|e|r",
|
||||
};
|
||||
|
||||
STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
@@ -8491,6 +8495,7 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
L"\n \nЕсли хранить в своём кармане,\nпонижается шанс заражения\n от других людей.",
|
||||
L"\n \nIf equipped in a hand, this will block incoming damage.", // TODO.Translate
|
||||
L"\n \nYou can take photos with this.", // TODO.Translate
|
||||
L"\n \nThis item makes you more effective at burying corpses.",
|
||||
};
|
||||
|
||||
STR16 szUDBAdvStatsTooltipText[]=
|
||||
@@ -9064,6 +9069,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" %s%d%% enemy CTH if crouched against thick cover in their direction\n",
|
||||
L" %s%d%% кровотечение\n",
|
||||
L" Взлом: %s%d ",
|
||||
L" %s%d%% burial speed\n", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szBackgroundTitleText[] =
|
||||
@@ -10998,6 +11004,7 @@ STR16 szDiseaseText[] =
|
||||
|
||||
L"Обследование",
|
||||
L"Лечение населения",
|
||||
L"Burial", // TODO.Translate
|
||||
L"Отмена",
|
||||
|
||||
L"\n\n%s (недиагностирована) - %d / %d\n",
|
||||
|
||||
Reference in New Issue
Block a user