mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-21 06:13:49 -04:00
Added draft schematics
This commit is contained in:
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"parent": "object/draft_schematic/instrument/instrument_base.iff",
|
||||
"itemsPerContainer": 25,
|
||||
"craftedObjectTemplate": "object/tangible/component/instrument/dual_wave_synthesizer.iff",
|
||||
"slots": [
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_furniture_ingredients_n",
|
||||
"synthesis_data_storage"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_resourceClass",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_furniture_ingredients_n",
|
||||
"synthesis_data_storage"
|
||||
],
|
||||
"ingredient": "petrochem_inert",
|
||||
"count": 20
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
},
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_furniture_ingredients_n",
|
||||
"wave_translation_head"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_resourceClass",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_furniture_ingredients_n",
|
||||
"wave_translation_head"
|
||||
],
|
||||
"ingredient": "metal_ferrous",
|
||||
"count": 20
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
},
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_furniture_ingredients_n",
|
||||
"io_interface"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_resourceClass",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_furniture_ingredients_n",
|
||||
"io_interface"
|
||||
],
|
||||
"ingredient": "metal_nonferrous",
|
||||
"count": 10
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
}
|
||||
],
|
||||
"skillCommands": [
|
||||
"unskilled"
|
||||
],
|
||||
"complexity": 15,
|
||||
"sharedTemplate": "object/draft_schematic/instrument/component/shared_dual_wave_synthesizer.iff",
|
||||
"volume": 1
|
||||
}
|
||||
Reference in New Issue
Block a user