greekbuilding names ,live synch button ,market capacity
This commit is contained in:
@@ -160,6 +160,11 @@ window.renderTownDetails = function() {
|
||||
<div>${window.RES_ICONS.iron} Ασήμι: ${resHtml(resObj.iron || 0, reservedIron)}</div>
|
||||
<div style="margin-top: 6px;">${window.RES_ICONS.pop} Πληθυσμός: <strong style="color:#fff">${resObj.population || 0}</strong></div>
|
||||
`;
|
||||
|
||||
const mCap = resObj.market_capacity || 0;
|
||||
document.getElementById('td-market').innerHTML = `
|
||||
📦 Εμπορική Χωρητικότητα: <strong>${window.fmt(mCap)}</strong>
|
||||
`;
|
||||
|
||||
const godName = t.god ? t.god.charAt(0).toUpperCase() + t.god.slice(1) : 'Κανένας';
|
||||
const seaStr = t.sea != null ? `Θ${t.sea}` : '—';
|
||||
|
||||
Reference in New Issue
Block a user