#How can I edit the attack speed of cataclysm weapons?

16 messages · Page 1 of 1 (latest)

scarlet hare
#

Title. I've seen a lot of people ask but haven't found like a definitive answer and can not get it to work.

dreamy pollenBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

scarlet hare
#

Bump

mystic snowBOT
#

You can modify various properties of an existing item with KubeJS, and the wiki has a page on it!

scarlet hare
#

So I got it to work on a stone sword by removing the set, but when I changed it a cataclysm weapon I get this.

    event.modify('cataclysm:coral_bardiche', item => {
      item.attackSpeed = -1.0;
    })
})```
scarlet hare
#

So ig cataclysm items for whatever reason just don't work with item modification?

upbeat whale
#

I assume it’s because it’s a modded item and not vanilla.
Your other bet might be using a forge event

#

I don’t see a forge event for it either tho
I would have to see the cataclysm source to see if you can modify it via config or maybe their code.
If the tool tier can be modified that might also work.

I’ve seen others use data sources to modify damage as well

scarlet hare
upbeat whale
scarlet hare
upbeat whale
#

Darn it, nvm. I mixed up tickets. Someone else was asking about damage modifications, not swing speed.
Similar solutions, but that one isn't applicable in this scenerio.

scarlet hare
#

Darn