Template:Mob: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Mob |name= (optional, defaults to the article's title) |image= (filelink) |type= (passive or hostile) |hp= (health) |attack= (attack damage) |drops= (drops) |id= (in-game id) }}") |
No edit summary |
||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" style="float:right; margin-left: 100px;" | |||
!colspan="2"|{{{name| {{BASEPAGENAME}} }}} | |||
|- | |||
|colspan="2" style="background-color: #120E17;text-align:center"|[[Image:{{{image|}}}.png|256px]] | |||
|- | |||
!Health Points | |||
|{{{health|}}} | |||
|- | |||
!Attack Damage | |||
|{{{attack|None}}} | |||
|- | |||
!Armor | |||
|{{{armor|None}}} | |||
|- | |||
!Voidic Damage | |||
|{{{voidicattack|None}}} | |||
|- | |||
!Voidic Defense | |||
|{{{voidicdefense|None}}} | |||
|- | |||
!Drops | |||
|{{{drops|None}}} | |||
|- | |||
!ID | |||
|{{{id|}}} | |||
|}<noinclude> | |||
Usage: | |||
<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 Value (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively) | ||
|drops= ( | |voidicattack=Voidic Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively) | ||
|id= | |voidicarmor=Voidic Armor (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively) | ||
|drops=Loot Drops (Use {{Itemstack|item= |count= }}) | |||
|id=Registry ID | |||
}} | }} | ||
</pre> | |||
</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 }}