Battle: Difference between revisions
From The Rockman EXE Zone Wiki
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
|{{#if:{{{enemy4chance|}}}| | |{{#if:{{{enemy4chance|}}}| | ||
{{!}}style="padding-right: 4px; text-align: right; font-size: 13px; min-width: 40pt; padding-bottom: 0; padding-left: 0; border-left: none; border-top: none; border-bottom: none;"{{!}}<span title="{{{enemy4chance|16/16}}}" style="cursor: help; border-bottom: 1px dotted">{{#expr:100*{{{enemy4chance|16/16}}}round2}}%</span> | {{!}}style="padding-right: 4px; text-align: right; font-size: 13px; min-width: 40pt; padding-bottom: 0; padding-left: 0; border-left: none; border-top: none; border-bottom: none;"{{!}}<span title="{{{enemy4chance|16/16}}}" style="cursor: help; border-bottom: 1px dotted">{{#expr:100*{{{enemy4chance|16/16}}}round2}}%</span> | ||
}}}} | |||
}} | |||
|- | |||
{{#if:{{{enemy5|}}}| | |||
{{!}}style="padding-left: 4px; min-width: 85pt; font-size: 13px; font-weight: bold; padding-top: 0; padding-bottom: 0; padding-right: 0; border-right: none; border-top: none; border-bottom: none;"{{!}}{{{enemy5}}} | |||
{{#if:{{{enemy5hp|}}}| | |||
{{!}}style="padding-right: 4px; text-align: right; font-size: 13px; min-width: 40pt; padding-bottom: 0; padding-left: 0; border-left: none; border-top: none; border-bottom: none;"{{!}}{{#if:{{{enemy5hp|????}}}|{{{enemy5hp|????}}} HP}} | |||
|{{#if:{{{enemy5chance|}}}| | |||
{{!}}style="padding-right: 4px; text-align: right; font-size: 13px; min-width: 40pt; padding-bottom: 0; padding-left: 0; border-left: none; border-top: none; border-bottom: none;"{{!}}<span title="{{{enemy5chance|16/16}}}" style="cursor: help; border-bottom: 1px dotted">{{#expr:100*{{{enemy5chance|16/16}}}round2}}%</span> | |||
}}}} | |||
}} | |||
|- | |||
{{#if:{{{enemy6|}}}| | |||
{{!}}style="padding-left: 4px; min-width: 85pt; font-size: 13px; font-weight: bold; padding-top: 0; padding-bottom: 0; padding-right: 0; border-right: none; border-top: none; border-bottom: none;"{{!}}{{{enemy6}}} | |||
{{#if:{{{enemy6hp|}}}| | |||
{{!}}style="padding-right: 4px; text-align: right; font-size: 13px; min-width: 40pt; padding-bottom: 0; padding-left: 0; border-left: none; border-top: none; border-bottom: none;"{{!}}{{#if:{{{enemy6hp|????}}}|{{{enemy6hp|????}}} HP}} | |||
|{{#if:{{{enemy6chance|}}}| | |||
{{!}}style="padding-right: 4px; text-align: right; font-size: 13px; min-width: 40pt; padding-bottom: 0; padding-left: 0; border-left: none; border-top: none; border-bottom: none;"{{!}}<span title="{{{enemy6chance|16/16}}}" style="cursor: help; border-bottom: 1px dotted">{{#expr:100*{{{enemy6chance|16/16}}}round2}}%</span> | |||
}}}} | }}}} | ||
}} | }} |
Revision as of 18:38, 6 September 2015
Example
VolGear | 80 HP | |||||||||||||||||||||||||
Mystery Data | 50% | |||||||||||||||||||||||||
Before FireManV2 | 6.25% | |||||||||||||||||||||||||
OilBody | 25% | |||||||||||||||||||||||||
After FireManV2 | 12.5% | |||||||||||||||||||||||||
OilBody | 50% | |||||||||||||||||||||||||
Usage
{{Battle |enemy1=VolGear |enemy1hp=80 |enemy2=Mystery Data |enemy2chance=8/16 |condition1=Before FireMan{{stack|V|2}} |chance1=16/256 |condition1a=OilBody |chance1a=64/256 |condition2=After FireMan{{stack|V|2}} |chance2=32/256 |condition2a=OilBody |chance2a=128/256 |battlefield={{BattleField |style=bn1-oven |object22=megaman-bn4 |object33=boulder-bn4 |object41=mysterydata |object52=volgear-bn4 }}}}