Adds Nimble system support for the Automated Animations module.
Automated Animations — Nimble Bridge
Adds native Nimble system support to Automated Animations, enabling weapon and spell animations to trigger automatically when items are used in chat.
How it works
The module hooks into Foundry's createChatMessage event, filters for Nimble item-use messages (type: "object"), and extracts the item name, source token, and targets from the message's system data. It then passes these to AutoAnimations.playAnimation() to fire the configured animation.
This module should work with V11 but has not been tested