mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
1265 lines
141 KiB
Rust
1265 lines
141 KiB
Rust
// specifier
|
|
({
|
|
// Bows
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.bow", "common.items.log.wood", Two)): "voxel.weapon.bow.bow.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.composite", "common.items.log.wood", Two)): "voxel.weapon.bow.composite.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.wood", Two)): "voxel.weapon.bow.greatbow.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.wood", Two)): "voxel.weapon.bow.longbow.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.wood", Two)): "voxel.weapon.bow.ornate.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.wood", Two)): "voxel.weapon.bow.shortbow.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.wood", Two)): "voxel.weapon.bow.warbow.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.bow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.bow.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.composite", "common.items.log.bamboo", Two)): "voxel.weapon.bow.composite.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.greatbow.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.longbow.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.bamboo", Two)): "voxel.weapon.bow.ornate.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.shortbow.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.bamboo", Two)): "voxel.weapon.bow.warbow.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.bow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.bow.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.composite", "common.items.log.hardwood", Two)): "voxel.weapon.bow.composite.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.greatbow.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.longbow.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.hardwood", Two)): "voxel.weapon.bow.ornate.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.shortbow.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.hardwood", Two)): "voxel.weapon.bow.warbow.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.bow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.bow.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.composite", "common.items.log.ironwood", Two)): "voxel.weapon.bow.composite.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.greatbow.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.longbow.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.ironwood", Two)): "voxel.weapon.bow.ornate.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.shortbow.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.ironwood", Two)): "voxel.weapon.bow.warbow.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.bow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.bow.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.composite", "common.items.log.frostwood", Two)): "voxel.weapon.bow.composite.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.greatbow.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.longbow.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.frostwood", Two)): "voxel.weapon.bow.ornate.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.shortbow.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.frostwood", Two)): "voxel.weapon.bow.warbow.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.bow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.bow.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.composite", "common.items.log.eldwood", Two)): "voxel.weapon.bow.composite.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.greatbow.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.longbow.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.eldwood", Two)): "voxel.weapon.bow.ornate.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.shortbow.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.eldwood", Two)): "voxel.weapon.bow.warbow.eldwood",
|
|
Simple("common.items.weapons.bow.sagitta"): "voxel.weapon.bow.sagitta",
|
|
Simple("common.items.weapons.bow.starter"): "voxel.weapon.bow.starter",
|
|
Simple("common.items.weapons.bow.velorite"): "voxel.weapon.bow.velorite",
|
|
Simple("common.items.debug.velorite_bow_debug"): "voxel.weapon.bow.velorite",
|
|
//staffs
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.brand", "common.items.log.wood", Two)): "voxel.weapon.staff.brand.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.wood", Two)): "voxel.weapon.staff.grandstaff.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.wood", Two)): "voxel.weapon.staff.longpole.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.pole", "common.items.log.wood", Two)): "voxel.weapon.staff.pole.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.wood", Two)): "voxel.weapon.staff.ornate.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.rod", "common.items.log.wood", Two)): "voxel.weapon.staff.rod.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.staff", "common.items.log.wood", Two)): "voxel.weapon.staff.staff.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.brand", "common.items.log.bamboo", Two)): "voxel.weapon.staff.brand.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.bamboo", Two)): "voxel.weapon.staff.grandstaff.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.bamboo", Two)): "voxel.weapon.staff.longpole.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.pole", "common.items.log.bamboo", Two)): "voxel.weapon.staff.pole.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.bamboo", Two)): "voxel.weapon.staff.ornate.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.rod", "common.items.log.bamboo", Two)): "voxel.weapon.staff.rod.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.staff", "common.items.log.bamboo", Two)): "voxel.weapon.staff.staff.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.brand", "common.items.log.hardwood", Two)): "voxel.weapon.staff.brand.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.hardwood", Two)): "voxel.weapon.staff.grandstaff.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.hardwood", Two)): "voxel.weapon.staff.longpole.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.pole", "common.items.log.hardwood", Two)): "voxel.weapon.staff.pole.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.hardwood", Two)): "voxel.weapon.staff.ornate.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.rod", "common.items.log.hardwood", Two)): "voxel.weapon.staff.rod.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.staff", "common.items.log.hardwood", Two)): "voxel.weapon.staff.staff.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.brand", "common.items.log.ironwood", Two)): "voxel.weapon.staff.brand.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.ironwood", Two)): "voxel.weapon.staff.grandstaff.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.ironwood", Two)): "voxel.weapon.staff.longpole.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.pole", "common.items.log.ironwood", Two)): "voxel.weapon.staff.pole.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.ironwood", Two)): "voxel.weapon.staff.ornate.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.rod", "common.items.log.ironwood", Two)): "voxel.weapon.staff.rod.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.staff", "common.items.log.ironwood", Two)): "voxel.weapon.staff.staff.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.brand", "common.items.log.frostwood", Two)): "voxel.weapon.staff.brand.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.frostwood", Two)): "voxel.weapon.staff.grandstaff.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.frostwood", Two)): "voxel.weapon.staff.longpole.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.pole", "common.items.log.frostwood", Two)): "voxel.weapon.staff.pole.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.frostwood", Two)): "voxel.weapon.staff.ornate.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.rod", "common.items.log.frostwood", Two)): "voxel.weapon.staff.rod.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.staff", "common.items.log.frostwood", Two)): "voxel.weapon.staff.staff.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.brand", "common.items.log.eldwood", Two)): "voxel.weapon.staff.brand.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.eldwood", Two)): "voxel.weapon.staff.grandstaff.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.eldwood", Two)): "voxel.weapon.staff.longpole.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.pole", "common.items.log.eldwood", Two)): "voxel.weapon.staff.pole.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.eldwood", Two)): "voxel.weapon.staff.ornate.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.rod", "common.items.log.eldwood", Two)): "voxel.weapon.staff.rod.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.staff.staff", "common.items.log.eldwood", Two)): "voxel.weapon.staff.staff.eldwood",
|
|
Simple("common.items.weapons.staff.staff_1"): "voxel.weapon.staff.firestaff_starter",
|
|
Simple("common.items.weapons.staff.starter_staff"): "voxel.weapon.staff.firestaff_starter",
|
|
Simple("common.items.weapons.staff.cultist_staff"): "voxel.weapon.staff.firestaff_cultist",
|
|
Simple("common.items.weapons.staff.laevateinn"): "voxel.weapon.staff.laevateinn",
|
|
// Swords
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.sword.greatsword.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.sword.katana.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.sword.longsword.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.sword.ornate.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.sword.sabre.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.sword.sawblade.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.sword.zweihander.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.sword.greatsword.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.sword.katana.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.sword.longsword.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.sword.ornate.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.sword.sabre.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.sword.sawblade.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.sword.zweihander.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.sword.greatsword.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.sword.katana.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.sword.longsword.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.sword.ornate.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.sword.sabre.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.sword.sawblade.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.sword.zweihander.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.sword.greatsword.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.sword.katana.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.sword.longsword.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.sword.ornate.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.sword.sabre.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.sword.sawblade.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.cobalt", Two)): "voxel.weapon.sword.zweihander.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.sword.greatsword.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.sword.katana.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.sword.longsword.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.sword.ornate.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.sword.sabre.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.sword.sawblade.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.sword.zweihander.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.sword.greatsword.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.sword.katana.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.sword.longsword.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.sword.ornate.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.sword.sabre.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.sword.sawblade.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.sword.zweihander.orichalcum-2h",
|
|
Simple("common.items.weapons.sword.caladbolg"): "voxel.weapon.sword.caladbolg",
|
|
Simple("common.items.weapons.sword.cultist"): "voxel.weapon.sword.cultist",
|
|
Simple("common.items.weapons.sword.frost-0"): "voxel.weapon.sword.frost-0",
|
|
Simple("common.items.weapons.sword.frost-1"): "voxel.weapon.sword.frost-1",
|
|
Simple("common.items.weapons.sword.starter"): "voxel.weapon.sword.starter",
|
|
Simple("common.items.debug.admin_sword"): "voxel.weapon.sword.frost-1",
|
|
// 1h Swords
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.sword.katana.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.sword.longsword.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.sword.ornate.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.sword.sabre.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.sword.sawblade.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.iron", One)): "voxel.weapon.sword.katana.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.iron", One)): "voxel.weapon.sword.longsword.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.iron", One)): "voxel.weapon.sword.ornate.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.iron", One)): "voxel.weapon.sword.sabre.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.iron", One)): "voxel.weapon.sword.sawblade.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.steel", One)): "voxel.weapon.sword.katana.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.steel", One)): "voxel.weapon.sword.longsword.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.steel", One)): "voxel.weapon.sword.ornate.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.steel", One)): "voxel.weapon.sword.sabre.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.steel", One)): "voxel.weapon.sword.sawblade.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.sword.katana.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.sword.longsword.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.sword.ornate.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.sword.sabre.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.sword.sawblade.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.sword.katana.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.sword.longsword.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.sword.ornate.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.sword.sabre.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.sword.sawblade.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.sword.katana.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.sword.longsword.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.sword.ornate.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.sword.sabre.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.sword.sawblade.orichalcum-1h",
|
|
Simple("common.items.weapons.sword_1h.starter"): "voxel.weapon.sword.starter_1h",
|
|
// Axes
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.bronze", Two)): "voxel.weapon.axe.axe.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.bronze", Two)): "voxel.weapon.axe.battleaxe.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.bronze", Two)): "voxel.weapon.axe.greataxe.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.bronze", Two)): "voxel.weapon.axe.jagged.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.bronze", Two)): "voxel.weapon.axe.labrys.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.bronze", Two)): "voxel.weapon.axe.ornate.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.bronze", Two)): "voxel.weapon.axe.poleaxe.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.iron", Two)): "voxel.weapon.axe.axe.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.iron", Two)): "voxel.weapon.axe.battleaxe.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.iron", Two)): "voxel.weapon.axe.greataxe.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.iron", Two)): "voxel.weapon.axe.jagged.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.iron", Two)): "voxel.weapon.axe.labrys.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.iron", Two)): "voxel.weapon.axe.ornate.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.iron", Two)): "voxel.weapon.axe.poleaxe.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.steel", Two)): "voxel.weapon.axe.axe.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.steel", Two)): "voxel.weapon.axe.battleaxe.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.steel", Two)): "voxel.weapon.axe.greataxe.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.steel", Two)): "voxel.weapon.axe.jagged.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.steel", Two)): "voxel.weapon.axe.labrys.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.steel", Two)): "voxel.weapon.axe.ornate.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.steel", Two)): "voxel.weapon.axe.poleaxe.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.cobalt", Two)): "voxel.weapon.axe.axe.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.axe.battleaxe.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.cobalt", Two)): "voxel.weapon.axe.greataxe.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.cobalt", Two)): "voxel.weapon.axe.jagged.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.cobalt", Two)): "voxel.weapon.axe.labrys.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.cobalt", Two)): "voxel.weapon.axe.ornate.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.cobalt", Two)): "voxel.weapon.axe.poleaxe.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.axe.axe.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.axe.battleaxe.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.axe.greataxe.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.axe.jagged.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.axe.labrys.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.axe.ornate.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.bloodsteel", Two)): "voxel.weapon.axe.poleaxe.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.axe.axe.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.axe.battleaxe.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.axe.greataxe.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.axe.jagged.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.axe.labrys.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.axe.ornate.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.orichalcum", Two)): "voxel.weapon.axe.poleaxe.orichalcum-2h",
|
|
Simple("common.items.weapons.axe.starter_axe"): "voxel.weapon.axe.2haxe_rusty",
|
|
Simple("common.items.weapons.axe.malachite_axe-0"): "voxel.weapon.axe.2haxe_malachite-0",
|
|
Simple("common.items.weapons.axe.parashu"): "voxel.weapon.axe.parashu",
|
|
// 1h Axes
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.axe.axe.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.axe.battleaxe.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.axe.jagged.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.axe.ornate.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.iron", One)): "voxel.weapon.axe.axe.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.iron", One)): "voxel.weapon.axe.battleaxe.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.iron", One)): "voxel.weapon.axe.jagged.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.iron", One)): "voxel.weapon.axe.ornate.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.steel", One)): "voxel.weapon.axe.axe.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.steel", One)): "voxel.weapon.axe.battleaxe.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.steel", One)): "voxel.weapon.axe.jagged.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.steel", One)): "voxel.weapon.axe.ornate.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.axe.axe.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.axe.battleaxe.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.axe.jagged.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.axe.ornate.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.axe.axe.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.axe.battleaxe.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.axe.jagged.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.axe.ornate.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.axe.axe.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.axe.battleaxe.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.axe.jagged.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.orichalcum", One)):"voxel.weapon.axe.ornate.orichalcum-1h",
|
|
// Hammers
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.hammer.greathammer.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.hammer.greatmace.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.hammer.hammer.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.hammer.maul.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.hammer.ornate.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.hammer.spikedmace.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.bronze", Two)):"voxel.weapon.hammer.warhammer.bronze-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.hammer.greathammer.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.hammer.greatmace.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.hammer.hammer.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.hammer.maul.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.hammer.ornate.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.hammer.spikedmace.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.iron", Two)):"voxel.weapon.hammer.warhammer.iron-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.hammer.greathammer.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.hammer.greatmace.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.hammer.hammer.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.hammer.maul.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.hammer.ornate.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.hammer.spikedmace.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.steel", Two)):"voxel.weapon.hammer.warhammer.steel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.hammer.greathammer.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.hammer.greatmace.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.hammer.hammer.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.hammer.maul.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.hammer.ornate.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.hammer.spikedmace.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.cobalt", Two)):"voxel.weapon.hammer.warhammer.cobalt-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.bloodsteel", Two)):"voxel.weapon.hammer.greathammer.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.bloodsteel", Two)):"voxel.weapon.hammer.greatmace.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.bloodsteel", Two)):"voxel.weapon.hammer.hammer.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.bloodsteel", Two)):"voxel.weapon.hammer.maul.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.bloodsteel", Two)):"voxel.weapon.hammer.ornate.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.bloodsteel", Two)):"voxel.weapon.hammer.spikedmace.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.bloodsteel", Two)):"voxel.weapon.hammer.warhammer.bloodsteel-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.hammer.greathammer.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.hammer.greatmace.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.hammer.hammer.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.hammer.maul.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.hammer.ornate.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.hammer.spikedmace.orichalcum-2h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.orichalcum", Two)):"voxel.weapon.hammer.warhammer.orichalcum-2h",
|
|
Simple("common.items.weapons.hammer.hammer_1"): "voxel.weapon.hammer.2hhammer_rusty",
|
|
Simple("common.items.weapons.hammer.starter_hammer"): "voxel.weapon.hammer.2hhammer_rusty",
|
|
Simple("common.items.weapons.hammer.flimsy_hammer"): "voxel.weapon.hammer.2hhammer_flimsy",
|
|
Simple("common.items.weapons.hammer.mjolnir"): "voxel.weapon.hammer.2hhammer_mjolnir",
|
|
Simple("common.items.weapons.hammer.cultist_purp_2h-0"): "voxel.weapon.hammer.cult_purp-0",
|
|
Simple("common.items.weapons.hammer.burnt_drumstick"): "voxel.weapon.hammer.burnt_drumstick",
|
|
// 1h Hammers
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.hammer.hammer.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.hammer.ornate.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.hammer.spikedmace.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.bronze", One)): "voxel.weapon.hammer.warhammer.bronze-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.iron", One)): "voxel.weapon.hammer.hammer.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.iron", One)): "voxel.weapon.hammer.ornate.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.iron", One)): "voxel.weapon.hammer.spikedmace.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.iron", One)): "voxel.weapon.hammer.warhammer.iron-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.steel", One)): "voxel.weapon.hammer.hammer.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.steel", One)): "voxel.weapon.hammer.ornate.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.steel", One)): "voxel.weapon.hammer.spikedmace.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.steel", One)): "voxel.weapon.hammer.warhammer.steel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.hammer.hammer.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.hammer.ornate.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.hammer.spikedmace.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.cobalt", One)): "voxel.weapon.hammer.warhammer.cobalt-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.hammer.hammer.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.hammer.ornate.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.hammer.spikedmace.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.bloodsteel", One)): "voxel.weapon.hammer.warhammer.bloodsteel-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.hammer.hammer.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.hammer.ornate.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.hammer.spikedmace.orichalcum-1h",
|
|
ModularWeapon(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.orichalcum", One)): "voxel.weapon.hammer.warhammer.orichalcum-1h",
|
|
|
|
// Sceptres
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.wood", Two)): "voxel.weapon.sceptre.arbor.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.wood", Two)): "voxel.weapon.sceptre.cane.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.wood", Two)): "voxel.weapon.sceptre.crook.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.wood", Two)): "voxel.weapon.sceptre.crozier.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.wood", Two)): "voxel.weapon.sceptre.ornate.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.wood", Two)): "voxel.weapon.sceptre.grandsceptre.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.wood", Two)): "voxel.weapon.sceptre.sceptre.wood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.bamboo", Two)): "voxel.weapon.sceptre.arbor.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.bamboo", Two)): "voxel.weapon.sceptre.cane.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.bamboo", Two)): "voxel.weapon.sceptre.crook.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.bamboo", Two)): "voxel.weapon.sceptre.crozier.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.bamboo", Two)): "voxel.weapon.sceptre.ornate.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.bamboo", Two)): "voxel.weapon.sceptre.grandsceptre.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.bamboo", Two)): "voxel.weapon.sceptre.sceptre.bamboo",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.hardwood", Two)): "voxel.weapon.sceptre.arbor.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.hardwood", Two)): "voxel.weapon.sceptre.cane.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.hardwood", Two)): "voxel.weapon.sceptre.crook.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.hardwood", Two)): "voxel.weapon.sceptre.crozier.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.hardwood", Two)): "voxel.weapon.sceptre.ornate.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.hardwood", Two)): "voxel.weapon.sceptre.grandsceptre.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.hardwood", Two)): "voxel.weapon.sceptre.sceptre.hardwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.ironwood", Two)): "voxel.weapon.sceptre.arbor.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.ironwood", Two)): "voxel.weapon.sceptre.cane.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.ironwood", Two)): "voxel.weapon.sceptre.crook.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.ironwood", Two)): "voxel.weapon.sceptre.crozier.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.ironwood", Two)): "voxel.weapon.sceptre.ornate.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.ironwood", Two)): "voxel.weapon.sceptre.grandsceptre.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.ironwood", Two)): "voxel.weapon.sceptre.sceptre.ironwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.frostwood", Two)): "voxel.weapon.sceptre.arbor.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.frostwood", Two)): "voxel.weapon.sceptre.cane.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.frostwood", Two)): "voxel.weapon.sceptre.crook.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.frostwood", Two)): "voxel.weapon.sceptre.crozier.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.frostwood", Two)): "voxel.weapon.sceptre.ornate.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.frostwood", Two)): "voxel.weapon.sceptre.grandsceptre.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.frostwood", Two)): "voxel.weapon.sceptre.sceptre.frostwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.eldwood", Two)): "voxel.weapon.sceptre.arbor.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.eldwood", Two)): "voxel.weapon.sceptre.cane.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.eldwood", Two)): "voxel.weapon.sceptre.crook.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.eldwood", Two)): "voxel.weapon.sceptre.crozier.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.eldwood", Two)): "voxel.weapon.sceptre.ornate.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.eldwood", Two)): "voxel.weapon.sceptre.grandsceptre.eldwood",
|
|
ModularWeapon(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.eldwood", Two)): "voxel.weapon.sceptre.sceptre.eldwood",
|
|
Simple("common.items.weapons.sceptre.starter_sceptre"): "voxel.weapon.sceptre.wood-simple",
|
|
Simple("common.items.weapons.sceptre.root_evil"): "voxel.weapon.sceptre.root_evil",
|
|
Simple("common.items.weapons.sceptre.sceptre_velorite_0"): "voxel.weapon.sceptre.ore-nature",
|
|
Simple("common.items.weapons.sceptre.caduceus"): "voxel.weapon.sceptre.caduceus",
|
|
Simple("common.items.weapons.sceptre.amethyst"): "voxel.weapon.sceptre.amethyst",
|
|
|
|
// Daggers
|
|
Simple("common.items.weapons.dagger.starter_dagger"): "voxel.weapon.dagger.dagger_rusty",
|
|
Simple("common.items.weapons.dagger.basic_0"): "voxel.weapon.dagger.dagger_basic-0",
|
|
Simple("common.items.weapons.dagger.cultist_0"): "voxel.weapon.dagger.dagger_cult-0",
|
|
// Shields
|
|
Simple("common.items.weapons.shield.shield_1"): "voxel.weapon.shield.wood-0",
|
|
// Lanterns
|
|
Simple("common.items.lantern.black_0"): "voxel.lantern.black-0",
|
|
Simple("common.items.lantern.green_0"): "voxel.lantern.green-0",
|
|
Simple("common.items.boss_drops.lantern"): "voxel.lantern.magic_lantern",
|
|
Simple("common.items.lantern.blue_0"): "voxel.lantern.blue-0",
|
|
Simple("common.items.lantern.red_0"): "voxel.lantern.red-0",
|
|
Simple("common.items.lantern.geode_purp"): "voxel.lantern.geode_purp",
|
|
Simple("common.items.lantern.pumpkin"): "voxel.lantern.pumpkin",
|
|
Simple("common.items.lantern.polaris"): "voxel.lantern.polaris",
|
|
// Farming Equipment
|
|
Simple("common.items.weapons.tool.broom"): "voxel.weapon.tool.broom-0",
|
|
Simple("common.items.weapons.tool.hoe"): "voxel.weapon.tool.hoe_green",
|
|
Simple("common.items.weapons.tool.pitchfork"): "voxel.weapon.tool.pitchfork-0",
|
|
Simple("common.items.weapons.tool.rake"): "voxel.weapon.tool.rake-0",
|
|
Simple("common.items.weapons.tool.fishing_rod"): "voxel.weapon.tool.fishing_rod_blue-0",
|
|
Simple("common.items.weapons.tool.pickaxe"): "voxel.weapon.tool.pickaxe_green-0",
|
|
Simple("common.items.weapons.tool.shovel-0"): "voxel.weapon.tool.shovel_green",
|
|
Simple("common.items.weapons.tool.shovel-1"): "voxel.weapon.tool.shovel_gold",
|
|
// Picks
|
|
Simple("common.items.tool.pickaxe_stone"): "voxel.weapon.tool.pickaxe_stone",
|
|
Simple("common.items.tool.pickaxe_steel"): "voxel.weapon.tool.pickaxe_green-1",
|
|
// Instruments
|
|
Simple("common.items.tool.instruments.double_bass"): "voxel.weapon.tool.wooden_bass",
|
|
Simple("common.items.tool.instruments.flute"): "voxel.weapon.tool.wooden_flute",
|
|
Simple("common.items.tool.instruments.glass_flute"): "voxel.weapon.tool.glass_flute",
|
|
Simple("common.items.tool.instruments.lyre"): "voxel.weapon.tool.wooden_lyre",
|
|
Simple("common.items.tool.instruments.wildskin_drum"): "voxel.weapon.tool.wildskin_drum",
|
|
Simple("common.items.tool.instruments.icy_talharpa"): "voxel.weapon.tool.icy_talharpa",
|
|
Simple("common.items.tool.instruments.washboard"): "voxel.weapon.tool.washboard",
|
|
Simple("common.items.tool.instruments.kalimba"): "voxel.weapon.tool.wooden_kalimba",
|
|
Simple("common.items.tool.instruments.melodica"): "voxel.weapon.tool.melodica",
|
|
Simple("common.items.tool.instruments.lute"): "voxel.weapon.tool.wooden_lute",
|
|
Simple("common.items.tool.instruments.sitar"): "voxel.weapon.tool.wooden_sitar",
|
|
Simple("common.items.tool.instruments.guitar"): "voxel.weapon.tool.wooden_guitar",
|
|
Simple("common.items.tool.instruments.guitar_dark"): "voxel.weapon.tool.black_velvet_guitar",
|
|
// Other
|
|
Simple("common.items.utility.coins"): "voxel.object.v-coin",
|
|
Simple("common.items.utility.collar"): "voxel.object.collar",
|
|
// Armor
|
|
// Starter Parts
|
|
Simple("common.items.armor.misc.foot.sandals"): "voxel.armor.misc.foot.cloth_sandal",
|
|
Simple("common.items.armor.rugged.pants"): "voxel.armor.rugged.pants",
|
|
Simple("common.items.armor.rugged.chest"): "voxel.armor.rugged.chest",
|
|
Simple("common.items.armor.misc.chest.worker_purple_brown"): "voxel.armor.misc.chest.worker_purp_brown",
|
|
Simple("common.items.armor.misc.pants.worker_brown"): "voxel.armor.misc.pants.worker_brown",
|
|
// Cultist Clothing
|
|
Simple("common.items.armor.cultist.chest"): "voxel.armor.cultist.chest",
|
|
Simple("common.items.armor.cultist.pants"): "voxel.armor.cultist.pants",
|
|
Simple("common.items.armor.cultist.belt"): "voxel.armor.cultist.belt",
|
|
Simple("common.items.armor.cultist.foot"): "voxel.armor.cultist.foot",
|
|
Simple("common.items.armor.cultist.hand"): "voxel.armor.cultist.hand",
|
|
Simple("common.items.armor.cultist.shoulder"): "voxel.armor.cultist.shoulder",
|
|
Simple("common.items.armor.cultist.bandana"): "voxel.armor.cultist.bandana",
|
|
// Villager Clothing
|
|
Simple("common.items.armor.misc.pants.worker_blue"): "voxel.armor.misc.pants.worker_blue",
|
|
Simple("common.items.armor.misc.chest.worker_green_0"): "voxel.armor.misc.chest.worker_green",
|
|
Simple("common.items.armor.misc.chest.worker_green_1"): "voxel.armor.misc.chest.shirt_white",
|
|
Simple("common.items.armor.misc.chest.worker_red_0"): "voxel.armor.misc.chest.worker_green",
|
|
Simple("common.items.armor.misc.chest.worker_red_1"): "voxel.armor.misc.chest.shirt_white",
|
|
Simple("common.items.armor.misc.chest.worker_purple_0"): "voxel.armor.misc.chest.worker_green",
|
|
Simple("common.items.armor.misc.chest.worker_purple_1"): "voxel.armor.misc.chest.shirt_white",
|
|
Simple("common.items.armor.misc.chest.worker_yellow_0"): "voxel.armor.misc.chest.worker_green",
|
|
Simple("common.items.armor.misc.chest.worker_yellow_1"): "voxel.armor.misc.chest.shirt_white",
|
|
Simple("common.items.armor.misc.chest.worker_orange_0"): "voxel.armor.misc.chest.worker_green",
|
|
Simple("common.items.armor.misc.chest.worker_orange_1"): "voxel.armor.misc.chest.shirt_white",
|
|
// Merchant
|
|
Simple("common.items.armor.merchant.chest"): "voxel.armor.merchant.chest",
|
|
Simple("common.items.armor.merchant.pants"): "voxel.armor.merchant.pants",
|
|
Simple("common.items.armor.merchant.belt"): "voxel.armor.merchant.belt",
|
|
Simple("common.items.armor.merchant.foot"): "voxel.armor.merchant.foot",
|
|
Simple("common.items.armor.merchant.hand"): "voxel.armor.merchant.hand",
|
|
Simple("common.items.armor.merchant.shoulder"): "voxel.armor.merchant.shoulder_l",
|
|
Simple("common.items.armor.merchant.turban"): "voxel.armor.merchant.turban",
|
|
Simple("common.items.armor.merchant.back"): "voxel.armor.merchant.back",
|
|
// Velorite Battlemage Set
|
|
Simple("common.items.armor.velorite_mage.chest"): "voxel.armor.velorite_battlemage.chest",
|
|
Simple("common.items.armor.velorite_mage.pants"): "voxel.armor.velorite_battlemage.pants",
|
|
Simple("common.items.armor.velorite_mage.belt"): "voxel.armor.velorite_battlemage.belt",
|
|
Simple("common.items.armor.velorite_mage.foot"): "voxel.armor.velorite_battlemage.foot",
|
|
Simple("common.items.armor.velorite_mage.hand"): "voxel.armor.velorite_battlemage.hand",
|
|
Simple("common.items.armor.velorite_mage.shoulder"): "voxel.armor.velorite_battlemage.shoulder",
|
|
Simple("common.items.armor.velorite_mage.back"): "voxel.armor.velorite_battlemage.back",
|
|
// Assassin Set
|
|
Simple("common.items.armor.assassin.chest"): "voxel.armor.assassin.chest",
|
|
Simple("common.items.armor.assassin.pants"): "voxel.armor.assassin.pants",
|
|
Simple("common.items.armor.assassin.belt"): "voxel.armor.assassin.belt",
|
|
Simple("common.items.armor.assassin.foot"): "voxel.armor.assassin.foot",
|
|
Simple("common.items.armor.assassin.hand"): "voxel.armor.assassin.hand",
|
|
Simple("common.items.armor.assassin.shoulder"): "voxel.armor.assassin.shoulder",
|
|
//PlateLeather Armor
|
|
Simple("common.items.armor.leather_plate.chest"): "voxel.armor.leather_plate.chest",
|
|
Simple("common.items.armor.leather_plate.pants"): "voxel.armor.leather_plate.pants",
|
|
Simple("common.items.armor.leather_plate.belt"): "voxel.armor.leather_plate.belt",
|
|
Simple("common.items.armor.leather_plate.foot"): "voxel.armor.leather_plate.foot",
|
|
Simple("common.items.armor.leather_plate.hand"): "voxel.armor.leather_plate.hand",
|
|
Simple("common.items.armor.leather_plate.shoulder"): "voxel.armor.leather_plate.shoulder",
|
|
//Ferocious Armor
|
|
Simple("common.items.armor.ferocious.chest"): "voxel.armor.ferocious.chest",
|
|
Simple("common.items.armor.ferocious.pants"): "voxel.armor.ferocious.pants",
|
|
Simple("common.items.armor.ferocious.belt"): "voxel.armor.ferocious.belt",
|
|
Simple("common.items.armor.ferocious.foot"): "voxel.armor.ferocious.foot",
|
|
Simple("common.items.armor.ferocious.hand"): "voxel.armor.ferocious.hand",
|
|
Simple("common.items.armor.ferocious.shoulder"): "voxel.armor.ferocious.shoulder",
|
|
Simple("common.items.armor.ferocious.back"): "voxel.armor.ferocious.back",
|
|
//Boreal Armor
|
|
Simple("common.items.armor.boreal.chest"): "voxel.armor.boreal.chest",
|
|
Simple("common.items.armor.boreal.pants"): "voxel.armor.boreal.pants",
|
|
Simple("common.items.armor.boreal.belt"): "voxel.armor.boreal.belt",
|
|
Simple("common.items.armor.boreal.foot"): "voxel.armor.boreal.foot",
|
|
Simple("common.items.armor.boreal.hand"): "voxel.armor.boreal.hand",
|
|
Simple("common.items.armor.boreal.shoulder"): "voxel.armor.boreal.shoulder",
|
|
Simple("common.items.armor.boreal.back"): "voxel.armor.boreal.back",
|
|
//Brinestone Armor
|
|
Simple("common.items.armor.brinestone.chest"): "voxel.armor.brinestone.chest",
|
|
Simple("common.items.armor.brinestone.pants"): "voxel.armor.brinestone.pants",
|
|
Simple("common.items.armor.brinestone.belt"): "voxel.armor.brinestone.belt",
|
|
Simple("common.items.armor.brinestone.foot"): "voxel.armor.brinestone.foot",
|
|
Simple("common.items.armor.brinestone.hand"): "voxel.armor.brinestone.hand",
|
|
Simple("common.items.armor.brinestone.shoulder"): "voxel.armor.brinestone.shoulder",
|
|
Simple("common.items.armor.brinestone.back"): "voxel.armor.brinestone.back",
|
|
Simple("common.items.armor.brinestone.crown"): "voxel.armor.brinestone.crown",
|
|
//Blue Leather Armor
|
|
Simple("common.items.npc_armor.chest.leather_blue"): "voxel.armor.leather_blue.chest",
|
|
Simple("common.items.npc_armor.pants.leather_blue"): "voxel.armor.leather_blue.pants",
|
|
//Linen Cloth
|
|
Simple("common.items.armor.cloth_blue.chest"): "voxel.armor.cloth_blue.chest",
|
|
Simple("common.items.armor.cloth_blue.pants"): "voxel.armor.cloth_blue.pants",
|
|
Simple("common.items.armor.cloth_blue.belt"): "voxel.armor.cloth_blue.belt",
|
|
Simple("common.items.armor.cloth_blue.foot"): "voxel.armor.cloth_blue.foot",
|
|
Simple("common.items.armor.cloth_blue.hand"): "voxel.armor.cloth_blue.hand",
|
|
Simple("common.items.armor.cloth_blue.shoulder_0"): "voxel.armor.cloth_blue.shoulder_0",
|
|
Simple("common.items.armor.cloth_blue.shoulder_1"): "voxel.armor.cloth_blue.shoulder_1",
|
|
//////////////
|
|
Simple("common.items.armor.cloth_green.chest"): "voxel.armor.cloth_green.chest",
|
|
Simple("common.items.armor.cloth_green.pants"): "voxel.armor.cloth_green.pants",
|
|
Simple("common.items.armor.cloth_green.belt"): "voxel.armor.cloth_green.belt",
|
|
Simple("common.items.armor.cloth_green.foot"): "voxel.armor.cloth_green.foot",
|
|
Simple("common.items.armor.cloth_green.hand"): "voxel.armor.cloth_green.hand",
|
|
Simple("common.items.armor.cloth_green.shoulder"): "voxel.armor.cloth_green.shoulder",
|
|
//////
|
|
Simple("common.items.armor.cloth_purple.chest"): "voxel.armor.cloth_purple.chest",
|
|
Simple("common.items.armor.cloth_purple.pants"): "voxel.armor.cloth_purple.pants",
|
|
Simple("common.items.armor.cloth_purple.belt"): "voxel.armor.cloth_purple.belt",
|
|
Simple("common.items.armor.cloth_purple.foot"): "voxel.armor.cloth_purple.foot",
|
|
Simple("common.items.armor.cloth_purple.hand"): "voxel.armor.cloth_purple.hand",
|
|
Simple("common.items.armor.cloth_purple.shoulder"): "voxel.armor.cloth_purple.shoulder",
|
|
Simple("common.items.armor.misc.shoulder.iron_spikes"): "voxel.armor.misc.shoulder.iron_spikes",
|
|
Simple("common.items.armor.misc.shoulder.leather_iron_3"): "voxel.armor.misc.shoulder.leather_iron_3",
|
|
Simple("common.items.armor.misc.shoulder.leather_iron_2"): "voxel.armor.misc.shoulder.leather_iron_2",
|
|
Simple("common.items.armor.misc.shoulder.leather_iron_1"): "voxel.armor.misc.shoulder.leather_iron_1",
|
|
Simple("common.items.armor.misc.shoulder.leather_iron_0"): "voxel.armor.misc.shoulder.leather_iron_0",
|
|
Simple("common.items.armor.misc.shoulder.leather_strip"): "voxel.armor.misc.shoulder.leather_strip",
|
|
Simple("common.items.armor.misc.foot.jackalope_slippers"): "voxel.armor.misc.foot.jackalope",
|
|
//Twig Set
|
|
Simple("common.items.armor.twigs.chest"): "voxel.armor.twigs.chest",
|
|
Simple("common.items.armor.twigs.pants"): "voxel.armor.twigs.pants",
|
|
Simple("common.items.armor.twigs.belt"): "voxel.armor.twigs.belt",
|
|
Simple("common.items.armor.twigs.foot"): "voxel.armor.twigs.foot",
|
|
Simple("common.items.armor.twigs.hand"): "voxel.armor.twigs.hand",
|
|
Simple("common.items.armor.twigs.shoulder"): "voxel.armor.twigs.shoulder",
|
|
//TwigsLeaves Set
|
|
Simple("common.items.armor.twigsleaves.chest"): "voxel.armor.twigsleaves.chest",
|
|
Simple("common.items.armor.twigsleaves.pants"): "voxel.armor.twigsleaves.pants",
|
|
Simple("common.items.armor.twigsleaves.belt"): "voxel.armor.twigsleaves.belt",
|
|
Simple("common.items.armor.twigsleaves.foot"): "voxel.armor.twigsleaves.foot",
|
|
Simple("common.items.armor.twigsleaves.hand"): "voxel.armor.twigsleaves.hand",
|
|
Simple("common.items.armor.twigsleaves.shoulder"): "voxel.armor.twigsleaves.shoulder",
|
|
//TwigsFlowers Set
|
|
Simple("common.items.armor.twigsflowers.chest"): "voxel.armor.twigsflowers.chest",
|
|
Simple("common.items.armor.twigsflowers.pants"): "voxel.armor.twigsflowers.pants",
|
|
Simple("common.items.armor.twigsflowers.belt"): "voxel.armor.twigsflowers.belt",
|
|
Simple("common.items.armor.twigsflowers.foot"): "voxel.armor.twigsflowers.foot",
|
|
Simple("common.items.armor.twigsflowers.hand"): "voxel.armor.twigsflowers.hand",
|
|
Simple("common.items.armor.twigsflowers.shoulder"): "voxel.armor.twigsflowers.shoulder",
|
|
//Tarasque Set
|
|
Simple("common.items.armor.tarasque.chest"): "voxel.armor.tarasque.chest",
|
|
Simple("common.items.armor.tarasque.pants"): "voxel.armor.tarasque.pants",
|
|
Simple("common.items.armor.tarasque.belt"): "voxel.armor.tarasque.belt",
|
|
Simple("common.items.armor.tarasque.foot"): "voxel.armor.tarasque.foot",
|
|
Simple("common.items.armor.tarasque.hand"): "voxel.armor.tarasque.hand",
|
|
Simple("common.items.armor.tarasque.shoulder"): "voxel.armor.tarasque.shoulder",
|
|
//Bonerattler Set
|
|
Simple("common.items.armor.bonerattler.chest"): "voxel.armor.bonerattler.chest",
|
|
Simple("common.items.armor.bonerattler.pants"): "voxel.armor.bonerattler.pants",
|
|
Simple("common.items.armor.bonerattler.belt"): "voxel.armor.bonerattler.belt",
|
|
Simple("common.items.armor.bonerattler.foot"): "voxel.armor.bonerattler.foot",
|
|
Simple("common.items.armor.bonerattler.hand"): "voxel.armor.bonerattler.hand",
|
|
Simple("common.items.armor.bonerattler.shoulder"): "voxel.armor.bonerattler.shoulder",
|
|
//Rawhide Set
|
|
Simple("common.items.armor.hide.rawhide.chest"): "voxel.armor.hide.rawhide.chest",
|
|
Simple("common.items.armor.hide.rawhide.pants"): "voxel.armor.hide.rawhide.pants",
|
|
Simple("common.items.armor.hide.rawhide.belt"): "voxel.armor.hide.rawhide.belt",
|
|
Simple("common.items.armor.hide.rawhide.foot"): "voxel.armor.hide.rawhide.foot",
|
|
Simple("common.items.armor.hide.rawhide.hand"): "voxel.armor.hide.rawhide.hand",
|
|
Simple("common.items.armor.hide.rawhide.shoulder"): "voxel.armor.hide.rawhide.shoulder",
|
|
Simple("common.items.armor.hide.rawhide.back"): "voxel.armor.hide.rawhide.back",
|
|
//Leather set
|
|
Simple("common.items.armor.hide.leather.chest"): "voxel.armor.hide.leather.chest",
|
|
Simple("common.items.armor.hide.leather.pants"): "voxel.armor.hide.leather.pants",
|
|
Simple("common.items.armor.hide.leather.belt"): "voxel.armor.hide.leather.belt",
|
|
Simple("common.items.armor.hide.leather.foot"): "voxel.armor.hide.leather.foot",
|
|
Simple("common.items.armor.hide.leather.hand"): "voxel.armor.hide.leather.hand",
|
|
Simple("common.items.armor.hide.leather.shoulder"): "voxel.armor.hide.leather.shoulder",
|
|
Simple("common.items.armor.hide.leather.back"): "voxel.armor.hide.leather.back",
|
|
//Scale Set
|
|
Simple("common.items.armor.hide.scale.chest"): "voxel.armor.hide.scale.chest",
|
|
Simple("common.items.armor.hide.scale.pants"): "voxel.armor.hide.scale.pants",
|
|
Simple("common.items.armor.hide.scale.belt"): "voxel.armor.hide.scale.belt",
|
|
Simple("common.items.armor.hide.scale.foot"): "voxel.armor.hide.scale.foot",
|
|
Simple("common.items.armor.hide.scale.hand"): "voxel.armor.hide.scale.hand",
|
|
Simple("common.items.armor.hide.scale.shoulder"): "voxel.armor.hide.scale.shoulder",
|
|
Simple("common.items.armor.hide.scale.back"): "voxel.armor.hide.scale.back",
|
|
//Carapace Set
|
|
Simple("common.items.armor.hide.carapace.chest"): "voxel.armor.hide.carapace.chest",
|
|
Simple("common.items.armor.hide.carapace.pants"): "voxel.armor.hide.carapace.pants",
|
|
Simple("common.items.armor.hide.carapace.belt"): "voxel.armor.hide.carapace.belt",
|
|
Simple("common.items.armor.hide.carapace.foot"): "voxel.armor.hide.carapace.foot",
|
|
Simple("common.items.armor.hide.carapace.hand"): "voxel.armor.hide.carapace.hand",
|
|
Simple("common.items.armor.hide.carapace.shoulder"): "voxel.armor.hide.carapace.shoulder",
|
|
Simple("common.items.armor.hide.carapace.back"): "voxel.armor.hide.carapace.back",
|
|
//Primal Set
|
|
Simple("common.items.armor.hide.primal.chest"): "voxel.armor.hide.primal.chest",
|
|
Simple("common.items.armor.hide.primal.pants"): "voxel.armor.hide.primal.pants",
|
|
Simple("common.items.armor.hide.primal.belt"): "voxel.armor.hide.primal.belt",
|
|
Simple("common.items.armor.hide.primal.foot"): "voxel.armor.hide.primal.foot",
|
|
Simple("common.items.armor.hide.primal.hand"): "voxel.armor.hide.primal.hand",
|
|
Simple("common.items.armor.hide.primal.shoulder"): "voxel.armor.hide.primal.shoulder",
|
|
Simple("common.items.armor.hide.primal.back"): "voxel.armor.hide.primal.back",
|
|
//Dragonscale Set
|
|
Simple("common.items.armor.hide.dragonscale.chest"): "voxel.armor.hide.dragonscale.chest",
|
|
Simple("common.items.armor.hide.dragonscale.pants"): "voxel.armor.hide.dragonscale.pants",
|
|
Simple("common.items.armor.hide.dragonscale.belt"): "voxel.armor.hide.dragonscale.belt",
|
|
Simple("common.items.armor.hide.dragonscale.foot"): "voxel.armor.hide.dragonscale.foot",
|
|
Simple("common.items.armor.hide.dragonscale.hand"): "voxel.armor.hide.dragonscale.hand",
|
|
Simple("common.items.armor.hide.dragonscale.shoulder"): "voxel.armor.hide.dragonscale.shoulder",
|
|
Simple("common.items.armor.hide.dragonscale.back"): "voxel.armor.hide.dragonscale.back",
|
|
//Savage Set
|
|
Simple("common.items.armor.savage.chest"): "voxel.armor.savage.chest",
|
|
Simple("common.items.armor.savage.pants"): "voxel.armor.savage.pants",
|
|
Simple("common.items.armor.savage.belt"): "voxel.armor.savage.belt",
|
|
Simple("common.items.armor.savage.foot"): "voxel.armor.savage.foot",
|
|
Simple("common.items.armor.savage.hand"): "voxel.armor.savage.hand",
|
|
Simple("common.items.armor.savage.shoulder"): "voxel.armor.savage.shoulder",
|
|
Simple("common.items.armor.savage.back"): "voxel.armor.savage.back",
|
|
//Linen Set
|
|
Simple("common.items.armor.cloth.linen.chest"): "voxel.armor.cloth.linen.chest",
|
|
Simple("common.items.armor.cloth.linen.pants"): "voxel.armor.cloth.linen.pants",
|
|
Simple("common.items.armor.cloth.linen.belt"): "voxel.armor.cloth.linen.belt",
|
|
Simple("common.items.armor.cloth.linen.foot"): "voxel.armor.cloth.linen.foot",
|
|
Simple("common.items.armor.cloth.linen.hand"): "voxel.armor.cloth.linen.hand",
|
|
Simple("common.items.armor.cloth.linen.shoulder"): "voxel.armor.cloth.linen.shoulder",
|
|
Simple("common.items.armor.cloth.linen.back"): "voxel.armor.cloth.linen.back",
|
|
//Woolen Set
|
|
Simple("common.items.armor.cloth.woolen.chest"): "voxel.armor.cloth.woolen.chest",
|
|
Simple("common.items.armor.cloth.woolen.pants"): "voxel.armor.cloth.woolen.pants",
|
|
Simple("common.items.armor.cloth.woolen.belt"): "voxel.armor.cloth.woolen.belt",
|
|
Simple("common.items.armor.cloth.woolen.foot"): "voxel.armor.cloth.woolen.foot",
|
|
Simple("common.items.armor.cloth.woolen.hand"): "voxel.armor.cloth.woolen.hand",
|
|
Simple("common.items.armor.cloth.woolen.shoulder"): "voxel.armor.cloth.woolen.shoulder",
|
|
Simple("common.items.armor.cloth.woolen.back"): "voxel.armor.cloth.woolen.back",
|
|
//Silken Set
|
|
Simple("common.items.armor.cloth.silken.chest"): "voxel.armor.cloth.silken.chest",
|
|
Simple("common.items.armor.cloth.silken.pants"): "voxel.armor.cloth.silken.pants",
|
|
Simple("common.items.armor.cloth.silken.belt"): "voxel.armor.cloth.silken.belt",
|
|
Simple("common.items.armor.cloth.silken.foot"): "voxel.armor.cloth.silken.foot",
|
|
Simple("common.items.armor.cloth.silken.hand"): "voxel.armor.cloth.silken.hand",
|
|
Simple("common.items.armor.cloth.silken.shoulder"): "voxel.armor.cloth.silken.shoulder",
|
|
Simple("common.items.armor.cloth.silken.back"): "voxel.armor.cloth.silken.back",
|
|
//Druid Set
|
|
Simple("common.items.armor.cloth.druid.chest"): "voxel.armor.cloth.druid.chest",
|
|
Simple("common.items.armor.cloth.druid.pants"): "voxel.armor.cloth.druid.pants",
|
|
Simple("common.items.armor.cloth.druid.belt"): "voxel.armor.cloth.druid.belt",
|
|
Simple("common.items.armor.cloth.druid.foot"): "voxel.armor.cloth.druid.foot",
|
|
Simple("common.items.armor.cloth.druid.hand"): "voxel.armor.cloth.druid.hand",
|
|
Simple("common.items.armor.cloth.druid.shoulder"): "voxel.armor.cloth.druid.shoulder",
|
|
Simple("common.items.armor.cloth.druid.back"): "voxel.armor.cloth.druid.back",
|
|
//Moonweave Set
|
|
Simple("common.items.armor.cloth.moonweave.chest"): "voxel.armor.cloth.moonweave.chest",
|
|
Simple("common.items.armor.cloth.moonweave.pants"): "voxel.armor.cloth.moonweave.pants",
|
|
Simple("common.items.armor.cloth.moonweave.belt"): "voxel.armor.cloth.moonweave.belt",
|
|
Simple("common.items.armor.cloth.moonweave.foot"): "voxel.armor.cloth.moonweave.foot",
|
|
Simple("common.items.armor.cloth.moonweave.hand"): "voxel.armor.cloth.moonweave.hand",
|
|
Simple("common.items.armor.cloth.moonweave.shoulder"): "voxel.armor.cloth.moonweave.shoulder",
|
|
Simple("common.items.armor.cloth.moonweave.back"): "voxel.armor.cloth.moonweave.back",
|
|
//Sunsilk Set
|
|
Simple("common.items.armor.cloth.sunsilk.chest"): "voxel.armor.cloth.sunsilk.chest",
|
|
Simple("common.items.armor.cloth.sunsilk.pants"): "voxel.armor.cloth.sunsilk.pants",
|
|
Simple("common.items.armor.cloth.sunsilk.belt"): "voxel.armor.cloth.sunsilk.belt",
|
|
Simple("common.items.armor.cloth.sunsilk.foot"): "voxel.armor.cloth.sunsilk.foot",
|
|
Simple("common.items.armor.cloth.sunsilk.hand"): "voxel.armor.cloth.sunsilk.hand",
|
|
Simple("common.items.armor.cloth.sunsilk.shoulder"): "voxel.armor.cloth.sunsilk.shoulder",
|
|
Simple("common.items.armor.cloth.sunsilk.back"): "voxel.armor.cloth.sunsilk.back",
|
|
//Bronze Set
|
|
Simple("common.items.armor.mail.bronze.chest"): "voxel.armor.mail.bronze.chest",
|
|
Simple("common.items.armor.mail.bronze.pants"): "voxel.armor.mail.bronze.pants",
|
|
Simple("common.items.armor.mail.bronze.belt"): "voxel.armor.mail.bronze.belt",
|
|
Simple("common.items.armor.mail.bronze.foot"): "voxel.armor.mail.bronze.foot",
|
|
Simple("common.items.armor.mail.bronze.hand"): "voxel.armor.mail.bronze.hand",
|
|
Simple("common.items.armor.mail.bronze.shoulder"): "voxel.armor.mail.bronze.shoulder",
|
|
Simple("common.items.armor.mail.bronze.back"): "voxel.armor.mail.bronze.back",
|
|
//Iron Set
|
|
Simple("common.items.armor.mail.iron.chest"): "voxel.armor.mail.iron.chest",
|
|
Simple("common.items.armor.mail.iron.pants"): "voxel.armor.mail.iron.pants",
|
|
Simple("common.items.armor.mail.iron.belt"): "voxel.armor.mail.iron.belt",
|
|
Simple("common.items.armor.mail.iron.foot"): "voxel.armor.mail.iron.foot",
|
|
Simple("common.items.armor.mail.iron.hand"): "voxel.armor.mail.iron.hand",
|
|
Simple("common.items.armor.mail.iron.shoulder"): "voxel.armor.mail.iron.shoulder",
|
|
Simple("common.items.armor.mail.iron.back"): "voxel.armor.mail.iron.back",
|
|
//Steel Set
|
|
Simple("common.items.armor.mail.steel.chest"): "voxel.armor.mail.steel.chest",
|
|
Simple("common.items.armor.mail.steel.pants"): "voxel.armor.mail.steel.pants",
|
|
Simple("common.items.armor.mail.steel.belt"): "voxel.armor.mail.steel.belt",
|
|
Simple("common.items.armor.mail.steel.foot"): "voxel.armor.mail.steel.foot",
|
|
Simple("common.items.armor.mail.steel.hand"): "voxel.armor.mail.steel.hand",
|
|
Simple("common.items.armor.mail.steel.shoulder"): "voxel.armor.mail.steel.shoulder",
|
|
Simple("common.items.armor.mail.steel.back"): "voxel.armor.mail.steel.back",
|
|
//Cobalt Set
|
|
Simple("common.items.armor.mail.cobalt.chest"): "voxel.armor.mail.cobalt.chest",
|
|
Simple("common.items.armor.mail.cobalt.pants"): "voxel.armor.mail.cobalt.pants",
|
|
Simple("common.items.armor.mail.cobalt.belt"): "voxel.armor.mail.cobalt.belt",
|
|
Simple("common.items.armor.mail.cobalt.foot"): "voxel.armor.mail.cobalt.foot",
|
|
Simple("common.items.armor.mail.cobalt.hand"): "voxel.armor.mail.cobalt.hand",
|
|
Simple("common.items.armor.mail.cobalt.shoulder"): "voxel.armor.mail.cobalt.shoulder",
|
|
Simple("common.items.armor.mail.cobalt.back"): "voxel.armor.mail.cobalt.back",
|
|
//Bloodsteel Set
|
|
Simple("common.items.armor.mail.bloodsteel.chest"): "voxel.armor.mail.bloodsteel.chest",
|
|
Simple("common.items.armor.mail.bloodsteel.pants"): "voxel.armor.mail.bloodsteel.pants",
|
|
Simple("common.items.armor.mail.bloodsteel.belt"): "voxel.armor.mail.bloodsteel.belt",
|
|
Simple("common.items.armor.mail.bloodsteel.foot"): "voxel.armor.mail.bloodsteel.foot",
|
|
Simple("common.items.armor.mail.bloodsteel.hand"): "voxel.armor.mail.bloodsteel.hand",
|
|
Simple("common.items.armor.mail.bloodsteel.shoulder"): "voxel.armor.mail.bloodsteel.shoulder",
|
|
Simple("common.items.armor.mail.bloodsteel.back"): "voxel.armor.mail.bloodsteel.back",
|
|
//Orichalcum Set
|
|
Simple("common.items.armor.mail.orichalcum.chest"): ("voxel.armor.mail.orichalcum", 0),
|
|
Simple("common.items.armor.mail.orichalcum.pants"): ("voxel.armor.mail.orichalcum", 1),
|
|
Simple("common.items.armor.mail.orichalcum.belt"): ("voxel.armor.mail.orichalcum", 2),
|
|
Simple("common.items.armor.mail.orichalcum.foot"): ("voxel.armor.mail.orichalcum", 3),
|
|
Simple("common.items.armor.mail.orichalcum.hand"): ("voxel.armor.mail.orichalcum", 4),
|
|
Simple("common.items.armor.mail.orichalcum.shoulder"): ("voxel.armor.mail.orichalcum", 5),
|
|
Simple("common.items.armor.mail.orichalcum.back"): ("voxel.armor.mail.orichalcum", 6),
|
|
//misc
|
|
Simple("common.items.armor.misc.pants.hunting"): "voxel.armor.misc.pants.grayscale",
|
|
// Backs
|
|
Simple("common.items.armor.misc.back.short_0"): "voxel.armor.misc.back.short-0",
|
|
Simple("common.items.armor.misc.back.short_1"): "voxel.armor.misc.back.short-1",
|
|
Simple("common.items.armor.misc.back.admin"): "voxel.armor.misc.back.admin",
|
|
Simple("common.items.debug.admin_back"): "voxel.armor.misc.back.admin",
|
|
Simple("common.items.armor.misc.back.dungeon_purple"): "voxel.armor.misc.back.dungeon_purple",
|
|
Simple("common.items.npc_armor.back.leather_blue"): "voxel.armor.leather_blue.back",
|
|
Simple("common.items.armor.misc.back.backpack"): "voxel.armor.misc.back.backpack",
|
|
Simple("common.items.npc_armor.back.backpack_blue"): "voxel.armor.misc.back.backpack",
|
|
//Hats
|
|
Simple("common.items.armor.witch.hat"): "voxel.armor.witch.hat",
|
|
Simple("common.items.armor.misc.head.hog_hood"): "voxel.armor.misc.head.hog_hood",
|
|
Simple("common.items.armor.misc.head.howl_cowl"): "voxel.armor.misc.head.howl_cowl",
|
|
Simple("common.items.armor.misc.head.bear_bonnet"): "voxel.armor.misc.head.bear_bonnet",
|
|
Simple("common.items.armor.misc.head.bamboo_twig"): "voxel.armor.misc.head.bamboo_twig",
|
|
Simple("common.items.armor.pirate.hat"): "voxel.armor.pirate.hat",
|
|
Simple("common.items.armor.misc.head.bandana.thief"): "voxel.armor.misc.head.bandana.thief",
|
|
Simple("common.items.armor.misc.head.wanderers_hat"): "voxel.armor.misc.head.wanderers_hat",
|
|
Simple("common.items.armor.misc.head.bandana.red"): "voxel.armor.misc.head.bandana.red",
|
|
Simple("common.items.armor.misc.head.straw"): "voxel.armor.misc.head.straw",
|
|
Simple("common.items.armor.misc.head.hood"): "voxel.armor.misc.head.hood",
|
|
Simple("common.items.armor.misc.head.hood_dark"): "voxel.armor.misc.head.hood_dark",
|
|
Simple("common.items.armor.misc.head.crown"): "voxel.armor.misc.head.crown",
|
|
Simple("common.items.armor.misc.head.mitre"): "voxel.armor.misc.head.mitre",
|
|
Simple("common.items.armor.misc.head.spikeguard"): "voxel.armor.misc.head.spikeguard",
|
|
Simple("common.items.armor.misc.head.facegourd"): "voxel.armor.misc.head.facegourd",
|
|
Simple("common.items.armor.misc.head.winged_coronet"): "voxel.armor.misc.head.winged_coronet",
|
|
Simple("common.items.armor.misc.head.boreal_warhelm"): "voxel.armor.misc.head.boreal_warhelm",
|
|
Simple("common.items.calendar.christmas.armor.misc.head.woolly_wintercap"): "voxel.armor.misc.head.woolly_wintercap",
|
|
Simple("common.items.armor.misc.head.helmet"): "voxel.armor.misc.head.helmet",
|
|
Simple("common.items.armor.misc.head.gnarling_mask"): "voxel.armor.misc.head.gnarling_mask_drop",
|
|
Simple("common.items.armor.miner.helmet"): "voxel.armor.miner.helmet",
|
|
// Rings
|
|
Simple("common.items.armor.misc.ring.scratched"): "voxel.armor.misc.ring.scratched",
|
|
Simple("common.items.armor.misc.ring.gold"): "voxel.armor.misc.ring.gold",
|
|
Simple("common.items.armor.misc.ring.topaz"): "voxel.armor.misc.ring.topaz",
|
|
Simple("common.items.armor.misc.ring.amethyst"): "voxel.armor.misc.ring.amethyst",
|
|
Simple("common.items.armor.misc.ring.sapphire"): "voxel.armor.misc.ring.sapphire",
|
|
Simple("common.items.armor.misc.ring.emerald"): "voxel.armor.misc.ring.emerald",
|
|
Simple("common.items.armor.misc.ring.ruby"): "voxel.armor.misc.ring.ruby",
|
|
Simple("common.items.armor.misc.ring.diamond"): "voxel.armor.misc.ring.diamond",
|
|
Simple("common.items.armor.cultist.ring"): "voxel.armor.cultist.ring",
|
|
// Necks
|
|
Simple("common.items.armor.misc.neck.ankh_of_life"): "voxel.armor.misc.neck.ankh_of_life",
|
|
Simple("common.items.armor.misc.neck.carcanet_of_wrath"): "voxel.armor.misc.neck.carcanet_of_wrath",
|
|
Simple("common.items.armor.misc.neck.fang"): "voxel.armor.misc.neck.fang",
|
|
Simple("common.items.armor.misc.neck.honeycomb_pendant"): "voxel.armor.misc.neck.honeycomb_pendant",
|
|
Simple("common.items.armor.misc.neck.haniwa_talisman"): "voxel.armor.misc.neck.haniwa_talisman",
|
|
Simple("common.items.armor.misc.neck.pendant_of_protection"): "voxel.armor.misc.neck.pendant_of_protection",
|
|
Simple("common.items.armor.misc.neck.gem_of_resilience"): "voxel.armor.misc.neck.resilience_gem",
|
|
Simple("common.items.armor.misc.neck.shell"): "voxel.armor.misc.neck.shell",
|
|
Simple("common.items.armor.misc.neck.amethyst"): "voxel.armor.misc.neck.amethyst",
|
|
Simple("common.items.armor.misc.neck.abyssal_gorget"): "voxel.armor.misc.neck.abyssal_gorget",
|
|
Simple("common.items.armor.misc.neck.diamond"): "voxel.armor.misc.neck.diamond",
|
|
Simple("common.items.armor.cultist.necklace"): "voxel.armor.cultist.necklace",
|
|
Simple("common.items.armor.misc.neck.ruby"): "voxel.armor.misc.neck.ruby",
|
|
Simple("common.items.armor.misc.neck.topaz"): "voxel.armor.misc.neck.topaz",
|
|
Simple("common.items.armor.misc.neck.emerald"): "voxel.armor.misc.neck.emerald",
|
|
Simple("common.items.armor.misc.neck.gold"): "voxel.armor.misc.neck.gold",
|
|
Simple("common.items.armor.misc.neck.sapphire"): "voxel.armor.misc.neck.sapphire",
|
|
Simple("common.items.armor.misc.neck.scratched"): "voxel.armor.misc.neck.scratched",
|
|
// Tabards
|
|
Simple("common.items.armor.misc.tabard.admin"): "voxel.armor.tabard_admin",
|
|
Simple("common.items.debug.admin"): "voxel.armor.tabard_admin",
|
|
// Heads
|
|
Simple("common.items.armor.hide.leather.head"): "voxel.armor.misc.head.leather-0",
|
|
Simple("common.items.armor.assassin.head"): "voxel.armor.misc.head.assa_mask-0",
|
|
Simple("common.items.armor.misc.head.exclamation"): "voxel.armor.misc.head.exclamation",
|
|
// Bags
|
|
Simple("common.items.armor.misc.bag.soulkeeper_cursed"): "voxel.armor.misc.bag.soulkeeper_cursed",
|
|
Simple("common.items.debug.admin_black_hole"): "voxel.armor.misc.bag.admin_black_hole",
|
|
Simple("common.items.armor.misc.bag.soulkeeper_pure"): "voxel.armor.misc.bag.soulkeeper_pure",
|
|
Simple("common.items.armor.misc.bag.mindflayer_spellbag"): "voxel.armor.misc.bag.mindflayer_spellbag",
|
|
Simple("common.items.armor.misc.bag.troll_hide_pack"): "voxel.armor.misc.bag.troll_hide_pack",
|
|
Simple("common.items.armor.misc.bag.reliable_backpack"): "voxel.armor.misc.bag.reliable_backpack",
|
|
Simple("common.items.armor.misc.bag.reliable_leather_pack"): "voxel.armor.misc.bag.reliable_leather_pack",
|
|
Simple("common.items.armor.misc.bag.liana_kit"): "voxel.armor.misc.bag.liana_kit",
|
|
Simple("common.items.armor.misc.bag.tiny_leather_pouch"): "voxel.armor.misc.bag.tiny_leather_pouch",
|
|
Simple("common.items.armor.misc.bag.sturdy_red_backpack"): "voxel.armor.misc.bag.sturdy_red_backpack",
|
|
Simple("common.items.armor.misc.bag.woven_red_bag"): "voxel.armor.misc.bag.woven_red_bag",
|
|
Simple("common.items.armor.misc.bag.knitted_red_pouch"): "voxel.armor.misc.bag.knitted_red_pouch",
|
|
Simple("common.items.armor.misc.bag.tiny_red_pouch"): "voxel.armor.misc.bag.tiny_red_pouch",
|
|
Simple("common.items.armor.misc.bag.heavy_seabag"): "voxel.armor.misc.bag.heavy_seabag",
|
|
// Consumables
|
|
Simple("common.items.food.apple"): "voxel.object.apple_half",
|
|
Simple("common.items.food.coconut"): "voxel.object.coconut_half",
|
|
Simple("common.items.food.cactus_colada"): "voxel.object.cactus_drink",
|
|
Simple("common.items.consumable.potion_med"): "voxel.object.potion_red",
|
|
Simple("common.items.consumable.potion_minor"): "voxel.object.potion_red",
|
|
Simple("common.items.consumable.potion_big"): "voxel.object.potion_red",
|
|
Simple("common.items.consumable.curious_potion"): "voxel.object.curious_potion",
|
|
Simple("common.items.consumable.potion_burning"): "voxel.object.potion_burning",
|
|
Simple("common.items.charms.burning_charm"): "voxel.object.burning_charm",
|
|
Simple("common.items.charms.frozen_charm"): "voxel.object.frozen_charm",
|
|
Simple("common.items.charms.lifesteal_charm"): "voxel.object.lifesteal_charm",
|
|
Simple("common.items.boss_drops.potions"): "voxel.object.potion_red",
|
|
Simple("common.items.food.cheese"): "voxel.object.cheese",
|
|
Simple("common.items.food.blue_cheese"): "voxel.object.blue_cheese",
|
|
Simple("common.items.food.mushroom"): "voxel.sprite.mushrooms.mushroom-10",
|
|
Simple("common.items.mineral.ore.velorite"): "voxel.sprite.velorite.velorite_ore",
|
|
Simple("common.items.mineral.ore.veloritefrag"): "voxel.sprite.velorite.velorite",
|
|
Simple("common.items.food.apple_mushroom_curry"): "voxel.object.mushroom_curry",
|
|
Simple("common.items.food.spore_corruption"): "voxel.sprite.spore.corruption_spore",
|
|
Simple("common.items.food.apple_stick"): "voxel.object.apple_stick",
|
|
Simple("common.items.food.mushroom_stick"): "voxel.object.mushroom_stick",
|
|
Simple("common.items.food.sunflower_icetea"): "voxel.object.sunflower_ice_tea",
|
|
Simple("common.items.food.pumpkin_spice_brew"): "voxel.object.pumpkin_spice_brew",
|
|
Simple("common.items.food.honeycorn"): "voxel.object.honeycorn",
|
|
Simple("common.items.food.carrot"): "voxel.sprite.carrot.carrot",
|
|
Simple("common.items.food.tomato"): "voxel.sprite.tomato.tomato",
|
|
Simple("common.items.food.lettuce"): "voxel.sprite.cabbage.cabbage",
|
|
Simple("common.items.food.meat.fish_raw"): "voxel.sprite.food.meat.fish_raw",
|
|
Simple("common.items.food.meat.fish_cooked"): "voxel.sprite.food.meat.fish_cooked",
|
|
Simple("common.items.food.meat.bird_raw"): "voxel.sprite.food.meat.bird_raw",
|
|
Simple("common.items.food.meat.bird_cooked"): "voxel.sprite.food.meat.bird_cooked",
|
|
Simple("common.items.food.meat.bird_large_raw"): "voxel.sprite.food.meat.bird_large_raw",
|
|
Simple("common.items.food.meat.bird_large_cooked"): "voxel.sprite.food.meat.bird_large_cooked",
|
|
Simple("common.items.food.meat.beast_small_raw"): "voxel.sprite.food.meat.beast_small_raw",
|
|
Simple("common.items.food.meat.beast_small_cooked"): "voxel.sprite.food.meat.beast_small_cooked",
|
|
Simple("common.items.food.meat.tough_raw"): "voxel.sprite.food.meat.tough_raw",
|
|
Simple("common.items.food.meat.tough_cooked"): "voxel.sprite.food.meat.tough_cooked",
|
|
Simple("common.items.food.meat.beast_large_raw"): "voxel.sprite.food.meat.beast_large_raw",
|
|
Simple("common.items.food.meat.beast_large_cooked"): "voxel.sprite.food.meat.beast_large_cooked",
|
|
Simple("common.items.food.plainsalad"): "voxel.sprite.food.salad_plain",
|
|
Simple("common.items.food.tomatosalad"): "voxel.sprite.food.salad_tomato",
|
|
// Throwables
|
|
Simple("common.items.utility.bomb"): "voxel.object.bomb",
|
|
Simple("common.items.utility.firework_blue"): "voxel.weapon.projectile.fireworks_blue-0",
|
|
Simple("common.items.utility.firework_green"): "voxel.weapon.projectile.fireworks_green-0",
|
|
Simple("common.items.utility.firework_purple"): "voxel.weapon.projectile.fireworks_purple-0",
|
|
Simple("common.items.utility.firework_red"): "voxel.weapon.projectile.fireworks_red-0",
|
|
Simple("common.items.utility.firework_white"): "voxel.weapon.projectile.fireworks_white-0",
|
|
Simple("common.items.utility.firework_yellow"): "voxel.weapon.projectile.fireworks_yellow-0",
|
|
Simple("common.items.utility.training_dummy"): "voxel.object.training_dummy",
|
|
// Ingredients
|
|
Simple("common.items.tool.craftsman_hammer"): "voxel.weapon.hammer.craftsman",
|
|
Simple("common.items.crafting_tools.sewing_set"): "voxel.object.sewing_set",
|
|
Simple("common.items.flowers.sunflower"): "voxel.sprite.flowers.sunflower_1",
|
|
Simple("common.items.flowers.red"): "voxel.sprite.flowers.flower_red-4",
|
|
Simple("common.items.grasses.long"): "voxel.sprite.grass.grass_long_5",
|
|
Simple("common.items.crafting_ing.stones"): "voxel.sprite.rocks.rock-0",
|
|
Simple("common.items.crafting_ing.cactus"): "voxel.sprite.cacti.flat_cactus_med",
|
|
Simple("common.items.crafting_ing.seashells"): "voxel.sprite.seashells.shell-0",
|
|
Simple("common.items.crafting_ing.animal_misc.icy_fang"): "voxel.object.ice_shard",
|
|
Simple("common.items.crafting_ing.mindflayer_bag_damaged"): "voxel.object.glowing_remains",
|
|
Simple("common.items.crafting_ing.animal_misc.raptor_feather"): "voxel.object.raptor_feather",
|
|
Simple("common.items.crafting_ing.twigs"): "voxel.sprite.twigs.twigs-0",
|
|
Simple("common.items.crafting_ing.hide.animal_hide"): "voxel.sprite.crafting_ing.hide.animal_hide",
|
|
Simple("common.items.crafting_ing.hide.tough_hide"): "voxel.sprite.crafting_ing.hide.tough_hide",
|
|
Simple("common.items.crafting_ing.hide.rugged_hide"): "voxel.sprite.crafting_ing.hide.rugged_hide",
|
|
Simple("common.items.crafting_ing.leather.simple_leather"): "voxel.sprite.crafting_ing.leather.simple_leather",
|
|
Simple("common.items.crafting_ing.leather.thick_leather"): "voxel.sprite.crafting_ing.leather.thick_leather",
|
|
Simple("common.items.crafting_ing.leather.rigid_leather"): "voxel.sprite.crafting_ing.leather.rigid_leather",
|
|
Simple("common.items.crafting_ing.hide.leather_troll"): "voxel.sprite.crafting_ing.hide.troll_hide",
|
|
Simple("common.items.crafting_ing.leather.leather_strips"): "voxel.sprite.crafting_ing.leather.leather_strips",
|
|
Simple("common.items.crafting_ing.hide.plate"): "voxel.sprite.crafting_ing.hide.plate",
|
|
Simple("common.items.crafting_ing.hide.carapace"): "voxel.sprite.crafting_ing.hide.carapace",
|
|
Simple("common.items.crafting_ing.hide.scales"): "voxel.sprite.crafting_ing.hide.scale",
|
|
Simple("common.items.crafting_ing.hide.dragon_scale"): "voxel.sprite.crafting_ing.hide.dragon_scale",
|
|
Simple("common.items.crafting_ing.animal_misc.claw"): "voxel.sprite.crafting_ing.animal_misc.claw",
|
|
Simple("common.items.crafting_ing.animal_misc.elegant_crest"): "voxel.object.elegant_crest",
|
|
Simple("common.items.crafting_ing.animal_misc.venom_sac"): "voxel.sprite.crafting_ing.animal_misc.venom_sac",
|
|
Simple("common.items.crafting_ing.animal_misc.lively_vine"): "voxel.sprite.crafting_ing.animal_misc.lively_vine",
|
|
Simple("common.items.crafting_ing.animal_misc.sharp_fang"): "voxel.sprite.crafting_ing.animal_misc.sharp_fang",
|
|
Simple("common.items.crafting_ing.animal_misc.strong_pincer"): "voxel.object.strong_pincer",
|
|
Simple("common.items.crafting_ing.animal_misc.fur"): "voxel.sprite.crafting_ing.animal_misc.fur",
|
|
Simple("common.items.crafting_ing.animal_misc.large_horn"): "voxel.sprite.crafting_ing.animal_misc.large_horn",
|
|
Simple("common.items.crafting_ing.animal_misc.long_tusk"): "voxel.object.long_tusk",
|
|
Simple("common.items.crafting_ing.animal_misc.grim_eyeball"): "voxel.sprite.crafting_ing.animal_misc.grim_eyeball",
|
|
Simple("common.items.flowers.plant_fiber"): "voxel.sprite.crafting_ing.plant_fiber",
|
|
Simple("common.items.flowers.moonbell"): "voxel.sprite.flowers.moonbell",
|
|
Simple("common.items.crafting_ing.abyssal_heart"): "voxel.sprite.crafting_ing.abyssal_heart",
|
|
Simple("common.items.crafting_ing.brinestone"): "voxel.sprite.crafting_ing.brinestone",
|
|
Simple("common.items.crafting_ing.pearl"): "voxel.sprite.crafting_ing.pearl",
|
|
Simple("common.items.crafting_ing.coral_branch"): "voxel.sprite.crafting_ing.coral_branch",
|
|
Simple("common.items.flowers.pyrebloom"): "voxel.sprite.flowers.pyrebloom",
|
|
Simple("common.items.flowers.wild_flax"): "voxel.sprite.flowers.flax",
|
|
Simple("common.items.crafting_ing.cotton_boll"): "voxel.sprite.crafting_ing.cotton_boll",
|
|
Simple("common.items.crafting_ing.cloth.cotton"): "voxel.sprite.crafting_ing.cloth.cotton",
|
|
Simple("common.items.crafting_ing.cloth.linen"): "voxel.sprite.crafting_ing.cloth.linen",
|
|
Simple("common.items.crafting_ing.cloth.cloth_strips"): "voxel.sprite.crafting_ing.cloth.cloth_strips",
|
|
Simple("common.items.crafting_ing.cloth.wool"): "voxel.sprite.crafting_ing.cloth.wool",
|
|
Simple("common.items.crafting_ing.cloth.silk"): "voxel.sprite.crafting_ing.cloth.silk",
|
|
Simple("common.items.crafting_ing.cloth.lifecloth"): "voxel.sprite.crafting_ing.cloth.lifecloth",
|
|
Simple("common.items.crafting_ing.cloth.moonweave"): "voxel.sprite.crafting_ing.cloth.moonweave",
|
|
Simple("common.items.crafting_ing.cloth.sunsilk"): "voxel.sprite.crafting_ing.cloth.sunsilk",
|
|
Simple("common.items.crafting_ing.cloth.linen_red"): "voxel.sprite.crafting_ing.cloth.linen_red",
|
|
Simple("common.items.crafting_ing.sticky_thread"): "voxel.sprite.crafting_ing.sticky_thread",
|
|
Simple("common.items.crafting_ing.living_embers"): "voxel.sprite.crafting_ing.living_embers",
|
|
Simple("common.items.crafting_ing.sentient_seed"): "voxel.sprite.crafting_ing.sentient_seed",
|
|
Simple("common.items.crafting_ing.resin"): "voxel.sprite.crafting_ing.resin",
|
|
Simple("common.items.crafting_ing.glacial_crystal"): "voxel.object.glacial_crystal",
|
|
Simple("common.items.mineral.ingot.silver"): "voxel.sprite.mineral.ingot.silver",
|
|
Simple("common.items.mineral.ingot.gold"): "voxel.sprite.mineral.ingot.gold",
|
|
Simple("common.items.mineral.ingot.orichalcum"): "voxel.sprite.mineral.ingot.orichalcum",
|
|
Simple("common.items.mineral.ingot.bloodsteel"): "voxel.sprite.mineral.ingot.bloodsteel",
|
|
Simple("common.items.mineral.ingot.bronze"): "voxel.sprite.mineral.ingot.bronze",
|
|
Simple("common.items.mineral.ingot.cobalt"): "voxel.sprite.mineral.ingot.cobalt",
|
|
Simple("common.items.mineral.ingot.copper"): "voxel.sprite.mineral.ingot.copper",
|
|
Simple("common.items.mineral.ingot.iron"): "voxel.sprite.mineral.ingot.iron",
|
|
Simple("common.items.mineral.ingot.steel"): "voxel.sprite.mineral.ingot.steel",
|
|
Simple("common.items.mineral.ingot.tin"): "voxel.sprite.mineral.ingot.tin",
|
|
Simple("common.items.mineral.ore.gold"): "voxel.sprite.mineral.ore.gold",
|
|
Simple("common.items.mineral.ore.silver"): "voxel.sprite.mineral.ore.silver",
|
|
Simple("common.items.mineral.ore.bloodstone"): "voxel.sprite.mineral.ore.bloodstone",
|
|
Simple("common.items.mineral.ore.cobalt"): "voxel.sprite.mineral.ore.cobalt",
|
|
Simple("common.items.mineral.ore.copper"): "voxel.sprite.mineral.ore.copper",
|
|
Simple("common.items.mineral.ore.iron"): "voxel.sprite.mineral.ore.iron",
|
|
Simple("common.items.mineral.ore.tin"): "voxel.sprite.mineral.ore.tin",
|
|
Simple("common.items.mineral.stone.coal"): "voxel.sprite.mineral.ore.coal",
|
|
Simple("common.items.mineral.ore.coal"): "voxel.sprite.mineral.ore.coal",
|
|
Simple("common.items.crafting_ing.honey"): "voxel.object.honey",
|
|
Simple("common.items.crafting_tools.mortar_pestle"): "voxel.object.mortar_pestle",
|
|
Simple("common.items.crafting_ing.empty_vial"): "voxel.object.potion_empty",
|
|
Simple("common.items.crafting_ing.bowl"): "voxel.sprite.crafting_ing.bowl",
|
|
Simple("common.items.crafting_ing.oil"): "voxel.sprite.crafting_ing.oil",
|
|
Simple("common.items.crafting_ing.animal_misc.viscous_ooze"): "voxel.sprite.crafting_ing.animal_misc.viscous_ooze",
|
|
Simple("common.items.crafting_ing.animal_misc.phoenix_feather"): "voxel.sprite.crafting_ing.animal_misc.phoenix_feather",
|
|
Simple("common.items.log.bamboo"): "voxel.sprite.wood.item.bamboo",
|
|
Simple("common.items.log.eldwood"): "voxel.sprite.wood.item.eldwood",
|
|
Simple("common.items.log.frostwood"): "voxel.sprite.wood.item.frostwood",
|
|
Simple("common.items.log.hardwood"): "voxel.sprite.wood.item.hardwood",
|
|
Simple("common.items.log.ironwood"): "voxel.sprite.wood.item.ironwood",
|
|
Simple("common.items.log.wood"): "voxel.sprite.wood.item.wood",
|
|
// Keys and Lockpicks
|
|
Simple("common.items.keys.rusty_tower_key"): "voxel.object.key_rusty-0",
|
|
Simple("common.items.keys.bone_key"): "voxel.object.key_bone",
|
|
Simple("common.items.keys.glass_key"): "voxel.object.key_glass",
|
|
Simple("common.items.utility.lockpick_0"): "voxel.object.lockpick",
|
|
Simple("common.items.keys.quarry_keys.ancient"): "voxel.object.key_rusty-0",
|
|
Simple("common.items.keys.quarry_keys.backdoor"): "voxel.object.key_rusty-0",
|
|
Simple("common.items.keys.quarry_keys.cyclops_eye"): "voxel.sprite.crafting_ing.animal_misc.grim_eyeball",
|
|
Simple("common.items.keys.quarry_keys.flamekeeper"): "voxel.object.key_rusty-0",
|
|
Simple("common.items.keys.quarry_keys.overseer"): "voxel.object.key_rusty-0",
|
|
Simple("common.items.keys.quarry_keys.smelting"): "voxel.object.key_rusty-0",
|
|
Simple("common.items.keys.quarry_keys.flamekeeper_left"): "element.items.keeper_goggle",
|
|
Simple("common.items.keys.quarry_keys.flamekeeper_right"): "element.items.keeper_goggle",
|
|
// Gliders
|
|
Simple("common.items.glider.cloverleaf"): "voxel.glider.cloverleaf",
|
|
Simple("common.items.glider.basic_white"): "voxel.glider.basic_white",
|
|
Simple("common.items.glider.basic_red"): "voxel.glider.basic_red",
|
|
Simple("common.items.glider.blue"): "voxel.glider.blue",
|
|
Simple("common.items.glider.morpho"): "voxel.glider.butterfly1",
|
|
Simple("common.items.glider.monarch"): "voxel.glider.butterfly2",
|
|
Simple("common.items.glider.butterfly3"): "voxel.glider.butterfly3",
|
|
Simple("common.items.glider.moth"): "voxel.glider.moth",
|
|
Simple("common.items.glider.sandraptor"): "voxel.glider.sandraptor",
|
|
Simple("common.items.glider.snowraptor"): "voxel.glider.snowraptor",
|
|
Simple("common.items.glider.woodraptor"): "voxel.glider.woodraptor",
|
|
Simple("common.items.glider.sunset"): "voxel.glider.sunset",
|
|
Simple("common.items.glider.moonrise"): "voxel.glider.moonrise",
|
|
Simple("common.items.glider.skullgrin"): "voxel.glider.cultists",
|
|
Simple("common.items.glider.leaves"): "voxel.glider.leaves",
|
|
Simple("common.items.glider.winter_wings"): "voxel.glider.winter_wings",
|
|
// Debug Items
|
|
Simple("common.items.debug.admin_stick"): "voxel.weapon.tool.broom_belzeshrub_purple",
|
|
// Misc
|
|
Simple("common.items.weapons.tool.golf_club"): "voxel.weapon.tool.golf_club",
|
|
// Gems
|
|
Simple("common.items.mineral.gem.amethyst"): "voxel.sprite.mineral.gem.amethystgem",
|
|
Simple("common.items.mineral.gem.topaz"): "voxel.sprite.mineral.gem.topazgem",
|
|
Simple("common.items.mineral.gem.sapphire"): "voxel.sprite.mineral.gem.sapphiregem",
|
|
Simple("common.items.mineral.gem.emerald"): "voxel.sprite.mineral.gem.emeraldgem",
|
|
Simple("common.items.mineral.gem.ruby"): "voxel.sprite.mineral.gem.rubygem",
|
|
Simple("common.items.mineral.gem.diamond"): "voxel.sprite.mineral.gem.diamondgem",
|
|
Empty: "voxel.armor.empty",
|
|
// Modular component pieces
|
|
// Swords
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.greatsword.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.katana.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.longsword.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.ornate.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.sabre.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.sawblade.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.sword.zweihander.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.greatsword.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.katana.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.longsword.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.ornate.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.sabre.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.sawblade.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.iron")): "voxel.weapon.component.sword.zweihander.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.greatsword.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.katana.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.longsword.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.ornate.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.sabre.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.sawblade.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.steel")): "voxel.weapon.component.sword.zweihander.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.greatsword.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.katana.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.longsword.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.ornate.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.sabre.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.sawblade.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.sword.zweihander.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.greatsword.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.katana.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.longsword.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.ornate.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.sabre.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.sawblade.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.sword.zweihander.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.greatsword", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.greatsword.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.katana", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.katana.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.longsword", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.longsword.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.ornate", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.ornate.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sabre", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.sabre.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.sawblade", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.sawblade.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sword.zweihander", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.sword.zweihander.orichalcum",
|
|
Simple("common.items.modular.weapon.secondary.sword.long"): "voxel.weapon.component.sword.hilt.long",
|
|
Simple("common.items.modular.weapon.secondary.sword.medium"): "voxel.weapon.component.sword.hilt.medium",
|
|
Simple("common.items.modular.weapon.secondary.sword.short"): "voxel.weapon.component.sword.hilt.short",
|
|
// Axes
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.axe.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.battleaxe.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.greataxe.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.jagged.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.labrys.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.ornate.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.axe.poleaxe.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.axe.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.battleaxe.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.greataxe.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.jagged.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.labrys.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.ornate.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.iron")): "voxel.weapon.component.axe.poleaxe.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.axe.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.battleaxe.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.greataxe.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.jagged.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.labrys.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.ornate.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.steel")): "voxel.weapon.component.axe.poleaxe.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.axe.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.battleaxe.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.greataxe.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.jagged.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.labrys.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.ornate.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.axe.poleaxe.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.axe.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.battleaxe.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.greataxe.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.jagged.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.labrys.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.ornate.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.axe.poleaxe.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.axe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.axe.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.battleaxe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.battleaxe.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.greataxe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.greataxe.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.jagged", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.jagged.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.labrys", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.labrys.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.ornate", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.ornate.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.axe.poleaxe", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.axe.poleaxe.orichalcum",
|
|
Simple("common.items.modular.weapon.secondary.axe.long"): "voxel.weapon.component.axe.haft.long",
|
|
Simple("common.items.modular.weapon.secondary.axe.medium"): "voxel.weapon.component.axe.haft.medium",
|
|
Simple("common.items.modular.weapon.secondary.axe.short"): "voxel.weapon.component.axe.haft.short",
|
|
// Hammers
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.greathammer.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.greatmace.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.hammer.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.maul.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.ornate.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.spikedmace.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.bronze")): "voxel.weapon.component.hammer.warhammer.bronze",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.greathammer.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.greatmace.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.hammer.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.maul.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.ornate.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.spikedmace.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.iron")): "voxel.weapon.component.hammer.warhammer.iron",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.greathammer.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.greatmace.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.hammer.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.maul.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.ornate.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.spikedmace.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.steel")): "voxel.weapon.component.hammer.warhammer.steel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.greathammer.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.greatmace.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.hammer.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.maul.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.ornate.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.spikedmace.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.cobalt")): "voxel.weapon.component.hammer.warhammer.cobalt",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.greathammer.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.greatmace.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.hammer.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.maul.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.ornate.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.spikedmace.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.bloodsteel")): "voxel.weapon.component.hammer.warhammer.bloodsteel",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greathammer", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.greathammer.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.greatmace", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.greatmace.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.hammer", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.hammer.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.maul", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.maul.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.ornate", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.ornate.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.spikedmace", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.spikedmace.orichalcum",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.hammer.warhammer", "common.items.mineral.ingot.orichalcum")): "voxel.weapon.component.hammer.warhammer.orichalcum",
|
|
Simple("common.items.modular.weapon.secondary.hammer.long"): "voxel.weapon.component.hammer.shaft.long",
|
|
Simple("common.items.modular.weapon.secondary.hammer.medium"): "voxel.weapon.component.hammer.shaft.medium",
|
|
Simple("common.items.modular.weapon.secondary.hammer.short"): "voxel.weapon.component.hammer.shaft.short",
|
|
// Bows
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.bow", "common.items.log.wood")): "voxel.weapon.component.bow.bow.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.composite", "common.items.log.wood")): "voxel.weapon.component.bow.composite.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.wood")): "voxel.weapon.component.bow.greatbow.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.wood")): "voxel.weapon.component.bow.longbow.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.wood")): "voxel.weapon.component.bow.ornate.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.wood")): "voxel.weapon.component.bow.shortbow.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.wood")): "voxel.weapon.component.bow.warbow.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.bow", "common.items.log.bamboo")): "voxel.weapon.component.bow.bow.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.composite", "common.items.log.bamboo")): "voxel.weapon.component.bow.composite.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.greatbow.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.longbow.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.bamboo")): "voxel.weapon.component.bow.ornate.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.shortbow.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.bamboo")): "voxel.weapon.component.bow.warbow.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.bow", "common.items.log.hardwood")): "voxel.weapon.component.bow.bow.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.composite", "common.items.log.hardwood")): "voxel.weapon.component.bow.composite.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.greatbow.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.longbow.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.hardwood")): "voxel.weapon.component.bow.ornate.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.shortbow.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.hardwood")): "voxel.weapon.component.bow.warbow.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.bow", "common.items.log.ironwood")): "voxel.weapon.component.bow.bow.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.composite", "common.items.log.ironwood")): "voxel.weapon.component.bow.composite.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.greatbow.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.longbow.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.ironwood")): "voxel.weapon.component.bow.ornate.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.shortbow.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.ironwood")): "voxel.weapon.component.bow.warbow.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.bow", "common.items.log.frostwood")): "voxel.weapon.component.bow.bow.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.composite", "common.items.log.frostwood")): "voxel.weapon.component.bow.composite.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.greatbow.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.longbow.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.frostwood")): "voxel.weapon.component.bow.ornate.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.shortbow.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.frostwood")): "voxel.weapon.component.bow.warbow.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.bow", "common.items.log.eldwood")): "voxel.weapon.component.bow.bow.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.composite", "common.items.log.eldwood")): "voxel.weapon.component.bow.composite.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.greatbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.greatbow.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.longbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.longbow.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.ornate", "common.items.log.eldwood")): "voxel.weapon.component.bow.ornate.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.shortbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.shortbow.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.bow.warbow", "common.items.log.eldwood")): "voxel.weapon.component.bow.warbow.eldwood",
|
|
Simple("common.items.modular.weapon.secondary.bow.long"): "voxel.weapon.component.bow.grip.long",
|
|
Simple("common.items.modular.weapon.secondary.bow.medium"): "voxel.weapon.component.bow.grip.medium",
|
|
Simple("common.items.modular.weapon.secondary.bow.short"): "voxel.weapon.component.bow.grip.short",
|
|
// Staffs
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.brand", "common.items.log.wood")): "voxel.weapon.component.staff.brand.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.wood")): "voxel.weapon.component.staff.grandstaff.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.wood")): "voxel.weapon.component.staff.longpole.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.wood")): "voxel.weapon.component.staff.ornate.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.pole", "common.items.log.wood")): "voxel.weapon.component.staff.pole.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.rod", "common.items.log.wood")): "voxel.weapon.component.staff.rod.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.staff", "common.items.log.wood")): "voxel.weapon.component.staff.staff.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.brand", "common.items.log.bamboo")): "voxel.weapon.component.staff.brand.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.bamboo")): "voxel.weapon.component.staff.grandstaff.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.bamboo")): "voxel.weapon.component.staff.longpole.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.bamboo")): "voxel.weapon.component.staff.ornate.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.pole", "common.items.log.bamboo")): "voxel.weapon.component.staff.pole.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.rod", "common.items.log.bamboo")): "voxel.weapon.component.staff.rod.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.staff", "common.items.log.bamboo")): "voxel.weapon.component.staff.staff.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.brand", "common.items.log.hardwood")): "voxel.weapon.component.staff.brand.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.hardwood")): "voxel.weapon.component.staff.grandstaff.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.hardwood")): "voxel.weapon.component.staff.longpole.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.hardwood")): "voxel.weapon.component.staff.ornate.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.pole", "common.items.log.hardwood")): "voxel.weapon.component.staff.pole.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.rod", "common.items.log.hardwood")): "voxel.weapon.component.staff.rod.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.staff", "common.items.log.hardwood")): "voxel.weapon.component.staff.staff.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.brand", "common.items.log.ironwood")): "voxel.weapon.component.staff.brand.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.ironwood")): "voxel.weapon.component.staff.grandstaff.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.ironwood")): "voxel.weapon.component.staff.longpole.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.ironwood")): "voxel.weapon.component.staff.ornate.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.pole", "common.items.log.ironwood")): "voxel.weapon.component.staff.pole.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.rod", "common.items.log.ironwood")): "voxel.weapon.component.staff.rod.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.staff", "common.items.log.ironwood")): "voxel.weapon.component.staff.staff.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.brand", "common.items.log.frostwood")): "voxel.weapon.component.staff.brand.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.frostwood")): "voxel.weapon.component.staff.grandstaff.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.frostwood")): "voxel.weapon.component.staff.longpole.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.frostwood")): "voxel.weapon.component.staff.ornate.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.pole", "common.items.log.frostwood")): "voxel.weapon.component.staff.pole.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.rod", "common.items.log.frostwood")): "voxel.weapon.component.staff.rod.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.staff", "common.items.log.frostwood")): "voxel.weapon.component.staff.staff.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.brand", "common.items.log.eldwood")): "voxel.weapon.component.staff.brand.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.grandstaff", "common.items.log.eldwood")): "voxel.weapon.component.staff.grandstaff.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.longpole", "common.items.log.eldwood")): "voxel.weapon.component.staff.longpole.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.ornate", "common.items.log.eldwood")): "voxel.weapon.component.staff.ornate.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.pole", "common.items.log.eldwood")): "voxel.weapon.component.staff.pole.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.rod", "common.items.log.eldwood")): "voxel.weapon.component.staff.rod.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.staff.staff", "common.items.log.eldwood")): "voxel.weapon.component.staff.staff.eldwood",
|
|
Simple("common.items.modular.weapon.secondary.staff.heavy"): "voxel.weapon.component.staff.core.heavy",
|
|
Simple("common.items.modular.weapon.secondary.staff.medium"): "voxel.weapon.component.staff.core.medium",
|
|
Simple("common.items.modular.weapon.secondary.staff.light"): "voxel.weapon.component.staff.core.light",
|
|
// Sceptres
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.wood")): "voxel.weapon.component.sceptre.arbor.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.wood")): "voxel.weapon.component.sceptre.cane.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.wood")): "voxel.weapon.component.sceptre.crook.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.wood")): "voxel.weapon.component.sceptre.crozier.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.wood")): "voxel.weapon.component.sceptre.grandsceptre.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.wood")): "voxel.weapon.component.sceptre.ornate.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.wood")): "voxel.weapon.component.sceptre.sceptre.wood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.arbor.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.cane.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.crook.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.crozier.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.grandsceptre.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.ornate.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.bamboo")): "voxel.weapon.component.sceptre.sceptre.bamboo",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.arbor.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.cane.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.crook.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.crozier.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.grandsceptre.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.ornate.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.hardwood")): "voxel.weapon.component.sceptre.sceptre.hardwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.arbor.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.cane.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.crook.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.crozier.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.grandsceptre.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.ornate.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.ironwood")): "voxel.weapon.component.sceptre.sceptre.ironwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.arbor.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.cane.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.crook.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.crozier.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.grandsceptre.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.ornate.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.frostwood")): "voxel.weapon.component.sceptre.sceptre.frostwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.arbor", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.arbor.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.cane", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.cane.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crook", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.crook.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.crozier", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.crozier.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.grandsceptre", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.grandsceptre.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.ornate", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.ornate.eldwood",
|
|
ModularWeaponComponent(("common.items.modular.weapon.primary.sceptre.sceptre", "common.items.log.eldwood")): "voxel.weapon.component.sceptre.sceptre.eldwood",
|
|
Simple("common.items.modular.weapon.secondary.sceptre.heavy"): "voxel.weapon.component.sceptre.core.heavy",
|
|
Simple("common.items.modular.weapon.secondary.sceptre.medium"): "voxel.weapon.component.sceptre.core.medium",
|
|
Simple("common.items.modular.weapon.secondary.sceptre.light"): "voxel.weapon.component.sceptre.core.light",
|
|
})
|