Mechanic

baseDamage

Deals a percent of the mob's damage stat as damage

Aliases

bdweaponDamagewd

Configuration Fields (1)

NameTypeDefaultDescription
multiplier
m
PlaceholderDouble1The percentage of damage to deal

Examples & Notes

Examples

This example will make the mob deal 150% of its original damage to its target when its being attacked. In this case it would deal 15 damage, since the mob’s base-damage is 10.

AMob:
  Type: HUSK
  Damage: 10
  Skills:
  - basedamage{m=1.5} @target ~onDamaged

Universal Mechanic Options

Author:
Ashijin
Generated from @Mythic* annotations in the MythicMobs source.