mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added Tool() around file paths.
This commit is contained in:
parent
d484ac2e38
commit
261ebf3990
@ -4,574 +4,574 @@
|
||||
({
|
||||
// Weapons
|
||||
// Bows
|
||||
"common.items.weapons.bow.starter_bow": VoxTrans(
|
||||
Tool("common.items.weapons.bow.starter_bow"): VoxTrans(
|
||||
"voxel.weapon.bow.shortbow_starter",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.wood_shortbow-0": VoxTrans(
|
||||
Tool(Tool("common.items.weapons.bow.wood_shortbow-0")): VoxTrans(
|
||||
"voxel.weapon.bow.shortbow_wood-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.wood_shortbow-1": VoxTrans(
|
||||
Tool("common.items.weapons.bow.wood_shortbow-1"): VoxTrans(
|
||||
"voxel.weapon.bow.shortbow_wood-1",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.leafy_shortbow-0": VoxTrans(
|
||||
Tool("common.items.weapons.bow.leafy_shortbow-0"): VoxTrans(
|
||||
"voxel.weapon.bow.shortbow_leafy-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.wood_longbow-0": VoxTrans(
|
||||
Tool("common.items.weapons.bow.wood_longbow-0"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_wood-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.wood_longbow-1": VoxTrans(
|
||||
Tool("common.items.weapons.bow.wood_longbow-1"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_wood-1",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.leafy_longbow-0": VoxTrans(
|
||||
Tool("common.items.weapons.bow.leafy_longbow-0"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_leafy-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.horn_longbow-0": VoxTrans(
|
||||
Tool("common.items.weapons.bow.horn_longbow-0"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_horn-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.npc_weapons.bow.horn_longbow-0": VoxTrans(
|
||||
Tool("common.items.npc_weapons.bow.horn_longbow-0"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_horn-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.iron_longbow-0": VoxTrans(
|
||||
Tool("common.items.weapons.bow.iron_longbow-0"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_iron-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.rare_longbow": VoxTrans(
|
||||
Tool("common.items.weapons.bow.rare_longbow"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_rare",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.bow.nature_ore_longbow-0": VoxTrans(
|
||||
Tool("common.items.weapons.bow.nature_ore_longbow-0"): VoxTrans(
|
||||
"voxel.weapon.bow.longbow_ore_nature-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
// Daggers
|
||||
"common.items.weapons.dagger.starter_dagger": VoxTrans(
|
||||
Tool("common.items.weapons.dagger.starter_dagger"): VoxTrans(
|
||||
"voxel.weapon.dagger.dagger_rusty",
|
||||
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.npc_weapons.dagger.starter_dagger": VoxTrans(
|
||||
Tool("common.items.npc_weapons.dagger.starter_dagger"): VoxTrans(
|
||||
"voxel.weapon.dagger.dagger_rusty",
|
||||
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
// Swords
|
||||
"common.items.weapons.sword.short_sword_0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.short_sword_0"): VoxTrans(
|
||||
"voxel.weapon.sword.short_2h-0",
|
||||
(-3.0, 3.0, 0.0), (-135.0, 90.0, 0.0), 1.60,
|
||||
),
|
||||
"common.items.weapons.sword.starter_sword": VoxTrans(
|
||||
Tool("common.items.weapons.sword.starter_sword"): VoxTrans(
|
||||
"voxel.weapon.sword.rusty_2h",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.3,
|
||||
),
|
||||
"common.items.npc_weapons.sword.starter_sword": VoxTrans(
|
||||
Tool("common.items.npc_weapons.sword.starter_sword"): VoxTrans(
|
||||
"voxel.weapon.sword.rusty_2h",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.3,
|
||||
),
|
||||
"common.items.weapons.sword.zweihander_sword_0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.zweihander_sword_0"): VoxTrans(
|
||||
"voxel.weapon.sword.zweihander_2h-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.npc_weapons.sword.zweihander_sword_0": VoxTrans(
|
||||
Tool("common.items.npc_weapons.sword.zweihander_sword_0"): VoxTrans(
|
||||
"voxel.weapon.sword.zweihander_2h-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.sword.wood_sword": VoxTrans(
|
||||
Tool("common.items.weapons.sword.wood_sword"): VoxTrans(
|
||||
"voxel.weapon.sword.wood_ore_2h",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_dam-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_dam-0"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_dam-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_dam-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_dam-1"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_dam-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_dam-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_dam-2"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_dam-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_simple-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_simple-0"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_simple-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_simple-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_simple-1"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_simple-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_simple-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_simple-2"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_simple-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_orn-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_orn-0"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_orn-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_orn-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_orn-1"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_orn-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_orn-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_orn-2"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_orn-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_fine-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_fine-0"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_fine-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_fine-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_fine-1"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_fine-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.greatsword_2h_fine-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.greatsword_2h_fine-2"): VoxTrans(
|
||||
"voxel.weapon.sword.greatsword_2h_fine-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_dam-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_dam-0"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_dam-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_dam-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_dam-1"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_dam-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_dam-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_dam-2"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_dam-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_dam-3": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_dam-3"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_dam-3",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_dam-4": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_dam-4"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_dam-4",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_dam-5": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_dam-5"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_dam-5",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_simple-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_simple-0"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_simple-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_simple-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_simple-1"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_simple-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_simple-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_simple-2"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_simple-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_simple-3": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_simple-3"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_simple-3",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_simple-4": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_simple-4"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_simple-4",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_simple-5": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_simple-5"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_simple-5",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_orn-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_orn-0"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_orn-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_orn-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_orn-1"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_orn-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_orn-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_orn-2"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_orn-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_orn-3": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_orn-3"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_orn-3",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_orn-4": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_orn-4"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_orn-4",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_orn-5": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_orn-5"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_orn-5",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_fine-0": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_fine-0"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_fine-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_fine-1": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_fine-1"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_fine-1",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_fine-2": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_fine-2"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_fine-2",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_fine-3": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_fine-3"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_fine-3",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_fine-4": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_fine-4"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_fine-4",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.long_2h_fine-5": VoxTrans(
|
||||
Tool("common.items.weapons.sword.long_2h_fine-5"): VoxTrans(
|
||||
"voxel.weapon.sword.long_2h_fine-5",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.npc_weapons.sword.cultist_purp_2h-0": VoxTrans(
|
||||
Tool("common.items.npc_weapons.sword.cultist_purp_2h-0"): VoxTrans(
|
||||
"voxel.weapon.sword.cultist_purp_2h-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"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",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.sword.cultist_purp_2h_boss-0": VoxTrans(
|
||||
Tool("common.items.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,
|
||||
),
|
||||
// Axes
|
||||
"common.items.weapons.axe.starter_axe": VoxTrans(
|
||||
Tool("common.items.weapons.axe.starter_axe"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_rusty",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.npc_weapons.axe.starter_axe": VoxTrans(
|
||||
Tool("common.items.npc_weapons.axe.starter_axe"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_rusty",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.orc_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.orc_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_orc-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.worn_iron_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.worn_iron_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_worn_iron-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.worn_iron_axe-1": VoxTrans(
|
||||
Tool("common.items.weapons.axe.worn_iron_axe-1"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_worn_iron-1",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.worn_iron_axe-2": VoxTrans(
|
||||
Tool("common.items.weapons.axe.worn_iron_axe-2"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_worn_iron-2",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.worn_iron_axe-3": VoxTrans(
|
||||
Tool("common.items.weapons.axe.worn_iron_axe-3"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_worn_iron-3",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.worn_iron_axe-4": VoxTrans(
|
||||
Tool("common.items.weapons.axe.worn_iron_axe-4"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_worn_iron-4",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.bronze_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.bronze_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_bronze-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.bronze_axe-1": VoxTrans(
|
||||
Tool("common.items.weapons.axe.bronze_axe-1"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_bronze-1",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-1": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-1"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-1",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-2": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-2"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-2",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-3": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-3"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-3",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-4": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-4"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-4",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-5": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-5"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-5",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-6": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-6"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-6",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-7": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-7"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-7",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-8": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-8"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-8",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.iron_axe-9": VoxTrans(
|
||||
Tool("common.items.weapons.axe.iron_axe-9"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_iron-9",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.steel_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.steel_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_steel-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.steel_axe-1": VoxTrans(
|
||||
Tool("common.items.weapons.axe.steel_axe-1"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_steel-1",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.steel_axe-2": VoxTrans(
|
||||
Tool("common.items.weapons.axe.steel_axe-2"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_steel-2",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.steel_axe-3": VoxTrans(
|
||||
Tool("common.items.weapons.axe.steel_axe-3"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_steel-3",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.steel_axe-4": VoxTrans(
|
||||
Tool("common.items.weapons.axe.steel_axe-4"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_steel-4",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.steel_axe-5": VoxTrans(
|
||||
Tool("common.items.weapons.axe.steel_axe-5"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_steel-5",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.steel_axe-6": VoxTrans(
|
||||
Tool("common.items.weapons.axe.steel_axe-6"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_steel-6",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.bloodsteel_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.bloodsteel_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_bloodsteel-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.bloodsteel_axe-1": VoxTrans(
|
||||
Tool("common.items.weapons.axe.bloodsteel_axe-1"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_bloodsteel-1",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.bloodsteel_axe-2": VoxTrans(
|
||||
Tool("common.items.weapons.axe.bloodsteel_axe-2"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_bloodsteel-2",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.cobalt_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.cobalt_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_cobalt-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.axe.malachite_axe-0": VoxTrans(
|
||||
Tool("common.items.weapons.axe.malachite_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_malachite-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.npc_weapons.axe.malachite_axe-0": VoxTrans(
|
||||
Tool("common.items.npc_weapons.axe.malachite_axe-0"): VoxTrans(
|
||||
"voxel.weapon.axe.2haxe_malachite-0",
|
||||
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
// Hammers
|
||||
"common.items.weapons.hammer.hammer_1": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.hammer_1"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_rusty",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.starter_hammer": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.starter_hammer"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_rusty",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.npc_weapons.hammer.starter_hammer": VoxTrans(
|
||||
Tool("common.items.npc_weapons.hammer.starter_hammer"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_rusty",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.wood_hammer-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.wood_hammer-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_wood-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.flimsy_hammer": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.flimsy_hammer"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_flimsy",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.stone_hammer-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.stone_hammer-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_stone-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.stone_hammer-1": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.stone_hammer-1"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_stone-1",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.stone_hammer-2": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.stone_hammer-2"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_stone-2",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.stone_hammer-3": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.stone_hammer-3"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_stone-3",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.worn_iron_hammer-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.worn_iron_hammer-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_worn_iron-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.worn_iron_hammer-1": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.worn_iron_hammer-1"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_worn_iron-1",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.worn_iron_hammer-2": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.worn_iron_hammer-2"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_worn_iron-2",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.worn_iron_hammer-3": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.worn_iron_hammer-3"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_worn_iron-3",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.bronze_hammer-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.bronze_hammer-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_bronze-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.bronze_hammer-1": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.bronze_hammer-1"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_bronze-1",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-1": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-1"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-1",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-2": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-2"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-2",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-3": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-3"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-3",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-4": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-4"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-4",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-5": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-5"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-5",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-6": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-6"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-6",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-7": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-7"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-7",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.iron_hammer-8": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.iron_hammer-8"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_iron-8",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.steel_hammer-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.steel_hammer-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_steel-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.steel_hammer-1": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.steel_hammer-1"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_steel-1",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.steel_hammer-2": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.steel_hammer-2"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_steel-2",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.steel_hammer-3": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.steel_hammer-3"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_steel-3",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.steel_hammer-4": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.steel_hammer-4"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_steel-4",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.steel_hammer-5": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.steel_hammer-5"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_steel-5",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.cobalt_hammer-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.cobalt_hammer-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_cobalt-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.cobalt_hammer-1": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.cobalt_hammer-1"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_cobalt-1",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.runic_hammer": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.runic_hammer"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_runic",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.ramshead_hammer": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.ramshead_hammer"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_ramshead",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.mjolnir": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.mjolnir"): VoxTrans(
|
||||
"voxel.weapon.hammer.2hhammer_mjolnir",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.hammer.cultist_purp_2h-0": VoxTrans(
|
||||
Tool("common.items.weapons.hammer.cultist_purp_2h-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.cult_purp-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.npc_weapons.hammer.cultist_purp_2h-0": VoxTrans(
|
||||
Tool("common.items.npc_weapons.hammer.cultist_purp_2h-0"): VoxTrans(
|
||||
"voxel.weapon.hammer.cult_purp-0",
|
||||
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
// Staffs
|
||||
"common.items.weapons.staff.staff_1": VoxTrans(
|
||||
Tool("common.items.weapons.staff.staff_1"): VoxTrans(
|
||||
"voxel.weapon.staff.firestaff_starter",
|
||||
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.staff.starter_staff": VoxTrans(
|
||||
Tool("common.items.weapons.staff.starter_staff"): VoxTrans(
|
||||
"voxel.weapon.staff.firestaff_starter",
|
||||
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.staff.bone_staff": VoxTrans(
|
||||
Tool("common.items.weapons.staff.bone_staff"): VoxTrans(
|
||||
"voxel.weapon.staff.firestaff_bone",
|
||||
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.npc_weapons.staff.bone_staff": VoxTrans(
|
||||
Tool("common.items.npc_weapons.staff.bone_staff"): VoxTrans(
|
||||
"voxel.weapon.staff.firestaff_bone",
|
||||
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.staff.amethyst_staff": VoxTrans(
|
||||
Tool("common.items.weapons.staff.amethyst_staff"): VoxTrans(
|
||||
"voxel.weapon.staff.firestaff_amethyst",
|
||||
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.staff.cultist_staff": VoxTrans(
|
||||
Tool("common.items.weapons.staff.cultist_staff"): VoxTrans(
|
||||
"voxel.weapon.staff.firestaff_cultist",
|
||||
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.npc_weapons.staff.cultist_staff": VoxTrans(
|
||||
Tool("common.items.npc_weapons.staff.cultist_staff"): VoxTrans(
|
||||
"voxel.weapon.staff.firestaff_cultist",
|
||||
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
// Healing staff
|
||||
"common.items.weapons.sceptre.staff_nature": VoxTrans(
|
||||
Tool("common.items.weapons.sceptre.staff_nature"): VoxTrans(
|
||||
"voxel.weapon.sceptre.wood-nature",
|
||||
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.sceptre.starter_sceptre": VoxTrans(
|
||||
Tool("common.items.weapons.sceptre.starter_sceptre"): VoxTrans(
|
||||
"voxel.weapon.sceptre.wood-simple",
|
||||
(0.0, -0.0, 0.0), (-130., 90.0, 0.0), 1.25,
|
||||
),
|
||||
"common.items.weapons.sceptre.sceptre_velorite_0": VoxTrans(
|
||||
Tool("common.items.weapons.sceptre.sceptre_velorite_0"): VoxTrans(
|
||||
"voxel.weapon.sceptre.ore-nature",
|
||||
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.15,
|
||||
),
|
||||
// Shields
|
||||
"common.items.weapons.shield.shield_1": VoxTrans(
|
||||
Tool("common.items.weapons.shield.shield_1"): VoxTrans(
|
||||
"voxel.weapon.shield.wood-0",
|
||||
(0.0, 0.0, 0.0), (-90.0, 90.0, 0.0), 2.4,
|
||||
),
|
||||
"common.items.npc_weapons.shield.shield_1": VoxTrans(
|
||||
Tool("common.items.npc_weapons.shield.shield_1"): VoxTrans(
|
||||
"voxel.weapon.shield.wood-0",
|
||||
(0.0, 0.0, 0.0), (-90.0, 90.0, 0.0), 2.4,
|
||||
),
|
||||
@ -589,67 +589,67 @@
|
||||
"element.icons.lantern_red-0",
|
||||
),
|
||||
// Farming Equipment
|
||||
"common.items.weapons.tool.broom": VoxTrans(
|
||||
Tool("common.items.weapons.tool.broom"): VoxTrans(
|
||||
"voxel.weapon.tool.broom-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.tool.hoe": VoxTrans(
|
||||
Tool("common.items.weapons.tool.hoe"): VoxTrans(
|
||||
"voxel.weapon.tool.hoe_green",
|
||||
(0.0, 0.0, 0.0), (130.0, 35.0, 180.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.tool.pitchfork": VoxTrans(
|
||||
Tool("common.items.weapons.tool.pitchfork"): VoxTrans(
|
||||
"voxel.weapon.tool.pitchfork-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.weapons.tool.rake": VoxTrans(
|
||||
Tool("common.items.weapons.tool.rake"): VoxTrans(
|
||||
"voxel.weapon.tool.rake-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.tool.fishing_rod": VoxTrans(
|
||||
Tool("common.items.weapons.tool.fishing_rod"): VoxTrans(
|
||||
"voxel.weapon.tool.fishing_rod_blue-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.weapons.tool.pickaxe": VoxTrans(
|
||||
Tool("common.items.weapons.tool.pickaxe"): VoxTrans(
|
||||
"voxel.weapon.tool.pickaxe_green-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.weapons.tool.shovel-0": VoxTrans(
|
||||
Tool("common.items.weapons.tool.shovel-0"): VoxTrans(
|
||||
"voxel.weapon.tool.shovel_green",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.weapons.tool.shovel-1": VoxTrans(
|
||||
Tool("common.items.weapons.tool.shovel-1"): VoxTrans(
|
||||
"voxel.weapon.tool.shovel_gold",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.npc_weapons.tool.broom": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.broom"): VoxTrans(
|
||||
"voxel.weapon.tool.broom-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.npc_weapons.tool.hoe": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.hoe"): VoxTrans(
|
||||
"voxel.weapon.tool.hoe_green",
|
||||
(0.0, 0.0, 0.0), (130.0, 35.0, 180.0), 1.0,
|
||||
),
|
||||
"common.items.npc_weapons.tool.pitchfork": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.pitchfork"): VoxTrans(
|
||||
"voxel.weapon.tool.pitchfork-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.npc_weapons.tool.rake": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.rake"): VoxTrans(
|
||||
"voxel.weapon.tool.rake-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.npc_weapons.tool.fishing_rod": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.fishing_rod"): VoxTrans(
|
||||
"voxel.weapon.tool.fishing_rod_blue-0",
|
||||
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.5,
|
||||
),
|
||||
"common.items.npc_weapons.tool.pickaxe": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.pickaxe"): VoxTrans(
|
||||
"voxel.weapon.tool.pickaxe_green-0",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
|
||||
),
|
||||
"common.items.npc_weapons.tool.shovel-0": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.shovel-0"): VoxTrans(
|
||||
"voxel.weapon.tool.shovel_green",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
"common.items.npc_weapons.tool.shovel-1": VoxTrans(
|
||||
Tool("common.items.npc_weapons.tool.shovel-1"): VoxTrans(
|
||||
"voxel.weapon.tool.shovel_gold",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
||||
),
|
||||
@ -1358,11 +1358,11 @@
|
||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||
),
|
||||
// Debug Items
|
||||
"common.items.debug.boost": VoxTrans(
|
||||
Tool("common.items.debug.boost"): VoxTrans(
|
||||
"voxel.weapon.tool.broom_belzeshrub_purple",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
"common.items.debug.possess": VoxTrans(
|
||||
Tool("common.items.debug.possess"): VoxTrans(
|
||||
"voxel.weapon.tool.broom_belzeshrub_purple",
|
||||
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user