YK
Size: a a a
YK
EZ
{
"MELEE_BASE": {
"size": 5,
"buildScore": 500,
"destroyScore": 5000,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 100,
"cost": 500,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"MELEE_UNIT"
],
"initHealth": null
},
"attack": null,
"repair": null
},
"MELEE_UNIT": {
"size": 1,
"buildScore": 20,
"destroyScore": 200,
"canMove": true,
"populationProvide": 0,
"populationUse": 1,
"maxHealth": 20,
"cost": 20,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": {
"attackRange": 1,
"damage": 5,
"collectResource": false
},
"repair": null
},
"BUILDER_UNIT": {
"size": 1,
"buildScore": 10,
"destroyScore": 100,
"canMove": true,
"populationProvide": 0,
"populationUse": 1,
"maxHealth": 10,
"cost": 10,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"HOUSE",
"WALL",
"BUILDER_BASE",
"MELEE_BASE",
"RANGED_BASE",
"TURRET"
],
"initHealth": 5
},
"attack": {
"attackRange": 1,
"damage": 1,
"collectResource": true
},
"repair": {
"validTargets": [
"HOUSE",
"WALL",
"BUILDER_BASE",
"MELEE_BASE",
"RANGED_BASE",
"TURRET"
],
"power": 5
}
},
"HOUSE": {
"size": 3,
"buildScore": 50,
"destroyScore": 500,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 20,
"cost": 50,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": null,
"repair": null
},
"RANGED_UNIT": {
"size": 1,
"buildScore": 30,
"destroyScore": 300,
"canMove": true,
"populationProvide": 0,
"populationUse": 1,
"maxHealth": 10,
"cost": 30,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": {
"attackRange": 5,
"damage": 5,
"collectResource": false
},
"repair": null
},
"RANGED_BASE": {
"size": 5,
"buildScore": 500,
"destroyScore": 5000,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 100,
"cost": 500,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"RANGED_UNIT"
],
"initHealth": null
},
"attack": null,
"repair": null
},
"WALL": {
"size": 1,
"buildScore": 10,
"destroyScore": 100,
"canMove": false,
"populationProvide": 0,
"populationUse": 0,
"maxHealth": 10,
"cost": 10,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": null,
"repair": null
},
"BUILDER_BASE": {
"size": 5,
"buildScore": 500,
"destroyScore": 5000,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 100,
"cost": 500,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"BUILDER_UNIT"
],
"initHealth": null
},
"attack": null,
"repair": null
},
"RESOURCE": {
"size": 1,
"buildScore": 0,EZ
"destroyScore": 0,
"canMove": false,
"populationProvide": 0,
"populationUse": 0,
"maxHealth": 15,
"cost": 0,
"sightRange": 0,
"resourcePerHealth": 1,
"build": null,
"attack": null,
"repair": null
},
"TURRET": {
"size": 2,
"buildScore": 200,
"destroyScore": 2000,
"canMove": false,
"populationProvide": 0,
"populationUse": 0,
"maxHealth": 50,
"cost": 200,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": {
"attackRange": 5,
"damage": 5,
"collectResource": false
},
"repair": null
}
}
AN
{
"MELEE_BASE": {
"size": 5,
"buildScore": 500,
"destroyScore": 5000,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 100,
"cost": 500,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"MELEE_UNIT"
],
"initHealth": null
},
"attack": null,
"repair": null
},
"MELEE_UNIT": {
"size": 1,
"buildScore": 20,
"destroyScore": 200,
"canMove": true,
"populationProvide": 0,
"populationUse": 1,
"maxHealth": 20,
"cost": 20,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": {
"attackRange": 1,
"damage": 5,
"collectResource": false
},
"repair": null
},
"BUILDER_UNIT": {
"size": 1,
"buildScore": 10,
"destroyScore": 100,
"canMove": true,
"populationProvide": 0,
"populationUse": 1,
"maxHealth": 10,
"cost": 10,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"HOUSE",
"WALL",
"BUILDER_BASE",
"MELEE_BASE",
"RANGED_BASE",
"TURRET"
],
"initHealth": 5
},
"attack": {
"attackRange": 1,
"damage": 1,
"collectResource": true
},
"repair": {
"validTargets": [
"HOUSE",
"WALL",
"BUILDER_BASE",
"MELEE_BASE",
"RANGED_BASE",
"TURRET"
],
"power": 5
}
},
"HOUSE": {
"size": 3,
"buildScore": 50,
"destroyScore": 500,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 20,
"cost": 50,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": null,
"repair": null
},
"RANGED_UNIT": {
"size": 1,
"buildScore": 30,
"destroyScore": 300,
"canMove": true,
"populationProvide": 0,
"populationUse": 1,
"maxHealth": 10,
"cost": 30,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": {
"attackRange": 5,
"damage": 5,
"collectResource": false
},
"repair": null
},
"RANGED_BASE": {
"size": 5,
"buildScore": 500,
"destroyScore": 5000,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 100,
"cost": 500,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"RANGED_UNIT"
],
"initHealth": null
},
"attack": null,
"repair": null
},
"WALL": {
"size": 1,
"buildScore": 10,
"destroyScore": 100,
"canMove": false,
"populationProvide": 0,
"populationUse": 0,
"maxHealth": 10,
"cost": 10,
"sightRange": 10,
"resourcePerHealth": 0,
"build": null,
"attack": null,
"repair": null
},
"BUILDER_BASE": {
"size": 5,
"buildScore": 500,
"destroyScore": 5000,
"canMove": false,
"populationProvide": 5,
"populationUse": 0,
"maxHealth": 100,
"cost": 500,
"sightRange": 10,
"resourcePerHealth": 0,
"build": {
"options": [
"BUILDER_UNIT"
],
"initHealth": null
},
"attack": null,
"repair": null
},
"RESOURCE": {
"size": 1,
"buildScore": 0,EZ
AN
AN
EZ
AN
EZ
EZ
AN
EZ
EZ
JA
AN
JA
JA
JA