added SetCompassLodestone mechanic authored by Lxlp's avatar Lxlp
...@@ -23,6 +23,7 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -23,6 +23,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [ParseWeapon] | Force a re-scan of the caster's weapon | | [ParseWeapon] | Force a re-scan of the caster's weapon |
| [ResetAttackCooldown] | Resets the player's attack cooldown | | [ResetAttackCooldown] | Resets the player's attack cooldown |
| [SetCompassLocation] | Sets the location a compass points to | | [SetCompassLocation] | Sets the location a compass points to |
| [SetCompassLodestone] | Sets the location a compass points to as a lodestone location |
| [SetCrossbowCharged] | Sets the state of the held crossbow's charge | | [SetCrossbowCharged] | Sets the state of the held crossbow's charge |
| [SetItemCustomModelData]| Sets the CustomModelData of the used item | | [SetItemCustomModelData]| Sets the CustomModelData of the used item |
| [SetItemDisplay] | Sets the item display name | | [SetItemDisplay] | Sets the item display name |
...@@ -68,6 +69,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -68,6 +69,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[ParseWeapon]: Skills/Mechanics/ParseWeapon [ParseWeapon]: Skills/Mechanics/ParseWeapon
[ResetAttackCooldown]: Skills/Mechanics/ResetAttackCooldown [ResetAttackCooldown]: Skills/Mechanics/ResetAttackCooldown
[SetCompassLocation]: Skills/Mechanics/SetCompassLocation [SetCompassLocation]: Skills/Mechanics/SetCompassLocation
[SetCompassLodestone]: Skills/Mechanics/SetCompassLodestone
[SetCrossbowCharged]: Skills/Mechanics/SetCrossbowCharged [SetCrossbowCharged]: Skills/Mechanics/SetCrossbowCharged
[SetItemCustomModelData]: /Skills/Mechanics/SetItemCustomModelData [SetItemCustomModelData]: /Skills/Mechanics/SetItemCustomModelData
[SetItemDisplay]: /Skills/Mechanics/SetItemDisplay [SetItemDisplay]: /Skills/Mechanics/SetItemDisplay
... ...
......