Added filters "missionMarkerFilter" and "missionTypeFilter".
Only one filter can be active at a time.
If both filters are used, "missionTypeFilter" is considered and "missionMarkerFilter" is ignored.
Only successful missions (victories) count.
Only affects the "totalMissions" criteria.
Examples:
commendations:
- type: STR_MEDAL_TOTAL_MISSION_COUNT
description: STR_MEDAL_TOTAL_MISSION_COUNT_DESCRIPTION
sprite: 54
criteria:
totalMissions: [1,2,3,4,5,6,7,8,9,10] # all missions, also unsuccessful !
- type: STR_MEDAL_TOTAL_UFOS_COUNT
description: STR_MEDAL_TOTAL_UFOS_COUNT_DESCRIPTION
sprite: 54
missionMarkerFilter: ["STR_LANDING_SITE_", "STR_CRASH_SITE_"]
criteria:
totalMissions: [1,2,3,4,5,6,7,8,9,10] # successful missions with marker = "STR_LANDING_SITE_" or "STR_CRASH_SITE_"
- type: STR_MEDAL_TOTAL_TERROR_MISSION_COUNT
description: STR_MEDAL_TOTAL_TERROR_MISSION_COUNT_DESCRIPTION
sprite: 54
missionTypeFilter: ["STR_TERROR_MISSION"]
criteria:
totalMissions: [1,2,3,4,5,6,7,8,9,10] # successful missions with type = "STR_TERROR_MISSION"