added SetPathfindingMalus mechanic authored by Lxlp's avatar Lxlp
...@@ -198,6 +198,7 @@ are able to target locations as well. ...@@ -198,6 +198,7 @@ are able to target locations as well.
| [SetNoDamageTicks][] | Sets the nodamageticks of the target | | [SetNoDamageTicks][] | Sets the nodamageticks of the target |
| [SetOwner][] | Makes the target the owner of the casting mob | | [SetOwner][] | Makes the target the owner of the casting mob |
| [SetParent][] | Makes the target the parent of the casting mob | | [SetParent][] | Makes the target the parent of the casting mob |
| [SetPathfindingMalus][] | Sets the pathfinding malus of a mob for given terrain types |
| [SetPitch][] | Sets the head pitch of the target entity | | [SetPitch][] | Sets the head pitch of the target entity |
| [SetRotation][] | Sets the rotation of the target | | [SetRotation][] | Sets the rotation of the target |
| [SetTarget][] | Sets the caster's target | | [SetTarget][] | Sets the caster's target |
...@@ -528,6 +529,7 @@ but not yet ready for use. ...@@ -528,6 +529,7 @@ but not yet ready for use.
[SetNoDamageTicks]: /skills/mechanics/setnodamageticks [SetNoDamageTicks]: /skills/mechanics/setnodamageticks
[SetOwner]: /skills/mechanics/setowner [SetOwner]: /skills/mechanics/setowner
[SetParent]: /skills/mechanics/SetParent [SetParent]: /skills/mechanics/SetParent
[SetPathfindingMalus]: /skills/mechanics/SetPathfindingMalus
[SetPitch]: /skills/mechanics/SetPitch [SetPitch]: /skills/mechanics/SetPitch
[setRaiderCanJoinRaid]: /Skills/Mechanics/setRaiderCanJoinRaid [setRaiderCanJoinRaid]: /Skills/Mechanics/setRaiderCanJoinRaid
[SetRaiderPatrolBlock]: /skills/mechanics/setraiderpatrolblock [SetRaiderPatrolBlock]: /skills/mechanics/setraiderpatrolblock
... ...
......