Difference between revisions of "Classes: Command"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
<includeonly> | <includeonly> | ||
| − | + | == {{{name}}} == | |
| − | {| style="float: right; width: 350px; margin-left: 20px; border: 1px solid #d1d1d1; background-color: #fcfcfc; border-collapse: collapse; font-family: sans-serif | + | {| style="float: right; width: 350px; margin-left: 20px; border: 1px solid #d1d1d1; background-color: #fcfcfc; border-collapse: collapse; font-family: sans-serif;" |
|- | |- | ||
| colspan="2" style="background: #333; color: white; padding: 15px;" | | | colspan="2" style="background: #333; color: white; padding: 15px;" | | ||
| − | <div style="display: flex; align-items: center; gap: | + | <div style="display: flex; align-items: center; gap: 10px;"> |
| − | <div style="width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border: 2px solid #fff; background: #222 | + | <div style="width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border: 2px solid #fff; background: #222;"> |
{{#invoke: ApplyPattern | apply |{{{factions}}}| {{ClassPortrait|%pattern%|{{{enum}}}}} }} | {{#invoke: ApplyPattern | apply |{{{factions}}}| {{ClassPortrait|%pattern%|{{{enum}}}}} }} | ||
</div> | </div> | ||
| − | + | <div style="font-size: 1.2em; font-weight: bold;">{{{name}}}</div> | |
| − | <div style="font-size: 1.2em; font-weight: bold | ||
| − | |||
| − | </div> | ||
</div> | </div> | ||
|- | |- | ||
| − | | colspan="2" style="padding: 10px | + | | colspan="2" style="padding: 10px 15px; font-weight: bold; color: #444; font-size: 0.9em; border-bottom: 1px solid #eee;" | Class Statistics |
|- | |- | ||
| − | | style="padding: | + | | style="padding: 15px; vertical-align: top; width: 50%;" | |
| − | + | '''Health:''' {{{healthbase}}} (+{{{healthbonus}}})<br> | |
| − | + | '''Agility:''' {{{agilitybase}}} (+{{{agilitybonus}}})<br> | |
| − | + | '''Swim:''' {{{swimmingbase}}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| style="padding: 10px; text-align: center; width: 50%;" | | | style="padding: 10px; text-align: center; width: 50%;" | | ||
| − | <div style="width: 120px; height: 120px; background: #222; border-radius: 50% | + | <div style="width: 120px; height: 120px; background: #222; border-radius: 50%; overflow: hidden; border: 1px solid #ccc; display: inline-block;"> |
{{#invoke: ApplyPattern | apply |{{{factions}}}| {{ClassFull|%pattern%|{{{enum}}}}} }} | {{#invoke: ApplyPattern | apply |{{{factions}}}| {{ClassFull|%pattern%|{{{enum}}}}} }} | ||
</div> | </div> | ||
|- | |- | ||
| − | | colspan="2" style="padding: 15px; background: #fff | + | | colspan="2" style="padding: 15px; background: #fff; border-top: 1px solid #eee;" | |
| + | <div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px;">Weapons</div> | ||
| + | <div style="background: #2a2e33; color: white; padding: 5px 10px; font-size: 0.8em; font-weight: bold;">British</div> | ||
| + | <div style="border: 1px solid #ddd; padding: 10px; font-size: 0.85em;"> | ||
| + | {{#invoke: ApplyPattern | applyTemplate | {{{weapon_british}}} | WeaponDisplay | enum}} | ||
| + | </div> | ||
| + | |} | ||
| + | |||
| + | {{{description}}} | ||
| + | |||
| + | === Traits and Abilities === | ||
| + | {{#ifeq: {{{traits|}}}||| '''Traits:''' {{#invoke: ApplyPattern | applyTemplate | {{{traits}}} | TraitAbility | enum}} }} | ||
| + | {{#ifeq: {{{abilities|}}}||| '''Abilities:''' {{#invoke: ApplyPattern | applyTemplate | {{{abilities}}} | TraitAbility | enum}} }} | ||
| + | |||
| + | <div style="clear: both;"></div> | ||
| + | </includeonly> | ||