"; function techno($nom, $niveau, $niveau_ress) { if ($niveau < $niveau_ress) { echo "".$nom." ".$niveau_ress.""; } else { echo "".$nom." ".$niveau_ress.""; } } include 'bdd.php'; echo"
Batiments | Technologies | Caserne | Chantier terrestre | Chantier spatial
Bâtiment Niveau Technologies nécessaires
Purificateur de métal ".$mine_m." Débloqué
Purificateur de cristal ".$mine_c." Débloqué
Ionisateur ".$mine_h." Débloqué
Centrale solaire ".$centrale_s." Débloqué
Centrale de fusion ".$centrale_f." Débloqué
Oeil des prophètes ".$radar." "; @techno(Détection,$detection, 1); echo"
Centre de recherches ".$labo." Débloqué
Chantier terrestre ".$chantier_terrestre." Débloqué
Chantier spatial ".$chantier_spatial." "; @techno("Chantier terrestre",$chantier_terrestre, 2); echo"
Caserne ".$caserne." Débloqué
Entrepôt ".$silo." Débloqué
"; ?>