Difference between revisions of "User:Konoko/PowerEnhancementVisual"
From Paragon Wiki Archive
m |
(holy crap, I forgot this existed. slight updates) |
||
Line 10: | Line 10: | ||
|- | |- | ||
| colspan=2 style="color:#AADEFF" | {{#if: {{{allowed|}}} | '''Allowed Enhancements:<br />{{{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 38: | Line 41: | ||
|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=Reduce Endurance Cost, Enhance Recharge Speed, Enhance KnockBack, Enhance Damage, Enhance Accuracy}}</nowiki></code> | |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 |
Revision as of 18:37, 11 December 2008
Overview
This is an attempt to mimic how a power or enhancement appears in the Enhancement Management window.