Spud Shotgun | ||||||||||||||||||
| ||||||||||||||||||
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 unlimited developer inventory there is a placeable part named obj_tool_frier. This part is used as a model for when you drop a tool out of your inventory. It is not obtainable in all 3 game modes normally.
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.
Bugs[ | ]
If the player dies while aiming using scope, after respawning the speed effect from spudgun zoom will be applied to the player even when not holding it. This can be fixed by using the scope again.