Template:Mob: Difference between revisions

From Voidscape
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
(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)
Line 4: Line 4:
|-
|-
|colspan="2" style="background-color: #222"|{{{image|}}}
|colspan="2" style="background-color: #222"|{{{image|}}}
|-
!Type
|{{{type|}}}


|-
|-
Line 19: Line 15:
|-
|-
!Voidic Defense
!Voidic Defense
|{{{voidic_armor|None}}}
|{{{va|None}}}


|-
|-
!Attack Damage
!Attack Damage
|{{{attack|None}}}
|{{{ad|None}}}


|-
|-
!Voidic Attack Damage
!Voidic Damage
|{{{voidic_attack|None}}}
|{{{vd|None}}}


|-
|-
Line 35: Line 31:
|-
|-
!ID
!ID
|{{modid}}:{{{id|}}}
|{{modid}}{{{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)
|hp= Base Health Points (Use {{H}} and {{Hh}} for Full and Half Heart equivalences, respectively)
|hp= (health)
|armor= Armor Value (Use {{A}} and {{Ah}} for Full and Half Armor equivalences, respectively)
|armor= (armor value)
|va= Voidic Armor (Use {{VA}} and {{VAH}} for Full and Half Voidic Armor equivalences, respectively)
|voidic_armor= (voidic armor value)
|ad= Attack Damage (Use {{H}} and {{Hh}} for Full and Half Heart equivalences, respectively)
|attack= (attack damage)
|vd= Voidic Damage (Use {{VH}} and {{VHH}} for Full and Half Voidic Heart equivalences, respectively)
|voidic_attack= (voidic attack damage)
|drops= Mob Drops (Use {{Itemstack|item= |count= }})
|drops= (drops)
|id= In-Game ID (Use F3 + H for In-Game Tooltips)
|id= (in-game id)
}}
}}
</pre>
</pre>
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 15:04, 13 November 2023

Mob
Health Points
Armor None
Voidic Defense None
Attack Damage None
Voidic Damage None
Drops None
ID voidscape

Usage:

{{Mob
|name= Optional (Defaults to the Page Title)
|image= [[image:FileLink.png]])
|hp= 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)
|va= Voidic Armor (Use {{VA}} and {{VAH}} for Full and Half Voidic Armor equivalences, respectively)
|ad= Attack 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)
|drops= Mob Drops (Use {{Itemstack|item= |count= }})
|id= In-Game ID (Use F3 + H for In-Game Tooltips)
}}