@@ -293,6 +293,8 @@ extraStrings:
293293 STR_MEDAL_HEADSHOT_DESCRIPTION: "Given to a soldier with a steady hand who has landed multiple headshots."
294294 STR_MEDAL_REARSHOT_NAME: "Cunning Citation"
295295 STR_MEDAL_REARSHOT_DESCRIPTION: "Given to a soldier who has demonstrated cunning, able to surprise enemies and kill them from behind."
296+ STR_MEDAL_FLANKSHOT_NAME: "Tactition Citation"
297+ STR_MEDAL_FLANKSHOT_DESCRIPTION: "Given to a soldier who has demonstratd great tactic, able to flank and kill enemies."
296298 STR_AWARD_0: "First award"
297299 STR_AWARD_1: "Second award"
298300 STR_AWARD_2: "Third award"
@@ -437,6 +439,8 @@ extraStrings:
437439 STR_MEDAL_HEADSHOT_DESCRIPTION: "Given to a soldier with a steady hand who has landed multiple headshots."
438440 STR_MEDAL_REARSHOT_NAME: "Cunning Citation"
439441 STR_MEDAL_REARSHOT_DESCRIPTION: "Given to a soldier who has demonstrated cunning, able to surprise enemies and kill them from behind."
442+ STR_MEDAL_FLANKSHOT_NAME: "Tactition Citation"
443+ STR_MEDAL_FLANKSHOT_DESCRIPTION: "Given to a soldier who has demonstratd great tactic, able to flank and kill enemies."
440444 STR_AWARD_0: "First award"
441445 STR_AWARD_1: "Second award"
442446 STR_AWARD_2: "Third award"
@@ -941,6 +945,7 @@ extraStrings:
941945# isDead
942946# totalHeadShots
943947# totalRearShots
948+ # totalFlankShots
944949# The following criteria use a hardcoded noun for the name/description.
945950# They are INCOMPATIBLE with eachother. If used together,
946951# the commendation will be given out repeatedly.
@@ -1178,7 +1183,12 @@ commendations:
11781183 description: STR_MEDAL_REARSHOT_DESCRIPTION
11791184 sprite: 32
11801185 criteria:
1181- totalRearShots: [3, 6, 9, 9, 9, 9, 12, 12, 12, 12]
1186+ totalRearShots: [3, 6, 9, 9, 9, 9, 12, 12, 12, 12]
1187+ - type: STR_MEDAL_FLANKSHOT_NAME
1188+ description: STR_MEDAL_FLANKSHOT_DESCRIPTION
1189+ sprite: 32
1190+ criteria:
1191+ totalFlankShots: [3, 6, 9, 9, 9, 9, 12, 12, 12, 12]
11821192ufopaedia:
11831193 - id: STR_MEDAL_MILITARY_CROSS_NAME
11841194 type_id: 7
@@ -1431,7 +1441,14 @@ ufopaedia:
14311441 image_id: NIKE_CROSS
14321442 text: STR_MEDAL_REARSHOT_MEDAL_UFOPEDIA
14331443 text_width: 164
1434- listOrder: 6033
1444+ listOrder: 6033
1445+ - id: STR_MEDAL_FLANKSHOT_NAME
1446+ type_id: 7
1447+ section: STR_HEAVY_WEAPONS_PLATFORMS
1448+ image_id: NIKE_CROSS
1449+ text: STR_MEDAL_FLANKSHOT_MEDAL_UFOPEDIA
1450+ text_width: 164
1451+ listOrder: 6033
14351452# entries below move the HWPs to the Craft Section of the UFOPedia
14361453 - id: STR_TANK_CANNON
14371454 section: STR_XCOM_CRAFT_ARMAMENT
0 commit comments