This commit is contained in:
Sam 2020-11-10 19:58:09 -06:00
parent c087b74a8d
commit e90104ba0f
2 changed files with 16 additions and 4 deletions

View File

@ -61,7 +61,7 @@
"voxel.weapon.dagger.dagger_rusty", "voxel.weapon.dagger.dagger_rusty",
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1, (0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
), ),
Tool("common.items.weapons.dagger.basic-0"): VoxTrans( Tool("common.items.weapons.dagger.basic_0"): VoxTrans(
"voxel.weapon.dagger.dagger_basic-0", "voxel.weapon.dagger.dagger_basic-0",
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1, (0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
), ),
@ -255,7 +255,7 @@
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
), ),
Tool("common.items.debug.cultist_purp_2h_boss-0"): VoxTrans( Tool("common.items.debug.cultist_purp_2h_boss-0"): VoxTrans(
"voxel.weapon.sword.frost_cleaver-1", "voxel.weapon.sword.cultist_purp_2h-0",
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
), ),
Tool("common.items.npc_weapons.sword.cultist_purp_2h_boss-0"): VoxTrans( Tool("common.items.npc_weapons.sword.cultist_purp_2h_boss-0"): VoxTrans(

View File

@ -167,7 +167,19 @@
vox_spec: ("weapon.sword.long_2h_fine-5", (-2.0, -4.5, -6.0)), vox_spec: ("weapon.sword.long_2h_fine-5", (-2.0, -4.5, -6.0)),
color: None color: None
), ),
"common.items.weapons.sword.cultist_purp_2h": ( "common.items.weapons.sword.cultist_purp_2h-0": (
vox_spec: ("weapon.sword.cultist_purp_2h-0", (-2.0, -4.5, -7.5)),
color: None
),
"common.items.npc_weapons.sword.cultist_purp_2h-0": (
vox_spec: ("weapon.sword.cultist_purp_2h-0", (-2.0, -4.5, -7.5)),
color: None
),
"common.items.debug.cultist_purp_2h_boss-0": (
vox_spec: ("weapon.sword.cultist_purp_2h-0", (-2.0, -4.5, -7.5)),
color: None
),
"common.items.npc_weapons.sword.cultist_purp_2h_boss-0": (
vox_spec: ("weapon.sword.cultist_purp_2h-0", (-2.0, -4.5, -7.5)), vox_spec: ("weapon.sword.cultist_purp_2h-0", (-2.0, -4.5, -7.5)),
color: None color: None
), ),
@ -474,7 +486,7 @@
vox_spec: ("weapon.dagger.dagger_rusty", (-1.5, -3.0, -3.0)), vox_spec: ("weapon.dagger.dagger_rusty", (-1.5, -3.0, -3.0)),
color: None color: None
), ),
"common.items.weapons.dagger.basic-0": ( "common.items.weapons.dagger.basic_0": (
vox_spec: ("weapon.dagger.dagger_basic-0", (-1.5, -3.0, -3.0)), vox_spec: ("weapon.dagger.dagger_basic-0", (-1.5, -3.0, -3.0)),
color: None color: None
), ),