Template:Mob: Difference between revisions

From Voidscape
Jump to navigation Jump to search
(Removed hostile/passive as all mobs from Voidscape are hostile and/or bosses (No point in repeating it as the navbar shows it lol). Also updated namesakes for the coded side... Tama will likely revert this)
No edit summary
 
(10 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]]


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


|-
|-
Line 14: Line 18:


|-
|-
!Voidic Defense
!Voidic Damage
|{{{va|None}}}
|{{{voidicattack|None}}}


|-
|-
!Attack Damage
!Voidic Defense
|{{{ad|None}}}
|{{{voidicdefense|None}}}
 
|-
!Voidic Damage
|{{{vd|None}}}


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


Line 38: Line 38:
{{Mob
{{Mob
|name= Optional (Defaults to the Page Title)
|name= Optional (Defaults to the Page Title)
|image= [[image:FileLink.png]])
|image= [[image:FileLink.png]]
|hp= Base Health Points (Use {{H}} and {{Hh}} for Full and Half Heart equivalences, respectively)
|health=Base Health Points (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)
|attack=Attack Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively)
|va= Voidic Armor (Use {{VA}} and {{VAH}} for Full and Half Voidic Armor equivalences, respectively)
|armor=Armor Value (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively)
|ad= Attack Damage (Use {{H}} and {{Hh}} for Full and Half Heart equivalences, respectively)
|voidicattack=Voidic Damage (Use {{h}} and {{hh}} for Full and Half Heart equivalences, respectively)
|vd= Voidic Damage (Use {{VH}} and {{VHH}} for Full and Half Voidic Heart equivalences, respectively)
|voidicarmor=Voidic Armor (Use {{a}} and {{ah}} for Full and Half Armor equivalences, respectively)
|drops= Mob Drops (Use {{Itemstack|item= |count= }})
|drops=Loot Drops (Use {{Itemstack|item= |count= }})
|id= In-Game ID (Use F3 + H for In-Game Tooltips)
|id=Registry 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
}}