2019-10-09 19:28:05 +00:00
|
|
|
// Png(specifier),
|
|
|
|
// Vox(specier),
|
|
|
|
// VoxTrans(specifier, offset, (x_rot, y_rot, z_rot), zoom)
|
2019-10-22 20:58:27 +00:00
|
|
|
({
|
2019-10-09 19:28:05 +00:00
|
|
|
// Weapons
|
2020-12-31 02:59:55 +00:00
|
|
|
// Diary Example Images
|
|
|
|
Tool("example_sword"): VoxTrans(
|
|
|
|
"voxel.weapon.sword.greatsword_2h_dullahan",
|
|
|
|
(0.0, 0.0, 0.0), (90.0, 80.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_axe"): VoxTrans(
|
|
|
|
"voxel.weapon.axe.2haxe_bloodsteel-0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 70.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_hammer"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer.2hhammer_ramshead",
|
|
|
|
(-1.0, 0.0, 0.0), (-70.0, 55.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_bow"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.velorite",
|
2020-12-31 02:59:55 +00:00
|
|
|
(-1.0, 0.0, 0.0), (90.0, 60.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_staff_fire"): VoxTrans(
|
|
|
|
"voxel.weapon.staff.firestaff_saurok",
|
|
|
|
(-1.0, 0.0, 0.0), (-100.0, -140.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_sceptre"): VoxTrans(
|
|
|
|
"voxel.weapon.sceptre.wood-nature",
|
|
|
|
(-1.0, 0.0, 0.0), (-90.0, 55.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_dagger"): VoxTrans(
|
|
|
|
"voxel.weapon.dagger.dagger_basic-0",
|
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_shield"): VoxTrans(
|
|
|
|
"voxel.weapon.shield.wood-0",
|
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("example_general_combat_left"): VoxTrans(
|
2021-01-02 04:11:30 +00:00
|
|
|
"voxel.weapon.sword.long_2h_saurok",
|
|
|
|
(0.0, 0.0, 0.0), (85.0, -90.0, -40.0), 1.0,
|
2020-12-31 02:59:55 +00:00
|
|
|
),
|
|
|
|
Tool("example_general_combat_right"): VoxTrans(
|
|
|
|
"voxel.weapon.sword.long_2h_saurok",
|
2021-01-02 04:11:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (125.0, 90.0, 80.0), 1.0,
|
2020-12-31 02:59:55 +00:00
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
// Bows
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.bone-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.bone-0",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.bone-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.bone-1",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.bone-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.bone-2",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.bone-3"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.bone-3",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.eldwood-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.eldwood-0",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.eldwood-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.eldwood-1",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.eldwood-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.eldwood-2",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.frostwood-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.frostwood-0",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.frostwood-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.frostwood-1",
|
2020-08-01 20:08:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.frostwood-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.frostwood-2",
|
2019-10-09 19:28:05 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2021-02-25 01:37:43 +00:00
|
|
|
Tool("common.items.weapons.bow.hardwood-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.hardwood-0",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.hardwood-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.hardwood-1",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.hardwood-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.hardwood-2",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.hardwood-3"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.hardwood-3",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.hardwood-4"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.hardwood-4",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.hardwood-5"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.hardwood-5",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.metal-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.metal-0",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.metal-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.metal-1",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.metal-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.metal-2",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.metal-3"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.metal-3",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.metal-4"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.metal-4",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.rawwood-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.rawwood-0",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.rawwood-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.rawwood-1",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.sagitta"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.sagitta",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.starter"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.starter",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.velorite"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.velorite",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.wood-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.wood-0",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.wood-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.wood-1",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.wood-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.wood-2",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.wood-3"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.wood-3",
|
2021-02-25 01:37:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.bow.wood-4"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.bow.wood-4",
|
2020-08-20 23:55:18 +00:00
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
// Daggers
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.dagger.starter_dagger"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.dagger.dagger_rusty",
|
|
|
|
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-11 01:58:09 +00:00
|
|
|
Tool("common.items.weapons.dagger.basic_0"): VoxTrans(
|
2020-11-10 21:43:45 +00:00
|
|
|
"voxel.weapon.dagger.dagger_basic-0",
|
|
|
|
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.dagger.cultist_0"): VoxTrans(
|
|
|
|
"voxel.weapon.dagger.dagger_cult-0",
|
|
|
|
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
// Swords
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.bloodsteel-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.bloodsteel-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-11-10 21:43:45 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.bloodsteel-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.bloodsteel-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2019-10-09 19:28:05 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.bloodsteel-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.bloodsteel-2",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-03-19 21:36:40 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.bronze-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.bronze-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-03-19 21:36:40 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.bronze-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.bronze-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.bronze-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.bronze-2",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.caladbolg"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.caladbolg",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.cobalt-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.cobalt-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.cobalt-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.cobalt-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.cobalt-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.cobalt-2",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.cobalt-3"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.cobalt-3",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.cultist"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.cultist",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.frost-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.frost-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.frost-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.frost-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-10"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-10",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-2",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-3"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-3",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-4"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-4",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-5"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-5",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-6"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-6",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-7"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-7",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-8"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-8",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.iron-9"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.iron-9",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.starter"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.starter",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-2",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-3"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-3",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-4"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-4",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-5"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-5",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-6"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-6",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-7"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-7",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.steel-8"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.steel-8",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.stone-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.stone-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.stone-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.stone-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.stone-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.stone-2",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.wood-0"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.wood-0",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.wood-1"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.wood-1",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-05-29 18:23:00 +00:00
|
|
|
),
|
2021-02-24 23:53:00 +00:00
|
|
|
Tool("common.items.weapons.sword.wood-2"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.wood-2",
|
2021-02-24 23:53:00 +00:00
|
|
|
(0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-11-07 18:28:37 +00:00
|
|
|
),
|
2021-02-12 06:15:53 +00:00
|
|
|
Tool("common.items.debug.admin_sword"): VoxTrans(
|
2021-02-25 02:52:32 +00:00
|
|
|
"voxel.weapon.sword.frost-1",
|
2020-06-03 17:59:09 +00:00
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
|
|
|
),
|
2021-02-20 00:33:26 +00:00
|
|
|
// 1h Swords
|
|
|
|
Tool("common.items.weapons.sword_1h.bloodsteel-0"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.bloodsteel-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.bloodsteel-1"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.bloodsteel-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.bloodsteel-2"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.bloodsteel-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.bronze-0"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.bronze-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.bronze-1"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.bronze-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.bronze-2"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.bronze-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.cobalt-0"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.cobalt-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.cobalt-1"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.cobalt-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.cobalt-2"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.cobalt-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.cobalt-3"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.cobalt-3",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.iron-0"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.iron-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.iron-1"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.iron-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.iron-2"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.iron-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.iron-3"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.iron-3",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.iron-4"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.iron-4",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.obsidian-0"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.obsidian-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.orichalcum-0"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.orichalcum-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.orichalcum-1"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.orichalcum-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.steel-0"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.steel-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.steel-1"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.steel-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.steel-2"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.steel-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sword_1h.steel-3"): VoxTrans(
|
|
|
|
"voxel.weapon.sword_1h.steel-3",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
// Axes
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.starter_axe"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_rusty",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.orc_axe-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_orc-0",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.13,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.worn_iron_axe-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_worn_iron-0",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.worn_iron_axe-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_worn_iron-1",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.5, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.worn_iron_axe-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_worn_iron-2",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.8, 0.0), (-135.0, 90.0, 0.0), 1.15,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.worn_iron_axe-3"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_worn_iron-3",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.5, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.worn_iron_axe-4"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_worn_iron-4",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.bronze_axe-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_bronze-0",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.bronze_axe-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_bronze-1",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2021-02-25 00:11:41 +00:00
|
|
|
Tool("common.items.weapons.axe.bronze_axe-2"): VoxTrans(
|
|
|
|
"voxel.weapon.axe.2haxe_bronze-2",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.,
|
2021-02-25 00:11:41 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-0",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.05,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-2",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-3"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-3",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-4"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-4",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.05,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-5"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-5",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -0.5, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-6"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-6",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-7"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-7",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-8"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-8",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.13,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.iron_axe-9"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_iron-9",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.steel_axe-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_steel-0",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.steel_axe-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_steel-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.steel_axe-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_steel-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.steel_axe-3"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_steel-3",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.steel_axe-4"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_steel-4",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.steel_axe-5"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_steel-5",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.steel_axe-6"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_steel-6",
|
2021-02-26 01:37:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.bloodsteel_axe-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_bloodsteel-0",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.15,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.bloodsteel_axe-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_bloodsteel-1",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.bloodsteel_axe-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_bloodsteel-2",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.cobalt_axe-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.axe.2haxe_cobalt-0",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2021-02-25 00:11:41 +00:00
|
|
|
Tool("common.items.weapons.axe.cobalt_axe-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe.2haxe_cobalt-1",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2021-02-25 00:11:41 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.axe.malachite_axe-0"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.axe.2haxe_malachite-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2021-02-25 00:11:41 +00:00
|
|
|
Tool("common.items.weapons.axe.parashu"): VoxTrans(
|
|
|
|
"voxel.weapon.axe.parashu",
|
2021-02-26 01:37:59 +00:00
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2021-02-25 00:11:41 +00:00
|
|
|
),
|
2021-02-14 04:54:25 +00:00
|
|
|
// 1h Axes
|
|
|
|
Tool("common.items.weapons.axe_1h.bloodsteel-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.bloodsteel-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.bloodsteel-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.bloodsteel-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.bronze-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.bronze-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.bronze-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.bronze-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.cobalt-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.cobalt-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.cobalt-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.cobalt-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.iron-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.iron-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.iron-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.iron-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.iron-2"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.iron-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.iron-3"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.iron-3",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2021-02-20 00:33:26 +00:00
|
|
|
Tool("common.items.weapons.axe_1h.orichalcum-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.orichalcum-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2021-02-14 04:54:25 +00:00
|
|
|
Tool("common.items.weapons.axe_1h.steel-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.steel-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.steel-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.steel-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.steel-2"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.steel-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.stone-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.stone-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.stone-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.stone-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.wood-0"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.wood-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.axe_1h.wood-1"): VoxTrans(
|
|
|
|
"voxel.weapon.axe_1h.wood-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
// Hammers
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.hammer_1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_rusty",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.starter_hammer"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_rusty",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.wood_hammer-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_wood-0",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.flimsy_hammer"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_flimsy",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.stone_hammer-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_stone-0",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.stone_hammer-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_stone-1",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.stone_hammer-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_stone-2",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.stone_hammer-3"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_stone-3",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.worn_iron_hammer-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_worn_iron-0",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.worn_iron_hammer-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_worn_iron-1",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.worn_iron_hammer-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_worn_iron-2",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.worn_iron_hammer-3"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_worn_iron-3",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.bronze_hammer-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_bronze-0",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.bronze_hammer-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_bronze-1",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-0",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-1",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-2",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-3"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-3",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-4"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-4",
|
2020-04-30 20:43:24 +00:00
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-5"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-5",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-6"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-6",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-7"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-7",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.iron_hammer-8"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_iron-8",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.steel_hammer-0"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_steel-0",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.steel_hammer-1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_steel-1",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.steel_hammer-2"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_steel-2",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.steel_hammer-3"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_steel-3",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.steel_hammer-4"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_steel-4",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.steel_hammer-5"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_steel-5",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.cobalt_hammer-0"): VoxTrans(
|
2020-08-04 23:21:42 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_cobalt-0",
|
2020-08-01 20:08:30 +00:00
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.cobalt_hammer-1"): VoxTrans(
|
2020-08-04 23:21:42 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_cobalt-1",
|
2020-08-01 20:08:30 +00:00
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.runic_hammer"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_runic",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.ramshead_hammer"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_ramshead",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.mjolnir"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.hammer.2hhammer_mjolnir",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.hammer.cultist_purp_2h-0"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.hammer.cult_purp-0",
|
|
|
|
(2.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2021-02-15 05:07:00 +00:00
|
|
|
// 1h Hammers
|
|
|
|
Tool("common.items.weapons.hammer_1h.bloodsteel-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.bloodsteel-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.bloodsteel-1"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.bloodsteel-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.bronze-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.bronze-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.bronze-1"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.bronze-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.cobalt-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.cobalt-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.cobalt-1"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.cobalt-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.iron-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.iron-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.iron-1"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.iron-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.iron-2"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.iron-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2021-02-20 00:33:26 +00:00
|
|
|
Tool("common.items.weapons.hammer_1h.orichalcum-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.orichalcum-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2021-02-15 05:07:00 +00:00
|
|
|
Tool("common.items.weapons.hammer_1h.steel-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.steel-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.steel-1"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.steel-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.steel-2"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.steel-2",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.stone-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.stone-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.stone-1"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.stone-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.wood-0"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.wood-0",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.hammer_1h.wood-1"): VoxTrans(
|
|
|
|
"voxel.weapon.hammer_1h.wood-1",
|
|
|
|
(1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
// Staffs
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.staff.staff_1"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.staff.firestaff_starter",
|
2020-10-24 18:54:36 +00:00
|
|
|
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.staff.starter_staff"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.staff.firestaff_starter",
|
|
|
|
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.staff.bone_staff"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.staff.firestaff_bone",
|
|
|
|
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.staff.amethyst_staff"): VoxTrans(
|
2020-08-01 20:08:30 +00:00
|
|
|
"voxel.weapon.staff.firestaff_amethyst",
|
2020-10-24 18:54:36 +00:00
|
|
|
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
2020-08-01 20:08:30 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.staff.cultist_staff"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.staff.firestaff_cultist",
|
|
|
|
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
|
|
|
),
|
2021-01-23 22:10:15 +00:00
|
|
|
// Healing Sceptres
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.sceptre.starter_sceptre"): VoxTrans(
|
2020-09-10 20:37:40 +00:00
|
|
|
"voxel.weapon.sceptre.wood-simple",
|
2020-10-24 18:54:36 +00:00
|
|
|
(0.0, -0.0, 0.0), (-130., 90.0, 0.0), 1.25,
|
2020-08-18 21:32:34 +00:00
|
|
|
),
|
2021-01-23 22:10:15 +00:00
|
|
|
Tool("common.items.weapons.sceptre.moon0"): VoxTrans(
|
|
|
|
"voxel.weapon.sceptre.moon",
|
|
|
|
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
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,
|
|
|
|
),
|
|
|
|
Tool("common.items.weapons.sceptre.totem_green"): VoxTrans(
|
|
|
|
"voxel.weapon.sceptre.totem_green",
|
|
|
|
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
2021-01-23 22:10:15 +00:00
|
|
|
Tool("common.items.weapons.sceptre.root_green0"): VoxTrans(
|
|
|
|
"voxel.weapon.sceptre.root_green",
|
|
|
|
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
2021-01-23 22:10:15 +00:00
|
|
|
Tool("common.items.weapons.sceptre.fork0"): VoxTrans(
|
|
|
|
"voxel.weapon.sceptre.fork",
|
|
|
|
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
2021-01-23 22:10:15 +00:00
|
|
|
Tool("common.items.weapons.sceptre.loops0"): VoxTrans(
|
|
|
|
"voxel.weapon.sceptre.loops",
|
|
|
|
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
2021-01-23 22:10:15 +00:00
|
|
|
Tool("common.items.weapons.sceptre.root_evil"): VoxTrans(
|
|
|
|
"voxel.weapon.sceptre.root_evil",
|
|
|
|
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.2,
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.sceptre.sceptre_velorite_0"): VoxTrans(
|
2020-09-10 20:37:40 +00:00
|
|
|
"voxel.weapon.sceptre.ore-nature",
|
2020-10-24 18:54:36 +00:00
|
|
|
(1.0, -1.0, 0.0), (-130., 90.0, 0.0), 1.15,
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
// Shields
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.shield.shield_1"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.shield.wood-0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 90.0, 0.0), 2.4,
|
|
|
|
),
|
2020-04-10 02:36:35 +00:00
|
|
|
// Lanterns
|
2020-08-04 23:21:42 +00:00
|
|
|
Lantern("Black0"): Png(
|
2020-05-04 15:15:31 +00:00
|
|
|
"element.icons.lantern_black-0",
|
2020-04-10 02:36:35 +00:00
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Lantern("Green0"): Png(
|
2020-05-04 15:15:31 +00:00
|
|
|
"element.icons.lantern_green-0",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Lantern("Blue0"): Png(
|
2020-05-04 15:15:31 +00:00
|
|
|
"element.icons.lantern_blue-0",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Lantern("Red0"): Png(
|
2020-05-04 15:15:31 +00:00
|
|
|
"element.icons.lantern_red-0",
|
2020-04-10 02:36:35 +00:00
|
|
|
),
|
2020-07-04 23:55:13 +00:00
|
|
|
// Farming Equipment
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.broom"): VoxTrans(
|
2020-04-30 20:43:24 +00:00
|
|
|
"voxel.weapon.tool.broom-0",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.hoe"): VoxTrans(
|
2020-04-30 20:43:24 +00:00
|
|
|
"voxel.weapon.tool.hoe_green",
|
|
|
|
(0.0, 0.0, 0.0), (130.0, 35.0, 180.0), 1.0,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.pitchfork"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.tool.pitchfork-0",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.rake"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.tool.rake-0",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.fishing_rod"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.tool.fishing_rod_blue-0",
|
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.5,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.pickaxe"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.tool.pickaxe_green-0",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.shovel-0"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.tool.shovel_green",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-07 20:40:04 +00:00
|
|
|
Tool("common.items.weapons.tool.shovel-1"): VoxTrans(
|
2020-11-07 18:28:37 +00:00
|
|
|
"voxel.weapon.tool.shovel_gold",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2,
|
|
|
|
),
|
2020-04-30 20:43:24 +00:00
|
|
|
|
2020-03-19 21:36:40 +00:00
|
|
|
// Other
|
2021-02-26 02:31:30 +00:00
|
|
|
Utility(Coins): VoxTrans(
|
|
|
|
"voxel.object.coins",
|
|
|
|
(0.0, 0.0, 0.0), (0.0, 0.0, 0.0), 0.6,
|
|
|
|
),
|
2020-03-25 15:47:48 +00:00
|
|
|
Utility(Collar): Png(
|
2020-01-29 12:01:28 +00:00
|
|
|
"element.icons.collar",
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-02-27 20:07:30 +00:00
|
|
|
// Armor
|
2020-04-08 15:38:34 +00:00
|
|
|
// Starter Parts
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("Sandal")): VoxTrans(
|
|
|
|
"voxel.armor.misc.foot.cloth_sandal",
|
2020-04-08 15:38:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Rugged")): VoxTrans(
|
|
|
|
"voxel.armor.rugged.pants",
|
2020-04-08 15:38:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("Rugged")): VoxTrans(
|
|
|
|
"voxel.armor.rugged.pants",
|
2020-04-08 23:23:51 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-04-30 20:43:24 +00:00
|
|
|
// Cultist Clothing
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.chest",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.pants",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Belt("Cultist")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.cultist.belt",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Foot("Cultist")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.cultist.foot",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.hand",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.shoulder",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.chest",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.pants",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.hand",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Cultist")): VoxTrans(
|
|
|
|
"voxel.armor.cultist.shoulder",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
2020-06-26 16:26:00 +00:00
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
// Druid Set
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("Druid")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.druid.chest",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Pants("Druid")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.druid.pants",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Belt("Druid")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.druid.belt",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Foot("Druid")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.druid.foot",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Hand("Druid")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.druid.hand",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Druid")): VoxTrans(
|
|
|
|
"voxel.armor.druid.shoulder",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
2020-04-30 20:43:24 +00:00
|
|
|
),
|
|
|
|
// Villager Clothing
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("WorkerBlue")): VoxTrans(
|
|
|
|
"voxel.armor.misc.pants.worker_blue",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerGreen0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.worker_green",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerGreen1")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.shirt_white",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerRed0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.worker_green",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerRed1")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.shirt_white",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerPurple0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.worker_green",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerPurple1")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.shirt_white",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerYellow0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.worker_green",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerYellow1")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.shirt_white",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerOrange0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.worker_green",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("WorkerOrange1")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.chest.shirt_white",
|
2020-04-30 20:43:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-10 21:43:45 +00:00
|
|
|
// Velorite Battlemage Set
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("VeloriteMage")): VoxTrans(
|
|
|
|
"voxel.armor.velorite_battlemage.chest",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("VeloriteMage")): VoxTrans(
|
|
|
|
"voxel.armor.velorite_battlemage.pants",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("VeloriteMage")): VoxTrans(
|
|
|
|
"voxel.armor.velorite_battlemage.belt",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("VeloriteMage")): VoxTrans(
|
|
|
|
"voxel.armor.velorite_battlemage.foot",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("VeloriteMage")): VoxTrans(
|
|
|
|
"voxel.armor.velorite_battlemage.hand",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("VeloriteMage")): VoxTrans(
|
|
|
|
"voxel.armor.velorite_battlemage.shoulder",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Back("VeloriteMage")): VoxTrans(
|
|
|
|
"voxel.armor.velorite_battlemage.back",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-02-27 20:07:30 +00:00
|
|
|
// Assassin Set
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Chest("Assassin")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.assassin.chest",
|
2020-02-27 20:07:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Pants("Assassin")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.assassin.pants",
|
2020-02-27 20:07:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Belt("Assassin")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.assassin.belt",
|
2020-03-20 00:11:02 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
2020-02-27 20:07:30 +00:00
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Foot("Assassin")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.assassin.foot",
|
2020-03-20 00:11:02 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
2020-02-27 20:07:30 +00:00
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Hand("Assassin")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.assassin.hand",
|
2020-03-20 00:11:02 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
2020-02-27 20:07:30 +00:00
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Shoulder("Assassin")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.assassin.shoulder",
|
2020-02-27 20:07:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
// Starting Armor - Plate
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("Plate")): VoxTrans(
|
|
|
|
"voxel.armor.plate.chest",
|
2020-03-05 15:35:26 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Plate")): VoxTrans(
|
|
|
|
"voxel.armor.plate.pants",
|
2020-03-05 15:35:26 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("Plate")): VoxTrans(
|
|
|
|
"voxel.armor.plate.belt",
|
2020-03-20 00:11:02 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
2020-03-05 15:35:26 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("Plate")): VoxTrans(
|
|
|
|
"voxel.armor.plate.foot",
|
2020-03-20 00:11:02 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
2020-03-05 15:35:26 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("Plate")): VoxTrans(
|
|
|
|
"voxel.armor.plate.hand",
|
2020-03-20 00:11:02 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
2020-03-05 15:35:26 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Plate")): VoxTrans(
|
|
|
|
"voxel.armor.plate.shoulder",
|
2020-03-20 12:01:31 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
2020-02-27 20:07:30 +00:00
|
|
|
),
|
2020-05-17 19:02:59 +00:00
|
|
|
//Steel0 Armor
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("Steel")): VoxTrans(
|
|
|
|
"voxel.armor.steel.chest",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Steel")): VoxTrans(
|
|
|
|
"voxel.armor.steel.pants",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("Steel")): VoxTrans(
|
|
|
|
"voxel.armor.steel.belt",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("Steel")): VoxTrans(
|
|
|
|
"voxel.armor.steel.foot",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("Steel")): VoxTrans(
|
|
|
|
"voxel.armor.steel.hand",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Steel")): VoxTrans(
|
|
|
|
"voxel.armor.steel.shoulder",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
//PlateLeather Armor
|
|
|
|
Armor(Chest("LeatherPlate")): VoxTrans(
|
|
|
|
"voxel.armor.leather_plate.chest",
|
2021-02-27 06:41:14 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("LeatherPlate")): VoxTrans(
|
|
|
|
"voxel.armor.leather_plate.pants",
|
2021-02-27 06:41:14 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("LeatherPlate")): VoxTrans(
|
|
|
|
"voxel.armor.leather_plate.belt",
|
2021-02-27 06:41:14 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("LeatherPlate")): VoxTrans(
|
|
|
|
"voxel.armor.leather_plate.foot",
|
2021-02-27 06:41:14 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("LeatherPlate")): VoxTrans(
|
|
|
|
"voxel.armor.leather_plate.hand",
|
2021-02-27 06:41:14 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("LeatherPlate")): VoxTrans(
|
|
|
|
"voxel.armor.leather_plate.shoulder",
|
2021-02-27 06:41:14 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-03-19 21:36:40 +00:00
|
|
|
//Leather0 Armor
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("Swift")): VoxTrans(
|
|
|
|
"voxel.armor.swift.chest",
|
2020-03-19 21:36:40 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Swift")): VoxTrans(
|
|
|
|
"voxel.armor.swift.pants",
|
2020-03-19 21:36:40 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("Swift")): VoxTrans(
|
|
|
|
"voxel.armor.swift.belt",
|
2020-03-19 21:36:40 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("Swift")): VoxTrans(
|
|
|
|
"voxel.armor.swift.foot",
|
2020-03-19 21:36:40 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("Swift")): VoxTrans(
|
|
|
|
"voxel.armor.swift.hand",
|
2020-03-19 21:36:40 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Swift")): VoxTrans(
|
|
|
|
"voxel.armor.swift.shoulder",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
//Agile Armor
|
|
|
|
Armor(Chest("Agile")): VoxTrans(
|
|
|
|
"voxel.armor.agile.chest",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Agile")): VoxTrans(
|
|
|
|
"voxel.armor.agile.pants",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("Agile")): VoxTrans(
|
|
|
|
"voxel.armor.agile.belt",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("Agile")): VoxTrans(
|
|
|
|
"voxel.armor.agile.foot",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("Agile")): VoxTrans(
|
|
|
|
"voxel.armor.agile.hand",
|
2020-05-17 19:02:59 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Agile")): VoxTrans(
|
|
|
|
"voxel.armor.agile.shoulder",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
//Blue Leather Armor
|
|
|
|
Armor(Chest("BlueLeather")): VoxTrans(
|
|
|
|
"voxel.armor.leather_blue.chest",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Pants("BlueLeather")): VoxTrans(
|
|
|
|
"voxel.armor.leather_blue.pants",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-03-22 13:38:21 +00:00
|
|
|
//Linen Cloth
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("ClothBlue")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_blue.chest",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("ClothBlue")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_blue.pants",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("ClothBlue")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_blue.belt",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("ClothBlue")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_blue.foot",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("ClothBlue")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_blue.hand",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Shoulder("ClothBlue0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.cloth_blue.shoulder_0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Shoulder("ClothBlue1")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_blue.shoulder_1",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
2020-06-26 16:26:00 +00:00
|
|
|
),
|
2020-03-22 13:38:21 +00:00
|
|
|
//////////////
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("ClothGreen")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_green.chest",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("ClothGreen")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_green.pants",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("ClothGreen")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_green.belt",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("ClothGreen")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_green.foot",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("ClothGreen")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_green.hand",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("ClothGreen")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_green.shoulder",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
//////
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("ClothPurple")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_purple.chest",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("ClothPurple")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_purple.pants",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("ClothPurple")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_purple.belt",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.8,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("ClothPurple")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_purple.foot",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("ClothPurple")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_purple.hand",
|
2020-03-22 13:38:21 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("ClothPurple")): VoxTrans(
|
|
|
|
"voxel.armor.cloth_purple.shoulder",
|
2020-06-25 16:36:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Armor(Shoulder("IronSpikes")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.shoulder.iron_spikes",
|
2020-06-25 16:36:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Armor(Shoulder("IronLeather3")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.shoulder.leather_iron_3",
|
2020-06-25 16:36:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Armor(Shoulder("IronLeather2")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.shoulder.leather_iron_2",
|
2020-06-25 16:36:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Shoulder("IronLeather1")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.shoulder.leather_iron_1",
|
2020-06-25 16:36:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Shoulder("IronLeather0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.shoulder.leather_iron_0",
|
2020-06-25 16:36:24 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("LeatherStrip")): VoxTrans(
|
|
|
|
"voxel.armor.misc.shoulder.leather_strip",
|
2020-03-20 00:11:02 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
2020-03-19 21:36:40 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("Jackalope")): VoxTrans(
|
|
|
|
"voxel.armor.misc.foot.jackalope",
|
2020-06-24 20:55:08 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2020-06-26 16:26:00 +00:00
|
|
|
//Twig Set
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("Twigs")): VoxTrans(
|
|
|
|
"voxel.armor.twigs.chest",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("Twigs")): VoxTrans(
|
|
|
|
"voxel.armor.twigs.pants",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("Twigs")): VoxTrans(
|
|
|
|
"voxel.armor.twigs.belt",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("Twigs")): VoxTrans(
|
|
|
|
"voxel.armor.twigs.foot",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("Twigs")): VoxTrans(
|
|
|
|
"voxel.armor.twigs.hand",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("Twigs")): VoxTrans(
|
2021-03-01 22:37:47 +00:00
|
|
|
"voxel.armor.twigs.shoulder",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
//TwigsLeaves Set
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("TwigsLeaves")): VoxTrans(
|
|
|
|
"voxel.armor.twigsleaves.chest",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("TwigsLeaves")): VoxTrans(
|
|
|
|
"voxel.armor.twigsleaves.pants",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("TwigsLeaves")): VoxTrans(
|
|
|
|
"voxel.armor.twigsleaves.belt",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("TwigsLeaves")): VoxTrans(
|
|
|
|
"voxel.armor.twigsleaves.foot",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("TwigsLeaves")): VoxTrans(
|
|
|
|
"voxel.armor.twigsleaves.hand",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("TwigsLeaves")): VoxTrans(
|
|
|
|
"voxel.armor.twigsleaves.shoulder",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-06-26 16:26:00 +00:00
|
|
|
//TwigsFlowers Set
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Chest("TwigsFlowers")): VoxTrans(
|
|
|
|
"voxel.armor.twigsflowers.chest",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Pants("TwigsFlowers")): VoxTrans(
|
|
|
|
"voxel.armor.twigsflowers.pants",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Belt("TwigsFlowers")): VoxTrans(
|
|
|
|
"voxel.armor.twigsflowers.belt",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Foot("TwigsFlowers")): VoxTrans(
|
2021-03-01 22:37:47 +00:00
|
|
|
"voxel.armor.twigsflowers.foot",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Hand("TwigsFlowers")): VoxTrans(
|
|
|
|
"voxel.armor.twigsflowers.hand",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Shoulder("TwigsFlowers")): VoxTrans(
|
|
|
|
"voxel.armor.twigsflowers.shoulder",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-08-18 21:32:34 +00:00
|
|
|
//Tarasque Set
|
|
|
|
Armor(Chest("Tarasque")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.tarasque.chest",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Pants("Tarasque")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.tarasque.pants",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Belt("Tarasque")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.tarasque.belt",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
|
|
|
Armor(Foot("Tarasque")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.tarasque.foot",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
|
|
|
Armor(Hand("Tarasque")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.tarasque.hand",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Armor(Shoulder("Tarasque")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.tarasque.shoulder",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
//Bonerattler Set
|
|
|
|
Armor(Chest("Bonerattler")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.bonerattler.chest",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Pants("Bonerattler")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.bonerattler.pants",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Belt("Bonerattler")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.bonerattler.belt",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
|
|
|
Armor(Foot("Bonerattler")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.bonerattler.foot",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
|
|
|
Armor(Hand("Bonerattler")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.bonerattler.hand",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Armor(Shoulder("Bonerattler")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.bonerattler.shoulder",
|
2020-08-18 21:32:34 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-11-21 12:29:43 +00:00
|
|
|
//Warlord Set
|
|
|
|
Armor(Chest("Warlord")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlord.chest",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Pants("Warlord")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlord.pants",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Belt("Warlord")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlord.belt",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
|
|
|
Armor(Foot("Warlord")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlord.foot",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
|
|
|
Armor(Hand("Warlord")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlord.hand",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Armor(Shoulder("Warlord")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlord.shoulder",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
//Warlock Set
|
|
|
|
Armor(Chest("Warlock")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlock.chest",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Pants("Warlock")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlock.pants",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Belt("Warlock")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlock.belt",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.4,
|
|
|
|
),
|
|
|
|
Armor(Foot("Warlock")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlock.foot",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-95.0, 140.0, 0.0), 1.1,
|
|
|
|
),
|
|
|
|
Armor(Hand("Warlock")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlock.hand",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, -1.0, 0.0), (-90.0, 135.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Armor(Shoulder("Warlock")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlock.shoulder",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 130.0, 0.0), 1.2,
|
|
|
|
),
|
2020-06-26 16:26:00 +00:00
|
|
|
//misc
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Pants("Hunting")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.pants.grayscale",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-04-07 17:21:47 +00:00
|
|
|
// Backs
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Back("Short0")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.back.short-0",
|
2020-04-07 17:21:47 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
2020-08-04 07:22:59 +00:00
|
|
|
),
|
2020-08-20 23:55:18 +00:00
|
|
|
Armor(Back("Short1")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.back.short-1",
|
2020-08-04 07:22:59 +00:00
|
|
|
(0.0, -2.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
2020-04-07 17:21:47 +00:00
|
|
|
),
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Back("Admin")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.misc.back.admin",
|
2020-04-07 17:21:47 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Back("DungeonPurple")): VoxTrans(
|
|
|
|
"voxel.armor.misc.back.dungeon_purple",
|
2020-07-23 12:10:13 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Back("Agile")): VoxTrans(
|
|
|
|
"voxel.armor.agile.back",
|
|
|
|
(0.0, -2.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Armor(Back("LeatherBlue")): VoxTrans(
|
|
|
|
"voxel.armor.leather_blue.back",
|
2020-08-20 23:55:18 +00:00
|
|
|
(0.0, -2.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Back("Backpack")): VoxTrans(
|
2021-03-01 22:37:47 +00:00
|
|
|
"voxel.armor.misc.back.backpack",
|
2020-10-12 21:45:51 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 0.0, 0.0), 1.0,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Back("BackpackBlue")): VoxTrans(
|
|
|
|
"voxel.armor.misc.back.backpack",
|
2020-10-12 21:45:51 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 0.0, 0.0), 1.0,
|
2020-11-21 12:29:43 +00:00
|
|
|
),
|
|
|
|
Armor(Back("Warlord")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlord.back",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 0.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
Armor(Back("Warlock")): VoxTrans(
|
2021-03-01 03:18:43 +00:00
|
|
|
"voxel.armor.warlock.back",
|
2020-11-21 12:29:43 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 0.0, 0.0), 1.0,
|
2020-10-12 21:45:51 +00:00
|
|
|
),
|
2020-04-07 17:21:47 +00:00
|
|
|
// Rings
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Ring("Scratched")): VoxTrans(
|
|
|
|
"voxel.armor.misc.ring.scratched",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (30.0, 0.0, 0.0), 0.9,
|
2020-04-07 17:21:47 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Ring("Gold")): VoxTrans(
|
|
|
|
"voxel.armor.misc.ring.gold",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (30.0, 0.0, 0.0), 0.9,
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Ring("Skull")): VoxTrans(
|
|
|
|
"voxel.armor.misc.ring.skull",
|
2020-11-10 21:43:45 +00:00
|
|
|
(0.0, 0.0, 0.0), (30.0, 0.0, 0.0), 0.9,
|
|
|
|
),
|
|
|
|
|
2020-04-07 17:21:47 +00:00
|
|
|
// Necks
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Neck("Plain0")): Png(
|
2020-07-04 23:55:13 +00:00
|
|
|
"element.icons.neck-0",
|
2020-04-07 17:21:47 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Neck("Plain1")): Png(
|
2020-08-04 07:22:59 +00:00
|
|
|
"element.icons.neck-1",
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Neck("Shell")): Png(
|
2021-02-26 01:41:57 +00:00
|
|
|
"element.icons.neck-seashell",
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
|
|
|
|
2020-04-07 17:21:47 +00:00
|
|
|
// Tabards
|
2020-08-03 03:41:32 +00:00
|
|
|
Armor(Tabard("Admin")): Png(
|
2020-07-04 23:55:13 +00:00
|
|
|
"element.icons.tabard_admin",
|
2020-04-07 17:21:47 +00:00
|
|
|
),
|
|
|
|
// Heads
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Head("Swift")): VoxTrans(
|
|
|
|
"voxel.armor.misc.head.leather-0",
|
2020-04-09 15:11:50 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
2020-04-07 17:21:47 +00:00
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Head("Assassin")): VoxTrans(
|
|
|
|
"voxel.armor.misc.head.assa_mask-0",
|
2020-04-07 17:21:47 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.0,
|
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
// Bags
|
|
|
|
Armor(Bag("RedFace")): Png (
|
|
|
|
"element.icons.item_bag_red_face",
|
|
|
|
),
|
2021-03-01 03:18:43 +00:00
|
|
|
Armor(Bag("BlackHole")): Png (
|
2021-01-08 19:12:09 +00:00
|
|
|
"element.icons.item_bag_brown_face",
|
|
|
|
),
|
|
|
|
Armor(Bag("BlueFace")): Png (
|
|
|
|
"element.icons.item_bag_blue_face",
|
|
|
|
),
|
|
|
|
Armor(Bag("PurpleSkull")): Png (
|
|
|
|
"element.icons.item_bag_skull",
|
|
|
|
),
|
|
|
|
Armor(Bag("GreenLarge")): Png (
|
|
|
|
"element.icons.item_bag_green_large",
|
|
|
|
),
|
|
|
|
Armor(Bag("LeatherLarge")): Png (
|
|
|
|
"element.icons.item_bag_leather_large",
|
|
|
|
),
|
|
|
|
Armor(Bag("GreenMid")): Png (
|
|
|
|
"element.icons.item_bag_green_mid",
|
|
|
|
),
|
|
|
|
Armor(Bag("LeatherSmall")): Png (
|
|
|
|
"element.icons.item_bag_leather_small",
|
|
|
|
),
|
|
|
|
Armor(Bag("RedLarge")): Png (
|
|
|
|
"element.icons.item_bag_large",
|
|
|
|
),
|
|
|
|
Armor(Bag("RedMed")): Png (
|
|
|
|
"element.icons.item_bag_med",
|
|
|
|
),
|
|
|
|
Armor(Bag("RedSmall")): Png (
|
|
|
|
"element.icons.item_bag_small",
|
|
|
|
),
|
|
|
|
Armor(Bag("RedTiny")): Png (
|
|
|
|
"element.icons.item_bag_tiny",
|
|
|
|
),
|
|
|
|
Armor(Bag("BluePouch")): Png (
|
|
|
|
"element.icons.item_bag_blue",
|
|
|
|
),
|
2019-10-09 19:28:05 +00:00
|
|
|
// Consumables
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("Apple"): Png(
|
2019-10-09 19:28:05 +00:00
|
|
|
"element.icons.item_apple",
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("Coconut"): Png(
|
2020-04-13 23:13:03 +00:00
|
|
|
"element.icons.item_coconut",
|
2019-10-09 19:28:05 +00:00
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("PotionMed"): VoxTrans(
|
2020-07-14 20:11:39 +00:00
|
|
|
"voxel.object.potion_red",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("PotionMinor"): VoxTrans(
|
2019-11-09 13:42:42 +00:00
|
|
|
"voxel.object.potion_red",
|
2020-07-14 20:11:39 +00:00
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.5,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("PotionLarge"): VoxTrans(
|
2020-07-14 20:11:39 +00:00
|
|
|
"voxel.object.potion_red",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
2019-11-09 13:42:42 +00:00
|
|
|
),
|
2021-01-08 01:27:23 +00:00
|
|
|
Ingredient("PotionExp"): VoxTrans(
|
2020-06-03 17:59:09 +00:00
|
|
|
"voxel.object.potion_turq",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("Cheese"): Png(
|
2020-01-29 12:01:28 +00:00
|
|
|
"element.icons.item_cheese",
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("Potion"): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.object.potion_red",
|
2020-06-26 16:26:00 +00:00
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.0,
|
2019-10-09 19:28:05 +00:00
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("Mushroom"): VoxTrans(
|
2019-10-27 22:22:40 +00:00
|
|
|
"voxel.sprite.mushrooms.mushroom-10",
|
2019-10-09 19:28:05 +00:00
|
|
|
(0.0, 0.0, 0.0), (-50.0, 70.0, 40.0), 1.0,
|
|
|
|
),
|
2021-01-08 01:27:23 +00:00
|
|
|
Ingredient("Velorite"): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.sprite.velorite.velorite_ore",
|
|
|
|
(0.0, -1.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2021-01-08 01:27:23 +00:00
|
|
|
Ingredient("VeloriteFrag"): VoxTrans(
|
2019-10-17 20:59:36 +00:00
|
|
|
"voxel.sprite.velorite.velorite_1",
|
2020-07-14 20:11:39 +00:00
|
|
|
(0.0, 0.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("AppleShroomCurry"): Png(
|
2020-07-14 20:11:39 +00:00
|
|
|
"element.icons.item_apple_curry",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("AppleStick"): Png(
|
2020-07-14 20:11:39 +00:00
|
|
|
"element.icons.item_apple_stick",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Consumable("MushroomStick"): Png(
|
2020-07-14 20:11:39 +00:00
|
|
|
"element.icons.item_shroom_stick",
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Consumable("SunflowerTea"): Png(
|
|
|
|
"element.icons.item_sunflower_tea",
|
2020-11-08 23:19:07 +00:00
|
|
|
),
|
2021-01-19 18:23:44 +00:00
|
|
|
Consumable("Carrot"): VoxTrans(
|
|
|
|
"voxel.sprite.carrot.carrot",
|
|
|
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
|
|
|
),
|
|
|
|
Consumable("Tomato"): VoxTrans(
|
|
|
|
"voxel.sprite.tomato.tomato",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Consumable("Lettuce"): VoxTrans(
|
|
|
|
"voxel.sprite.cabbage.cabbage",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Consumable("Fish"): VoxTrans(
|
|
|
|
"voxel.sprite.food.meat_fish",
|
|
|
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
|
|
|
),
|
|
|
|
Consumable("PlainSalad"): VoxTrans(
|
|
|
|
"voxel.sprite.food.salad_plain",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Consumable("TomatoSalad"): VoxTrans(
|
|
|
|
"voxel.sprite.food.salad_tomato",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
2020-07-05 12:39:28 +00:00
|
|
|
// Throwables
|
2020-07-04 23:55:13 +00:00
|
|
|
Throwable(Bomb): VoxTrans(
|
|
|
|
"voxel.object.bomb",
|
2020-07-14 20:11:39 +00:00
|
|
|
(0.0, 0.5, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
2019-10-17 20:59:36 +00:00
|
|
|
),
|
2020-08-11 14:05:34 +00:00
|
|
|
Throwable(Firework(Blue)): VoxTrans(
|
|
|
|
"voxel.weapon.projectile.fireworks_blue-0",
|
|
|
|
(0.0, 0.5, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Throwable(Firework(Green)): VoxTrans(
|
|
|
|
"voxel.weapon.projectile.fireworks_green-0",
|
|
|
|
(0.0, 0.5, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Throwable(Firework(Purple)): VoxTrans(
|
|
|
|
"voxel.weapon.projectile.fireworks_purple-0",
|
|
|
|
(0.0, 0.5, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Throwable(Firework(Red)): VoxTrans(
|
|
|
|
"voxel.weapon.projectile.fireworks_red-0",
|
|
|
|
(0.0, 0.5, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2021-03-06 12:31:18 +00:00
|
|
|
Throwable(Firework(White)): VoxTrans(
|
|
|
|
"voxel.weapon.projectile.fireworks_white-0",
|
|
|
|
(0.0, 0.5, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2020-08-11 14:05:34 +00:00
|
|
|
Throwable(Firework(Yellow)): VoxTrans(
|
|
|
|
"voxel.weapon.projectile.fireworks_yellow-0",
|
2020-08-11 11:52:15 +00:00
|
|
|
(0.0, 0.5, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2020-07-05 12:39:28 +00:00
|
|
|
Throwable(TrainingDummy): VoxTrans(
|
|
|
|
"voxel.object.training_dummy",
|
|
|
|
(0.0, -1.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2019-10-09 19:28:05 +00:00
|
|
|
// Ingredients
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("CraftsmanHammer"): VoxTrans( //TODO This should be a 1h hammer!
|
2020-07-14 20:11:39 +00:00
|
|
|
"voxel.weapon.hammer.craftsman",
|
|
|
|
(1.0, 1.0, 0.0), (-135.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Ingredient("SewingSet"): Png(
|
|
|
|
"element.icons.item_bag_t1_purp",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("Flower"): VoxTrans(
|
2020-10-07 02:23:20 +00:00
|
|
|
"voxel.sprite.flowers.sunflower_1",
|
|
|
|
(-2.0, -0.5, -1.0), (-60.0, 40.0, 20.0), 1.1,
|
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
Ingredient("FlowerRed"): VoxTrans(
|
|
|
|
"voxel.sprite.flowers.flower_red-4",
|
|
|
|
(0.0, 0.5, 0.0), (-70.0, 10.0, 0.0), 0.8,
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Ingredient("Sunflower"): VoxTrans(
|
|
|
|
"voxel.sprite.flowers.sunflower_1",
|
2019-10-09 19:28:05 +00:00
|
|
|
(0.0, -1.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("Grass"): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.sprite.grass.grass_long_5",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 50.0, 0.0), 1.0,
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("Stones"): VoxTrans(
|
2020-07-14 20:11:39 +00:00
|
|
|
"voxel.sprite.rocks.rock-0",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2021-02-25 10:33:18 +00:00
|
|
|
Ingredient("Seashells"): VoxTrans(
|
2021-02-26 01:41:57 +00:00
|
|
|
"voxel.sprite.seashells.shell-0",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
2021-02-25 10:33:18 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Ingredient("IcyShard"): Png(
|
|
|
|
"element.icons.item_ice_shard",
|
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
Ingredient("FlayerBagDamaged"): Png(
|
|
|
|
"element.icons.item_flayer_soul",
|
|
|
|
),
|
2020-12-24 02:54:18 +00:00
|
|
|
Ingredient("RaptorFeather"): Png(
|
|
|
|
"element.icons.item_raptor_feather",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("Twigs"): VoxTrans(
|
2020-07-14 20:11:39 +00:00
|
|
|
"voxel.sprite.twigs.twigs-0",
|
|
|
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
|
|
|
),
|
2021-01-19 18:23:44 +00:00
|
|
|
Ingredient("AnimalPelt"): VoxTrans(
|
|
|
|
"voxel.sprite.crafting_ing.pelt",
|
|
|
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
|
|
|
),
|
|
|
|
Ingredient("Claw"): VoxTrans(
|
|
|
|
"voxel.sprite.crafting_ing.claw",
|
|
|
|
(0.0, 0.0, 0.0), (-20.0, 10.0, 20.0), 0.9,
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Ingredient("Honey"): Png(
|
|
|
|
"element.icons.item_honey",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("LeatherScraps"): Png(
|
2020-07-14 20:11:39 +00:00
|
|
|
"element.icons.item_leather0",
|
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
Ingredient("TrollLeather"): Png(
|
|
|
|
"element.icons.item_leather_green",
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Ingredient("ClothScraps"): Png(
|
|
|
|
"element.icons.item_cloth0",
|
|
|
|
),
|
2021-01-08 19:12:09 +00:00
|
|
|
Ingredient("ClothScrapsRed"): Png(
|
|
|
|
"element.icons.item_cloth_red",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("MortarPestle"): Png(
|
2020-07-14 20:11:39 +00:00
|
|
|
"element.icons.item_mortarpestlecoco",
|
|
|
|
),
|
2020-08-04 23:21:42 +00:00
|
|
|
Ingredient("EmptyVial"): VoxTrans(
|
2020-07-14 20:11:39 +00:00
|
|
|
"voxel.object.potion_empty",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
2021-01-19 18:23:44 +00:00
|
|
|
Ingredient("Bowl"): VoxTrans(
|
|
|
|
"voxel.sprite.crafting_ing.bowl",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Ingredient("Oil"): VoxTrans(
|
|
|
|
"voxel.sprite.crafting_ing.oil",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Ingredient("ViscousOoze"): VoxTrans(
|
|
|
|
"voxel.sprite.crafting_ing.ooze",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
2020-11-08 23:19:07 +00:00
|
|
|
// Gliders
|
2020-10-07 02:23:20 +00:00
|
|
|
Glider("Starter"): VoxTrans(
|
|
|
|
"voxel.glider.glider_starter",
|
|
|
|
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
|
|
|
),
|
2021-01-12 20:20:11 +00:00
|
|
|
Glider("PlainCloth"): VoxTrans(
|
|
|
|
"voxel.glider.glider_basic_white",
|
|
|
|
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
|
|
|
),
|
|
|
|
Glider("RedCloth"): VoxTrans(
|
|
|
|
"voxel.glider.glider_basic_red",
|
|
|
|
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Glider("Blue0"): VoxTrans(
|
|
|
|
"voxel.glider.glider_blue",
|
|
|
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
|
|
|
),
|
2020-12-24 02:54:18 +00:00
|
|
|
Glider("ButterflyMorpho"): VoxTrans(
|
|
|
|
"voxel.glider.glider_butterfly1",
|
|
|
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
|
|
|
),
|
|
|
|
Glider("ButterflyMonarch"): VoxTrans(
|
|
|
|
"voxel.glider.glider_butterfly2",
|
|
|
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
|
|
|
),
|
2021-01-11 22:45:54 +00:00
|
|
|
Glider("MothLuna"): VoxTrans(
|
|
|
|
"voxel.glider.glider_moth",
|
|
|
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
|
|
|
),
|
2020-12-24 02:54:18 +00:00
|
|
|
Glider("SandRaptor"): VoxTrans(
|
|
|
|
"voxel.glider.glider_sandraptor",
|
2021-01-08 19:12:09 +00:00
|
|
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
2020-12-24 02:54:18 +00:00
|
|
|
),
|
|
|
|
Glider("SnowRaptor"): VoxTrans(
|
|
|
|
"voxel.glider.glider_snowraptor",
|
2021-01-08 19:12:09 +00:00
|
|
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
2020-12-24 02:54:18 +00:00
|
|
|
),
|
|
|
|
Glider("WoodRaptor"): VoxTrans(
|
|
|
|
"voxel.glider.glider_woodraptor",
|
2021-01-08 19:12:09 +00:00
|
|
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
2020-12-24 02:54:18 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
Glider("Purple0"): VoxTrans(
|
|
|
|
"voxel.glider.glider_cultists",
|
|
|
|
(5.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
|
|
|
),
|
|
|
|
Glider("Leaves"): VoxTrans(
|
|
|
|
"voxel.glider.glider_leaves",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
|
|
|
),
|
2019-10-22 20:58:27 +00:00
|
|
|
// Debug Items
|
2021-02-19 23:45:48 +00:00
|
|
|
Tool("common.items.debug.admin_stick"): VoxTrans(
|
2020-05-29 18:23:00 +00:00
|
|
|
"voxel.weapon.tool.broom_belzeshrub_purple",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
|
2020-07-04 23:55:13 +00:00
|
|
|
),
|
2021-01-24 14:00:49 +00:00
|
|
|
// Gems
|
2021-01-24 18:20:10 +00:00
|
|
|
Ingredient("Amethyst"): VoxTrans(
|
|
|
|
"voxel.sprite.gem.amethystgem",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
2021-01-24 14:00:49 +00:00
|
|
|
),
|
|
|
|
Ingredient("Topaz"): VoxTrans(
|
2021-01-24 18:20:10 +00:00
|
|
|
"voxel.sprite.gem.topazgem",
|
2021-01-24 14:00:49 +00:00
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
|
|
|
),
|
|
|
|
Ingredient("Sapphire"): VoxTrans(
|
2021-01-24 18:20:10 +00:00
|
|
|
"voxel.sprite.gem.sapphiregem",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.6,
|
2021-01-24 14:00:49 +00:00
|
|
|
),
|
|
|
|
Ingredient("Emerald"): VoxTrans(
|
2021-01-24 18:20:10 +00:00
|
|
|
"voxel.sprite.gem.emeraldgem",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
2021-01-24 14:00:49 +00:00
|
|
|
),
|
|
|
|
Ingredient("Ruby"): VoxTrans(
|
2021-01-24 18:20:10 +00:00
|
|
|
"voxel.sprite.gem.rubygem",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
|
2021-01-24 14:00:49 +00:00
|
|
|
),
|
|
|
|
Ingredient("Diamond"): VoxTrans(
|
2021-01-24 18:20:10 +00:00
|
|
|
"voxel.sprite.gem.diamondgem",
|
|
|
|
(0.0, 0.0, 0.0), (-55.0, 30.0, 20.0), 0.6,
|
2021-01-24 14:00:49 +00:00
|
|
|
),
|
2021-02-23 00:45:26 +00:00
|
|
|
ModularComponent("common.items.crafting_ing.modular.damage.sword.tier5"): VoxTrans(
|
|
|
|
"voxel.weapon_components.sword.cultist.cultist_purp_2h-0_blade",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
|
|
|
),
|
|
|
|
ModularComponent("common.items.crafting_ing.modular.held.sword.tier5"): VoxTrans(
|
|
|
|
"voxel.weapon_components.sword.cultist.cultist_purp_2h-0_handle",
|
|
|
|
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5,
|
|
|
|
),
|
2019-10-09 19:28:05 +00:00
|
|
|
})
|