Files
Holocore/serverdata/draft_schematic/weapon/sword.json
T
2017-01-15 12:25:19 -06:00

105 lines
3.2 KiB
JSON

{
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
"category": "CT_weapon",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/weapon/melee/sword/sword_01.iff",
"slots": [
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"sword_core_jacket"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"sword_core_jacket"
],
"ingredient": "metal",
"count": 18
}
],
"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": "petrochem_inert",
"count": 5
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"jacketed_sword_core"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"jacketed_sword_core"
],
"ingredient": "object/tangible/component/weapon/sword_core.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.crafting_melee_standard_weapon"
],
"complexity": 8,
"volume": 2,
"sharedTemplate": "object/draft_schematic/weapon/shared_sword.iff",
"xpPoints": [
{
"type": "XP_craftingWeapons",
"level": 0,
"value": 0
}
]
}