Update ProjectileHit authored by Lxlp's avatar Lxlp
...@@ -29,6 +29,7 @@ The damage cause used by this mechanic is `PROJECTILE` ...@@ -29,6 +29,7 @@ The damage cause used by this mechanic is `PROJECTILE`
```yaml ```yaml
SuperProjectile: SuperProjectile:
Skills: Skills:
- snapshotusedbow
- projectile{...;onHit=SuperProjectile-Hit} @target - projectile{...;onHit=SuperProjectile-Hit} @target
SuperProjectile-Hit: SuperProjectile-Hit:
... ...
......