mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
|
|
"category": "CT_weapon",
|
|
"itemsPerContainer": 25,
|
|
"craftedObjectTemplate": "object/weapon/melee/knife/knife_stone.iff",
|
|
"slots": [
|
|
{
|
|
"optional": false,
|
|
"name": [
|
|
"craft_weapon_ingredients_n",
|
|
"knife_blade"
|
|
],
|
|
"options": [
|
|
{
|
|
"ingredientType": "IT_resourceClass",
|
|
"ingredients": [
|
|
{
|
|
"name": [
|
|
"craft_weapon_ingredients_n",
|
|
"knife_blade"
|
|
],
|
|
"ingredient": "mineral",
|
|
"count": 7
|
|
}
|
|
],
|
|
"complexity": 0,
|
|
"skillCommand": "unskilled"
|
|
}
|
|
],
|
|
"optionalSkillCommand": "",
|
|
"complexity": 0,
|
|
"appearance": ""
|
|
},
|
|
{
|
|
"optional": false,
|
|
"name": [
|
|
"craft_weapon_ingredients_n",
|
|
"grip"
|
|
],
|
|
"options": [
|
|
{
|
|
"ingredientType": "IT_resourceClass",
|
|
"ingredients": [
|
|
{
|
|
"name": [
|
|
"craft_weapon_ingredients_n",
|
|
"grip"
|
|
],
|
|
"ingredient": "bone",
|
|
"count": 3
|
|
}
|
|
],
|
|
"complexity": 0,
|
|
"skillCommand": "unskilled"
|
|
}
|
|
],
|
|
"optionalSkillCommand": "",
|
|
"complexity": 0,
|
|
"appearance": ""
|
|
}
|
|
],
|
|
"skillCommands": [
|
|
"unskilled"
|
|
],
|
|
"manufactureScripts": [
|
|
"systems.crafting.weapon.crafting_melee_standard_weapon"
|
|
],
|
|
"complexity": 8,
|
|
"volume": 1,
|
|
"sharedTemplate": "object/draft_schematic/weapon/shared_knife_stone.iff",
|
|
"xpPoints": [
|
|
{
|
|
"type": "XP_craftingWeapons",
|
|
"level": 0,
|
|
"value": 0
|
|
}
|
|
]
|
|
} |