mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
A paramedic can use empty bloodbags (<emptybloodbag>-tag, item #1756) to create blood bags (<bloodbag>-tag, item #1757) from other mercs. These can then boost the health returned by surgery by ONTOP_PERCENT_SURGERY_HEAL_BLOODBAG percent.
Requires GameDir >= r2467. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8662 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7254,6 +7254,9 @@ STR16 New113Message[] =
|
||||
L"Möchten Sie zuerst Operationen durchführen? (%i Patient(en))",
|
||||
L"Möchten Sie an diesem Patienten zuerst eine Operation durchführen?",
|
||||
L"Erste Hilfe automatisch mit entsprechender operativer Behandlung durchführen oder ohne?",
|
||||
L"Do you want to perform surgery on %s before bandaging? (You can heal about %i health, *: %i by blood bag use.)", // TODO.Translate
|
||||
L"Do you want to perform surgery on %s? (You can heal about %i Health, *: %i by blood bag use.)",
|
||||
L"Do you wish to perform surgery on %s? (You can heal about %i Health, *: %i by blood bag use.)",
|
||||
L"%s wurde erfolgreich operiert.",
|
||||
L"%s ist am Torso getroffen und verliert einen Punkt maximaler Gesundheit!",
|
||||
L"%s ist am Torso getroffen und verliert %d Punkte maximaler Gesundheit!",
|
||||
@@ -8279,9 +8282,11 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
L"|A|n|t|i|-|M|a|t|e|r|i|a|l |A|m|m|o", // TODO.Translate
|
||||
L"|F|a|c|e |P|r|o|t|e|c|t|i|o|n",
|
||||
L"|I|n|f|e|c|t|i|o|n |P|r|o|t|e|c|t|i|o|n", // 39
|
||||
L"|S|h|i|e|l|d", // TODO.Translate
|
||||
L"|C|a|m|e|r|a", // TODO.Translate
|
||||
L"|S|c|h|i||l|d",
|
||||
L"|K|a|m|e|r|a",
|
||||
L"|B|u|r|i|a|l |M|o|d|i|f|i|e|r",
|
||||
L"|B|l|u|t|b|e|u|t|e|l |(|l|e|e|r|)",
|
||||
L"|B|l|u|t|b|e|u|t|e|l", // 44
|
||||
};
|
||||
|
||||
STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
@@ -8329,6 +8334,8 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
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.",
|
||||
L"\n \nA paramedic can extract blood\nfrom a donor with this.", // TODO.Translate
|
||||
L"\n \nA paramedic can use up this item to increase\nthe amount of health regenerated by surgery.", // 44
|
||||
};
|
||||
|
||||
STR16 szUDBAdvStatsTooltipText[]=
|
||||
|
||||
Reference in New Issue
Block a user