mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-11 21:45:26 -04:00
Removed nge subfolder in serverdata
Updated CU experience table
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
|
||||
"category": "CT_weapon",
|
||||
"itemsPerContainer": 25,
|
||||
"craftedObjectTemplate": "object/weapon/melee/2h_sword/2h_sword_blacksun_hack.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": "steel_carbonite",
|
||||
"count": 60
|
||||
}
|
||||
],
|
||||
"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": "aluminum_phrik",
|
||||
"count": 30
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
},
|
||||
{
|
||||
"optional": false,
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"omnipotent_sword_core"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"ingredientType": "IT_template",
|
||||
"ingredients": [
|
||||
{
|
||||
"name": [
|
||||
"craft_weapon_ingredients_n",
|
||||
"omnipotent_sword_core"
|
||||
],
|
||||
"ingredient": "object/tangible/component/weapon/geonosian_sword_core.iff",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"complexity": 0,
|
||||
"skillCommand": "unskilled"
|
||||
}
|
||||
],
|
||||
"optionalSkillCommand": "",
|
||||
"complexity": 0,
|
||||
"appearance": ""
|
||||
}
|
||||
],
|
||||
"skillCommands": [
|
||||
"unskilled"
|
||||
],
|
||||
"manufactureScripts": [
|
||||
"systems.crafting.weapon.crafting_melee_standard_weapon"
|
||||
],
|
||||
"complexity": 30,
|
||||
"volume": 1,
|
||||
"sharedTemplate": "object/draft_schematic/weapon/shared_executioners_hack.iff",
|
||||
"xpPoints": [
|
||||
{
|
||||
"type": "XP_craftingWeapons",
|
||||
"level": 0,
|
||||
"value": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user