mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +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:
@@ -7427,6 +7427,9 @@ STR16 New113Message[] =
|
||||
L"Voulez-vous lui faire les premiers soins d'abord ? (%i patient(s))",
|
||||
L"Voulez-vous faire les premiers soins sur ce patient d'abord ?",
|
||||
L"Appliquez les premiers soins automatiquement avec chirurgie ou sans ?",
|
||||
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"La chirurgie sur %s est finie.",
|
||||
L"%s est touché(e) au torse et perd un maximum de points de vie !",
|
||||
L"%s est touché(e) au torse et perd %d points de vie !",
|
||||
@@ -8453,6 +8456,8 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
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",
|
||||
L"|E|m|p|t|y |B|l|o|o|d |B|a|g", // TODO.Translate
|
||||
L"|B|l|o|o|d |B|a|g", // 44
|
||||
};
|
||||
|
||||
STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
@@ -8500,6 +8505,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