Changes
Page history
Reverted previous commit
authored
Oct 27, 2023
by
Phillip
Show whitespace changes
Inline
Side-by-side
Mobs/Mobs.md
View page @
46ba7a1a
...
...
@@ -62,7 +62,7 @@ example_mob:
```
#### Damage
Set the base value of the mob's melee attack damage attribute.
Set
s
the base value of the mob's melee attack damage attribute.
1 damage equals to 0.5 hearts, so a mob with 6 damage will deal 3 full hearts of damage.
This attribute will never affect damage done by ranged attacks, like arrows or potions.
Whenever the mob is holding or wearing an item with attribute modifiers will also affect the mob's melee damage.
...
...
@@ -74,7 +74,7 @@ example_mob:
```
#### Armor
Set the base value of the mob's armor attribute.
Set
s
the base value of the mob's armor attribute.
Minecraft caps the max armor value to 30.
Whenever the mob is holding or wearing an item with attribute modifiers will also affect the total armor.
```
yml
...
...
@@ -126,7 +126,7 @@ example_mob:
```
#### Mount
Set the mount of your mob.
Set
s
the mount of your mob.
Must be another MythicMob.
The mob will automatically ride on the defined mount when it spawns.
```
yml
...
...
@@ -136,7 +136,7 @@ another_example:
```
#### Display Options
Set the display entity options.
Set
s
the display entity options.
A list of available display options can be found in the
[
Display Options
](
Mobs/DisplayOptions
)
page
```
yml
cool_display
:
...
...
...
...