-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# `magic_regen_multiplier` | ||
#### Permanent Effect | ||
|
||
Multiplies magic regeneration | ||
|
||
**Requires EcoSkills** | ||
|
||
# Example Config | ||
```yaml | ||
- id: magic_regen_multiplier | ||
args: | ||
multiplier: 1.5 # The regen multiplier | ||
types: # The list of magic types to multiply xp for. If removed, it will multiply all types. | ||
- mana | ||
- flux | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# `magic_type` | ||
|
||
Require a certain magic type | ||
|
||
**Requires EcoSkills** | ||
|
||
# Example Config | ||
```yaml | ||
filters: | ||
magic_type: | ||
- mana | ||
- flux | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters