I get commendations for killing enemies (eg. kill X per turn) even if I don't kill enemies immediately but also if they bleed out later. Was this intended? If so, how can I have the previous behaviour?
I tested today and it seems to be working the way you want.When I kill two enemies, I get "ice cold killer". diary:
commendations:
- {commendationName: STR_MEDAL_ORIGINAL8_NAME, noun: NoNoun, decorationLevel: 0}
- {commendationName: STR_MEDAL_DBLKILL_NAME, decorationLevel: 0}
- {commendationName: STR_MEDAL_MURDERER_NAME, decorationLevel: 0}
killList:
- {type: STR_ACADEMY_NURSE, rank: STR_LIVE_SOLDIER, race: STR_SECTOID, weapon: STR_SHORT_SWORD, weaponAmmo: STR_SHORT_SWORD, status: 6, faction: 1, mission: 0, turn: 3, side: 1, bodypart: 3, id: 1000004}
- {type: STR_ACADEMY_NURSE, rank: STR_LIVE_SOLDIER, race: STR_SECTOID, weapon: STR_SHORT_SWORD, weaponAmmo: STR_SHORT_SWORD, status: 6, faction: 1, mission: 0, turn: 3, side: 0, bodypart: 1, id: 1000002}
When I kill one enemy, hurt the second enemy and let it bleed, I don't get "ice cold killer". diary:
commendations:
- {commendationName: STR_MEDAL_ORIGINAL8_NAME, noun: NoNoun, decorationLevel: 0}
- {commendationName: STR_MEDAL_MURDERER_NAME, decorationLevel: 0}
killList:
- {type: STR_ACADEMY_NURSE, rank: STR_LIVE_SOLDIER, race: STR_SECTOID, weapon: STR_SHIV, weaponAmmo: STR_SHIV, status: 6, faction: 1, mission: 0, turn: 3, side: 3, bodypart: 1, id: 1000004}
- {type: STR_ACADEMY_NURSE, rank: STR_LIVE_SOLDIER, race: STR_SECTOID, weapon: STR_SHIV, weaponAmmo: STR_SHIV, status: 6, faction: 1, mission: 0, turn: 4, side: 1, bodypart: 3, id: 1000003}
You can see the "turn" being different too in the diary.
Turn 3 = first game turn, player side
Turn 4 = first game turn, enemy side
"turn" is calculated as: game_turn * 3 + game_side
where game_side is: 0 = player, 1 = enemy, 2 = civilian
Attached is a save with a mission, where I already killed one enemy and the second is about to bleed out.Feel free to use for testing.
PS: I believe you that it may work differently for you, but I will need a save to say more.Even a save after the mission is actually OK (we can reconstruct the commendation awarding from the diary)