");
out(""+city_name+" ("+city_size_name+")");
out("
");
out("| Location: | "+_loc+" |
");
out(" Population: | Size: "+city_pop+"; "+city_mix+" | ");
out("| Economy: | Limit: "+city_gp_lim+"gp, Assests: "+city_gp_max+"gp |
");
out("| Authority: | "+authority+"; Guards: "+city_gaurds+", Militia: "+city_militia+" |
");
out("| Power Centers: |  "+pwrs+" |
");
out("| NPC Levels: | ");
out("| Class | ");
for(i=1;i<=highest;i++) out(" "+lvl(i)+" | ");
out(" Total | ");
for(i=0;i<16;i++)
{
if (city_lvls[i][0].charAt(0)!="-")
{
out("| "+city_lvls[i][0]+" | ");
total=0;
for(j=1;j<=highest;j++)
if (city_lvls[i][j]==0) out(" | ");
else
{
out(" "+city_lvls[i][j]+" | ");
total+=city_lvls[i][j];
}
out(""+total+" | ");
}
}
out(" |
");
out("Highlight the table and use cut and paster to insert into a word document.");
out("
Click here to return to Generation Form.");
out("