Why is attack damage on a sword higher than I set it to?

Started by CharlyMan on

Topic category: Help with MCreator software

Active 2 years ago
Joined May 2022
Points:
462

User statistics:

  • Modifications: 1
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
Why is attack damage on a sword higher than I set it to?

I set a custom sword's attack damage to 6 but in game it says it has 8. I know I could just set it to 4 but I want to know why this is happening.

Active 2 years ago
Joined Jul 2022
Points:
362

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
This is a bug and it also…
Wed, 07/13/2022 - 18:50

This is a bug and it also effects hoes (lowers their damage by 1) so you can only wait for it to be fixed and till that you need to use the bugged values 

Active 2 years ago
Joined May 2022
Points:
462

User statistics:

  • Modifications: 1
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
okay, thank you  
Wed, 07/13/2022 - 18:58

okay, thank you

 

It is not bug, but…
Fri, 07/15/2022 - 15:14

It is not bug, but difference between values in the code and the ones shown in-game

Active 2 years ago
Joined May 2022
Points:
462

User statistics:

  • Modifications: 1
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 70
So does that mean my sword…
Sat, 07/16/2022 - 00:49

So does that mean my sword does do 6 damage or does it do 8?

 

Active 4 months ago
Joined Mar 2021
Points:
722

User statistics:

  • Modifications: 3
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 87
you can go in the code of…
Sun, 07/24/2022 - 22:30

you can go in the code of the item and remove the f in attack damage
eg. STAT:16f => STAT:16

then lock the save and lock the code