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

File d'attente

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

Arbre des technologies


Bâtiments

{foreach from=$batiments item=batiment}
{$LANG.$race.batiments.noms_sing[$batiment.id]|ucfirst}{if $batiment.niveau > 0} (Niveau {$batiment.niveau}){/if}
{$LANG.$race.batiments.noms_sing[$batiment.id]}

{$LANG.$race.batiments.descriptions[$batiment.id]}

{if $batiment.niveau > 0}Niveau actuel : {$batiment.niveau}

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

{if $batiment.nec_hydrogene > $planete->hydrogene || $batiment.nec_cristal > $planete->cristal || $batiment.nec_metal > $planete->metal}Ressources insuffisantes {else}{if $planete->casesRest >= 1}Construire{/if}{/if} {if $batiment.enfile !== false}Arrêter{/if} {if $batiment.niveau > 0} Démolir un niveau{/if}
{/foreach}
{include file='game/footer.tpl'}