How does the Power enchantment on bows work?Dealing with creepers on a new gameDoes Protection enchantment work against damage done by the Thorns enchantment?How can I detect if only one out of 8 lines of redstone is on and block the others from passing trough?Is it possible to summon a Minecraft item with a custom amount of usage?How to add an enchantment onto held item in Minecraft with command blocksHow does enchantment combining with an anvil work?Testing for a Certain StructureIs there an optimum enchantment strategy in Minecraft?Minecraft - How to select flying arrows by NBT data given to them in item formIn minecraft, how does armor and the unbreaking enchantment work, specifically?

What's the polite way to say "I need to urinate"?

Pre-plastic human skin alternative

What's the name of these pliers?

How to stop co-workers from teasing me because I know Russian?

Do I have an "anti-research" personality?

A strange hotel

Alignment of various blocks in tikz

Critique of timeline aesthetic

Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?

Pulling the rope with one hand is as heavy as with two hands?

"You've called the wrong number" or "You called the wrong number"

Providing evidence of Consent of Parents for Marriage by minor in England in early 1800s?

Why does Mind Blank stop the Feeblemind spell?

Could the terminal length of components like resistors be reduced?

What is the philosophical significance of speech acts/implicature?

As an international instructor, should I openly talk about my accent?

What are the steps to solving this definite integral?

How to not starve gigantic beasts

How do I reattach a shelf to the wall when it ripped out of the wall?

On The Origin of Dissonant Chords

555 timer FM transmitter

Extension of 2-adic valuation to the real numbers

Is the claim "Employers won't employ people with no 'social media presence'" realistic?

How do I check if a string is entirely made of the same substring?



How does the Power enchantment on bows work?


Dealing with creepers on a new gameDoes Protection enchantment work against damage done by the Thorns enchantment?How can I detect if only one out of 8 lines of redstone is on and block the others from passing trough?Is it possible to summon a Minecraft item with a custom amount of usage?How to add an enchantment onto held item in Minecraft with command blocksHow does enchantment combining with an anvil work?Testing for a Certain StructureIs there an optimum enchantment strategy in Minecraft?Minecraft - How to select flying arrows by NBT data given to them in item formIn minecraft, how does armor and the unbreaking enchantment work, specifically?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I'm currently working on a server in Minecraft which uses RPG/MMO gameplay aspects, I know you can change the arrow damage of a bow by adding the Power enchant, but I need to know how the higher levels of the Power enchant effect the bow, basically I need to know how much damage the bow does with for example Power III or Power IV, I checked the Minecraft Wiki but I found it hard to understand.










share|improve this question

















  • 1





    edit what is it that you don't understand from the page because in all likelihood that page does answer you question

    – Memor-X
    Jan 24 '17 at 0:58






  • 1





    Try minecraft.gamepedia.com/Enchanting#Power

    – MasterOfTheTiger
    Jan 24 '17 at 19:50

















1















I'm currently working on a server in Minecraft which uses RPG/MMO gameplay aspects, I know you can change the arrow damage of a bow by adding the Power enchant, but I need to know how the higher levels of the Power enchant effect the bow, basically I need to know how much damage the bow does with for example Power III or Power IV, I checked the Minecraft Wiki but I found it hard to understand.










share|improve this question

















  • 1





    edit what is it that you don't understand from the page because in all likelihood that page does answer you question

    – Memor-X
    Jan 24 '17 at 0:58






  • 1





    Try minecraft.gamepedia.com/Enchanting#Power

    – MasterOfTheTiger
    Jan 24 '17 at 19:50













1












1








1








I'm currently working on a server in Minecraft which uses RPG/MMO gameplay aspects, I know you can change the arrow damage of a bow by adding the Power enchant, but I need to know how the higher levels of the Power enchant effect the bow, basically I need to know how much damage the bow does with for example Power III or Power IV, I checked the Minecraft Wiki but I found it hard to understand.










share|improve this question














I'm currently working on a server in Minecraft which uses RPG/MMO gameplay aspects, I know you can change the arrow damage of a bow by adding the Power enchant, but I need to know how the higher levels of the Power enchant effect the bow, basically I need to know how much damage the bow does with for example Power III or Power IV, I checked the Minecraft Wiki but I found it hard to understand.







minecraft






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 24 '17 at 0:56









TallNicoTheLostTallNicoTheLost

3215




3215







  • 1





    edit what is it that you don't understand from the page because in all likelihood that page does answer you question

    – Memor-X
    Jan 24 '17 at 0:58






  • 1





    Try minecraft.gamepedia.com/Enchanting#Power

    – MasterOfTheTiger
    Jan 24 '17 at 19:50












  • 1





    edit what is it that you don't understand from the page because in all likelihood that page does answer you question

    – Memor-X
    Jan 24 '17 at 0:58






  • 1





    Try minecraft.gamepedia.com/Enchanting#Power

    – MasterOfTheTiger
    Jan 24 '17 at 19:50







1




1





edit what is it that you don't understand from the page because in all likelihood that page does answer you question

– Memor-X
Jan 24 '17 at 0:58





edit what is it that you don't understand from the page because in all likelihood that page does answer you question

– Memor-X
Jan 24 '17 at 0:58




1




1





Try minecraft.gamepedia.com/Enchanting#Power

– MasterOfTheTiger
Jan 24 '17 at 19:50





Try minecraft.gamepedia.com/Enchanting#Power

– MasterOfTheTiger
Jan 24 '17 at 19:50










1 Answer
1






active

oldest

votes


















2














I checked the wiki and I hope my explanation is of better understanding to you.
So basically at full charge on a regular un-enchanted bow you're looking at a about 10 damage (5 hearts).



The Power enchantment increases your arrows damage by a certain amount depending on what level the enchantment is, the maximum is level 5. As you progress through each level, the formula for how much damage the damage is increased remains the same: 25% × (level + 1). That increment is always based off of the original damage of the bow, never the previous level.



For example, an un-enchanted bow does 10 damage at full charge. I then enchant this bow to Power I, so I calculate the formula: 25% x (1 + 1) = 50% ; 10 + 50% = 15. My bow now does 15 damage (7.5 hearts) at full charge. Note: all damage is rounded to the nearest half-heart, e.g. with Power II you get 17.5 damage by using the formula, but since that can't happen in Minecraft normally, they round it to 18 damage (9 hearts)



There is a key available on the wiki you mentioned, perhaps you forgot to hit the expand button? I'll link it here.






share|improve this answer























  • There's some damage spread with bows as well. I extensively use a Power V bow, and occasionally it one-shots enemies at full charge, while other times it does not.

    – Gigazelle
    Jan 24 '17 at 15:30











  • @Gigazelle perhaps there's an alternating critical hit system that effects it besides Minecraft's normal crits system

    – Slippo
    Jan 24 '17 at 22:28











  • I believe Minecraft now has a "timed critical" system. If you space out your attacks just right, you do extra damage. I'm not sure if this applies to the bow however.

    – Ben
    Jan 25 '17 at 4:36












  • @Ben I don't believe this is correct at least not with bows.

    – ydobonebi
    Jan 26 '17 at 5:54











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f298772%2fhow-does-the-power-enchantment-on-bows-work%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














I checked the wiki and I hope my explanation is of better understanding to you.
So basically at full charge on a regular un-enchanted bow you're looking at a about 10 damage (5 hearts).



The Power enchantment increases your arrows damage by a certain amount depending on what level the enchantment is, the maximum is level 5. As you progress through each level, the formula for how much damage the damage is increased remains the same: 25% × (level + 1). That increment is always based off of the original damage of the bow, never the previous level.



For example, an un-enchanted bow does 10 damage at full charge. I then enchant this bow to Power I, so I calculate the formula: 25% x (1 + 1) = 50% ; 10 + 50% = 15. My bow now does 15 damage (7.5 hearts) at full charge. Note: all damage is rounded to the nearest half-heart, e.g. with Power II you get 17.5 damage by using the formula, but since that can't happen in Minecraft normally, they round it to 18 damage (9 hearts)



There is a key available on the wiki you mentioned, perhaps you forgot to hit the expand button? I'll link it here.






share|improve this answer























  • There's some damage spread with bows as well. I extensively use a Power V bow, and occasionally it one-shots enemies at full charge, while other times it does not.

    – Gigazelle
    Jan 24 '17 at 15:30











  • @Gigazelle perhaps there's an alternating critical hit system that effects it besides Minecraft's normal crits system

    – Slippo
    Jan 24 '17 at 22:28











  • I believe Minecraft now has a "timed critical" system. If you space out your attacks just right, you do extra damage. I'm not sure if this applies to the bow however.

    – Ben
    Jan 25 '17 at 4:36












  • @Ben I don't believe this is correct at least not with bows.

    – ydobonebi
    Jan 26 '17 at 5:54















2














I checked the wiki and I hope my explanation is of better understanding to you.
So basically at full charge on a regular un-enchanted bow you're looking at a about 10 damage (5 hearts).



The Power enchantment increases your arrows damage by a certain amount depending on what level the enchantment is, the maximum is level 5. As you progress through each level, the formula for how much damage the damage is increased remains the same: 25% × (level + 1). That increment is always based off of the original damage of the bow, never the previous level.



For example, an un-enchanted bow does 10 damage at full charge. I then enchant this bow to Power I, so I calculate the formula: 25% x (1 + 1) = 50% ; 10 + 50% = 15. My bow now does 15 damage (7.5 hearts) at full charge. Note: all damage is rounded to the nearest half-heart, e.g. with Power II you get 17.5 damage by using the formula, but since that can't happen in Minecraft normally, they round it to 18 damage (9 hearts)



There is a key available on the wiki you mentioned, perhaps you forgot to hit the expand button? I'll link it here.






share|improve this answer























  • There's some damage spread with bows as well. I extensively use a Power V bow, and occasionally it one-shots enemies at full charge, while other times it does not.

    – Gigazelle
    Jan 24 '17 at 15:30











  • @Gigazelle perhaps there's an alternating critical hit system that effects it besides Minecraft's normal crits system

    – Slippo
    Jan 24 '17 at 22:28











  • I believe Minecraft now has a "timed critical" system. If you space out your attacks just right, you do extra damage. I'm not sure if this applies to the bow however.

    – Ben
    Jan 25 '17 at 4:36












  • @Ben I don't believe this is correct at least not with bows.

    – ydobonebi
    Jan 26 '17 at 5:54













2












2








2







I checked the wiki and I hope my explanation is of better understanding to you.
So basically at full charge on a regular un-enchanted bow you're looking at a about 10 damage (5 hearts).



The Power enchantment increases your arrows damage by a certain amount depending on what level the enchantment is, the maximum is level 5. As you progress through each level, the formula for how much damage the damage is increased remains the same: 25% × (level + 1). That increment is always based off of the original damage of the bow, never the previous level.



For example, an un-enchanted bow does 10 damage at full charge. I then enchant this bow to Power I, so I calculate the formula: 25% x (1 + 1) = 50% ; 10 + 50% = 15. My bow now does 15 damage (7.5 hearts) at full charge. Note: all damage is rounded to the nearest half-heart, e.g. with Power II you get 17.5 damage by using the formula, but since that can't happen in Minecraft normally, they round it to 18 damage (9 hearts)



There is a key available on the wiki you mentioned, perhaps you forgot to hit the expand button? I'll link it here.






share|improve this answer













I checked the wiki and I hope my explanation is of better understanding to you.
So basically at full charge on a regular un-enchanted bow you're looking at a about 10 damage (5 hearts).



The Power enchantment increases your arrows damage by a certain amount depending on what level the enchantment is, the maximum is level 5. As you progress through each level, the formula for how much damage the damage is increased remains the same: 25% × (level + 1). That increment is always based off of the original damage of the bow, never the previous level.



For example, an un-enchanted bow does 10 damage at full charge. I then enchant this bow to Power I, so I calculate the formula: 25% x (1 + 1) = 50% ; 10 + 50% = 15. My bow now does 15 damage (7.5 hearts) at full charge. Note: all damage is rounded to the nearest half-heart, e.g. with Power II you get 17.5 damage by using the formula, but since that can't happen in Minecraft normally, they round it to 18 damage (9 hearts)



There is a key available on the wiki you mentioned, perhaps you forgot to hit the expand button? I'll link it here.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 24 '17 at 1:13









SlippoSlippo

12511




12511












  • There's some damage spread with bows as well. I extensively use a Power V bow, and occasionally it one-shots enemies at full charge, while other times it does not.

    – Gigazelle
    Jan 24 '17 at 15:30











  • @Gigazelle perhaps there's an alternating critical hit system that effects it besides Minecraft's normal crits system

    – Slippo
    Jan 24 '17 at 22:28











  • I believe Minecraft now has a "timed critical" system. If you space out your attacks just right, you do extra damage. I'm not sure if this applies to the bow however.

    – Ben
    Jan 25 '17 at 4:36












  • @Ben I don't believe this is correct at least not with bows.

    – ydobonebi
    Jan 26 '17 at 5:54

















  • There's some damage spread with bows as well. I extensively use a Power V bow, and occasionally it one-shots enemies at full charge, while other times it does not.

    – Gigazelle
    Jan 24 '17 at 15:30











  • @Gigazelle perhaps there's an alternating critical hit system that effects it besides Minecraft's normal crits system

    – Slippo
    Jan 24 '17 at 22:28











  • I believe Minecraft now has a "timed critical" system. If you space out your attacks just right, you do extra damage. I'm not sure if this applies to the bow however.

    – Ben
    Jan 25 '17 at 4:36












  • @Ben I don't believe this is correct at least not with bows.

    – ydobonebi
    Jan 26 '17 at 5:54
















There's some damage spread with bows as well. I extensively use a Power V bow, and occasionally it one-shots enemies at full charge, while other times it does not.

– Gigazelle
Jan 24 '17 at 15:30





There's some damage spread with bows as well. I extensively use a Power V bow, and occasionally it one-shots enemies at full charge, while other times it does not.

– Gigazelle
Jan 24 '17 at 15:30













@Gigazelle perhaps there's an alternating critical hit system that effects it besides Minecraft's normal crits system

– Slippo
Jan 24 '17 at 22:28





@Gigazelle perhaps there's an alternating critical hit system that effects it besides Minecraft's normal crits system

– Slippo
Jan 24 '17 at 22:28













I believe Minecraft now has a "timed critical" system. If you space out your attacks just right, you do extra damage. I'm not sure if this applies to the bow however.

– Ben
Jan 25 '17 at 4:36






I believe Minecraft now has a "timed critical" system. If you space out your attacks just right, you do extra damage. I'm not sure if this applies to the bow however.

– Ben
Jan 25 '17 at 4:36














@Ben I don't believe this is correct at least not with bows.

– ydobonebi
Jan 26 '17 at 5:54





@Ben I don't believe this is correct at least not with bows.

– ydobonebi
Jan 26 '17 at 5:54

















draft saved

draft discarded
















































Thanks for contributing an answer to Arqade!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f298772%2fhow-does-the-power-enchantment-on-bows-work%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How does Billy Russo acquire his 'Jigsaw' mask? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why does Bane wear the mask?Why does Kylo Ren wear a mask?Why did Captain America remove his mask while fighting Batroc the Leaper?How did the OA acquire her wisdom?Is Billy Breckenridge gay?How does Adrian Toomes hide his earnings from the IRS?What is the state of affairs on Nootka Sound by the end of season 1?How did Tia Dalma acquire Captain Barbossa's body?How is one “Deemed Worthy”, to acquire the Greatsword “Dawn”?How did Karen acquire the handgun?

Личност Атрибути на личността | Литература и източници | НавигацияРаждането на личносттаредактиратередактирате

A sequel to Domino's tragic life Why Christmas is for Friends Cold comfort at Charles' padSad farewell for Lady JanePS Most watched News videos