Queen Spider Staff

From Terraria Wiki
Jump to navigation Jump to search

Desktop versionConsole versionMobile version
This is the main page whose information applies to the Desktop, Console, and Mobile versions of Terraria.
For the differences of this information on Old-gen console, see Legacy:Queen Spider Staff.
Queen Spider Staff
  • Queen Spider Staff item sprite
Stack digit 1.png
Statistics
Type
Damage26 (Summon)
Knockback7.5 (Very strong)
Mana10
Use time30 (Average)
Velocity14
TooltipSummons a sentry
Summons a spider queen to spit eggs at your enemies
RarityLight Red (Rarity level: 4)
Sell5 GC
Research1 required
Inflicts Debuff
DebuffAcid VenomAcid Venom
Debuff tooltipLosing life
Chance100%
Duration2–4 seconds
Projectiles created
  • Spider Turret
    Spider Turret
  • Spider Egg
    Spider Egg
  • Baby Spider
    Baby Spider
Sounds
Use
Summoned
Spider Egg
  • Internal Item ID: 2366 (Desktop, Console, Old-gen console and Mobile versions)
  • Internal Buff ID: 70
  • Internal Projectile ID: 377, 378, 379
The Queen Spider Staff's attack.

The Queen Spider Staff is a Hardmode summon weapon that summons the Spider Turret sentry. It fires Spider Eggs towards enemies once per second, which can bounce and roll on blocks, and are heavily affected by gravity. The Spider Eggs deal no damage themselves, and upon colliding with enemies or after 1 second, they will break and spawn 2–4 Baby Spiders that attack enemies. The Baby Spiders will disappear upon contact with an enemy, dealing damage and inflicting the Acid Venom debuff for 2–4 seconds. If there are no enemies within range, the Baby Spiders will persist for 5 seconds before dissipating.[1]

Its best modifier is Ruthless. The Mythical modifier provides the widest array of stat bonuses, but these primarily affect the initial summon rather than the resulting minion. Additionally, minions cannot deal critical hits. The only lasting advantage a Mythical Queen Spider Staff has over a Ruthless one is knockback.

Crafting

Recipes

ResultIngredientsCrafting station
Queen Spider StaffQueen Spider Staff(Desktop, Console, Old-gen console and Mobile versions)
  • Spider FangSpider Fang(Desktop, Console, Old-gen console and Mobile versions)24
Iron AnvilIron Anvil
or
Lead AnvilLead Anvil

Notes

  • The Spider Turret will be summoned on the closest blocks directly below the cursor's position.
  • The Spider Egg projectiles will spawn 2 or 3 Baby Spiders upon breaking, and have a 1/5 (20%) chance to spawn 1 extra Baby Spider.[2]
    • This means each Spider Egg spawns average of 2.7 Baby Spiders.
    • Because each Spider Egg can spawn 2–4 Baby Spiders, the Spider Turret's damage per shot is functionally 2–4 times higher than its listed base damage.
  • The Queen Spider can target enemies up to 62.5 tiles away.[3]
  • The Baby Spider projectiles can chase enemies within a 125 tiles radius.[4]
  • The Baby Spiders which spawn from the Spider Egg projectiles do not climb walls, unlike the Spider Staff's minions.

Tips

  • The Queen Spider Staff is an easy weapon to obtain in early Hardmode.

History

  • Desktop 1.4.0.1: Reduced the duration of Acid Venom from 4–6 to 2–4 seconds.
  • Desktop 1.3.4.4:
    • Fixed not working with the max sentry system.
    • Fixed spazzing against Worm enemies.

References

  1. Information taken from the Desktop version Desktop 1.4.4.9 source code, method SetDefaults() in Terraria.Projectile.cs.
  2. Information taken from the Desktop version Desktop 1.4.4.9 source code, method Kill() in Terraria.Projectile.cs.
  3. Information taken from the Desktop version Desktop 1.4.4.9 source code, method AI() in Terraria.Projectile.cs. he relevant part is the aiStyle == 53 code block. the range is measured by checking if the sum of horizontal distance and vertical distance of enemy from queen spider is less than 62.5 tiles.
  4. Information taken from the Desktop version Desktop 1.4.4.9 source code, method AI() in Terraria.Projectile.cs. he relevant part is the aiStyle == 63 code block.