Starbound/assets/devel/tenants/miners/miner_hylotl.tenant
2025-03-21 22:23:30 +11:00

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"
}
}