added aitargets wiki links authored by Lxlp's avatar Lxlp
...@@ -118,8 +118,8 @@ SuperMob: ...@@ -118,8 +118,8 @@ SuperMob:
| clear | | Special Option. Clears all of the mob's AI | | clear | | Special Option. Clears all of the mob's AI |
| [hurtbytarget](/Mobs/ai/targets/HurtByTarget) | attacker, damager | Targets whatever attacks the mob | | [hurtbytarget](/Mobs/ai/targets/HurtByTarget) | attacker, damager | Targets whatever attacks the mob |
| [monsters](/Mobs/ai/targets/Monsters) | monster | Targets monsters | | [monsters](/Mobs/ai/targets/Monsters) | monster | Targets monsters |
| players | | Targets players | | [Players](/Mobs/ai/targets/Players) | player | Targets players |
| villagers | | Targets villagers | | [Villagers](/Mobs/ai/targets/Villagers) | villager | Targets villagers |
| [irongolem](/Mobs/ai/targets/Irongolems) | irongolem, iron_golems, iron_golem | Targets Golems | | [irongolem](/Mobs/ai/targets/Irongolems) | irongolem, iron_golems, iron_golem | Targets Golems |
| [nearestConditionalTarget](/Mobs/ai/targets/nearestconditionaltarget)<br>**[Premium-only]** | nearestConditional, nearestIf | Targets the nearest entity that meets the conditions provided | | [nearestConditionalTarget](/Mobs/ai/targets/nearestconditionaltarget)<br>**[Premium-only]** | nearestConditional, nearestIf | Targets the nearest entity that meets the conditions provided |
...@@ -128,12 +128,11 @@ SuperMob: ...@@ -128,12 +128,11 @@ SuperMob:
|--------------------|--------------|--------------------------------------------------------------------| |--------------------|--------------|--------------------------------------------------------------------|
| [NearestOtherFaction](/Mobs/ai/targets/NearestOtherFaction) | OtherFaction | Targets ANY entities that are in a different faction | | [NearestOtherFaction](/Mobs/ai/targets/NearestOtherFaction) | OtherFaction | Targets ANY entities that are in a different faction |
| [NearestOtherFactionMonsters](/Mobs/ai/targets/NearestOtherFactionMonsters) | OtherFactionMonsters | Targets any monster that is in a different faction | | [NearestOtherFactionMonsters](/Mobs/ai/targets/NearestOtherFactionMonsters) | OtherFactionMonsters | Targets any monster that is in a different faction |
| OtherFactionVillagers | | Targets any villagers that are in a different faction |
| [SpecificFaction](/Mobs/ai/targets/specificfaction) [faction_name] | | Targets any entities that are in the given faction | | [SpecificFaction](/Mobs/ai/targets/specificfaction) [faction_name] | | Targets any entities that are in the given faction |
| [SpecificFactionMonsters](/Mobs/ai/targets/specificfactionmonsters) [faction_name] | | Targets any monsters that are in the given faction | | [SpecificFactionMonsters](/Mobs/ai/targets/specificfactionmonsters) [faction_name] | | Targets any monsters that are in the given faction |
## Tameable Creatures ## Tameable Creatures
| AI Goal | Description | | AI Target | Description |
|---------------|-------------------------------------------| |---------------|-------------------------------------------|
| ownerattacker | Targets whatever attacks the mob's owner. | | [OwnerAttacker](/Mobs/ai/targets/OwnerAttacker) | Targets whatever attacks the mob's owner. |
| ownertarget | Targets whatever the mob's owner attacks. | | [OwnerTarget](/Mobs/ai/targets/OwnerTarget) | Targets whatever the mob's owner attacks. |
\ No newline at end of file \ No newline at end of file