diff options
| author | historia <[not public]> | 2026-06-19 03:05:46 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 03:05:46 -0400 |
| commit | fbd1c30d7b9777c9df6653f0c393afa7a7dfa519 (patch) | |
| tree | 7d4dd5b1fb1a5f868a330caf009ac8dc4e583025 /data/help/autocast.yaml | |
| parent | dea4a06764c507699cf9adcd1fd0a572d227aff0 (diff) | |
| download | thehouseoficarus-fbd1c30d7b9777c9df6653f0c393afa7a7dfa519.tar.gz | |
feat: science skill roughly implemented
Diffstat (limited to 'data/help/autocast.yaml')
| -rw-r--r-- | data/help/autocast.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/help/autocast.yaml b/data/help/autocast.yaml new file mode 100644 index 0000000..9b4fc40 --- /dev/null +++ b/data/help/autocast.yaml @@ -0,0 +1,21 @@ +name: "autocast" +category: "Commands" +description: | + Set a mod to autocast during combat. + + Usage: autocast <mod> + autocast off + autocast + + Set a combat mod to automatically trigger each attack tick + during combat. When autocast is active, attacking a mob will + use science combat instead of melee, consuming junk each tick. + + If you run out of junk, autocast disables and you switch to + melee attacks. + + autocast - Show current autocast setting + autocast solar bolt - Set autocast to Solar Bolt + autocast off - Disable autocast + + See also: trigger, mods, science |
