Bolden the note for mob display authored by Phillip's avatar Phillip
...@@ -3,7 +3,7 @@ Mob Levels ...@@ -3,7 +3,7 @@ Mob Levels
Mob levels are a useful function for adding levels to your mob, which allow for several useful features. Mob levels are a useful function for adding levels to your mob, which allow for several useful features.
For example, you can have the mob's damage and healthscale up as their level increases, or you can have them drop more items depending on what their level is (see _BonusLevelItems_ in [Droptable Options](/Items/Drops#droptable-options)). For example, you can have the mob's damage and health scale up as their level increases, or you can have them drop more items depending on what their level is (see _BonusLevelItems_ in [Droptable Options](/Items/Drops#droptable-options)).
Or, for more advanced configs you could change their drops completely depending on what level they are, give them different skills depending on their level, or even change where/how they spawn depending on what level they are (using spawners and randomspawns.) Or, for more advanced configs you could change their drops completely depending on what level they are, give them different skills depending on their level, or even change where/how they spawn depending on what level they are (using spawners and randomspawns.)
...@@ -34,7 +34,7 @@ These options, put under the LevelModifiers section, will increase the ...@@ -34,7 +34,7 @@ These options, put under the LevelModifiers section, will increase the
mobs respective stats by the given numbers per level. These stats will mobs respective stats by the given numbers per level. These stats will
be added on top of their base stats. be added on top of their base stats.
Level modifiers may not work if you didn't specify specify base values Level modifiers may not work if you didn't specify base values
for the affected attributes in the mob configuration. for the affected attributes in the mob configuration.
* **Health: [number]** * **Health: [number]**
... ...
......