Template:Mob: Difference between revisions
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 |
||
| (11 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
|- | |- | ||
|colspan="2" style="background-color: # | |colspan="2" style="background-color: #120E17;text-align:center"|[[Image:{{{image|}}}.png|256px]] | ||
|- | |- | ||
!Health Points | !Health Points | ||
|{{{ | |{{{health|}}} | ||
|- | |||
!Attack Damage | |||
|{{{attack|None}}} | |||
|- | |- | ||
| Line 14: | Line 18: | ||
|- | |- | ||
!Voidic | !Voidic Damage | ||
|{{{ | |{{{voidicattack|None}}} | ||
|- | |- | ||
!Voidic Defense | |||
|{{{voidicarmor|None}}} | |||
!Voidic | |||
|{{{ | |||
|- | |- | ||
| Line 31: | Line 31: | ||
|- | |- | ||
!ID | !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]] | ||
| | |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= | |drops=Loot Drops (Use {{Itemstack|item= |count= }}) | ||
|id= | |id=Registry ID | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 18:31, 30 May 2025
| 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
}}