-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customisable Mace attack damage #772
Comments
I understand the sentiment, the problem is that the attack speed is a value in Minecraft that is set for the player, not on an individual item. This is how OCM operates and it would be difficult and performance intensive to do so on a per-item basis. |
I understand, I thought what OOC does is catch the item data sent to the player and replace the attack speed with the custom attack speed, with this approach you only need to filter the items with custom attack speed and apply the default value to the rest. A way of balancing the Maze then might be removing the Attack modifier that the maze has based on player Y speed? So it keeps the special mechanics but it deals damage like a normal sword. |
I think that's theoretically possible, we can allow setting the damage done by the weapon itself but we cannot change the attack speed on a per-item basis. |
Duplicate of #757 |
disable-attack-cooldown disables the cooldown for all items. The new items introduced in latest versions are designed to have a cooldown like the Maze, if the item does not have it, it becomes really overpowered.
Allow to toggle or disable the cooldown per item type, or have some sort of whitelist of items that will keep the cooldown.
The text was updated successfully, but these errors were encountered: