Template:Build: Difference between revisions

From FOnline: Reloaded Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
| align="right" | [[Hit Points]]:
| align="right" | [[Hit Points]]:
| colspan="2" | '''{{{hp}}}'''
| colspan="2" | '''{{{hp}}}'''
| colspan="2" align="center" | <span style="padding:5px; background-color:orange" title="Season Compliance">'''{{{season}}}'''</span>
| colspan="2" align="center" | <div id="season3">'''<span id="season">{{{season}}}</span>'''</div>
| colspan="4" align="right" | Target Level:
| colspan="4" align="right" | Target Level:
| width="10pt" align="center" | '''{{{level}}}'''
| width="10pt" align="center" | '''{{{level}}}'''
Line 184: Line 184:
|-
|-
|}
|}
<script type="text/javascript">
var v=$('#season').val();
if(v==2){
$(v).css({background: 'red'});
};
if(v==3){
$(v).css({background: 'orange '});
};
</script>


<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
<includeonly>[[Category:Builds]]</includeonly>
<includeonly>[[Category:Builds]]</includeonly>

Revision as of 19:08, 4 December 2017

{{{name}}} {{{mode}}}
{{{desc}}}
Hit Points: {{{hp}}}
{{{season}}}
Target Level: {{{level}}}
Implants: {{{implants}}}
[[File:{{{image}}}]] SPECIAL Level Perks
R L D C [[{{{p1}}}]]
Strength: {{{st}}} {{{stl}}} {{{std}}} {{{stc}}} [[{{{p2}}}]]
Perception: {{{pe}}} {{{pel}}} {{{ped}}} {{{pec}}} [[{{{p3}}}]]
Endurance: {{{en}}} {{{enl}}} {{{end}}} {{{enc}}} [[{{{p4}}}]]
Charisma: {{{ch}}} {{{chl}}} {{{chd}}} {{{chc}}} [[{{{p5}}}]]
Intelligence: {{{in}}} {{{inl}}} {{{ind}}} {{{inc}}} [[{{{p6}}}]]
Agility: {{{ag}}} {{{agl}}} {{{agd}}} {{{agc}}} [[{{{p7}}}]]
Luck: {{{lk}}} {{{lkl}}} {{{lkd}}} {{{lkc}}} [[{{{p8}}}]]
R=Register, D=On Drugs at Level 24, C=With above implants
Traits: [[{{{trait1}}}]] and [[{{{trait2}}}]]
Tag Skills: {{{tag1}}}, {{{tag2}}} and {{{tag3}}}
Other Skills: {{{skills}}}
Weapons: {{{weapon1}}} and {{{weapon2}}}
{{{weapon3}}} and {{{weapon4}}}
Drugs: {{{drugs}}}
Crafting Professions: {{{pros}}}
Details Support Perks
Mode: {{{mode}}} {{{sp0}}}
Action Points: {{{ap}}} {{{sp1}}}
Armor: {{{armor}}} {{{sp2}}}
DR: {{{dr}}} {{{sp3}}}
DT: {{{dt}}} {{{sp4}}}
Sight: {{{sight}}} {{{sp5}}}
Armor Class: {{{ac}}} {{{sp6}}}
Melee Dmg: {{{mdmg}}} {{{sp7}}}
Sequence: {{{seq}}} {{{sp8}}}
Poison Resist: {{{pr}}} {{{sp9}}}
Rad Resist: {{{rr}}} {{{sp10}}}
Head Crit Res: {{{hcr}}} {{{sp11}}}
Crit Resist: {{{cr}}} {{{sp12}}}
Crit Chance: {{{crits}}} {{{sp13}}}
Carry Weight: {{{cw}}} {{{sp14}}}
Party Points: {{{pp}}} {{{sp15}}}
Healing Rate: {{{hrate}}} {{{sp16}}}
{{{sp17}}}
{{{sp18}}}
{{{sp19}}}
{{{sp20}}}
Build by: {{{by}}}

<script type="text/javascript">

var v=$('#season').val();

if(v==2){ $(v).css({background: 'red'}); };

if(v==3){

$(v).css({background: 'orange '}); }; </script>