added Gun Mechanics section authored by Lxlp's avatar Lxlp
......@@ -8,9 +8,6 @@ These mechanics are added by Crucible, and are meant to be used with players and
| Mechanic | Description |
|-------------------------|------------------------------------------------------------------------------|
| [ConsumeAmmo] | Consumes ammo to execute a skill |
| [AmmoGive] | Gives the target player NBT Ammo |
| [AmmoReload] | Attempts to reload an item's ammo |
| [DealCustomDurability] | Deals damage or heals custom durability |
| [InventoryClear] | Clears the target's inventory |
| [ModelSet] | Sets the calling item's model |
......@@ -41,9 +38,13 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [PlaceFurnitureAt] | Makes the casting player place a furniture at a specific location |
[ConsumeAmmo]: Skills/Mechanics/ConsumeAmmo
[AmmoGive]: Skills/Mechanics/AmmoGive
[AmmoReload]: Skills/Mechanics/AmmoReload
## Gun Mechanics
| Mechanic | Description |
|-------------------------|------------------------------------------------------------------------------|
| [ConsumeAmmo] | Consumes ammo to execute a skill |
| [GiveAmmo] | Gives the target player NBT Ammo |
| [ReloadAmmo] | Attempts to reload an item's ammo |
[DealCustomDurability]: /Skills/Mechanics/DealCustomDurability
[InventoryClear]: /Skills/Mechanics/InventoryClear
[ModelSet]: Skills/Mechanics/ModelSet
......@@ -65,4 +66,8 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[FurnitureRemoveAt]: Skills/Mechanics/furnitureremoveat
[FurnitureSetAt]: Skills/Mechanics/FurnitureSetAt
[FurnitureState]: /Skills/Mechanics/furniturestate
[PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt
\ No newline at end of file
[PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt
[ConsumeAmmo]: Skills/Mechanics/ConsumeAmmo
[GiveAmmo]: Skills/Mechanics/GiveAmmo
[ReloadReload]: Skills/Mechanics/ReloadReload
\ No newline at end of file