Difference between revisions of "User:Konoko/PowerEnhancementVisual"
From Paragon Wiki Archive
m (minor updates, dunno if they'll work) |
Zombie Man (Talk | contribs) m (Moved within heirarchy of categories) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| border=0 cellspacing=0 style="width:75%; background:black; color:white; border:black solid 10px" | {| border=0 cellspacing=0 style="width:75%; background:black; color:white; border:black solid 10px" | ||
! rowspan=3 style="width:60px" | [[Image:{{{icon|Power Missing.png}}}|{{{size|60px}}}]] | ! rowspan=3 style="width:60px" | [[Image:{{{icon|Power Missing.png}}}|{{{size|60px}}}]] | ||
− | | style="color:#FFFFFF; font-size:large" | '''''{{{title| }}}''''' | + | | style="color:#FFFFFF; font-size:large" | '''''{{{title| }}}''''' |
|- | |- | ||
− | | style="color:#AADEFF; font-size:larger" | '''{{{effect| }}}''' | + | | style="color:#AADEFF; font-size:larger" | '''{{{effect| }}}''' |
|- | |- | ||
− | | style="color:#099CDE; font-size:larger" | '''{{{type| }}}''' | + | | style="color:#099CDE; font-size:larger" | '''{{{type| }}}''' |
|- | |- | ||
| colspan=2 style="border-top:white solid 1px; border-bottom:black solid 3px" | '''{{{desc| }}}''' | | colspan=2 style="border-top:white solid 1px; border-bottom:black solid 3px" | '''{{{desc| }}}''' | ||
|- | |- | ||
− | | colspan=2 style="color:#AADEFF" | {{#if {{{allowed| | + | | colspan=2 style="color:#AADEFF" | {{#if: {{{allowed|}}} | '''Allowed Enhancements:<br />{{{allowed}}}''' }} |
+ | |- | ||
+ | | colspan=2 style="color:#AADEFF" | {{#if: {{{allowedset|}}} | '''Allowed Enhancements Sets:<br />{{{allowedset}}}''' }} | ||
|- | |- | ||
| colspan=2 style="border-top:black solid 3px" | '''{{{extra| }}}''' | | colspan=2 style="border-top:black solid 3px" | '''{{{extra| }}}''' | ||
|}<noinclude> | |}<noinclude> | ||
− | + | ==Overview== | |
This is an attempt to mimic how a power or enhancement appears in the Enhancement Management window. | This is an attempt to mimic how a power or enhancement appears in the Enhancement Management window. | ||
+ | ==Example== | ||
{| | {| | ||
|- | |- | ||
− | | style="width:50%;" | <code><nowiki>{{ | + | | style="width:50%;" | <code><nowiki>{{User:Konoko/PowerEnhancementVisual |
|icon=SO_Science_Attack_Rate.png | |icon=SO_Science_Attack_Rate.png | ||
|title=ALPHA PARTICLE EXPOSURE | |title=ALPHA PARTICLE EXPOSURE | ||
Line 23: | Line 26: | ||
|type=Experiment (Science) | |type=Experiment (Science) | ||
|desc=A low-level radiation dose can decrease the recharge time of a single power, allowing it to be used more often in combat.}}</nowiki></code> | |desc=A low-level radiation dose can decrease the recharge time of a single power, allowing it to be used more often in combat.}}</nowiki></code> | ||
− | | style="width:50%;" | {{ | + | | style="width:50%;" | {{User:Konoko/PowerEnhancementVisual |
|icon=SO_Science_Attack_Rate.png | |icon=SO_Science_Attack_Rate.png | ||
|title=ALPHA PARTICLE EXPOSURE | |title=ALPHA PARTICLE EXPOSURE | ||
Line 30: | Line 33: | ||
|desc=A low-level radiation dose can decrease the recharge time of a single power, allowing it to be used more often in combat.}} | |desc=A low-level radiation dose can decrease the recharge time of a single power, allowing it to be used more often in combat.}} | ||
|- | |- | ||
− | ||<code><nowiki>{{ | + | ||<code><nowiki>{{User:Konoko/PowerEnhancementVisual |
|icon=MartialArts_MonkeySweep.png | |icon=MartialArts_MonkeySweep.png | ||
|size=30px | |size=30px | ||
Line 37: | Line 40: | ||
|type=Martial Arts | |type=Martial Arts | ||
|desc=This low spinning kick deals the same damage as Thunder Kick, but has a chancel to hit all enemies in melee with you. Successful hits will trip and knock down your opponents. | |desc=This low spinning kick deals the same damage as Thunder Kick, but has a chancel to hit all enemies in melee with you. Successful hits will trip and knock down your opponents. | ||
− | |allowed= | + | |allowed=Reduce Endurance Cost, Enhance Recharge Speed, Enhance KnockBack, Enhance Damage, Enhance Accuracy}}</nowiki></code> |
− | | {{ | + | | {{User:Konoko/PowerEnhancementVisual |
|icon=MartialArts_MonkeySweep.png | |icon=MartialArts_MonkeySweep.png | ||
|size=30px | |size=30px | ||
Line 45: | Line 48: | ||
|type=Martial Arts | |type=Martial Arts | ||
|desc=This low spinning kick deals the same damage as Thunder Kick, but has a chancel to hit all enemies in melee with you. Successful hits will trip and knock down your opponents. | |desc=This low spinning kick deals the same damage as Thunder Kick, but has a chancel to hit all enemies in melee with you. Successful hits will trip and knock down your opponents. | ||
− | |allowed= | + | |allowed=Reduce Endurance Cost, Enhance Recharge Speed, Enhance KnockBack, Enhance Damage, Enhance Accuracy}} |
|} | |} | ||
− | [[Category:Templates]]</noinclude> | + | [[Category:Konoko Templates|PowerEnhancementVisual]]</noinclude> |
Latest revision as of 03:26, 18 February 2010
Overview
This is an attempt to mimic how a power or enhancement appears in the Enhancement Management window.