27 lines
403 B
Text
27 lines
403 B
Text
{
|
|
"name": "miner_hylotl",
|
|
"priority": 4,
|
|
|
|
"colonyTagCriteria": {
|
|
"light": 1,
|
|
"door": 1,
|
|
"hylotl": 8,
|
|
"mining": 12
|
|
},
|
|
|
|
"tenants": [
|
|
{
|
|
"spawn": "npc",
|
|
"species": "hylotl",
|
|
"type": "friendlyminer",
|
|
"overrides": {
|
|
"damageTeamType" : "friendly"
|
|
}
|
|
}
|
|
],
|
|
|
|
"rent": {
|
|
"periodRange": [600.0, 1800.0],
|
|
"pool": "minerGift"
|
|
}
|
|
}
|