I've found a bug. This is the ruleset:
- type: STR_MEDAL_REVIVE
description: STR_MEDAL_REVIVE_DESCRIPTION
sprite: 42
criteria:
totalSoldierRevives: [1, 1, 2, 2, 2, 2, 3, 3, 3, 3]
the "totalSoldierRevives" criteria is not working. All soldiers will get Angel's cross medal each mission.
To correct the bug just delete "Soldier" in that criteria.
- type: STR_MEDAL_REVIVE
description: STR_MEDAL_REVIVE_DESCRIPTION
sprite: 42
criteria:
totalRevives: [1, 1, 2, 2, 2, 2, 3, 3, 3, 3]
Anyway, this bug is in Commendations mod itself, and has nothing to do with FMP.
Another small thing i noticed is that the item added in the mod, STIMS, is called "STR_STIMULANT" but that string is used by medikit and will be capitalized in ufopedia.
I solved that renaming that item "STR_STIMULANTS"
- type: STR_STIMULANTS (in items.rul)
- id: STR_STIMULANTS (in ufopaedia.rul)
- STR_STIMULANTS (in extrastrings.rul)
- STR_STIMULANTS_UFOPEDIA (in extrastrings.rul)