• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

PC Survivalist perk does not have secondary XP objective

Category: Code.
Summary: Despite the tooltip telling "Killing Clots with any weapons" it does not actually give any xp. The responsible code is just missing, all of it.
Description:
Nothing really in Survivalist's class telling that it should be getting xp for killing Clots. Its SecondaryXPModifier array is not defined, there is no function what'd grab and pass it to KFOnlineStatsWrite.uc and in KFOnlineStatsWrite there's no function that'd record Survivalist's xp gain. It just doesn't get any XP for killing Clots at all.

On the other hand, in one of the recent updates (1.087 to current 1.090) Suvivalist's got new function CanEarnSmallRadiusKillXP that, similar as on Berserker, allows it to gain XP for killing ZEDs that are nearby allies. However, the XP still goes to Berserker class.

I think it wasn't like that since the beginning, not quite sure. However, no signs of xp for clots were spotted in the oldest source files i have either (1.051) .