session_start(); $id=$_SESSION['id']; $galaxy=$_SESSION['galaxy']; $ss=$_SESSION['ss']; $pos=$_SESSION['pos']; 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(Energie,$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é |