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

Détails {$type}

{$LANG[$raceAff][$type].noms_sing[$id]|ucfirst}
{$type|ucfirst}

{$LANG[$raceAff][$type].descriptions.$id}

Actuellement :
{if $type == 'caserne'}{$planete->casernes.$id} unité(s){elseif $type == 'terrestre'}{$planete->terrestres.$id} unité(s){elseif $type == 'vaisseaux'}{$planete->vaisseaux[$id]} vaisseau(x){else}niveau {$planete->batiments[$id]}{/if}
{if $ressourcesNext.0}
Coût {$LANG[$raceAff].ressources.noms.metal|ucfirst} :
{$ressourcesNext.0|separerNombres}
{/if} {if $ressourcesNext.1}
Coût {$LANG[$raceAff].ressources.noms.cristal|ucfirst} :
{$ressourcesNext.1|separerNombres}
{/if} {if $ressourcesNext.2}
Coût {$LANG[$raceAff].ressources.noms.hydrogene|ucfirst} :
{$ressourcesNext.2|separerNombres}
{/if}
Temps de construction :
{$ressourcesNext.3|temps}
{if $caract}
Attaque :
{$caract.0|separerNombres}
Bouclier :
{$caract.1|separerNombres}
Point de vie :
{$caract.2|separerNombres}
Capacité de transpost :
{$caract.3|separerNombres}
{/if}
Nécessite :
{$etat}
{if $tableau_prod}

{foreach from=$tableau_prod item=ligne} {if $ligne.3 == 0 && $ligne.4 == 0}{else}{/if} {/foreach}
Production et consomation théoriques
Niveau Production Consomation Différence prod. Différence conso.
{$ligne.0} {$ligne.1|separerNombres} {$ligne.2|separerNombres} {if $ligne.3 > 0}+{/if}{$ligne.3|separerNombres} {if $ligne.4 > 0}+{/if}{$ligne.4|separerNombres}
{/if}
{include file='game/footer.tpl'}