'; function techno($nom, $niveau, $niveau_ress) { if ($niveau < $niveau_ress) { echo "".$nom." ".$niveau_ress." (".$niveau.")"; } else { echo "".$nom." ".$niveau_ress." (".$niveau.")"; } } include 'common.php'; echo'
Batiments | Technologies | Caserne | Chantier terrestre | Chantier spatial
Bâtiment Niveau Technologies nécessaires (niveau actuel)
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.' '; @techno("Maitrise de l'énergie",$energie_t, 5); echo'
'; @techno('Centrale solaire',$centrale_s, 12); echo'
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é
Centrale informatque '.$centre_info.' '; @techno('Informatique',$informatique, 2); echo'
'; ?>