... | @@ -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
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] loadAmmo |
|
|
|
\ No newline at end of file |