Started by
xiaokiq
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to make the deal damage block stack with strength effect and also make criticals do more additional damage other than it being the same on what value its set on deal damage
1- no there is no way to make the damage deal block stack with strength effect
2- about the critical you can make your hits have a chance to do critical hit and when its critical deals more damage
You can check the level of strength that is currently applied to the entity, and add the damage to the deal damage block.
Each level of strength adds 3 damage to the attack, so you could do something like this: https://imgur.com/a/8u6OCRg
For the critical hit, you'll probably have to deal extra damage separately.