Difference between revisions of "Template:DemonBuild:Thin"

From SMT: Dx2 Wiki
Jump to: navigation, search
(Party Setup)
Line 4: Line 4:
 
|
 
|
 
{{#if: {{{skill1|}}} | <tr style="color: white; background: #4b4d4f; text-align: center; font-size: 12px"><td>'''Skills'''</td></tr> | <tr height="0"></tr>}}
 
{{#if: {{{skill1|}}} | <tr style="color: white; background: #4b4d4f; text-align: center; font-size: 12px"><td>'''Skills'''</td></tr> | <tr height="0"></tr>}}
{{#if: {{{skill1|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px;"><td>[[{{{skill1}}}]]</td></tr> | <tr height="0"></tr>}}
+
{{#if: {{{skill1|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px;"><td>[[{{{skill1}}}]]</td></tr>|<tr height="0"></tr>}}
{{#if: {{{skill2|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px;"><td>[[{{{skill2}}}]]</td></tr> | <tr height="0"></tr>}}
+
{{#if: {{{skill2|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px;"><td>[[{{{skill2}}}]]</td></tr>|<tr height="0"></tr>}}
{{#if: {{{brands|}}} | <tr style="color: white; background: #4b4d4f; text-align: center; font-size: 12px; height: 15px;"><td>'''Brands'''</td></tr> | <tr height="0"></tr>}}
+
{{#if: {{{brands|}}} | <tr style="color: white; background: #4b4d4f; text-align: center; font-size: 12px; height: 15px;"><td>'''Brands'''</td></tr>|<tr height="0"></tr>}}
{{#if: {{{brands|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px; max-width: 200px"><td>{{{brands}}}</td></tr> | <tr height="0"></tr>}}
+
{{#if: {{{brands|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px; max-width: 200px"><td>{{{brands}}}</td></tr>|<tr height="0"></tr>}}
{{#if: {{{statreq|}}} | <tr style="color: white; background: #4b4d4f; text-align: center; font-size: 12px; height: 15px;"><td>'''Requirements'''</td></tr> | <tr height="0"></tr>}}
+
{{#if: {{{statreq|}}} | <tr style="color: white; background: #4b4d4f; text-align: center; font-size: 12px; height: 15px;"><td>'''Requirements'''</td></tr> |<tr height="0"></tr>}}
 
{{#if: {{{statreq|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px;"><td>{{{statreq}}}</td></tr> | <tr height="0"></tr>}}
 
{{#if: {{{statreq|}}} | <tr style="color: black; background: #f0f0f0; text-align: center; font-size: 12px; height: 15px;"><td>{{{statreq}}}</td></tr> | <tr height="0"></tr>}}
|}
+
|}</includeonly>
</includeonly>
 
 
<noinclude>[[Category:Templates|{{PAGENAME}}]]
 
<noinclude>[[Category:Templates|{{PAGENAME}}]]
 
===Use/Examples===
 
===Use/Examples===

Revision as of 10:59, 17 January 2020

Use/Examples

Single Demon

The thin demon build template requires the specific demon name, archetype, skills if applicable, brands if applicable, and any stat requirements if applicable.

{{DemonBuild:Thin|demon=|archetype=|skill1=|skill2=|brands=|statreq=}}
Example of a Single Demon
ArchTeal.png Masakado.jpg Masakado
Skills
Auto-Sukunda
-
Brands
Divine and Aim, AC% and ATK%
Requirements
P3 doesn't hurt. PATK > 1800


Party Setup

When stringing a few together, be sure to align to your container to keep things tidy. When parameters are left empty the corresponding field will be empty.

{| border=0 align="right"
|+ '''Example of a set of demon builds illustrating a party.'''
| valign="top" |{{DemonBuild:Thin|demon=Hua Po|archetype=Red|skill1=Enduring Soul|skill2=-|brands=Spell and Ward, MAtk5|statreq=MATK > 1500}}
| valign="top" |{{DemonBuild:Thin|demon=Mother Harlot|archetype=Teal|skill1=Vitality Amp III|skill2=Speedster|brands=War and Aim, ATK%|statreq=P3 and PDEF > 2000}}
| valign="top" |{{DemonBuild:Thin|demon=Yoshitsune|archetype=Teal|skill1=Strength Amp III|skill2=Agility Amp III|brands=War and Aim, ATK%|statreq=P2 and PATK > 2000}}
| valign="top" |{{DemonBuild:Thin|demon=Rama|archetype=Yellow|skill1=Evade|skill2=Enduring Soul|brands=Life and Evade|statreq=P2 and EVA over 45%}}
|}
Example of a set of demon builds illustrating a party.
ArchRed.png Hua Po.jpg Hua Po
Skills
Enduring Soul
-
Brands
Spell and Ward, MAtk%
Requirements
MATK > 1500
ArchTeal.png Mother Harlot.jpg Mother Harlot
Skills
Vitality Amp III
Speedster
Brands
War and Aim, ATK%
Requirements
P3 and PDEF > 2000
ArchTeal.png Yoshitsune.jpg Yoshitsune
Skills
Strength Amp III
Agility Amp III
Brands
War and Aim, ATK%
ArchYellow.png Rama.jpg Rama
Skills
Evade
Enduring Soul
Brands
Life and Evade, HP% and EV%
Requirements
P2 and EVA over 45%