Models for sceptres and secondary components

This commit is contained in:
Sam 2022-05-02 19:43:08 -04:00
parent 777fcdf477
commit 6ccc0b82f0
103 changed files with 378 additions and 0 deletions

View File

@ -3743,6 +3743,18 @@
"voxel.weapon.component.sword.zweihander.orichalcum",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.sword.two-handed"): VoxTrans(
"voxel.weapon.component.sword.hilt.twohand",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.sword.one-handed"): VoxTrans(
"voxel.weapon.component.sword.hilt.onehand",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.sword.hand-and-half"): VoxTrans(
"voxel.weapon.component.sword.hilt.handandhalf",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
// Axes
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.axe.axe", "common.items.mineral.ingot.bronze")): VoxTrans(
"voxel.weapon.component.axe.axe.bronze",
@ -3912,6 +3924,18 @@
"voxel.weapon.component.axe.poleaxe.orichalcum",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.axe.long"): VoxTrans(
"voxel.weapon.component.axe.haft.long",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.axe.medium"): VoxTrans(
"voxel.weapon.component.axe.haft.medium",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.axe.short"): VoxTrans(
"voxel.weapon.component.axe.haft.short",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
// Hammers
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.hammer.greathammer", "common.items.mineral.ingot.bronze")): VoxTrans(
"voxel.weapon.component.hammer.greathammer.bronze",
@ -4081,6 +4105,18 @@
"voxel.weapon.component.hammer.warhammer.orichalcum",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.hammer.long"): VoxTrans(
"voxel.weapon.component.hammer.shaft.long",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.hammer.medium"): VoxTrans(
"voxel.weapon.component.hammer.shaft.medium",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.hammer.short"): VoxTrans(
"voxel.weapon.component.hammer.shaft.short",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
// Bows
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.bow.bow", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.bow.bow.wood",
@ -4250,6 +4286,18 @@
"voxel.weapon.component.bow.warbow.eldwood",
(0.0, 0.0, 0.0), (0.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.bow.large"): VoxTrans(
"voxel.weapon.component.bow.grip.large",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.bow.medium"): VoxTrans(
"voxel.weapon.component.bow.grip.medium",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.bow.small"): VoxTrans(
"voxel.weapon.component.bow.grip.small",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
// Staffs
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.staff.brand", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.staff.brand.wood",
@ -4419,6 +4467,18 @@
"voxel.weapon.component.staff.staff.eldwood",
(0.0, 0.0, 0.0), (-130.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.staff.large"): VoxTrans(
"voxel.weapon.component.staff.core.heavy",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.staff.medium"): VoxTrans(
"voxel.weapon.component.staff.core.medium",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.staff.small"): VoxTrans(
"voxel.weapon.component.staff.core.light",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
// Sceptres
ModularWeaponComponent(("common.items.crafting_ing.modular.primary.sceptre.arbor", "common.items.log.wood")): VoxTrans(
"voxel.weapon.component.sceptre.arbor.wood",
@ -4588,4 +4648,16 @@
"voxel.weapon.component.sceptre.sceptre.eldwood",
(0.0, 0.0, 0.0), (-130.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.sceptre.large"): VoxTrans(
"voxel.weapon.component.sceptre.core.heavy",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.sceptre.medium"): VoxTrans(
"voxel.weapon.component.sceptre.core.medium",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
Tool("common.items.crafting_ing.modular.secondary.sceptre.small"): VoxTrans(
"voxel.weapon.component.sceptre.core.light",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
),
})

BIN
assets/voxygen/voxel/weapon/component/axe/haft/long.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/axe/haft/medium.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/axe/haft/short.vox (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/hammer/shaft/long.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/hammer/shaft/short.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/sceptre/arbor/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/sceptre/cane/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/sceptre/core/heavy.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/sceptre/core/light.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.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/sceptre/crook/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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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/staff/core/heavy.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/staff/core/light.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/staff/core/medium.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/sword/hilt/onehand.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/component/sword/hilt/twohand.vox (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
assets/voxygen/voxel/weapon/sceptre/grandsceptre/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/sceptre/grandsceptre/wood.vox (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More