Bow models

This commit is contained in:
Sam 2022-02-26 16:00:54 -05:00
parent 6fa7852a8c
commit 558e2aefb7
93 changed files with 608 additions and 85 deletions

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Tool((
kind: Natural,
hands: Two,
stats: Direct((
stats: (
equip_time_secs: 0.01,
power: 1.0,
effect_power: 1.0,
@ -13,7 +13,7 @@ ItemDef(
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
),
)),
quality: Low,
tags: [],

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Tool((
kind: Natural,
hands: Two,
stats: Direct((
stats: (
equip_time_secs: 0.01,
power: 1.0,
effect_power: 1.0,
@ -13,7 +13,7 @@ ItemDef(
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
),
)),
quality: Low,
tags: [],

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Tool((
kind: Natural,
hands: Two,
stats: Direct((
stats: (
equip_time_secs: 0.01,
power: 1.0,
effect_power: 1.0,
@ -13,7 +13,7 @@ ItemDef(
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
),
)),
quality: Low,
tags: [],

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Tool((
kind: Natural,
hands: Two,
stats: Direct((
stats: (
equip_time_secs: 0.0,
power: 1.0,
effect_power: 1.0,
@ -13,7 +13,7 @@ ItemDef(
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
),
)),
quality: Low,
tags: [],

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Tool((
kind: Natural,
hands: Two,
stats: Direct((
stats: (
equip_time_secs: 0.01,
power: 1.0,
effect_power: 1.0,
@ -13,7 +13,7 @@ ItemDef(
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
),
)),
quality: Low,
tags: [],

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Tool((
kind: Natural,
hands: Two,
stats: Direct((
stats: (
equip_time_secs: 0.001,
power: 1.0,
effect_power: 1.0,
@ -13,7 +13,7 @@ ItemDef(
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
)),
),
)),
quality: Low,
tags: [],

View File

@ -4084,171 +4084,171 @@
// Bows
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.bow.wood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.composite.wood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.greatbow.wood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.longbow.wood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.ornate.wood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.shortbow.wood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.warbow.wood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.bamboo")): VoxTrans(
"voxel.weapon.component.bow.bow.bamboo",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.bamboo")): VoxTrans(
"voxel.weapon.component.bow.composite.bamboo",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.bamboo")): VoxTrans(
"voxel.weapon.component.bow.greatbow.bamboo",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.bamboo")): VoxTrans(
"voxel.weapon.component.bow.longbow.bamboo",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.bamboo")): VoxTrans(
"voxel.weapon.component.bow.ornate.bamboo",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.bamboo")): VoxTrans(
"voxel.weapon.component.bow.shortbow.bamboo",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.bamboo")): VoxTrans(
"voxel.weapon.component.bow.warbow.bamboo",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.hardwood")): VoxTrans(
"voxel.weapon.component.bow.bow.hardwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.hardwood")): VoxTrans(
"voxel.weapon.component.bow.composite.hardwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.hardwood")): VoxTrans(
"voxel.weapon.component.bow.greatbow.hardwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.hardwood")): VoxTrans(
"voxel.weapon.component.bow.longbow.hardwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.hardwood")): VoxTrans(
"voxel.weapon.component.bow.ornate.hardwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.hardwood")): VoxTrans(
"voxel.weapon.component.bow.shortbow.hardwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.hardwood")): VoxTrans(
"voxel.weapon.component.bow.warbow.hardwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.ironwood")): VoxTrans(
"voxel.weapon.component.bow.bow.ironwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.ironwood")): VoxTrans(
"voxel.weapon.component.bow.composite.ironwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.ironwood")): VoxTrans(
"voxel.weapon.component.bow.greatbow.ironwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.ironwood")): VoxTrans(
"voxel.weapon.component.bow.longbow.ironwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.ironwood")): VoxTrans(
"voxel.weapon.component.bow.ornate.ironwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.ironwood")): VoxTrans(
"voxel.weapon.component.bow.shortbow.ironwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.ironwood")): VoxTrans(
"voxel.weapon.component.bow.warbow.ironwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.frostwood")): VoxTrans(
"voxel.weapon.component.bow.bow.frostwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.frostwood")): VoxTrans(
"voxel.weapon.component.bow.composite.frostwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.frostwood")): VoxTrans(
"voxel.weapon.component.bow.greatbow.frostwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.frostwood")): VoxTrans(
"voxel.weapon.component.bow.longbow.frostwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.frostwood")): VoxTrans(
"voxel.weapon.component.bow.ornate.frostwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.frostwood")): VoxTrans(
"voxel.weapon.component.bow.shortbow.frostwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.frostwood")): VoxTrans(
"voxel.weapon.component.bow.warbow.frostwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.eldwood")): VoxTrans(
"voxel.weapon.component.bow.bow.eldwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.eldwood")): VoxTrans(
"voxel.weapon.component.bow.composite.eldwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.eldwood")): VoxTrans(
"voxel.weapon.component.bow.greatbow.eldwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.eldwood")): VoxTrans(
"voxel.weapon.component.bow.longbow.eldwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.eldwood")): VoxTrans(
"voxel.weapon.component.bow.ornate.eldwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.eldwood")): VoxTrans(
"voxel.weapon.component.bow.shortbow.eldwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.eldwood")): VoxTrans(
"voxel.weapon.component.bow.warbow.eldwood",
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
// Staffs
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.wood")): VoxTrans(

View File

@ -1719,7 +1719,7 @@
vox_spec: ("weapon.biped_small.axe.strategian", (-0.5, -6.0, -4.0)),
color: None
),
"common.items.npc_weapons.biped_small.mandragora": (
Tool("common.items.npc_weapons.biped_small.mandragora"): (
vox_spec: ("armor.empty", (0.0, 0.0, 0.0)),
color: None
),

View File

@ -1,38 +1,52 @@
// specifier
({
// Bows
Tool("common.items.weapons.bow.bone-0"): "voxel.weapon.bow.bone-0",
Tool("common.items.weapons.bow.bone-1"): "voxel.weapon.bow.bone-1",
Tool("common.items.weapons.bow.bone-2"): "voxel.weapon.bow.bone-2",
Tool("common.items.weapons.bow.bone-3"): "voxel.weapon.bow.bone-3",
Tool("common.items.weapons.bow.eldwood-0"): "voxel.weapon.bow.eldwood-0",
Tool("common.items.weapons.bow.eldwood-1"): "voxel.weapon.bow.eldwood-1",
Tool("common.items.weapons.bow.eldwood-2"): "voxel.weapon.bow.eldwood-2",
Tool("common.items.weapons.bow.frostwood-0"): "voxel.weapon.bow.frostwood-0",
Tool("common.items.weapons.bow.frostwood-1"): "voxel.weapon.bow.frostwood-1",
Tool("common.items.weapons.bow.frostwood-2"): "voxel.weapon.bow.frostwood-2",
Tool("common.items.weapons.bow.hardwood-0"): "voxel.weapon.bow.hardwood-0",
Tool("common.items.weapons.bow.hardwood-1"): "voxel.weapon.bow.hardwood-1",
Tool("common.items.weapons.bow.hardwood-2"): "voxel.weapon.bow.hardwood-2",
Tool("common.items.weapons.bow.hardwood-3"): "voxel.weapon.bow.hardwood-3",
Tool("common.items.weapons.bow.hardwood-4"): "voxel.weapon.bow.hardwood-4",
Tool("common.items.weapons.bow.hardwood-5"): "voxel.weapon.bow.hardwood-5",
Tool("common.items.weapons.bow.metal-0"): "voxel.weapon.bow.metal-0",
Tool("common.items.weapons.bow.metal-1"): "voxel.weapon.bow.metal-1",
Tool("common.items.weapons.bow.metal-2"): "voxel.weapon.bow.metal-2",
Tool("common.items.weapons.bow.metal-3"): "voxel.weapon.bow.metal-3",
Tool("common.items.weapons.bow.metal-4"): "voxel.weapon.bow.metal-4",
Tool("common.items.weapons.bow.rawwood-0"): "voxel.weapon.bow.rawwood-0",
Tool("common.items.weapons.bow.rawwood-1"): "voxel.weapon.bow.rawwood-1",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.wood", Two)): "voxel.weapon.bow.bow.wood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.wood", Two)): "voxel.weapon.bow.composite.wood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.wood", Two)): "voxel.weapon.bow.greatbow.wood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.wood", Two)): "voxel.weapon.bow.longbow.wood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.wood", Two)): "voxel.weapon.bow.ornate.wood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.wood", Two)): "voxel.weapon.bow.shortbow.wood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.wood", Two)): "voxel.weapon.bow.warbow.wood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.bow.bamboo",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.bamboo", Two)): "voxel.weapon.bow.composite.bamboo",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.greatbow.bamboo",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.longbow.bamboo",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.bamboo", Two)): "voxel.weapon.bow.ornate.bamboo",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.shortbow.bamboo",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.warbow.bamboo",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.bow.hardwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.hardwood", Two)): "voxel.weapon.bow.composite.hardwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.greatbow.hardwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.longbow.hardwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.hardwood", Two)): "voxel.weapon.bow.ornate.hardwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.shortbow.hardwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.warbow.hardwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.bow.ironwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.ironwood", Two)): "voxel.weapon.bow.composite.ironwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.greatbow.ironwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.longbow.ironwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.ironwood", Two)): "voxel.weapon.bow.ornate.ironwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.shortbow.ironwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.warbow.ironwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.bow.frostwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.frostwood", Two)): "voxel.weapon.bow.composite.frostwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.greatbow.frostwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.longbow.frostwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.frostwood", Two)): "voxel.weapon.bow.ornate.frostwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.shortbow.frostwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.warbow.frostwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.bow.eldwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.eldwood", Two)): "voxel.weapon.bow.composite.eldwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.greatbow.eldwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.longbow.eldwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.eldwood", Two)): "voxel.weapon.bow.ornate.eldwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.shortbow.eldwood",
ModularWeapon(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.warbow.eldwood",
Tool("common.items.weapons.bow.sagitta"): "voxel.weapon.bow.sagitta",
Tool("common.items.weapons.bow.starter"): "voxel.weapon.bow.starter",
Tool("common.items.weapons.bow.velorite"): "voxel.weapon.bow.velorite",
Tool("common.items.debug.velorite_bow_debug"): "voxel.weapon.bow.velorite",
Tool("common.items.weapons.bow.wood-0"): "voxel.weapon.bow.wood-0",
Tool("common.items.weapons.bow.wood-1"): "voxel.weapon.bow.wood-1",
Tool("common.items.weapons.bow.wood-2"): "voxel.weapon.bow.wood-2",
Tool("common.items.weapons.bow.wood-3"): "voxel.weapon.bow.wood-3",
Tool("common.items.weapons.bow.wood-4"): "voxel.weapon.bow.wood-4",
// Daggers
Tool("common.items.weapons.dagger.starter_dagger"): "voxel.weapon.dagger.dagger_rusty",
Tool("common.items.weapons.dagger.basic_0"): "voxel.weapon.dagger.dagger_basic-0",
@ -779,7 +793,264 @@
Ingredient("Emerald"): "voxel.sprite.mineral.gem.emeraldgem",
Ingredient("Ruby"): "voxel.sprite.mineral.gem.rubygem",
Ingredient("Diamond"): "voxel.sprite.mineral.gem.diamondgem",
ModularComponent("common.items.crafting_ing.modular.damage.sword.tier5"): "voxel.weapon_components.sword.cultist.cultist_purp_2h-0_blade",
ModularComponent("common.items.crafting_ing.modular.held.sword.tier5"): "voxel.weapon_components.sword.cultist.cultist_purp_2h-0_handle",
Empty: "voxel.armor.empty",
// Modular component pieces
// Swords
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.greatsword", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.greatsword.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.katana", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.katana.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.longsword", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.longsword.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.ornate", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.ornate.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sabre", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.sabre.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sawblade", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.sawblade.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.zweihander", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.zweihander.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.greatsword", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.greatsword.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.katana", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.katana.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.longsword", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.longsword.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.ornate", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.ornate.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sabre", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.sabre.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sawblade", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.sawblade.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.zweihander", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.zweihander.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.greatsword", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.greatsword.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.katana", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.katana.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.longsword", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.longsword.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.ornate", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.ornate.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sabre", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.sabre.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sawblade", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.sawblade.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.zweihander", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.zweihander.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.greatsword", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.greatsword.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.katana", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.katana.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.longsword", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.longsword.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.ornate", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.ornate.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sabre", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.sabre.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sawblade", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.sawblade.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.zweihander", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.zweihander.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.greatsword", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.greatsword.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.katana", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.katana.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.longsword", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.longsword.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.ornate", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.ornate.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sabre", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.sabre.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sawblade", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.sawblade.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.zweihander", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.zweihander.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.greatsword", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.greatsword.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.katana", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.katana.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.longsword", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.longsword.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.ornate", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.ornate.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sabre", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.sabre.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.sawblade", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.sawblade.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sword.zweihander", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.zweihander.orichalcum",
// Axes
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.axe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.axe.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.battleaxe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.battleaxe.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.greataxe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.greataxe.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.jagged", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.jagged.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.labrys", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.labrys.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.ornate", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.ornate.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.poleaxe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.poleaxe.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.axe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.axe.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.battleaxe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.battleaxe.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.greataxe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.greataxe.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.jagged", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.jagged.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.labrys", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.labrys.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.ornate", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.ornate.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.poleaxe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.poleaxe.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.axe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.axe.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.battleaxe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.battleaxe.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.greataxe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.greataxe.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.jagged", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.jagged.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.labrys", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.labrys.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.ornate", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.ornate.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.poleaxe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.poleaxe.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.axe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.axe.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.battleaxe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.battleaxe.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.greataxe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.greataxe.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.jagged", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.jagged.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.labrys", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.labrys.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.ornate", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.ornate.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.poleaxe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.poleaxe.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.axe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.axe.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.battleaxe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.battleaxe.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.greataxe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.greataxe.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.jagged", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.jagged.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.labrys", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.labrys.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.ornate", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.ornate.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.poleaxe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.poleaxe.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.axe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.axe.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.battleaxe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.battleaxe.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.greataxe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.greataxe.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.jagged", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.jagged.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.labrys", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.labrys.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.ornate", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.ornate.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.poleaxe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.poleaxe.orichalcum",
// Hammers
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greathammer", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.greathammer.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greatmace", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.greatmace.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.hammer", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.hammer.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.maul", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.maul.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.ornate", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.ornate.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.spikedmace", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.spikedmace.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.warhammer", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.warhammer.bronze",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greathammer", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.greathammer.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greatmace", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.greatmace.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.hammer", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.hammer.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.maul", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.maul.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.ornate", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.ornate.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.spikedmace", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.spikedmace.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.warhammer", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.warhammer.iron",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greathammer", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.greathammer.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greatmace", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.greatmace.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.hammer", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.hammer.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.maul", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.maul.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.ornate", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.ornate.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.spikedmace", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.spikedmace.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.warhammer", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.warhammer.steel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greathammer", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.greathammer.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greatmace", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.greatmace.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.hammer", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.hammer.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.maul", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.maul.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.ornate", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.ornate.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.spikedmace", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.spikedmace.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.warhammer", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.warhammer.cobalt",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greathammer", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.greathammer.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greatmace", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.greatmace.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.hammer", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.hammer.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.maul", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.maul.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.ornate", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.ornate.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.spikedmace", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.spikedmace.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.warhammer", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.warhammer.bloodsteel",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greathammer", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.greathammer.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greatmace", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.greatmace.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.hammer", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.hammer.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.maul", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.maul.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.ornate", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.ornate.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.spikedmace", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.spikedmace.orichalcum",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.warhammer", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.warhammer.orichalcum",
// Bows
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.wood")): "voxel.weapon.component.bow.bow.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.wood")): "voxel.weapon.component.bow.composite.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.wood")): "voxel.weapon.component.bow.greatbow.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.wood")): "voxel.weapon.component.bow.longbow.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.wood")): "voxel.weapon.component.bow.ornate.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.wood")): "voxel.weapon.component.bow.shortbow.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.wood")): "voxel.weapon.component.bow.warbow.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.bamboo")): "voxel.weapon.component.bow.bow.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.bamboo")): "voxel.weapon.component.bow.composite.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.greatbow.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.longbow.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.bamboo")): "voxel.weapon.component.bow.ornate.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.shortbow.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.warbow.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.hardwood")): "voxel.weapon.component.bow.bow.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.hardwood")): "voxel.weapon.component.bow.composite.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.greatbow.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.longbow.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.hardwood")): "voxel.weapon.component.bow.ornate.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.shortbow.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.warbow.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.ironwood")): "voxel.weapon.component.bow.bow.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.ironwood")): "voxel.weapon.component.bow.composite.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.greatbow.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.longbow.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.ironwood")): "voxel.weapon.component.bow.ornate.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.shortbow.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.warbow.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.frostwood")): "voxel.weapon.component.bow.bow.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.frostwood")): "voxel.weapon.component.bow.composite.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.greatbow.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.longbow.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.frostwood")): "voxel.weapon.component.bow.ornate.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.shortbow.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.warbow.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.eldwood")): "voxel.weapon.component.bow.bow.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.composite", "common.items.log.eldwood")): "voxel.weapon.component.bow.composite.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.greatbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.greatbow.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.longbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.longbow.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.ornate", "common.items.log.eldwood")): "voxel.weapon.component.bow.ornate.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.shortbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.shortbow.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.warbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.warbow.eldwood",
// Staffs
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.wood")): "voxel.weapon.component.staff.brand.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.grandstaff", "common.items.log.wood")): "voxel.weapon.component.staff.grandstaff.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.longpole", "common.items.log.wood")): "voxel.weapon.component.staff.longpole.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.ornate", "common.items.log.wood")): "voxel.weapon.component.staff.ornate.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.pole", "common.items.log.wood")): "voxel.weapon.component.staff.pole.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.rod", "common.items.log.wood")): "voxel.weapon.component.staff.rod.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.staff", "common.items.log.wood")): "voxel.weapon.component.staff.staff.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.bamboo")): "voxel.weapon.component.staff.brand.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.grandstaff", "common.items.log.bamboo")): "voxel.weapon.component.staff.grandstaff.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.longpole", "common.items.log.bamboo")): "voxel.weapon.component.staff.longpole.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.ornate", "common.items.log.bamboo")): "voxel.weapon.component.staff.ornate.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.pole", "common.items.log.bamboo")): "voxel.weapon.component.staff.pole.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.rod", "common.items.log.bamboo")): "voxel.weapon.component.staff.rod.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.staff", "common.items.log.bamboo")): "voxel.weapon.component.staff.staff.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.hardwood")): "voxel.weapon.component.staff.brand.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.grandstaff", "common.items.log.hardwood")): "voxel.weapon.component.staff.grandstaff.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.longpole", "common.items.log.hardwood")): "voxel.weapon.component.staff.longpole.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.ornate", "common.items.log.hardwood")): "voxel.weapon.component.staff.ornate.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.pole", "common.items.log.hardwood")): "voxel.weapon.component.staff.pole.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.rod", "common.items.log.hardwood")): "voxel.weapon.component.staff.rod.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.staff", "common.items.log.hardwood")): "voxel.weapon.component.staff.staff.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.ironwood")): "voxel.weapon.component.staff.brand.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.grandstaff", "common.items.log.ironwood")): "voxel.weapon.component.staff.grandstaff.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.longpole", "common.items.log.ironwood")): "voxel.weapon.component.staff.longpole.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.ornate", "common.items.log.ironwood")): "voxel.weapon.component.staff.ornate.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.pole", "common.items.log.ironwood")): "voxel.weapon.component.staff.pole.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.rod", "common.items.log.ironwood")): "voxel.weapon.component.staff.rod.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.staff", "common.items.log.ironwood")): "voxel.weapon.component.staff.staff.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.frostwood")): "voxel.weapon.component.staff.brand.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.grandstaff", "common.items.log.frostwood")): "voxel.weapon.component.staff.grandstaff.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.longpole", "common.items.log.frostwood")): "voxel.weapon.component.staff.longpole.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.ornate", "common.items.log.frostwood")): "voxel.weapon.component.staff.ornate.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.pole", "common.items.log.frostwood")): "voxel.weapon.component.staff.pole.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.rod", "common.items.log.frostwood")): "voxel.weapon.component.staff.rod.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.staff", "common.items.log.frostwood")): "voxel.weapon.component.staff.staff.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.eldwood")): "voxel.weapon.component.staff.brand.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.grandstaff", "common.items.log.eldwood")): "voxel.weapon.component.staff.grandstaff.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.longpole", "common.items.log.eldwood")): "voxel.weapon.component.staff.longpole.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.ornate", "common.items.log.eldwood")): "voxel.weapon.component.staff.ornate.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.pole", "common.items.log.eldwood")): "voxel.weapon.component.staff.pole.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.rod", "common.items.log.eldwood")): "voxel.weapon.component.staff.rod.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.staff", "common.items.log.eldwood")): "voxel.weapon.component.staff.staff.eldwood",
// Sceptres
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.arbor", "common.items.log.wood")): "voxel.weapon.component.sceptre.arbor.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.cane", "common.items.log.wood")): "voxel.weapon.component.sceptre.cane.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crook", "common.items.log.wood")): "voxel.weapon.component.sceptre.crook.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crozier", "common.items.log.wood")): "voxel.weapon.component.sceptre.crozier.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", "common.items.log.wood")): "voxel.weapon.component.sceptre.grandsceptre.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.ornate", "common.items.log.wood")): "voxel.weapon.component.sceptre.ornate.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.sceptre", "common.items.log.wood")): "voxel.weapon.component.sceptre.sceptre.wood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.arbor", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.arbor.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.cane", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.cane.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crook", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.crook.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crozier", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.crozier.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.grandsceptre.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.ornate", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.ornate.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.sceptre", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.sceptre.bamboo",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.arbor", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.arbor.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.cane", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.cane.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crook", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.crook.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crozier", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.crozier.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.grandsceptre.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.ornate", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.ornate.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.sceptre", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.sceptre.hardwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.arbor", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.arbor.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.cane", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.cane.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crook", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.crook.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crozier", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.crozier.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.grandsceptre.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.ornate", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.ornate.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.sceptre", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.sceptre.ironwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.arbor", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.arbor.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.cane", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.cane.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crook", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.crook.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crozier", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.crozier.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.grandsceptre.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.ornate", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.ornate.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.sceptre", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.sceptre.frostwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.arbor", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.arbor.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.cane", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.cane.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crook", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.crook.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.crozier", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.crozier.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.grandsceptre", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.grandsceptre.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.ornate", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.ornate.eldwood",
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.sceptre", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.sceptre.eldwood",
})

BIN
assets/voxygen/voxel/weapon/bow/bow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/bow/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/bow/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/bow/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/bow/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/bow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/composite/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/composite/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/composite/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/composite/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/composite/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/composite/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/greatbow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/greatbow/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/greatbow/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/greatbow/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/greatbow/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/greatbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/longbow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/longbow/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/longbow/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/longbow/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/longbow/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/longbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/ornate/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/ornate/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/ornate/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/ornate/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/ornate/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/ornate/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/shortbow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/shortbow/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/shortbow/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/shortbow/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/shortbow/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/shortbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/warbow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/warbow/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/warbow/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/warbow/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/warbow/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/bow/warbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/bow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/bow/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/bow/frostwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/bow/hardwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/bow/ironwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/bow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/composite/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/greatbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/longbow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/longbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/ornate/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/ornate/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/ornate/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/shortbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/warbow/bamboo.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/warbow/eldwood.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/bow/warbow/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.