{{item.name}}
{{item.description}}
| Cost | ||
|---|---|---|
|
{{item.name}}
{{item.description}}
|
{{ displayCurrency(item.cost) }} |
| Qty. | Mkt. Price | Trade | |
|---|---|---|---|
| {{ resource.name }} | {{ formatInt(sim.getResourceCount(resource)) }} | {{ displayCurrency(sim.getResourceCount(resource) * resource.value) }} |
| Amount | |
|---|---|
| Bank account | {{ displayCurrency(state.money) }} |
| Business assets | {{ displayCurrency(state.totalAssetValue) }} |
| Employees | {{ formatInt(sim.getPopulationCount()) }}/{{ sim.getPopulationCap() }} |
| Production facilities | {{ state.inventory.length }} |
| Workforce Housing | {{ state.housing.length }} |
| # | Player | Cash | Assets |
|---|---|---|---|
| {{ user.rank }} | {{ user.game_id }} (You!) | {{ displayCurrency(user.money) }} | {{ displayCurrency(user.total_assets) }} |
| Workers | Hiring | ||||
|---|---|---|---|---|---|
| {{item.name}} | Abandoned Housing |
{{ formatNumber(item.housedWorkers) }}/{{ formatNumber(item.capacity) }}
0/0
|
| Productivity | ||
|---|---|---|
| {{item.name}} |
| Portfolio | Shares | Mkt. Price | |
|---|---|---|---|
| {{ st.company }} | {{ stocks.summarizeHoldings(st.company) }} | {{ displayCurrency(stocks.summarizeHoldingsValue(st.company)) }} |
| Stocks | Price | |
|---|---|---|
|
{{st.company}}
{{st.description}}
|
{{ displayCurrency(st.price) }} |