Skip to content

Power

The power attribute acts as a multiplier that affects damage and other power-scalable mechanics inside your skill.

This is directly integrated with MythicMobs' internal power system.

Note

For full documentation and behavior details, see the official MythicMobs guide on Power Scaling


Example

Example:
  Id: STICK
  Abilities:
  - skill: SummonSkeleton
    activator: LEFT_CLICK
    power: 2

In this example, any damage or power-based effects within the skill will be doubled (2x multiplier).