Difference between revisions of "Template:Infobox Sentinel"

From Xhodon 2
Jump to: navigation, search
 
Line 107: Line 107:
 
+ {{{Count6}}} * {{{Attack6}}}
 
+ {{{Count6}}} * {{{Attack6}}}
 
{{#if:{{{Count7|}}} |
 
{{#if:{{{Count7|}}} |
+ {{{Count7}}} * {{{Attack7}}} + {{{Count8}}} * {{{Attack8}}}
+
+ {{{Count7}}} * {{{Attack7}}}  
}} }} }} }}
+
{{#if:{{{Count8|}}} |
 +
+ {{{Count8}}} * {{{Attack8}}}
 +
}} }} }} }} }}
  
 
{{!}} {{ formatnum: {{#expr: {{{Count1}}} * {{{Defence1}}} + {{{Count2}}} * {{{Defence2}}} + {{{Count3}}} * {{{Defence3}}} + {{{Count4}}} * {{{Defence4}}} + {{{Count5}}} * {{{Defence5}}}
 
{{!}} {{ formatnum: {{#expr: {{{Count1}}} * {{{Defence1}}} + {{{Count2}}} * {{{Defence2}}} + {{{Count3}}} * {{{Defence3}}} + {{{Count4}}} * {{{Defence4}}} + {{{Count5}}} * {{{Defence5}}}
 
{{#if:{{{Count6|}}} |
 
{{#if:{{{Count6|}}} |
+ {{{Count6}}} * {{{Defence6}}} + {{{Count7}}} * {{{Defence7}}} + {{{Count8}}} * {{{Defence8}}}
+
+ {{{Count6}}} * {{{Defence6}}}
}} }} }}
+
{{#if:{{{Count7|}}} |
 +
+ {{{Count7}}} * {{{Defence7}}}
 +
{{#if:{{{Count8|}}} |
 +
+ {{{Count8}}} * {{{Defence8}}}
 +
}} }} }} }} }}
  
 
{{!}} {{ formatnum: {{#expr: {{{Count1}}} * {{{Health1}}} + {{{Count2}}} * {{{Health2}}} + {{{Count3}}} * {{{Health3}}} + {{{Count4}}} * {{{Health4}}} + {{{Count5}}} * {{{Health5}}}
 
{{!}} {{ formatnum: {{#expr: {{{Count1}}} * {{{Health1}}} + {{{Count2}}} * {{{Health2}}} + {{{Count3}}} * {{{Health3}}} + {{{Count4}}} * {{{Health4}}} + {{{Count5}}} * {{{Health5}}}
 
{{#if:{{{Count6|}}} |
 
{{#if:{{{Count6|}}} |
+ {{{Count6}}} * {{{Health6}}} + {{{Count7}}} * {{{Health7}}} + {{{Count8}}} * {{{Health8}}}
+
+ {{{Count6}}} * {{{Health6}}}
}} }} }}
+
{{#if:{{{Count7|}}} |
 +
+ {{{Count7}}} * {{{Health7}}}
 +
{{#if:{{{Count8|}}} |
 +
+ {{{Count8}}} * {{{Health8}}}
 +
}} }} }} }} }}
 
}}
 
}}
 
|- style="background:#{{ColorTitleBox|FFCC99}};"
 
|- style="background:#{{ColorTitleBox|FFCC99}};"

Latest revision as of 15:19, 27 October 2011

Name Count
(ca.)
Attack
(total)
Defence
(total)
Life Force
(total)


Syntax

{{Infobox_Sentinel
|Name1=
|Count1=
|Attack1= <!-- numbers for a single one of the creatures -->
|Defence1=
|Health1=

|Name2=
|Count2=
|Attack2=
|Defence2=
|Health2=

|Name3=
|Count3=
|Attack3=
|Defence3=
|Health3=

|Name4=
|Count4=
|Attack4=
|Defence4=
|Health4=

|Name5=
|Count5=
|Attack5=
|Defence5=
|Health5=

|Name6=
|Count6=
|Attack6=
|Defence6=
|Health6=

|Name7=
|Count7=
|Attack7=
|Defence7=
|Health7=

|Name8=
|Count8=
|Attack8=
|Defence8=
|Health8=

<!-- amount of looted resources -->
|Herb_Essences = 
|Crystal_Splinters = 
|Power_Stones = 
|Gold_Resin = 
}}