Price: $15.00 – $17.47 — In stock at 2 retailers.
These springs are compatible with all of our guns that start with SSG in the name. Please select the desired FPS of the spring and have a look at the chart below. Gun Compatibility function toggleCompatibility() { var content = document.getElementById("compatibilityContent"); var icon = document.getElementById("compatibilityIcon"); if (content.style.display === "none") { content.style.display = "block"; icon.className = "fa fa-chevron-up"; } else { content.style.display = "none"; icon.className = "fa fa-chevron-down"; } }