This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Template:Mobstatsbox"

From Project 1999 Wiki
Jump to: navigation, search
m
 
(28 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
This is the template page for the mob quick stats box on the left.
 
This is the template page for the mob quick stats box on the left.
 
----
 
----
</noinclude>{| cellspacing="3" class="mobStatsBox"
+
</noinclude><table cellspacing="3" class="mobStatsBox">
! bgcolor="#cedff2" {{{name}}}
+
<tr><th bgcolor="#cedff2"> {{{name}}}
|-
+
</th></tr><tr><td> '''Race:''' {{{race}}}
| '''Race:''' {{{race}}}
+
</td></tr><tr><td> '''Class:''' {{{class}}}
|-
+
</td></tr><tr><td> '''Level:''' {{{level}}}
| '''Class:''' {{{class}}}
+
</td></tr><tr><th bgcolor="#f3f8fd"> Spawn
|-
+
</th></tr><tr><td> '''Zone:''' {{{zone}}}
| '''Level:''' {{{level}}}
+
</td></tr><tr><td> '''Location:''' {{{location}}}
|-
+
{{#if: {{{respawn_time|0}}}|</td></tr><tr><td> '''Respawn Time:''' {{{respawn_time}}} }}
! bgcolor="#f3f8fd" | Spawn
+
{{#if:{{{race_line|}}}|</td></tr><tr><td> '''[[Racing_Lines|Racing Line]]:''' {{{race_line}}} }}
|-
+
</td></tr><tr><th bgcolor="#f3f8fd"> Stats
| '''Zone:''' {{{zone}}}
+
</th></tr><tr><td> '''AC:''' {{{AC}}}
|-
+
</td></tr><tr><td> '''HP:''' {{{HP}}} <span class='ddb'>({{{HP_regen}}})</span>
| '''Location:''' {{{location}}}
+
</td></tr><tr><td> '''Damage per hit:''' {{{damage_per_hit}}}
{{#if: {{{respawn}}} | {{:!}}-
+
</td></tr><tr><td> '''Attacks per round:''' {{{attacks_per_round}}} <span class='ddb'>({{{attack_speed}}})</span>
{{:!}} '''Respawn Time:''' {{{respawn}}} }}
+
</td></tr><tr><td> '''Special:''' {{{special}}}
|-
+
</td></tr></table>
! bgcolor="#f3f8fd" | Stats
+
|-
+
| '''AC:''' {{{AC}}}
+
|-
+
| '''HP:''' {{{HP}}} <span class='ddb'>({{{HP_regen}}})</span>
+
|-
+
| '''Damage per hit:''' {{{damage_per_hit}}}
+
|-
+
| '''Attacks per round:''' {{{attacks_per_round}}} <span class='ddb'>({{{attack_speed}}})</span>
+
|-
+
| '''Special:''' {{{special}}}
+
|}
+

Latest revision as of 18:07, 25 September 2022

This is the template page for the mob quick stats box on the left.


{{{name}}}
Race: {{{race}}}
Class: {{{class}}}
Level: {{{level}}}
Spawn
Zone: {{{zone}}}
Location: {{{location}}}
Respawn Time: {{{respawn_time}}}
Stats
AC: {{{AC}}}
HP: {{{HP}}} ({{{HP_regen}}})
Damage per hit: {{{damage_per_hit}}}
Attacks per round: {{{attacks_per_round}}} ({{{attack_speed}}})
Special: {{{special}}}