Party Give Experience
Description
Grants MythicRPG experience to every online member of the caster's party. Mirrors giveMythicExperience: the target of the experience is chosen by source, group, or archetype, resolved in that precedence order.
Members without an active RPG profile are skipped. If the caster has no online party members, nothing happens.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| source | s, type, t | The experience source group to grant | none |
| group | g | The archetype group whose currently-active archetype receives the experience | none |
| archetype | a | The specific archetype to grant | none |
| amount | exp, xp | The amount of experience given | 0 |
| includeCaster | self | Whether the caster gains experience too | true |
Examples
Award every party member combat experience:
PartyBonus:
Skills:
- partyGiveExperience{source=COMBAT;amount=25} @self
Aliases
- partyExp
- partyXp