Feathers
Feathers
Rare
Jump higher and further. Also gain +1 Extra Jumps

Feathers Megabonk – Explained

Each Feather increases your jump height by +0.15. You also gain +1 extra jump
 
Feathers also give you a forward speed boost when jumping.
This boost is only applied if you are pressing a movement direction.
 
The boost is:
 
$$ \text{speedBoost}(n) = 2.2 \cdot n $$
 
where n = number of feathers
 
This value is added directly to your velocity in the direction you are moving when you jump, making you jump farther and faster depending on how many Feathers you have.
 

How it Stacks

Each Feather increases three stats:
 
1. Jump Height
Every copy adds +0.15 to your jump height stat:
$$ \text{jumpHeight}(n) = 0.15 \cdot n $$
 
 
2. Directional Jump Speed
When you jump while pressing a movement direction, Feathers add a forward velocity boost based on how many you have:
$$ \text{speedBoost}(n) = 2.2 \cdot n $$
 
This boost is applied directly to your velocity in the direction you are moving when the jump occurs.
 
3. Extra jumps
Every copy gives you +1 extra jumps
 
The more Feathers you have, the farther and faster your jumps become and you gain one extra jump per copy.
 

Approved suggestions and replies (if you left feedback and it is approved your comment will show up here).

  • AnonymousFeb 2, 2026
    The most recent update also adds +1 Extra Jump per stack
    Reply from IndieSnek:
    You're right. I had added this in the description but I forgot to add it in scaling and the official description. Thank you, it's added now!