Obdulio Posted February 26, 2016 Share Posted February 26, 2016 (edited) I've put together a list that will hopefully make it easier for people to find the abilities they need for their custom classor just want the code of the ability along with the in-game name and description. I was going to continue further adding which abilites were passive and which need a button pressto help thoses trying not to go over the 15 limit but a new mod came out that pretty much renders that issuenull. Cycling Abilities With F1 and F2 by swinka spinka sernik whateverXCOM 2 » Miscellaneous http://www.nexusmods.com/xcom2/mods/393/?tab=1&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fxcom2%2Fajax%2Fmoddescription%2F%3Fid%3D393%26preview%3D&pUp=1 ======================================================================== Since none of the classes repeat abilities I've seperate them by classes.And since Some require a particular weapon I'll inculde the code for it when needed. ======================================================================== === Ranger Abilities === Rangers use a sword to deal a hard-hitting melee attack.+AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="sword") Rangers use a sword to deal a hard-hitting melee attack.+AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="sword")---------Slash - Attack any enemy within movement range with your sword.(AbilityName="SwordSlice", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Phantom - When the squad is revealed, this soldier remains concealed.(AbilityName="Phantom")---------Blademaster - Deal +2 extra damage on all sword attacks.(AbilityName="Blademaster", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Shadowstrike - When concealed, gain +25 bonus Aim and +25 bonus critical hit chance when attacking enemies.(AbilityName="Shadowstrike", ApplyToWeaponSlot=eInvSlot_Unknown)---------Shadowstep - This soldier does not trigger overwatch or reaction fire.(AbilityName="Shadowstep", ApplyToWeaponSlot=eInvSlot_Unknown)---------Conceal - Immediately enter concealment once per mission.(AbilityName="Stealth")---------Run and Gun - Take an action after dashing. 3 turn cooldown.(AbilityName="RunAndGun")---------Implacable - If you score one or more kills on your turn, you are granted a single bonus move.(AbilityName="Implacable")---------Bladestorm - Free sword attacks on enemies that enter or attack from melee range.If an enemy attempts to attack a Ranger with Bladestorm within melee range, Bladestorm will activate before the enemy attack.(AbilityName="Bladestorm", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Deep Cover - If you did not attack this turn, hunker down automatically.(AbilityName="DeepCover")---------Untouchable - If you score a kill during your turn, the next attack against you during the enemy turn will miss.(AbilityName="Untouchable")---------Rapid Fire - Fire twice in a row at an enemy. Each shot suffers an Aim penalty of -15. There is no cooldown on this ability.(AbilityName="RapidFire", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Reaper - A devastating chain melee attack where the first melee attack cannot miss.Each melee kill in Reaper mode grants an extra action, but further melee attacks deal reduced damage. 4 turn cooldown.(AbilityName="Reaper", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon) ==== Sharpshooter Abilities ==== The Sharpshooter class utilizes high-caliber sniper rifles as primary weapons and pistols as secondaries.The Sharpshooter does not need to manually switch to the Pistol to use it, with both pistol attacks and pistol overwatch being available as commands to instantly use the weapon.+AllowedWeapons=(SlotType=eInvSlot_PrimaryWeapon, WeaponType="sniper_rifle")+AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="pistol") Fire Pistol (AbilityName="PistolStandardShot", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Squadsight - You can target enemies within squadmates' sight, provided there is line of sight to the target.(AbilityName="Squadsight")---------Long Watch - Allow Overwatch to trigger with Squadsight.(AbilityName="LongWatch", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Return Fire - When targeted by enemy fire, automatically fire back with your pistol once per turn.(AbilityName="ReturnFire", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Deadeye - Take a shot with a small aim penalty for a significant damage boost. 2 turn cooldown.(AbilityName="Deadeye", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Lightning Hands - Fire your pistol at a target. This attack does not cost an action. 3 turn cooldown.(AbilityName="LightningHands", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Death From Above - From Above Killing an enemy at a lower elevation with your sniper rifle costs only a single action and does not end your turn.(AbilityName="DeathFromAbove", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Quickdraw - Firing your pistol with your first action no longer ends your turn.(AbilityName="Quickdraw")---------Kill Zone - Take a reaction shot against any enemy that moves or attacks within a cone of fire. 3 turn cooldown.(AbilityName="KillZone", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Faceoff - Fire once at every visible enemy with your pistol. 3 turn cooldown.(AbilityName="Faceoff", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Steady Hands - If you didn't move last turn, gain +10 aim and +10 critical chance.(AbilityName="SteadyHands")---------Aim - Hunker Down now confers +20 aim to the first shot on the following turn.(AbilityName="SharpshooterAim", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Serial - Each kill made with your sniper rifle completely restores your actions. With each consecutive kill you get a critical chance penalty.4 turn cooldown.(AbilityName="InTheZone", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Fan Fire - Fire the pistol 3 consecutive times at a single target. 3 turn cooldown.(AbilityName="FanFire", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon) ==== Grenadier Abilities ==== The Grenadier class is equipped with a cannon and a grenade launcher, being able to choose to specialize in demolitions, focus more on making the most of their cannon or go for a combination of the two.+AllowedWeapons=(SlotType=eInvSlot_PrimaryWeapon, WeaponType="cannon")+AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="grenade_launcher") Launch Grenade - The Grenadier uses a grenade launcher to fire grenades rather than throwing them.This allows for greater grenade range and grenade capacity.The grenadier gains an extra inventory slot that may only be used for grenades.(AbilityName="LaunchGrenade", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Blast Padding - Your gear includes layers of extra padding and blast plates, granting a bonus point of Armor and 66% less damage from explosive attacks.(AbilityName="BlastPadding", ApplyToWeaponSlot=eInvSlot_Unknown)---------Shredder - Your cannon attacks shred armor. Higher rank weapons shred more points of armor.The shredding effect applies before damage.(AbilityName="Shredder", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Demolition - Unleash a volley of bullets at your target's cover, significantly damaging or destroying it. Deals no damage to your target.Uses 2 ammo. 3-turn cooldown.(AbilityName="Demolition", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Suppression - Fire a barrage that pins down your target, granting reaction fire against it if it moves, and imposing a -50 penalty to the target's aim. Suppression is cancelled if the Grenadier takes damage. Suppression penalties stack. Uses 2 ammo. No cooldown.Suppression will break Overwatch on the enemy it is used on.(AbilityName="Suppression", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Heavy Ordnance - The grenade in your grenade-only slot gains a bonus use. Affects support grenades, not just offensive ones.(AbilityName="HeavyOrdnance", ApplyToWeaponSlot=eInvSlot_Unknown)---------Holo Targeting - Any directed cannon shot, hit or miss, will mark the target, increasing your squad's aim by +15 against this target.Applies to standard attacks and single-target abilities, including suppression.(AbilityName="HoloTargeting", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Volatile Mix - Mix Grenades gain +1 tile to their radius and deal +2 damage. Does not increase environment damage.(AbilityName="VolatileMix", ApplyToWeaponSlot=eInvSlot_Unknown)---------Chain Shot - Fires a shot with a penalty of 15 to aim. If it hits, immediately fire another shot at the target. Uses 2 ammo. 3-turn cooldown.(AbilityName="ChainShot", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Salvo - Using the grenade launcher or a heavy weapon as your first action does not end the turn.(AbilityName="Salvo", ApplyToWeaponSlot=eInvSlot_Unknown)---------Hail of Bullets - Fire a shot that is guaranteed to hit. Uses 3 ammo. 5 turn cool down.(AbilityName="HailOfBullets", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Saturation Fire - Fire a hail of bullets in a cone damaging every enemy and all cover within. Uses 3 ammo, 5 turn cool down.(AbilityName="SaturationFire", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Rupture - Fires a shot that deals critical damage. The target, if hit, will also take 3 additional damage from all sources. Uses 3 ammo. 3-turn cooldown.(AbilityName="BulletShred", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon) ==== Specialist Abilities ==== A Specialist's abilities primarily focus around improving the functionality of their GREMLIN in multiple ways.+AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="gremlin") ---------Combat Protocol - Send the GREMLIN to an enemy to jolt them, dealing guaranteed damage, which is increased against robotic enemies. Twice per mission.(AbilityName="CombatProtocol", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Revival Protocol - Send the GREMLIN to an ally to remove any negative mental status effects. Disoriented, Stunned, Panicked, or Unconscious.(AbilityName="RevivalProtocol", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Haywire Protocol - You may target robotic and mechanical enemies with your GREMLIN, attempting to hack them and seize control.(AbilityName="HaywireProtocol", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Field Medic - Equipped medikits have 2 extra charges.(AbilityName="FieldMedic", ApplyToWeaponSlot=eInvSlot_Unknown)---------Scanning Protocol -The GREMLIN can trigger an instant scan of the area, increasing the Specialist's sight radius substantially for one turn and revealing any hidden enemies.(AbilityName="ScanningProtocol", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Covering Fire - Overwatch shots can now be triggered by enemy actions, not just movement.(AbilityName="CoveringFire", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)---------Threat Assessment - Aid Protocol now grants the target a Covering Fire Overwatch shot, but the Aid Protocol cooldown is increased by 1 turn. Giving a soldier Threat Assessment before he/she is opening fire as part of an overwatch ambush will result in the said soldier firing again after the squad loses concealment. This allows for an additional shot in an overwatch ambush.(AbilityName="ThreatAssessment", ApplyToWeaponSlot=eInvSlot_Unknown)---------Ever Vigilant - If you spend all of your actions on moves, you are granted an automatic overwatch shot at the end of the turn.(AbilityName="EverVigilant", ApplyToWeaponSlot=eInvSlot_Unknown)---------Guardian - Grants 50% chance during Overwatch to perform an additional shot if the previous Overwatch shot hits.There's no limit as to how many times Guardian can trigger.(AbilityName="Sentinel", ApplyToWeaponSlot=eInvSlot_Unknown)---------Restoration - The GREMLIN flies to each squad member, healing or reviving them as needed. Once per mission.(AbilityName="RestorativeMist", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Capacitor Discharge - Send the GREMLIN to a location where it emits a substantial electric discharge, damaging and potentially stunning all nearby units. Robotic units take more damage. Once per mission.(AbilityName="CapacitorDischarge", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon) ====== Psi Operative Abilities ======== The Psi Operative class uses assault rifles as primary weapons, and a hand-held Psi Amp as their secondary weapon, which they will automatically use when casting psionic abilities.Upgrading the Psi Amp will increase the effectiveness of certain psionic abilities.+AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="psiamp") Soulfire - Does guaranteed psionic damage to an organic enemy, ignores cover and armor.(AbilityName="Soulfire", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Stasis - Completely stuns the target for 1 turn, but renders them immune to any damage or attack.(AbilityName="Stasis", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Insanity - Debilitating telepathic attack that can inflict different negative conditions, including mental control of the target.(AbilityName="Insanity", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Inspire - Grant a bonus action immediately to a nearby squadmate.(AbilityName="Inspire", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Soul Steal - Using Soulfire now heals you for half of the damage dealt(AbilityName="SoulSteal", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Stasis Shield - Stasis can be used on friendly units(AbilityName="StasisShield", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Solace - The Psi Operative is surrounded by an aura that immediately extinguishes or blocks any mental impairments for themselves and any nearby allies. Passive.(AbilityName="Solace", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Sustain - Once per mission, when the psionic soldier is reduced to 0 hit points, he is instead reduced to 1 hit point and put into stasis for 1 turn.(AbilityName="Sustain", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Schism - Insanity now does a small amount of guaranteed damage, and applies Rupture to the target.(AbilityName="Schism", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Fortress - The Psi Operative is immune to fire, poison, acid, and explosive damage.(AbilityName="Fortress", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Fuse - If an enemy is carrying explosives, they can be remotely detonated by the Psi Operative.(AbilityName="Fuse", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Domination - Permanently mind controls an enemy. Only one successful Domination can be performed per mission.(AbilityName="Domination", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Null Lance - Project a beam of psionic energy that damages every target it passes through.(AbilityName="NullLance", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)---------Void Rift - A large AoE ability dealing moderate damage and a chance to inflict insanity on all targets in the storm(AbilityName="VoidRift", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon) Edited February 26, 2016 by Obdulio Link to comment Share on other sites More sharing options...
swinka6666 Posted February 26, 2016 Share Posted February 26, 2016 (edited) You must enter a post. Edited April 27, 2016 by swinka6666 Link to comment Share on other sites More sharing options...
Obdulio Posted February 26, 2016 Author Share Posted February 26, 2016 Seriously man, even though there isn't an option yet for 2 rows like you wanted that mod you created is much better then having nothing at all. Great Work ! Link to comment Share on other sites More sharing options...
traenol Posted February 26, 2016 Share Posted February 26, 2016 Useful info to have, but the way its presented here makes it a bit hard to read Maybe something like: === Ranger Abilities ===Rangers use a sword to deal a hard-hitting melee attack.AllowedWeapons=(SlotType=eInvSlot_SecondaryWeapon, WeaponType="sword")Slash - Attack any enemy within movement range with your sword.(AbilityName="SwordSlice", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)Phantom - When the squad is revealed, this soldier remains concealed.(AbilityName="Phantom")Blademaster - Deal +2 extra damage on all sword attacks.(AbilityName="Blademaster", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)Shadowstrike - When concealed, gain +25 bonus Aim and +25 bonus critical hit chance when attacking enemies.(AbilityName="Shadowstrike", ApplyToWeaponSlot=eInvSlot_Unknown)Shadowstep - This soldier does not trigger overwatch or reaction fire.(AbilityName="Shadowstep", ApplyToWeaponSlot=eInvSlot_Unknown)Conceal - Immediately enter concealment once per mission.(AbilityName="Stealth")Run and Gun - Take an action after dashing. 3 turn cooldown.(AbilityName="RunAndGun")Implacable - If you score one or more kills on your turn, you are granted a single bonus move.(AbilityName="Implacable")Bladestorm - Free sword attacks on enemies that enter or attack from melee range.If an enemy attempts to attack a Ranger with Bladestorm within melee range, Bladestorm will activate before the enemy attack.(AbilityName="Bladestorm", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon)Deep Cover - If you did not attack this turn, hunker down automatically.(AbilityName="DeepCover")Untouchable - If you score a kill during your turn, the next attack against you during the enemy turn will miss.(AbilityName="Untouchable")Rapid Fire - Fire twice in a row at an enemy. Each shot suffers an Aim penalty of -15. There is no cooldown on this ability.(AbilityName="RapidFire", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon)Reaper - A devastating chain melee attack where the first melee attack cannot miss.Each melee kill in Reaper mode grants an extra action, but further melee attacks deal reduced damage. 4 turn cooldown.(AbilityName="Reaper", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon) Link to comment Share on other sites More sharing options...
Obdulio Posted February 26, 2016 Author Share Posted February 26, 2016 How did you do the spoiler ? I wanted to do so but I couldn't find the option. Link to comment Share on other sites More sharing options...
traenol Posted February 26, 2016 Share Posted February 26, 2016 (edited) without spaces: [ spoiler ] and [ /spoiler ] Also, if you are ever curious on how someone implements something in a post like that, use the quote button, it will show it there Edited February 26, 2016 by traenol Link to comment Share on other sites More sharing options...
Obdulio Posted February 26, 2016 Author Share Posted February 26, 2016 Thanks for the info, changed the initial post ! Link to comment Share on other sites More sharing options...
swinka6666 Posted March 12, 2016 Share Posted March 12, 2016 (edited) You must enter a post. Edited April 27, 2016 by swinka6666 Link to comment Share on other sites More sharing options...
Recommended Posts