While Starfield has two damage types in the forms of Physical and Energy, there are a variety of ammo types that the weapons use. These types are often hard to keep track of, which often leads players who are new to the game to run out of ammo during extended dogfights in space.

Both Physical and Energy weapons have multiple ammo types that they will use. Often, you will even find weapons that share the ammo types as well. This, at times, complicates the type of weapon you should use, as sticking to just one armament is never a good idea.

Ammo is not something that you will be able to collect in abundance, and you will often find yourself relying on alternate types. Hence, it’s quite important to learn about all the ammo types in the game and the weapons that use them.

fortnite-promotional-banner

Therefore, today’s Starfield guide will go over all the ammo types that you will come across in Bethesda’s latest RPG and the weapons that use them.


Every ammo type in Starfield

Below is a list of all the Starfield ammo types that you should learn so that you don’t suddenly run out of bullets in the middle of a gunfight:


1) .27 Caliber in Starfield

Weapons:

  • Rattler
  • Sidestar

2) .43 MI

Weapons:


3) .43 Ultramag

Weapons:

  • Regulator
  • Urban Eagle

4) .50 Caliber

Weapons:

  • Hard Target
  • Lawgiver

5) .50 MI Array

Weapons:


6) 1.5KV LZR Cartridge

Weapons:

  • Ember
  • Solstice

7) 11mm Caseless

Weapons:

  • AA-99
  • Drum Beat
  • Tombstone

8) 15×25 CLL Shotgun Shell

Weapons:

  • Experiment A-7
  • Pacifier

9) 3KV LZR Cartridge

Weapons:


10) 40mm XPL

Weapons:


11) 6.5mm CT

Weapons:

  • Kraken
  • Maelstrom

12) 6mm MI

Weapons:

  • Magpulse
  • Magsniper

13) 7.5mm

Weapons:


14) 7.62mm

Weapons:

  • Old Earth Assault Rifle

15) 7.77mm Caseless

Weapons:

  • Advanced Grendel
  • Beowulf
  • Eon
  • Grendel
  • Kodama

16) 9x39mm

Weapons:

  • Old Earth Hunting Rifle

17) Caseless Shotgun Shell

Weapons:


18) Heavy Fuse

Weapons:

  • Eternity’s Gate

19) Light Fuse

Weapons:

  • Novalight
  • Va’Ruun Starshard

There is a great deal of weapon variety in the title; however, making the best of them requires decent knowledge about the ammo type that each of them uses. Additionally, you will be able to make each weapon variety more potent by applying mods to them. Mods can be unlocked and crafted in the workbench, and it's important that you tinker with the system a fair bit, as it will help you get more powerful as the narrative progresses.

Looking for Starfield's best weapons? Check out these 10 best weapons in the title.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1654131, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1654131); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1654131) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1654131) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();