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.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2467 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2019-02-10 16:22:27 +00:00
parent a241003580
commit cf700d0f8e
15 changed files with 90 additions and 2 deletions
+3
View File
@@ -449,6 +449,9 @@ NUMBER_OF_TRAITS_NEEDED_FOR_SURGERY = 1
BASE_PERCENT_SURGERY_HEAL = 10
ONTOP_PERCENT_SURGERY_HEAL_PER_TRAIT = 20
; if a doctor has a blood bag and chooses to use it, this percentage is added to the health amount restored by surgery
ONTOP_PERCENT_SURGERY_HEAL_BLOODBAG = 15
; Determines the percentage of medical supplies are used for surgery
MEDICAL_BAG_CONSUMPTION_BY_SURGERY = 100