Template:BattlePhase

From Another Eden Wiki
Template-info.png Documentation

Description[edit]

Template is used to create complex battle table with multiple enemies.

Battle divided on phases, each phase can have different or same enemies. Enemy move-sets are defined on Enemy pages with use of Template:Attack

Table start and table end must be defined outside of BattlePhase template

Usage[edit]

{{BattlePhase
|battle=Cognitive Existence  <!--name of battle, same as in enemy-->
|wave=0                      <!--Wave number-->   
|phase=1                     <!--Phase number-->
|showEnemies=Yes             <!--display enemy cells for this phase-->
<!--Additional rows-->
|winConditions=              <!--text row placed after skills of this Wave \ Phase -->
|pre=                        <!--text row placed before skills of this Wave \ Phase-->
|after=                      <!--text row placed after skills and win conditions of this Wave \ Phase -->
|addonSkills=                <!--Phase attacks with turn number, not based on any enemy-->
   {{Attack|5|Name|Description}}
}}

Battle Page Example[edit]

<table class="anotherTable">
{{BattlePhase
|battle=Cognitive Existence
|showEnemies=Yes
|phase=0
|winConditions=
|pre=
|after=
}}
{{BattlePhase
|battle=Cognitive Existence
|phase=1
|winConditions='''Reach 75% HP Stopper'''
|pre=Both twins must be taken down before proceeding to the next phase.
|after='''All-Out Attack''': Deals damage to all enemies equal to 99% of their current HP + Remove '''any active stance'''.
}}
{{BattlePhase
|battle=Cognitive Existence
|phase=2
|winConditions='''Reach 50% HP Stopper'''
|pre=
|after='''All-Out Attack''': Deals damage to all enemies equal to 99% of their current HP + Remove '''any active stance'''.
}}
{{BattlePhase
|battle=Cognitive Existence
|phase=3
|winConditions='''Reach 50% HP Stopper'''
|pre=
|after='''All-Out Attack''': Deals damage to all enemies equal to 99% of their current HP + Remove '''any active stance'''.
}}
{{BattlePhase
|battle=Cognitive Existence
|showEnemies=Yes
|phase=4
|winConditions=
|pre=
|after=
|addonSkills=
{{Attack|5|Name|'''All-Out Attack''': Deals damage to all enemies equal to 99% of their current HP + Remove '''any active stance'''.}}
}}
</table>