Longbone (Avalon)
< Avalon
Longbone
Statistics
| Type | |
|---|---|
| Uses ammo | Arrows |
| Damage | 33 (Ranged) |
| Knockback | 2.3 (Very weak) |
| Critical chance | 4% |
| Use time | 83 (Snail) |
| Velocity | 30 |
| Tooltip | Bouncy aquaflame balls explode from your arrows on impact |
| Rarity | |
| Sell | 50 |
| Research | 1 required |
Sounds
| Pull String | |
|---|---|
| Fully Drawn | |
| Shoot | |
| Explosion | |
| Richochet | |
The Longbone is a pre-Hardmode longbow crafted with Bones and Cobwebs.
Like all longbows, the Longbone's string gets gradually pulled back, increasing its damage, velocity, and knockback. When fully drawn, it will play a chirp sound and flash brightly momentarily.
On death, arrows fired by the Longbone will explode into 0–4 bouncing aquaflame balls depending on how far the string was pulled back, dealing 1/3 of the arrow's total damage and dissipating after 9 seconds.
Its best modifier is Fantastic.
Crafting
Recipes
|
Used in
|
Notes
- Power linearly interpolates from 0–1 based on how far the string is pulled back, with a floor of 0.05.
- The damage formula for longbows is as follows:
Damage * (0.1 + (Power * 1.65)).- Damage uses the regular damage formula for ranged weapons.
- The velocity formula for longbows is as follows:
Velocity * Power.- Velocity uses the regular velocity formula for ranged weapons.
- The knockback formula for longbows is as follows:
Knockback * (0.5 + Power).- Knockback uses the regular knockback formula.
- The minimum and maximum stat values using regular Wooden Arrows without bonuses or random variance is as follows:
Stat Min Max Damage 6 66 Velocity 1.65 33 Knockback 2.365 6.45
History
- 1.3.1:
- Other multiplayer clients will now see the correct player direction and bow rotation when they are being held.
- Invisible nocked arrow issue fixed for other multiplayer clients.Verify
- Fired arrows now properly sync behavioral changes for other players (notably, extraUpdates and hitbox sizes).
- 1.2.4: Vanilla arrows will no longer be invisible when nocked if the particular ID has not been loaded yet after launching the game.Verify
- 1.2.2: Power multiplier in the damage formula for longbows changed from
Power * 1.4toPower * 1.65. - 1.0.0: Introduced.