update documentation

This commit is contained in:
2025-05-15 18:14:43 +02:00
parent 4c1cc68acc
commit 6c64ab87c2
2 changed files with 28 additions and 0 deletions
@@ -134,6 +134,20 @@ Amount of ticks player needs to be sneaking in place for the enchantment to acti
Amount of arrows to shoot additionally per shot. This is additive, so if you want to shoot 3 arrows, set this to 2. Amount of arrows to shoot additionally per shot. This is additive, so if you want to shoot 3 arrows, set this to 2.
### Ward
#### cooldownTicks
- **Type**: `int`
Cooldown in ticks that will be applied to the activating items cooldown group.
#### blockSound
- **Type**: `string`
Namespaced key of the sound that will play when enchantment blocks a hit.
### Panic ### Panic
#### panicChancePerLevel #### panicChancePerLevel
@@ -59,6 +59,20 @@ When totem of undying is activated, player is teleported to their spawn point. I
**Description**: **Description**:
Gives invisibility effect when player is sneaking and not moving. Gives invisibility effect when player is sneaking and not moving.
### Volley
**Translation key**: `enchantio.enchantment.volley`
**Description**:
Shoots additional arrows when shooting a bow. Amount of arrows and their spread is configurable.
### Ward
**Translation key**: `enchantio.enchantment.ward`
**Description**:
Automatically blocks hits, but triggers a configurable cooldown every time it does. It triggers a cooldown for
the enchanted items cooldown group, so if you make this enchantment support more than just 1 item, you're going to have
to handle applying the cooldown group to them yourself.
## Curses ## Curses
### Curse of Panic ### Curse of Panic