Template:Mob: Difference between revisions

From Voidscape
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 3: Line 3:


|-
|-
|colspan="2" style="background-color: #222"|{{{image|}}}
|colspan="2" style="background-color: #120E17;text-align:center"|[[Image:{{{image|}}}.png|256px]]


|-
|-
!Type
!Health Points
|{{{type|}}}
|{{{health|}}}


|-
|-
!Health Points
!Attack Damage
|{{{hp|}}}
|{{{attack|None}}}


|-
|-
Line 18: Line 18:


|-
|-
!Voidic Armor
!Voidic Damage
|{{{voidic_armor|None}}}
|{{{voidicattack|None}}}
 
|-
!Attack Strength
|{{{attack|None}}}


|-
|-
!Voidic Attack Strength
!Voidic Defense
|{{{voidic_attack|None}}}
|{{{voidicdefense|None}}}


|-
|-
Line 35: Line 31:
|-
|-
!ID
!ID
|{{{id|voidscape:}}}
|{{{id|}}}
|}<noinclude>
|}<noinclude>


Line 41: Line 37:
<pre>
<pre>
{{Mob
{{Mob
|name= (optional, defaults to the article's title)
|name= Optional (Defaults to the Page Title)
|image= (filelink)
|image= [[image:FileLink.png]]
|type= (passive or hostile)
|health=Base Health Points (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively)
|hp= (health)
|attack=Attack Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively)
|armor= (armor value)
|armor=Armor Value (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively)
|voidic_armor= (voidic armor value)
|voidicattack=Voidic Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively)
|attack= (attack damage)
|voidicarmor=Voidic Armor (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively)
|voidic_attack= (voidic attack damage)
|drops=Loot Drops (Use {{Itemstack|item= |count= }})
|drops= (drops)
|id=Registry ID
|id= (in-game id)
}}
}}
</pre>
</pre>
[[Category:Infobox templates]]
</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
}}