Update ReloadAmmo authored by Lxlp's avatar Lxlp
...@@ -11,11 +11,16 @@ will search the caster's inventory for the configured ammo item (or another item ...@@ -11,11 +11,16 @@ will search the caster's inventory for the configured ammo item (or another item
| reloadfailskill | onreloadfail, onfail | Metaskill to execute if the reload fails | | | reloadfailskill | onreloadfail, onfail | Metaskill to execute if the reload fails | |
## Example ## Examples
```yaml ```yaml
Skills:
- reloadammo{sync=false; - reloadammo{sync=false;
onReload=TestGun-Reload; onReload=TestGun-Reload;
onFail=TestGun-Reload-Fail; onFail=TestGun-Reload-Fail;
onFull=TestGun-Reload-Full onFull=TestGun-Reload-Full
} @self ~onSwing } @self ~onSwing
``` ```
## Aliases
- [x] loadAmmo
\ No newline at end of file