mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-27 17:57:53 -04:00
Added draft schematics
This commit is contained in:
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
|
||||
"category": "CT_weapon",
|
||||
"itemsPerContainer": 0,
|
||||
"craftedObjectTemplate": "object/weapon/ranged/pistol/ep3_loot_quicktrigger.iff",
|
||||
"slots": [
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"frame_assembly"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_resourceClass",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"frame_assembly"
|
||||
],
|
||||
"ingredient": "iron_kammris",
|
||||
"count": 50
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
},
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"receiver_assembly"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_resourceClass",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"receiver_assembly"
|
||||
],
|
||||
"ingredient": "steel",
|
||||
"count": 25
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
},
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"grip_assembly"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_resourceClass",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"grip_assembly"
|
||||
],
|
||||
"ingredient": "metal",
|
||||
"count": 10
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
},
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"powerhandler_advanced"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_template",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"powerhandler_advanced"
|
||||
],
|
||||
"ingredient": "object/tangible/component/weapon/blaster_power_handler_advanced.iff",
|
||||
"count": 3
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
},
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"barrel_rifle_blaster_advanced"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_template",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"barrel_rifle_blaster_advanced"
|
||||
],
|
||||
"ingredient": "object/tangible/component/weapon/blaster_rifle_barrel_advanced.iff",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
}
|
||||
],
|
||||
"skillCommands": [
|
||||
"unskilled"
|
||||
],
|
||||
"manufactureScripts": [
|
||||
"systems.crafting.weapon.crafting_blaster_weapon"
|
||||
],
|
||||
"complexity": 32,
|
||||
"volume": 3,
|
||||
"sharedTemplate": "object/draft_schematic/weapon/shared_loot_quicktrigger.iff",
|
||||
"xpPoints": [
|
||||
{
|
||||
"type": "XP_craftingWeapons",
|
||||
"level": 0,
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user