Hi everyone! I've finally managed to get a successful build put together to be able to test my custom class in game though a few things have occurred which I have been trying to figure out, would appreciate some help on the matters if that would be alright? 1) A few of my templates are not loading for the ability skills and i'm not sure why as I have done them all in the same pattern, following guides etc, some of my skills (such as the ones carried from different classes, and Opportunist) appear whereas the main one that the class is supposed to learn at the start cannot seem to create it's template (or rather the game is not finding it). If anyone could see the problem and let me know what's happened I can apply that to the rest of the tree. 2) Following This ability tutorial (https://www.reddit.com/r/xcom2mods/comments/4f4j4t/ability_tutorial_2_modifying_a_base_game_ability/) I managed to create light em up as a skill which appears on the soldier, however it is not actually having the effect in game (firing at the start using standard shot is still ending the turn). I have created it as a pure passive on the ability list as follows: Templates.AddItem(PurePassive(default.LightEmUpAbilityName, "img:///UILibrary_PerkIcons.UIPerk_bulletswarm")); the rest of my code is below, it should be the same as the example one but with the skill renamed, if anyone can see where the problem is i'd appreciate the feedback :) 3) I have carried over Suppression from the grenadier tree however the animation red screens when I attempt to use it as it cannot play the animation, is it because I am trying to use it with a rifle? I was wondering if anyone else has rectified this issue when making a class. if so what part of the code do I need to replace to allow it to use the rifle firing animation? Thanks for your time as I realize these are quite chunky topics, i'll try to cut down in future.