Template:Mob: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|- | |- | ||
|colspan="2" style="background-color: # | |colspan="2" style="background-color: #120E17;text-align:center"|[[Image:{{{image|}}}.png|256px]] | ||
|- | |- | ||
! | !Health Points | ||
|{{{ | |{{{health|}}} | ||
|- | |- | ||
! | !Attack Damage | ||
|{{{ | |{{{attack|None}}} | ||
|- | |- | ||
Line 18: | Line 18: | ||
|- | |- | ||
!Voidic | !Voidic Damage | ||
|{{{voidicattack|None}}} | |||
|{{{ | |||
|- | |- | ||
!Voidic | !Voidic Defense | ||
|{{{ | |{{{voidicdefense|None}}} | ||
|- | |- | ||
Line 35: | Line 31: | ||
|- | |- | ||
!ID | !ID | ||
|{{{ | |{{{id|}}} | ||
|}<noinclude> | |}<noinclude> | ||
Line 41: | Line 37: | ||
<pre> | <pre> | ||
{{Mob | {{Mob | ||
|name= ( | |name= Optional (Defaults to the Page Title) | ||
|image= | |image= [[image:FileLink.png]] | ||
| | |health=Base Health Points (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively) | ||
| | |attack=Attack Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively) | ||
|armor= ( | |armor=Armor Value (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively) | ||
| | |voidicattack=Voidic Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively) | ||
| | |voidicarmor=Voidic Armor (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively) | ||
| | |drops=Loot Drops (Use {{Itemstack|item= |count= }}) | ||
| | |id=Registry ID | ||
|id= | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 19:15, 14 February 2024
Mob | |
---|---|
File:.png | |
Health Points | |
Attack Damage | None |
Armor | None |
Voidic Damage | None |
Voidic Defense | None |
Drops | None |
ID |
Usage:
{{Mob |name= Optional (Defaults to the Page Title) |image= [[image:FileLink.png]] |health=Base Health Points (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively) |attack=Attack Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively) |armor=Armor Value (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively) |voidicattack=Voidic Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively) |voidicarmor=Voidic Armor (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively) |drops=Loot Drops (Use {{Itemstack|item= |count= }}) |id=Registry ID }}