'; 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 | Caserne | Chantier terrestre | Chantier spatial
Vaisseaux Technologies nécessaires (niveau actuel)
Transporteur '; @techno("Chantier spatial",$chantier_spatial, 1); echo'
'; @techno("Réacteur à antigravité",$reacteur, 4); echo'
Grand transporteur '; @techno("Chantier spatial",$chantier_spatial, 5); echo'
'; @techno("Réacteur de fusion",$reacteur_f, 2); echo'
Vaisseau de colonisation '; @techno("Chantier spatial",$chantier_spatial, 5); echo'
'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 1); echo'
Sonde '; @techno("Chantier spatial",$chantier_spatial, 3); echo'
'; @techno("Réacteur à antigravité",$reacteur, 5); echo'
'; @techno(Détection,$detection, 2); echo'
Recycleur '; @techno("Chantier spatial",$chantier_spatial, 5); echo'
'; @techno("Réacteur de fusion",$reacteur_f, 4); echo'
'; @techno(Bouclier,$blindage, 5); echo'
Seraph '; @techno("Chantier spatial",$chantier_spatial, 1); echo'
'; @techno("Réacteur à antigravité",$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 CSS '; @techno("Chantier spatial",$chantier_spatial, 6); echo'
'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 2); echo'
'; @techno(Armement,$armement, 3); echo'
'; @techno(Bouclier,$blindage, 4); echo'
Croiseur de classe Reverence '; @techno("Chantier spatial",$chantier_spatial, 6); echo'
'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 3); echo'
'; @techno(Armement,$armement, 4); echo'
'; @techno(Bouclier,$blindage, 4); echo'
Porte vaisseaux '; @techno("Chantier spatial",$chantier_spatial, 8); echo'
'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 5); echo'
'; @techno(Armement,$armement, 6); echo'
'; @techno(Bouclier,$blindage, 6); echo'
Station orbitale covenant '; @techno("Chantier spatial",$chantier_spatial, 12); echo'
'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 10); echo'
'; @techno(Armement,$armement, 12); echo'
'; @techno(Bouclier,$blindage, 12); echo'
'; ?>