Scrap Mechanic Wiki
Advertisement
Spud Shotgun
Spud shotgun icon
Overview
CategoryTools
Attack Damage64

Spud Shotgun is a tool in Scrap Mechanic.

Overview

The Spud Shotgun is a double-barreled variant of the Spud Gun that shoots a spray of French fry projectiles

In Survival Mode, the Spud Shotgun requires Potatoes as ammunition, using two per shot.

Note that the Spud Shotgun has damage falloff, meaning that the farther away you are from the target, the less damage is dealt.

The Spud Shotgun is the most ammo-efficient weapon in the game, as long as each shot does the full 64 damage. This deals 32 damage per potato, which is 4 more than the Spud Gun. It can use only 50 Potatoes to take out a Farmbot, 8 less than the Spud Gun and 30 less than the Spudling Gun.

Characteristics

self.normalFireMode = {
		fireCooldown = 0.20,
		spreadCooldown = 0.18,
		spreadIncrement = 2.6,
		spreadMinAngle = .25,
		spreadMaxAngle = 8,
		fireVelocity = 130.0,

		minDispersionStanding = 0.1,
		minDispersionCrouching = 0.04,

		maxMovementDispersion = 0.4,
		jumpDispersionMultiplier = 2
	}

	self.aimFireMode = {
		fireCooldown = 0.20,
		spreadCooldown = 0.18,
		spreadIncrement = 1.3,
		spreadMinAngle = 0,
		spreadMaxAngle = 8,
		fireVelocity =  130.0,

		minDispersionStanding = 0.01,
		minDispersionCrouching = 0.01,

		maxMovementDispersion = 0.4,
		jumpDispersionMultiplier = 2
	}

	self.fireCooldownTimer = 0.0
	self.spreadCooldownTimer = 0.0

	self.movementDispersion = 0.0

	self.sprintCooldownTimer = 0.0
	self.sprintCooldown = 0.3

	self.aimBlendSpeed = 3.0
	self.blendTime = 0.2

	self.jointWeight = 0.0
	self.spineWeight = 0.0

Obtaining

The only way to obtain a Spud Shotgun is through Trading. It costs 4 Broccoli Crates and 1 Caged Farmer.

Trivia

In the exclusive developer inventory there is a placeable variant named obj_tool_frier . This variant is not available in either Creative, Challenge, or Survival.

History

Beta

  • 0.5.0
    • Increased damage from 16 to 64 (from 4 per fry to 16 per fry).
  • 0.4.6
    • Tools can now be dropped.
  • 0.4.1
    • Spudguns can no longer be equipped while swimming.
  • 0.4.0
    • Added Spud Shotgun.

Gallery

Advertisement