Template:Mob: Difference between revisions
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|}}} | ||
|- | |- | ||
| Line 19: | Line 15: | ||
|- | |- | ||
!Voidic Defense | !Voidic Defense | ||
|{{{ | |{{{va|None}}} | ||
|- | |- | ||
!Attack Damage | !Attack Damage | ||
|{{{ | |{{{ad|None}}} | ||
|- | |- | ||
!Voidic | !Voidic Damage | ||
|{{{ | |{{{vd|None}}} | ||
|- | |- | ||
| Line 35: | Line 31: | ||
|- | |- | ||
!ID | !ID | ||
|{{modid}} | |{{modid}}{{{id|}}} | ||
|}<noinclude> | |}<noinclude> | ||
| Line 41: | Line 37: | ||
<pre> | <pre> | ||
{{Mob | {{Mob | ||
|name= ( | |name= Optional (Defaults to the Page Title) | ||
|image= | |image= [[image:FileLink.png]]) | ||
|hp= Base Health Points (Use {{H}} and {{Hh}} for Full and Half Heart equivalences, respectively) | |||
|hp= ( | |armor= Armor Value (Use {{A}} and {{Ah}} for Full and Half Armor equivalences, respectively) | ||
|armor= ( | |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= }}) | ||
|drops= ( | |id= In-Game ID (Use F3 + H for In-Game Tooltips) | ||
|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)
}}