Skip to content

Commit

Permalink
Updated EcoSkills integration
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Sep 25, 2023
1 parent 6be8b70 commit 2ba16b4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/effects/all-effects/magic_regen_multiplier.md
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
```
13 changes: 13 additions & 0 deletions docs/effects/all-filters/magic_type.md
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
```
1 change: 1 addition & 0 deletions docs/effects/all-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ Triggered effects also produce a value, which is used in EcoPets for levelling.
| `start_quest` | Triggered when starting a quest **Requires EcoQuests** | 1 |
| `left_click_npc` | Triggered when left-clicking an NPC **Requires Citizens** | 1 |
| `right_click_npc` | Triggered when right-clicking an NPC **Requires Citizens** | 1 |
| `regen_magic` | Triggered when regenerating magic **Requires EcoSkills** | 1 |

0 comments on commit 2ba16b4

Please sign in to comment.