Again, missing from SR:IV, so here's the code to insert into your unlockables.xtbl. You'll need Unlimited Ammo before they become available in your phone menu.
Code:
<Unlockable>
<Name>No_Reloads_SMG</Name>
<Type>
<No_Reloading>
<inv_slot>smg</inv_slot>
</No_Reloading>
</Type>
<DisplayName>UNL_INSTANT_RELOAD_SMG</DisplayName>
<Description>UNL_DESC_INSTANT_RELOAD_SMG</Description>
<Image_Source>
<Filename>ui_reward_weap_instant_smg.tga</Filename>
</Image_Source>
<Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_SMG</Detailed_Description_Text>
<Event_Text>UNL_INSTANT_RELOAD_SMG</Event_Text>
<Category>Weapons</Category>
<Price>50500</Price>
<_Editor>
<Category>Entries:RespectLevels:Weapons</Category>
</_Editor>
<orbs_required>0</orbs_required>
<Progression_Preset>3</Progression_Preset>
<Priority>Unlimited_ammo_SMG</Priority>
<reward_visibility>default</reward_visibility>
<silent_unlock>False</silent_unlock>
</Unlockable>
<Unlockable>
<Name>No_Reloads_Shotgun</Name>
<Type>
<No_Reloading>
<inv_slot>shotgun</inv_slot>
</No_Reloading>
</Type>
<DisplayName>UNL_INSTANT_RELOAD_SHOTGUN</DisplayName>
<Description>UNL_DESC_INSTANT_RELOAD_SHOTGUN</Description>
<Image_Source>
<Filename>ui_reward_weap_instant_shotgun.tga</Filename>
</Image_Source>
<Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_SHOTGUN</Detailed_Description_Text>
<Event_Text>UNL_INSTANT_RELOAD_SHOTGUN</Event_Text>
<Category>Weapons</Category>
<Price>50500</Price>
<_Editor>
<Category>Entries:RespectLevels:Weapons</Category>
</_Editor>
<orbs_required>0</orbs_required>
<Progression_Preset>3</Progression_Preset>
<Priority>Unlimited_ammo_Shotgun</Priority>
<reward_visibility>default</reward_visibility>
<silent_unlock>False</silent_unlock>
</Unlockable>
<Unlockable>
<Name>No_Reloads_Rifle</Name>
<Type>
<No_Reloading>
<inv_slot>rifle</inv_slot>
</No_Reloading>
</Type>
<DisplayName>UNL_INSTANT_RELOAD_RIFLE</DisplayName>
<Description>UNL_DESC_INSTANT_RELOAD_RIFLE</Description>
<Image_Source>
<Filename>ui_reward_weap_instant_rifle.tga</Filename>
</Image_Source>
<Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_RIFLE</Detailed_Description_Text>
<Event_Text>UNL_INSTANT_RELOAD_RIFLE</Event_Text>
<Category>Weapons</Category>
<Price>51500</Price>
<_Editor>
<Category>Entries:RespectLevels:Weapons</Category>
</_Editor>
<orbs_required>0</orbs_required>
<Progression_Preset>3</Progression_Preset>
<Priority>Unlimited_ammo_Rifle</Priority>
<reward_visibility>default</reward_visibility>
<silent_unlock>False</silent_unlock>
</Unlockable>
<Unlockable>
<Name>No_Reloads_Pistol</Name>
<Type>
<No_Reloading>
<inv_slot>pistol</inv_slot>
</No_Reloading>
</Type>
<DisplayName>UNL_INSTANT_RELOAD_PISTOL</DisplayName>
<Description>UNL_DESC_INSTANT_RELOAD_PISTOL</Description>
<Image_Source>
<Filename>ui_reward_weap_instant_pistol.tga</Filename>
</Image_Source>
<Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_PISTOL</Detailed_Description_Text>
<Event_Text>UNL_INSTANT_RELOAD_PISTOL</Event_Text>
<Category>Weapons</Category>
<Price>49500</Price>
<_Editor>
<Category>Entries:RespectLevels:Weapons</Category>
</_Editor>
<orbs_required>0</orbs_required>
<Progression_Preset>3</Progression_Preset>
<Priority>Unlimited_ammo_Pistol</Priority>
<reward_visibility>default</reward_visibility>
<silent_unlock>False</silent_unlock>
</Unlockable>
Last edited: