Player |
{{ player.name }}
|
---|---|
{{ cat }} |
{{ i == 0 ? player.citiesPowered : i == 1 ? player.money : player.cities.length }}
|
Player |
{{ player.name }}
|
---|---|
{{ cat }} |
{{
i == 0
? player.totalIncome
: i == 1
? player.totalSpentCities
: i == 2
? player.totalSpentConnections
: i == 3
? player.totalSpentPlants
: player.totalSpentResources
}}
|
Cities | {{ index - 1 }} |
Payment | ${{ G.paymentTable[index - 1] }} |