39 lines
827 B
JSON
39 lines
827 B
JSON
{
|
|
"player": {
|
|
"name": "Player",
|
|
"species_id": "human",
|
|
"default_clothing": ["backpack_basic"],
|
|
"inventory_size": [6, 5]
|
|
},
|
|
"npc_reptilian": {
|
|
"name": "Reptilian",
|
|
"species_id": "reptilian_quad",
|
|
"default_clothing": [],
|
|
"inventory_size": [6, 5]
|
|
},
|
|
"npc_alien": {
|
|
"name": "Zenari",
|
|
"species_id": "alien_tri",
|
|
"default_clothing": [],
|
|
"inventory_size": [6, 5]
|
|
},
|
|
"npc_bot": {
|
|
"name": "Bot",
|
|
"species_id": "bot",
|
|
"default_clothing": [],
|
|
"inventory_size": [6, 5]
|
|
},
|
|
"npc_dog": {
|
|
"name": "Dog",
|
|
"species_id": "dog",
|
|
"default_clothing": [],
|
|
"inventory_size": [4, 4]
|
|
},
|
|
"companion_dog": {
|
|
"name": "Companion Dog",
|
|
"species_id": "dog",
|
|
"default_clothing": ["dog_harness", "dog_saddlebag"],
|
|
"inventory_size": null
|
|
}
|
|
}
|