mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed sneaky admin sword.
This commit is contained in:
parent
8cab21d44c
commit
08a0926c40
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "Shouldn't this be a hammer?",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: Sword("CultPurp0"),
|
||||
kind: Sword,
|
||||
stats: (
|
||||
equip_time_millis: 0,
|
||||
power: 1000.0),
|
||||
|
@ -238,6 +238,10 @@
|
||||
"voxel.weapon.sword.cultist_purp_2h-0",
|
||||
(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(
|
||||
"voxel.weapon.sword.cultist_purp_2h-0",
|
||||
(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)),
|
||||
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)),
|
||||
color: None
|
||||
|
Loading…
Reference in New Issue
Block a user