You may get hit by your own attacks.
Preview by Moistcrafter:
raiden.mp4
Prebuilt JAR (Recommended):
- Get latest AttackModifier.jar release from releases and place it in your
\grasscutter\plugins
folder.
Build from source:
- Run these commands:
cd AttackModifier
mvn clean install
- Place built jar into
\grasscutter\plugins\
folder.
Restart the server if it was already running.
/at remove
to clear all gadgets
/at reload
to reload the config
/at set n|e|q [gadgetId]
to set the gadget for the current character's normal attack (n), elemental skill (e), or burst (q)
/at off|on
to toggle off/on the effects. Effects are enabled by default.
Gadget ids can be found from a list such as Jie's GrasscutterCommandGenerator, or in your Grasscutter resources folder: GadgetExcelConfigData.json
Now with config.json
yay
"ayakaIds": {
"skill": {
"normalAtk": 0,
"elementalSkill": 0,
"elementalBurst": 0
}
}