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

File d'attente

{foreach from=$file item=fbat key=key} {$fbat.3} - - Annuler {/foreach} {if $Vchaine}Aucun batiment dans la file d'attente {* {else} {if $chaine}Arrêter de produire à la chaîne {elseif $Pchaine}Produire à la chaîne{/if} *} {/if}

Arbre des technologies


Batiments

{foreach from=$batiments item=batiment} {/foreach}
{$batiment.nom} {$batiment.description}
{$batiment.nom}{if $batiment.niveau > 0} (Niveau {$batiment.niveau}){/if}

{if $batiment.nec_metal > 0} {if $batiment.nec_metal > $planete->metal}Coût {$nomsressources.0|lower} : {$batiment.nec_metalS}
{else}Coût {$nomsressources.0|lower} : {$batiment.nec_metalS}
{/if} {/if} {if $batiment.nec_cristal > 0} {if $batiment.nec_cristal > $planete->cristal}Coût {$nomsressources.1|lower} : {$batiment.nec_cristalS}
{else}Coût {$nomsressources.1|lower} : {$batiment.nec_cristalS}
{/if} {/if} {if $batiment.nec_hydrogene > 0} {if $batiment.nec_hydrogene > $planete->hydrogene}Coût {$nomsressources.2|lower} : {$batiment.nec_hydrogeneS}
{else}Coût {$nomsressources.2|lower} : {$batiment.nec_hydrogeneS}
{/if} {/if} Temps de construction : {$batiment.temps}

{if $batiment.enfile}Arrêter {elseif $batiment.nec_hydrogene > $planete->hydrogene}Ressources insuffisantes {elseif $batiment.nec_cristal > $planete->cristal}Ressources insuffisantes {elseif $batiment.nec_metal > $planete->metal}Ressources insuffisantes {else}Construire {/if}
{include file='game/footer.tpl'}