'; function techno($nom, $niveau, $niveau_ress) { if ($niveau < $niveau_ress) { echo "".$nom." ".$niveau_ress." (".$niveau.")"; } else { echo "".$nom." ".$niveau_ress." (".$niveau.")"; } } include 'bdd.php'; echo'
Batiments | Technologies | Ecole militaire | Chantier terrestre | Chantier spatial
Vaisseaux Technologies nécessaires (niveau actuel)
Cargos de classe Parabola '; @techno("Chantier spatial",$chantier_spatial, 1); echo'
'; @techno("Réacteur à combustion",$reacteur, 4); echo'
Cargos de classe Laden '; @techno("Chantier spatial",$chantier_spatial, 5); echo'
'; @techno("Réacteur de fusion",$reacteur_f, 2); echo'
Vaisseau de colonisation de classe Odyssey '; @techno("Chantier spatial",$chantier_spatial, 5); echo'
'; @techno("Réacteur de fusion de type II",$reacteur_ff, 1); echo'
Drones d’espionnage de classe Clarion '; @techno("Chantier spatial",$chantier_spatial, 3); echo'
'; @techno("Réacteur à cmbustion",$reacteur, 5); echo'
'; @techno(Radar,$detection, 2); echo'
Recycleur de classe Minotaure '; @techno("Chantier spatial",$chantier_spatial, 5); echo'
'; @techno("Réacteur de fusion",$reacteur_f, 4); echo'
'; @techno(Blindage,$blindage, 5); echo'
C079 Longsword Interceptor '; @techno("Chantier spatial",$chantier_spatial, 1); echo'
'; @techno("Réacteur à combustion",$reacteur, 4); echo'
Frégate '; @techno("Chantier spatial",$chantier_spatial, 3); echo'
'; @techno("Réacteur de fusion",$reacteur_f, 3); echo'
'; @techno(Armement,$armement, 1); echo'
Croiseur de classe Halcyon '; @techno("Chantier spatial",$chantier_spatial, 6); echo'
'; @techno("Réacteur de fusion de type II",$reacteur_ff, 2); echo'
'; @techno(Armement,$armement, 3); echo'
'; @techno(Blindage,$blindage, 4); echo'
Croiseur de classe Marathon '; @techno("Chantier spatial",$chantier_spatial, 6); echo'
'; @techno("Réacteur de fusion de type II",$reacteur_ff, 3); echo'
'; @techno(Armement,$armement, 4); echo'
'; @techno(Blindage,$blindage, 4); echo'
Porte vaisseaux '; @techno("Chantier spatial",$chantier_spatial, 8); echo'
'; @techno("Réacteur de fusion de type II",$reacteur_ff, 5); echo'
'; @techno(Armement,$armement, 6); echo'
'; @techno(Blindage,$blindage, 6); echo'
Station orbitale humaine '; @techno("Chantier spatial",$chantier_spatial, 12); echo'
'; @techno("Réacteur de fusion de type II",$reacteur_ff, 10); echo'
'; @techno(Armement,$armement, 12); echo'
'; @techno(Blindage,$blindage, 12); echo'
'; ?>