You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.3 KiB

<?php
/*
*
* @copyright (c) 2010 animegame.eu
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
*
*/
////// MUSS SO BLEIBEN WICHTIG
$aussetzten_runde = "";
$tmp_hp[0] = 0;
$tmp_hp[1] = 0;
##################################MP, SSJ Verwandlungen, HP, Koerper Tausch Technicken
include ('kampf/majin.php');
if (!$aussetzten_runde) { /////DAS FUER MAJIN ATTACKEN
include ('kampf/tausch2.php'); //////////////////Muss ganz oben sein wegen technik Tauschen
include ('kampf/gift.php');
include ('kampf/frucht.php');
include ('kampf/runde.php');
include ('kampf/mp.php');
include ('kampf/hp.php');
include ('kampf/hp2.php');
include ('kampf/SSJ.php');
include ('kampf/kaioken.php');
include ('kampf/kaioken2.php');
include ('kampf/copy.php');
include ('kampf/lose.php');
include ('kampf/lose2.php');
include ('kampf/ausdauer.php');
include ('kampf/mpv.php');
include ('kampf/hpmp.php');
//Als letztes um alle HP-Attacken zu kontern (in $tmp_hp gespeichert)
include ('kampf/konter_heal.php');
//Nach Konterheal, damit überstehende HP bleibt
include ('kampf/tausch.php');
//include "kampf/summon.php";
}
include ('kampf/atk_wert.php');
if (!$aussetzten_runde) { /////DAS FUER MAJIN ATTACKEN
include ('kampf/schatten.php');
}
?>