{
"steps" : 800,
"randomFail" : 1,
"entities" : {"standard" : 40},
"clusterBounds" : [1,3],

"roles" : "$(roles/standard.json)",

"clearEnergyCost" : 2,
"deactivatedDuration" : 10,
"maxEnergy" : 100,
"refreshEnergy" : 50,
"stepRecharge" : 1,
"clearDamage" : [32, 16, 8, 4, 2, 1],

"attachLimit" : 10,

"grid" : {
  "height" : 100,
  "width" : 100,
  "instructions": [
    ["cave", 0.6, 2, 5, 4]
  ],
  "goals": {
    "number" : 6,
    "size" : [2,4],
    "moveProbability": 0.2
  },
  "roleZones" : {
    "number" : 5,
    "size" : [3, 5]
  }
},

"blockTypes" : [3, 3],
"dispensers" : [5, 10],

"tasks" : {
  "size" : [1, 4],
  "concurrent" : 2,
  "iterations" : [5, 10],
  "maxDuration" : [100, 100]
},

"events" : {
  "chance" : 15,
  "radius" : [3, 5],
  "warning" : 5,
  "create" : [0, 2],
  "perimeter" : 2
},

"regulation" : "$(norms/standard.json)",

"absolutePosition" : false
}