26 lines
386 B
Text
26 lines
386 B
Text
{
|
|
"name": "miner_avian2",
|
|
"priority": 3,
|
|
|
|
"colonyTagCriteria": {
|
|
"light": 1,
|
|
"door": 1,
|
|
"mining": 10
|
|
},
|
|
|
|
"tenants": [
|
|
{
|
|
"spawn": "npc",
|
|
"species": "avian",
|
|
"type": "friendlyminer",
|
|
"overrides": {
|
|
"damageTeamType" : "friendly"
|
|
}
|
|
}
|
|
],
|
|
|
|
"rent": {
|
|
"periodRange": [1200.0, 1800.0],
|
|
"pool": "minerGift"
|
|
}
|
|
}
|