forked from halo-battle/game
Version 0.9b
This commit is contained in:
parent
59fbc7104e
commit
73645ccc1f
25 changed files with 841 additions and 466 deletions
|
|
@ -224,6 +224,9 @@ require_once('flotte_dep.php');
|
|||
$nomterri = array('csnusparrowhawkkp4.jpg','pelican.jpg','csnushortswordad3.jpg','albatross.jpg','warthog-vrl.jpg','M12G1_LAAV_Warthog.jpg','M12A1_LAAV_Warthog.jpg','scorpionN.jpg','tourelle_fixe.jpg','dca_legere.jpg','dca_lourde.jpg','tourelle_gauss.jpg','csnulancemissileol5.jpg');
|
||||
}
|
||||
|
||||
//PV des défenses
|
||||
$def_pv = array(200,600,1000,10,100);
|
||||
|
||||
//Nombre maximal de ressources embarqué
|
||||
$nomvais_rs = array(5000,25000,7500,10,20000,50,800,1500,3000,10000,0,30000);
|
||||
|
||||
|
|
@ -244,6 +247,10 @@ require_once('flotte_dep.php');
|
|||
$nomvais_pv = array(20,60,50,10,100,40,250,400,600,1500,600);
|
||||
//Défense (bouclier)
|
||||
$nomvais_bc = array(20,60,100,1,100,100,400,500,600,700,400);
|
||||
//Débris de métal
|
||||
$nomvais_md = array(300,300,300,300,300,300,300,300,300,300,300);
|
||||
//Débris de cristal
|
||||
$nomvais_cd = array(300,300,300,300,300,300,300,300,300,300,300);
|
||||
//Rapide fire (nombre d'attaque par phase envers un vaisseau)
|
||||
$nomvais_rf = array( array(1,1,1,1,1,1,1,1,1,1,1,1),
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue