mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Yeet
This commit is contained in:
parent
c087b74a8d
commit
e90104ba0f
@ -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(
|
||||||
|
@ -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
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user