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

32 lines
475 B
Text

{
"name": "chefmerchantwithpig",
"priority": 2,
"colonyTagCriteria": {
"light": 1,
"door": 1,
"human": 5,
"cooking": 2,
"storage": 5
},
"tenants": [
{
"spawn": "npc",
"species": "human",
"type": "chefmerchant"
},
{
"spawn": "monster",
"type": "piglett",
"overrides": {
"anchorName": "colonydeed"
}
}
],
"rent": {
"periodRange": [10.0, 10.0],
"pool": "food"
}
}