health_buff
this buff provides a max health buff and a heal.
Vars | |
fragile_mob_health_buff | If the mob has a low max health, we instead use this flat value to increase max health and calculate any heal. |
---|---|
healing_modifier | This modifier multiplies the healing by the effect. |
health_buff_modifier | This var determines how large the health buff will be. health_buff_modifier * historic_max_health * stacks |
historic_max_health | This var stores the mobs max health when the buff was first applied, and determines the size of future buffs.database.database. |
Var Details
fragile_mob_health_buff
If the mob has a low max health, we instead use this flat value to increase max health and calculate any heal.
healing_modifier
This modifier multiplies the healing by the effect.
health_buff_modifier
This var determines how large the health buff will be. health_buff_modifier * historic_max_health * stacks
historic_max_health
This var stores the mobs max health when the buff was first applied, and determines the size of future buffs.database.database.