Advertisement
tjd802

XCOM2 - Dedicated Pistol Slot Config

Sep 6th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. [WOTC_PistolSlot.X2StrategyElement_WOTC_PistolSlot]
  2.  
  3. ;You can find the guide on how to use the configuration method here: https://steamcommunity.com/sharedfiles/filedetails/?id=2081365894
  4. ;By default, this configuration grants a slot in which to equip pistols to all classes except SPARKs, Templars, and Sharpshooters.
  5.  
  6. +ADD_SLOT=(SOLDIER_CLASS="Rookie", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  7. +ADD_SLOT=(SOLDIER_CLASS="Specialist", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  8. +ADD_SLOT=(SOLDIER_CLASS="Grenadier", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  9. +ADD_SLOT=(SOLDIER_CLASS="Ranger", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  10. ;+ADD_SLOT=(SOLDIER_CLASS="Sharpshooter", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  11. +ADD_SLOT=(SOLDIER_CLASS="PsiOperative", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  12. +ADD_SLOT=(SOLDIER_CLASS="Reaper", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  13. +ADD_SLOT=(SOLDIER_CLASS="Skirmisher", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  14. ;+ADD_SLOT=(SOLDIER_CLASS="Templar", WEAPON_CAT="pistol", ALLOW_EMPTY=false)
  15. +ADD_SLOT=(SOLDIER_CLASS="UniversalSoldier", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
  16. +ADD_SLOT=(SOLDIER_CLASS="UniversalSoldier", WEAPON_CAT="sidearm", ALLOW_EMPTY=true)
  17. +ADD_SLOT=(SOLDIER_CLASS="UniversalSoldier", WEAPON_CAT="ArcThrower", ALLOW_EMPTY=true)
  18. +ADD_SLOT=(SOLDIER_CLASS="UniversalSoldier", WEAPON_CAT="CombatKnife", ALLOW_EMPTY=true)
  19. +ADD_SLOT=(SOLDIER_CLASS="UniversalSoldier", WEAPON_CAT="Holotargeter", ALLOW_EMPTY=true)
  20. +ADD_SLOT=(SOLDIER_CLASS="UniversalSoldier", WEAPON_CAT="SawedOffShotgun", ALLOW_EMPTY=true)
  21. +ADD_SLOT=(SOLDIER_CLASS="Keeper", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
  22. +ADD_SLOT=(SOLDIER_CLASS="Keeper", WEAPON_CAT="sidearm", ALLOW_EMPTY=true)
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement