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-03-17 17:27:52 +00:00
|
|
|
Tool(Bow(BasicBow)): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.weapon.bow.simple-bow",
|
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2020-03-17 17:27:52 +00:00
|
|
|
Tool(Dagger(BasicDagger)): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.weapon.dagger.dagger_rusty",
|
|
|
|
(0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1,
|
|
|
|
),
|
2019-12-29 23:47:42 +00:00
|
|
|
Tool(Sword(Rapier)): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.weapon.sword.rusty_2h",
|
|
|
|
(0.0, 9.0, 0.0), (-90.0, 90.0, 0.0), 2.4,
|
|
|
|
),
|
2020-03-17 17:27:52 +00:00
|
|
|
Tool(Axe(BasicAxe)): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.weapon.axe.rusty_2h",
|
|
|
|
(0.0, -8.0, 0.0), (-90.0, 90.0, 0.0), 2.0,
|
|
|
|
),
|
2020-03-17 17:27:52 +00:00
|
|
|
Tool(Hammer(BasicHammer)): VoxTrans(
|
2019-10-09 19:28:05 +00:00
|
|
|
"voxel.weapon.hammer.rusty_2h",
|
|
|
|
(0.0, -8.0, 0.0), (-90.0, 90.0, 0.0), 2.0,
|
|
|
|
),
|
2020-03-17 17:27:52 +00:00
|
|
|
Tool(Staff(BasicStaff)): VoxTrans(
|
2019-10-23 19:40:45 +00:00
|
|
|
"voxel.weapon.staff.wood-fire",
|
2019-10-17 20:59:36 +00:00
|
|
|
(0.0, -9.0, 0.0), (90.0, 90.0, 0.0), 2.5,
|
|
|
|
),
|
2020-03-17 17:27:52 +00:00
|
|
|
Tool(Shield(BasicShield)): VoxTrans(
|
2019-10-17 20:59:36 +00:00
|
|
|
"voxel.weapon.shield.wood-0",
|
2020-03-16 12:40:14 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 90.0, 0.0), 2.4,
|
2019-10-17 20:59:36 +00:00
|
|
|
),
|
2020-01-29 12:01:28 +00:00
|
|
|
Utility(Collar): VoxTrans(
|
|
|
|
"element.icons.collar",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 10.0), 1.3,
|
|
|
|
),
|
2020-02-27 20:07:30 +00:00
|
|
|
// Armor
|
|
|
|
// Assassin Set
|
|
|
|
Armor(Chest(Assassin)): VoxTrans(
|
2020-02-29 20:05:44 +00:00
|
|
|
"voxel.armor.chest.assa",
|
2020-02-27 20:07:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Pants(Assassin)): VoxTrans(
|
|
|
|
"voxel.armor.pants.assa",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-02-29 20:05:44 +00:00
|
|
|
Armor(Belt(Assassin)): VoxTrans(
|
2020-02-27 20:07:30 +00:00
|
|
|
"voxel.armor.belt.assa",
|
2020-03-05 15:35:26 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.1,
|
2020-02-27 20:07:30 +00:00
|
|
|
),
|
2020-02-29 20:05:44 +00:00
|
|
|
Armor(Foot(Assassin)): VoxTrans(
|
2020-02-27 20:07:30 +00:00
|
|
|
"voxel.armor.foot.assa",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Hand(Assassin)): VoxTrans(
|
|
|
|
"voxel.armor.hand.assa_left",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Shoulder(Assassin)): VoxTrans(
|
2020-03-03 19:52:10 +00:00
|
|
|
"voxel.armor.shoulder.assa_left",
|
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
|
2020-03-05 15:35:26 +00:00
|
|
|
Armor(Chest(PlateGreen0)): VoxTrans(
|
|
|
|
"voxel.armor.chest.plate_green-0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2020-03-05 17:18:17 +00:00
|
|
|
Armor(Pants(PlateGreen0)): VoxTrans(
|
2020-03-05 15:35:26 +00:00
|
|
|
"voxel.armor.pants.plate_green-0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Belt(Plate0)): VoxTrans(
|
|
|
|
"voxel.armor.belt.plate-0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.1,
|
|
|
|
),
|
|
|
|
Armor(Foot(Plate0)): VoxTrans(
|
|
|
|
"voxel.armor.foot.plate-0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Hand(Plate0)): VoxTrans(
|
|
|
|
"voxel.armor.hand.plate_left-0",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
|
|
|
Armor(Shoulder(Plate0)): VoxTrans(
|
|
|
|
"voxel.armor.shoulder.plate_left-0",
|
2020-02-27 20:07:30 +00:00
|
|
|
(0.0, 0.0, 0.0), (-90.0, 180.0, 0.0), 1.2,
|
|
|
|
),
|
2019-10-09 19:28:05 +00:00
|
|
|
// Consumables
|
|
|
|
Consumable(Apple): VoxTrans(
|
|
|
|
"element.icons.item_apple",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
2019-11-09 13:42:42 +00:00
|
|
|
Consumable(PotionMinor): VoxTrans(
|
|
|
|
"voxel.object.potion_red",
|
|
|
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Consumable(Cheese): Png(
|
2020-01-29 12:01:28 +00:00
|
|
|
"element.icons.item_cheese",
|
2019-11-09 13:42:42 +00:00
|
|
|
),
|
2019-10-09 19:28:05 +00:00
|
|
|
Consumable(Potion): VoxTrans(
|
|
|
|
"voxel.object.potion_red",
|
|
|
|
(0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0,
|
|
|
|
),
|
|
|
|
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,
|
|
|
|
),
|
|
|
|
Consumable(Velorite): VoxTrans(
|
|
|
|
"voxel.sprite.velorite.velorite_ore",
|
|
|
|
(0.0, -1.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2019-10-17 20:59:36 +00:00
|
|
|
Consumable(VeloriteFrag): VoxTrans(
|
|
|
|
"voxel.sprite.velorite.velorite_1",
|
|
|
|
(0.0, -1.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
2019-10-09 19:28:05 +00:00
|
|
|
// Ingredients
|
|
|
|
Ingredient(Flower): VoxTrans(
|
|
|
|
"voxel.sprite.flowers.flower_red_2",
|
|
|
|
(0.0, -1.0, 0.0), (-50.0, 40.0, 20.0), 0.8,
|
|
|
|
),
|
|
|
|
Ingredient(Grass): VoxTrans(
|
|
|
|
"voxel.sprite.grass.grass_long_5",
|
|
|
|
(0.0, 0.0, 0.0), (-90.0, 50.0, 0.0), 1.0,
|
|
|
|
),
|
2019-10-22 20:58:27 +00:00
|
|
|
// Debug Items
|
|
|
|
Tool(Debug(Boost)): VoxTrans(
|
|
|
|
"voxel.weapon.debug_wand-0",
|
|
|
|
(0.0, -7.0, 0.0), (90.0, 90.0, 0.0), 1.6,
|
|
|
|
),
|
|
|
|
Tool(Debug(Possess)): VoxTrans(
|
|
|
|
"voxel.weapon.debug_wand-1",
|
|
|
|
(0.0, -7.0, 0.0), (90.0, 90.0, 0.0), 1.6,
|
|
|
|
),
|
2019-10-09 19:28:05 +00:00
|
|
|
})
|
2020-03-03 19:52:10 +00:00
|
|
|
|
|
|
|
|