So if you're using the Commendations mod, I noticed the "Sapper Medal" and "Metal Menace Citation" weren't working. Easy fix in the ruleset to make it work. Delete the "_TERRORIST" part off of "CYBERDISC TERRORIST" and "SECTOPOD_TERRORIST". See the code below.
- type: STR_MEDAL_SAPPER_NAME
description: STR_MEDAL_SAPPER_DESCRIPTION
sprite: 33
criteria:
killsWithCriteriaCareer: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
killCriteria:
-
1: ["STR_SECTOPOD", "STR_LIVE_TERRORIST", "STATUS_DEAD", "BT_GRENADE"]
-
1: ["STR_CYBERDISC", "STR_LIVE_TERRORIST", "STATUS_DEAD", "BT_GRENADE"]
#took "TERRORIST" off of "SECTOPOD" and "CYBERDISC"
- type: STR_MEDAL_SECTOPOD_KILL_MEDAL_NAME
description: STR_MEDAL_SECTOPOD_KILL_MEDAL_DESCRIPTION
sprite: 34
criteria:
killsWithCriteriaCareer: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
killCriteria:
-
1: ["STR_SECTOPOD", "FACTION_HOSTILE", "STATUS_DEAD"]
#changed "STR_SECTOPOD_TERRORIST" to "STR_SECTOPOD"
UPDATED: Also, for the description on the sectopod medal you need to make it say: "STR_MEDAL_SECTOPOD_KILL_MEDAL_DESCRIPTION". In the current ruleset it only says "STR_SECTOPOD_KILL_MEDAL_DESCRIPTION" which leads to there being no description on the award section of a soldier's diary.