- Joined
 - Jan 7, 2011
 
- Location
 - The 7th Circle of Heaven
 
So, we are making mad progress in HeroTowns.  
 
Townships will require coins to create IN ADDITION to mass block requirements.
Your citizens will need to use /townbank depsoit - while holding blocks to "beef" up their town banks.
 
Below is the preview list of requirements and their tier.
towns:
 
 
	
	
	
		
			
			Townships will require coins to create IN ADDITION to mass block requirements.
Your citizens will need to use /townbank depsoit - while holding blocks to "beef" up their town banks.
Below is the preview list of requirements and their tier.
towns:
		Code:
	
	  SMALL:
    name: Hamlet
    max-residents: 15
    cost: 5000
    tax: 500
    material-costs:
    - 42:0:100
    - 57:0:30
    - 86:0:50
    radius: 4
  MEDIUM:
    name: Town
    max-residents: 25
    cost: 15000
    tax: 600
    material-costs:
    - 133:0:100
    - 57:0:100
    - 369:0:50
    - 336:0:75
    - 98:1:10
    - 86:0:50
    radius: 6
  LARGE:
    name: City
    max-residents: 40
    cost: 20000
    tax: 700
    material-costs:
    - 133:0:200
    - 57:0:100
    - 86:0:200
    - 369:0:64
    - 121:0:10
    radius: 7
  HUGE:
    name: Capital
    max-residents: -1
    cost: 30000
    tax: 1000
    material-costs:
    - 133:0:200
    - 57:0:100
    - 369:0:64
    - 121:0:10
    radius: 8
	
				
).