Skip to content

Instantly share code, notes, and snippets.

@xPXpanD
Created February 9, 2023 15:56
Show Gist options
  • Save xPXpanD/e440de9d8e3c784c8e528e0565f72410 to your computer and use it in GitHub Desktop.
Save xPXpanD/e440de9d8e3c784c8e528e0565f72410 to your computer and use it in GitHub Desktop.
; Missing specs as of 09/02/2023 -- XpanD
; Demoman
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZGrenadePocket", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Dreadnought
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="BlastPadding", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; LRStormcharger
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="IRI_Windcaller_Passive", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Shocktrooper
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="ASMomentum", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; UndeadLord
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZTurnUndead", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Vindicator
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LWR_Rend", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Maverick
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="LW2WotC_LightEmUp", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Desolator
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZDesolateHomeland", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Salamander
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_NextGenPropellant", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Adversary
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="XAaA_UnstoppableForce", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Savior
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZBloodiedShroud", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; Pistoleer
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="pistol", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="claymore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="travellight", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="OldWarMedal", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="OldWarBullet", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="EXALTBandana", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="CrystallizedMeld", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SectoidFinger", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="InoperableBiochip", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="EleriumFragment", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="BrokenDatapad", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="AVENGERScrap", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="FallenComradeDogTag", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SkirmisherRadio", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="TemplarCharm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="ReaperRecipeBook", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_SideArmHolster", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_Binoculars", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_ViperTooth", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_ArchonWing", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_LancerInsignia", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_MutonSkull", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_LostArm", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_MECDatacore", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZLuckyDay", WEAPON_CAT="SKV_FacelessExtoplasm", ALLOW_EMPTY=true)
; TechMedic (tertiary, but can use medkits)
+ADD_SLOT=(SOLDIER_ABILITY="MZMedishot", TEMPLATE_NAME="medikit", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZMedishot", TEMPLATE_NAME="nanomedikit", ALLOW_EMPTY=true)
+ADD_SLOT=(SOLDIER_ABILITY="MZMedishot", TEMPLATE_NAME="Biomedikit", ALLOW_EMPTY=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment