Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 163
    • Issues 163
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Mobs
  • Power Level

Last edited by Lxlp Aug 12, 2024
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Power Level

Skill Power is an attribute available to all skills that increases the potency of skills. Base attributes set in the mob configuration will not be affected by power levels. It is primarily used as a way to increase skill power with a mob's level, and can only be applied using Level Modifiers. Some mechanics have certain attributes that can be multiplied by power levels.

Future builds will allow you to define a scaling factor on it. In current builds it's not possible to turn off the affection of power levels when using mechanics except for the Projectile and Missile mechanics. If you don't wish to utilize power levels simply do not use them in the level modifiers.

Mechanics that are affected by power levels + formulas:

  • basedamage{multiplier=M} - damage = M * power
  • consume{damage=D} - damage = D * power
  • consume{heal=H} - heal = H * power
  • damage{amount=A} - damage = A * power
  • leap{velocity=V} - velocity = V * ( 1 + power * 0.1 )
  • projectile{velocity=V} - velocity = V * power
  • projectile{maxrange=MR} - maxrange = MR * power
  • missile{velocity=V} - velocity = V * power
  • missile{maxrange=MR} - maxrange = MR * power

Examples

In this example, a Level 2 ThornySkeleton would do 10 damage instead of 5 because it gains +1 power per level (base power of 1 + 1 per level = 2, 5*2 = 10). A level 3 ThornySkeleton would do 15 damage, and so on.

ThornySkeleton:
  Type: SKELETON
  Health: 20
  LevelModifiers:
    Health: 10
    Power: 1
  Skills:
  - damage{a=5} @trigger ~onDamaged
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information

Mobs

  • Overview
  • Types
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: MiniaturePets

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables

Items & Drops

  • Drops and Drop Tables
  • Attributes/Options
  • Common Item ID's
  • Enchantments
  • Potions
  • Banner Layers

Spawning

  • Spawners
  • Random Spawns