'; 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 |
| Unitée | Technologies nécessaires (niveau actuel) |
| Marine | '; @techno('Ecole militaire',$caserne, 1); echo' |
| Fusiller | '; @techno('Ecole militaire',$caserne, 2); echo' |
| Grenadier | '; @techno('Ecole militaire',$caserne, 2); echo' '; @techno(Armement,$armement, 2); echo' |
| TCAO | '; @techno('Ecole militaire',$caserne, 5); echo' '; @techno(Armement,$armement, 3); echo' '; @techno("Tactiques de combats",$tactique,2); echo' |
| Sniper | '; @techno('Ecole militaire',$caserne, 3); echo' '; @techno(Armement,$armement, 1); echo' |
| Spartan | '; @techno('Ecole militaire',$caserne, 10); echo' '; @techno(Armement,$armement, 7); echo' '; @techno(Blindage,$blindage, 7); echo' '; @techno("Tactiques de combats",$tactique,2); echo' '; echo' |
| Médecin | '; @techno('Ecole militaire',$caserne, 2); echo' '; @techno(Médecine,$medecine, 2); echo' |
| Ingénieur | '; @techno('Ecole militaire',$caserne, 2); echo' |
| Marine exosquelette | '; @techno('Ecole militaire',$caserne, 5); echo' '; @techno(Armement,$armement, 4); echo' '; @techno(Blindage,$blindage, 2); echo' |