@@ -297,6 +297,10 @@ extraStrings:
297297 STR_MEDAL_FLANKSHOT_DESCRIPTION: "Given to a soldier who has demonstratd great tactic, able to flank and kill enemies."
298298 STR_MEDAL_HEALER_NAME: "Hippocratic Star"
299299 STR_MEDAL_HEALER_DESCRIPTION: "Given to a soldier who has performed medical services in the field."
300+ STR_MEDAL_ALLUFOS_NAME: "UFO Recovery Citation"
301+ STR_MEDAL_ALLUFOS_DESCRIPTION: "Given to a soldier who has participated in missions involving every UFO type."
302+ STR_MEDAL_ALLMISSIONS_NAME: "To Hell and Back Medal"
303+ STR_MEDAL_ALLMISSIONS_DESCRIPTION: "Given to a soldier who as participated in every mission type."
300304 STR_AWARD_0: "First award"
301305 STR_AWARD_1: "Second award"
302306 STR_AWARD_2: "Third award"
@@ -445,6 +449,10 @@ extraStrings:
445449 STR_MEDAL_FLANKSHOT_DESCRIPTION: "Given to a soldier who has demonstratd great tactic, able to flank and kill enemies."
446450 STR_MEDAL_HEALER_NAME: "Hippocratic Star"
447451 STR_MEDAL_HEALER_DESCRIPTION: "Given to a soldier who has performed medical services in the field."
452+ STR_MEDAL_ALLUFOS_NAME: "UFO Recovery Citation"
453+ STR_MEDAL_ALLUFOS_DESCRIPTION: "Given to a soldier who has participated in missions involving every UFO type."
454+ STR_MEDAL_ALLMISSIONS_NAME: "To Hell and Back Medal"
455+ STR_MEDAL_ALLMISSIONS_DESCRIPTION: "Given to a soldier who as participated in every mission type."
448456 STR_AWARD_0: "First award"
449457 STR_AWARD_1: "Second award"
450458 STR_AWARD_2: "Third award"
@@ -947,9 +955,9 @@ extraStrings:
947955# totalValientCrux
948956# totalTrapKills
949957# isDead
950- # totalHeadShots
951- # totalRearShots
952- # totalFlankShots
958+ # totalAllMissionTypes
959+ # totalAllUFOs
960+ # totalWoundsHealed
953961# The following criteria use a hardcoded noun for the name/description.
954962# They are INCOMPATIBLE with eachother. If used together,
955963# the commendation will be given out repeatedly.
@@ -1211,6 +1219,16 @@ commendations:
12111219 sprite: 32
12121220 criteria:
12131221 totalWoundsHealed: [3, 6, 9, 9, 9, 9, 12, 12, 12, 12]
1222+ - type: STR_MEDAL_ALLUFOS_NAME
1223+ description: STR_MEDAL_ALLUFOS_DESCRIPTION
1224+ sprite: 32
1225+ criteria:
1226+ totalAllUFOs: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
1227+ - type: STR_MEDAL_ALLMISSIONS_NAME
1228+ description: STR_MEDAL_ALLMISSIONS_DESCRIPTION
1229+ sprite: 32
1230+ criteria:
1231+ totalAllMissionTypes: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
12141232ufopaedia:
12151233 - id: STR_MEDAL_MILITARY_CROSS_NAME
12161234 type_id: 7
@@ -1478,6 +1496,20 @@ ufopaedia:
14781496 text: STR_MEDAL_HEALER_MEDAL_UFOPEDIA
14791497 text_width: 164
14801498 listOrder: 6033
1499+ - id: STR_MEDAL_ALLUFOS_NAME
1500+ type_id: 7
1501+ section: STR_HEAVY_WEAPONS_PLATFORMS
1502+ image_id: NIKE_CROSS
1503+ text: STR_MEDAL_ALLUFOS_MEDAL_UFOPEDIA
1504+ text_width: 164
1505+ listOrder: 6033
1506+ - id: STR_MEDAL_ALLMISSIONS_NAME
1507+ type_id: 7
1508+ section: STR_HEAVY_WEAPONS_PLATFORMS
1509+ image_id: NIKE_CROSS
1510+ text: STR_MEDAL_ALLMISSIONS_MEDAL_UFOPEDIA
1511+ text_width: 164
1512+ listOrder: 6033
14811513# entries below move the HWPs to the Craft Section of the UFOPedia
14821514 - id: STR_TANK_CANNON
14831515 section: STR_XCOM_CRAFT_ARMAMENT
0 commit comments