Targeters
MythicRPG supports all MythicMobs base targeters.
You can view those by clicking here.
These targeters are added by MythicRPG. They select players based on RPG state — archetypes, learned spells, talent investment, reagent values, or the original caster of the spell currently being executed.
Spell Context
| Targeter | Type | Description |
|---|---|---|
| SpellCaster | Entity | The player who cast the spell currently being executed |
Archetypes
| Targeter | Type | Description |
|---|---|---|
| PlayersByArchetype | Entity | All online players holding one of the listed archetypes |
| PlayersInRadiusByArchetype | Entity | Same, restricted to a radius around the caster |
Spells
| Targeter | Type | Description |
|---|---|---|
| PlayersWithSpell | Entity | All online players who have learned the given spell |
| PlayersInRadiusWithSpell | Entity | Same, restricted to a radius around the caster |
Talents
| Targeter | Type | Description |
|---|---|---|
| PlayersWithTalent | Entity | All online players with points invested in the given talent |
| PlayersInRadiusWithTalent | Entity | Same, restricted to a radius around the caster |
Reagents
| Targeter | Type | Description |
|---|---|---|
| PlayersWithReagent | Entity | All online players whose reagent value matches the given amount |
| PlayersInRadiusWithReagent | Entity | Same, restricted to a radius around the caster |
Party / Social
| Targeter | Type | Description |
|---|---|---|
| PartyMembers | Entity | The online members of the caster's party |
| PartyMembersInRadius | Entity | Same, restricted to a radius around the caster |
| PartyLeader | Entity | The leader of the caster's party |
| OnlineFriends | Entity | The online friends of the caster |