Bat Scepter
Jump to navigation
Jump to search
Obtained from
Classic
Expert
Master
Bat Scepter
Statistics
Type | |
---|---|
Damage | 45 (Magic) |
Knockback | 3 (Very weak) |
Mana | 6 (Desktop, Console and Mobile versions) / 3 (Old-gen console and 3DS versions) |
Critical chance | 4% |
Use time | 12 (Very fast) |
Velocity | 10 |
Tooltip | Summons bats to attack your enemies |
Rarity | ![]() |
Sell | 10 GC |
Research | 1 required |
Projectile created
- Bat
Sounds
Use | |
---|---|
- Internal Item ID: 1801
- Internal Projectile ID: 316




Entity | Qty. | Rate |
---|---|---|
![]() | 1 | 2.5–12.5%6.25–12.5% |

A player attacking a Target Dummy and a Mimic with the Bat Scepter. Note the homing abilities of the bat projectiles.
The Bat Scepter is a Hardmode, post-Plantera magic weapon that auto-fires (Old-gen console and 3DS versions) 1–3 / (Desktop, Console and Mobile versions) 2–3 homing bat projectiles per shot. These projectiles will not ricochet off of blocks but dissipate upon contact with an enemy or block instead, unlike the Bee Gun or Wasp Gun. The Bat Scepter is dropped by the Pumpking during the Pumpkin Moon event with a 2.5–12.5% (6.25–12.5%) chance depending on the current wave.[1]
Its best modifier is Mythical.
Notes
- Half a second after being fired, the bats start homing in on the closest enemy within a 50 tiles range, and can change their target if another enemy comes closer.[2]
- Since the bats will not start homing in on an enemy immediately upon being fired, and are fired in a random cone pattern and dissipate on contact with blocks, they are less likely to hit an enemy in confined spaces, such as underground.
- Although the Bat Scepter is superior to the Wasp Gun in terms of base damage and has higher DPS against a single target, the Wasp Gun may be preferred in enclosed places, (such as the Dungeon), or against large hordes of enemies (such as during events).
- Bat projectiles cannot enter water or lava, but can enter honey.
- They will not home in on any enemy that is in contact with liquids, unless that enemy is capable of moving through blocks.
- (Desktop, Console and Mobile versions) The bats have a top speed of 51 mph when not tracking a target, and a top speed of 66 mph after they start tracking a target.[3]
- Bat projectiles disappear after 10 seconds if they do not hit an enemy or solid block.[4]
Trivia
- It can be considered the "Halloween version" of the Bee Gun and Wasp Gun.
- (Desktop, Console and Mobile versions) The Bat Scepter makes the same sound as wings when fired.
- On the
Old-gen console version, it makes no sound when fired, but sounds like wings when impacting.
- On the Nintendo
version, it makes a subtle sound similar to that of wings when fired.
- On the
History
- Desktop 1.4.4: Bats now move roughly 30% faster when tracking a target (though they remain normal speed when not tracking).
- Desktop 1.4.0.1:
- Average bats per cast increased from 2 to 2.5.
- Mana cost increased from 3 to 6.
- Desktop 1.2.1.1: Can now be reforged.
- Desktop 1.2.1: Introduced.
- Console 1.02: Introduced with mechanics from Desktop 1.2.1.1.
- Switch 1.0.711.6: Introduced.
- Mobile 1.2.6508: Introduced with mechanics from Desktop 1.2.1.1.
- 3DS-Release: Introduced with mechanics from Desktop 1.2.1.1.
References
- ↑ Detailed drop rates in each wave:
See Pumpkin Moon § Loot for more information.W10: 2.5% 6.25% W11: 2.5% 6.25% W12: 3.13% 12.5% W13: 3.13% 12.5% W14: 3.13% 12.5% W15: 4.17% 12.5% W16: 4.17% 12.5% W17: 6.25% 12.5% W18: 6.25% 12.5% W19: 6.25% 12.5% W20: 12.5% 12.5% - ↑ Information taken from the
Desktop 1.4.4.9 source code, method
AI()
inTerraria.Projectile.cs
. The relevant part is theaiStyle == 36
code block. The bats can home in on an enemy if sum of their horizontal and vertical distance from that enemy is less than 50 tiles. - ↑ Information taken from the
Desktop 1.4.4.9 source code, method
AI()
inTerraria.Projectile.cs
. The relevant part is theaiStyle == 36
code block. - ↑ Information taken from the
Desktop 1.4.4.9 source code, method
SetDefaults()
inTerraria.Projectile.cs
.