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