basic
Tests that mob damage procs are working as intended for basic mobs
Procs | |
verify_damage | Check that the mob has a specific amount of damage. Note: basic mobs have all incoming damage types besides stam converted into brute damage. |
---|
Proc Details
verify_damage
Check that the mob has a specific amount of damage. Note: basic mobs have all incoming damage types besides stam converted into brute damage.
By default this checks that the mob has
- testing_mob - the mob to check the damage of
- amount - the amount of damage to verify that the mob has
- expected - the expected return value of the damage procs, if it differs from the default of (amount * 4)
- included_types - Bitflag of damage types to check.