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

26 lines
386 B
Text

{
"name": "miner_human2",
"priority": 3,
"colonyTagCriteria": {
"light": 1,
"door": 1,
"mining": 10
},
"tenants": [
{
"spawn": "npc",
"species": "human",
"type": "friendlyminer",
"overrides": {
"damageTeamType" : "friendly"
}
}
],
"rent": {
"periodRange": [1200.0, 1800.0],
"pool": "minerGift"
}
}