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

File d'attente

{if $file} {foreach from=$file item=element key=key} {if $i != true}Prochain vaisseau : {/if} {$element.1} {if $element.1 > 1}{$LANG.$race.vaisseaux.noms_pluriel[$element.0]}{else}{$LANG.$race.vaisseaux.noms_sing[$element.0]}{/if}{if $element.2} (démolition){/if} - - Annuler un - Annuler tous {/foreach} {else} Aucun vaisseau dans la file d'attente{/if}

Arbre des technologies


Chantier spatial

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

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

{else}
Aucun vaisseau à construire actuellement.
{/if} {include file='game/footer.tpl'}