Changes
Page history
Update ReloadAmmo
authored
Nov 29, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/ReloadAmmo.md
View page @
ee4efb6a
...
@@ -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
## Example
s
```
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