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:
Flugente
2019-02-10 16:26:48 +00:00
parent be7005c3f8
commit 84d08a8821
40 changed files with 754 additions and 59 deletions
+7
View File
@@ -7418,6 +7418,9 @@ STR16 New113Message[] =
L"是否进行必要的手术?(%i名病人)",// L"Do you wish to make necessary surgeries first? (%i patient(s))",
L"是否在该病人身上进行手术?",// L"Do you wish to make the surgery on this patient first?",
L"在包扎前是否进行手术?",// L"Apply first aid automatically with necessary surgeries or without them?",
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手术完毕。",// L"Surgery on %s finished.",
L"%s 胸部中弹,失去1点生命上限!",// L"%s is hit in the chest and loses a point of maximum health!",
L"%s 胸部中弹,失去%d点生命上限!",// L"%s is hit in the chest and loses %d points of maximum health!",
@@ -8450,6 +8453,8 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
L"|护|盾", //L"|S|h|i|e|l|d",
L"|照|相|机", //L"|C|a|m|e|r|a",
L"|掩|埋|工|具|", //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[]=
@@ -8497,6 +8502,8 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
L"\n \n拿在手里,就可以抵挡前方的伤害。", //L"\n \nIf equipped in a hand, this will block incoming damage.",
L"\n \n你可以使用它拍照。", //L"\n \nYou can take photos with this.",
L"\n \n这个物品能让你更有效地掩埋尸体。", //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[]=