{include file='game/header.tpl'}

File d'attente

{if $file} {else} {/if}

Arbre des technologies


{$LANG.$race.batiments.noms_sing.8|ucfirst}

{if $vaisseaux}
{foreach from=$vaisseaux item=vaisseau}
{$LANG.$race.vaisseaux.noms_sing[$vaisseau.id]|ucfirst}{if $vaisseau.nombre > 0} ({$vaisseau.nombre} unité{if $vaisseau.nombre > 1}s{/if}){/if}
{$LANG.$race.vaisseaux.noms_sing[$vaisseau.id]|ucfirst}

{$LANG.$race.vaisseaux.descriptions[$vaisseau.id]}

{if $vaisseau.nombre > 0}Nombre actuel : {$vaisseau.nombre}

{/if} {if $vaisseau.nec_metal > 0}Coût {$LANG.$race.ressources.noms.metal} : {$vaisseau.nec_metal|separerNombres}
{/if} {if $vaisseau.nec_cristal > 0}Coût {$LANG.$race.ressources.noms.cristal} : {$vaisseau.nec_cristal|separerNombres}
{/if} {if $vaisseau.nec_hydrogene > 0}Coût {$LANG.$race.ressources.noms.hydrogene} : {$vaisseau.nec_hydrogene|separerNombres}
{/if} Temps de construction : {$vaisseau.temps}

{if $vaisseau.nec_hydrogene > $planete->hydrogene || $vaisseau.nec_cristal > $planete->cristal || $vaisseau.nec_metal > $planete->metal}Ressources insuffisantes {else}
{/if}
{/foreach}
{else}
Aucun vaisseau à construire actuellement.
{/if} {include file='game/footer.tpl'}