62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
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],
|
|
"ai_behavior_id": "wander"
|
|
},
|
|
"npc_alien": {
|
|
"name": "Zenari",
|
|
"species_id": "alien_tri",
|
|
"default_clothing": [],
|
|
"inventory_size": [6, 5]
|
|
},
|
|
"npc_hydraulibot": {
|
|
"name": "Hydraulibot",
|
|
"species_id": "hydraulibot",
|
|
"default_clothing": [],
|
|
"inventory_size": [6, 5]
|
|
},
|
|
"npc_motorbot": {
|
|
"name": "Motorbot",
|
|
"species_id": "motorbot",
|
|
"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
|
|
},
|
|
"turret_pistol": {
|
|
"name": "Pistol Turret",
|
|
"species_id": "turret",
|
|
"default_clothing": [],
|
|
"inventory_size": null,
|
|
"turret_weapon_item_id": "pistol_basic",
|
|
"turret_turn_rate_degrees_per_tick": 30
|
|
},
|
|
"turret_autocannon": {
|
|
"name": "Autocannon Turret",
|
|
"species_id": "turret",
|
|
"default_clothing": [],
|
|
"inventory_size": null,
|
|
"turret_weapon_item_id": "turret_autocannon",
|
|
"turret_turn_rate_degrees_per_tick": 12
|
|
}
|
|
}
|