Version 1.7i
This commit is contained in:
parent
8a8280758b
commit
ba5e741c99
136 changed files with 2561 additions and 2105 deletions
|
|
@ -32,7 +32,7 @@ if (!isset($technolo)) {
|
|||
$nomvais_rs = array(5000,25000,7500,10,20000,50,300,4000,3000,10000,0,30000);
|
||||
|
||||
//Coefficient vitesse courte distance : temps pour parcourir un système
|
||||
$nomvais_dc = array(108,108,108,25,108,108,108,108,108,108,108,108);
|
||||
$nomvais_dc = array(50,50,50,100,50,50,50,50,50,50,50,50);
|
||||
//Temps de préparation courte distance : temps de préparation à compter avant tout déplacement
|
||||
$nomvais_pdc = array(900,900,900,35,900,900,900,900,900,900,900,900);
|
||||
//Coefficient vitesse longue distance : temps pour parcourir un système
|
||||
|
|
@ -53,18 +53,19 @@ if (!isset($technolo)) {
|
|||
//Débris de cristal
|
||||
$nomvais_cd = array(300,300,300,300,300,300,300,300,300,300,300,24000);
|
||||
//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,1),
|
||||
array(1,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,1),
|
||||
array(1,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,1),
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1),
|
||||
array(40,40,40,40,40,40,1,1,2,1,1,1,1),
|
||||
array(10,10,10,10,10,10,30,1,1,2,1,1,1),
|
||||
array(30,30,30,30,30,30,1,1,10,2,1,1,1),
|
||||
array(20,20,20,20,20,20,2,1,1,1,1,1,1),
|
||||
array(80,80,80,80,80,80,25,12,8,4,1,2,1),
|
||||
array(100,100,100,100,100,100,20,10,5,2,1,1,1));
|
||||
$nomvais_rf = array( array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Cargos petit
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Cargos grand
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Vaisseaux de colonisation
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Espionnage
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Recycleurs
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Longsword/Seraph
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Frégate
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Croiseurs de classe Halcyon
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Croiseurs de classe Marathon
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Porte vaisseaux
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1), //Station orbitale
|
||||
array(1,1,1,1,1,1,1,1,1,1,1,1,1) //Super porte-vaisseaux
|
||||
);
|
||||
|
||||
$batimentVAR = array('mine_m','mine_c','mine_h','centrale_s','centrale_f','radar','labo','chantier_terrestre','chantier_spatial','caserne','silo','centre_info');
|
||||
$batimentCALC = array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue