mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/fix-admin-sword' into 'master'
Fixed sneaky admin sword. See merge request veloren/veloren!1495
This commit is contained in:
commit
3e96c7d211
@ -3,7 +3,7 @@ ItemDef(
|
|||||||
description: "Shouldn't this be a hammer?",
|
description: "Shouldn't this be a hammer?",
|
||||||
kind: Tool(
|
kind: Tool(
|
||||||
(
|
(
|
||||||
kind: Sword("CultPurp0"),
|
kind: Sword,
|
||||||
stats: (
|
stats: (
|
||||||
equip_time_millis: 0,
|
equip_time_millis: 0,
|
||||||
power: 1000.0),
|
power: 1000.0),
|
||||||
|
@ -238,6 +238,10 @@
|
|||||||
"voxel.weapon.sword.cultist_purp_2h-0",
|
"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.debug.cultist_purp_2h_boss-0"): VoxTrans(
|
||||||
|
"voxel.weapon.sword.cultist_purp_2h-0",
|
||||||
|
(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(
|
||||||
"voxel.weapon.sword.cultist_purp_2h-0",
|
"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,
|
||||||
|
@ -175,6 +175,10 @@
|
|||||||
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
|
||||||
),
|
),
|
||||||
|
"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": (
|
"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
|
||||||
|
Loading…
Reference in New Issue
Block a user