@@ -83,6 +83,8 @@ extraStrings:
8383 STR_MEDAL_LONGEST_NIGHT_DESCRIPTION: "Given to a soldier who has witnessed the horrors of alien terror missions at night."
8484 STR_MEDAL_MEDAL_OF_HEROISM_NAME: "Medal of Heroism"
8585 STR_MEDAL_MEDAL_OF_HEROISM_DESCRIPTION: "Given to a soldier who has fought to the last ounce of strength."
86+ STR_MEDAL_HELLRAISER_MEDAL_NAME: "Hellraiser Medal"
87+ STR_MEDAL_HELLRAISER_MEDAL_DESCRIPITON: "Given to a soldier who has used incendiary weapons to kill aliens."
8688 STR_AWARD_0: "First award"
8789 STR_AWARD_1: "Second award"
8890 STR_AWARD_2: "Third award"
@@ -180,6 +182,8 @@ extraStrings:
180182 STR_MEDAL_LONGEST_NIGHT_DESCRIPTION: "Given to a soldier who has witnessed the horrors of alien terror missions at night."
181183 STR_MEDAL_MEDAL_OF_HEROISM_NAME: "Medal of Heroism"
182184 STR_MEDAL_MEDAL_OF_HEROISM_DESCRIPTION: "Given to a soldier who has fought to the last ounce of strength."
185+ STR_MEDAL_HELLRAISER_MEDAL_NAME: "Hellraiser Medal"
186+ STR_MEDAL_HELLRAISER_MEDAL_DESCRIPITON: "Given to a soldier who has used incendiary weapons to kill aliens."
183187 STR_AWARD_0: "First award"
184188 STR_AWARD_1: "Second award"
185189 STR_AWARD_2: "Third award"
@@ -221,6 +225,7 @@ extraStrings:
221225# total_night_terror_missions
222226# total_monthly_service
223227# total_fell_unconcious
228+ # total_kills_with_fire (only Incendiary Rockets...)
224229# The following criteria use a hardcoded noun for the name/description.
225230# They are INCOMPATIBLE with eachother. If used together,
226231# the commendation will be given out repeatedly.
@@ -282,5 +287,10 @@ commendations:
282287 - type: STR_MEDAL_MEDAL_OF_HEROISM_NAME
283288 description: STR_MEDAL_MEDAL_OF_HEROISM_DESCRIPTION
284289 sprite: 10
290+ criteria:
291+ total_fell_unconcious: [1, 2, 3, 4, 5, 7, 9, 11, 15, 20]
292+ - type: STR_MEDAL_HELLRAISER_MEDAL_NAME
293+ description: STR_MEDAL_HELLRAISER_MEDAL_DESCRIPTION
294+ sprite: 11
285295 criteria:
286296 total_fell_unconcious: [1, 2, 3, 4, 5, 7, 9, 11, 15, 20]
0 commit comments