From 7fb850656555d0fd1bd4555c070de431a4d84b2c Mon Sep 17 00:00:00 2001 From: evgenkot Date: Fri, 19 Jan 2024 00:44:10 +0500 Subject: [PATCH] Split i18n items by category --- assets/common/item_i18n_manifest.ron | 62 +- .../i18n/en/item/{ => armor}/armor.ftl | 229 ++-- assets/voxygen/i18n/en/item/armor/bag.ftl | 43 + assets/voxygen/i18n/en/item/armor/debug.ftl | 53 + .../i18n/en/item/{ => armor}/glider.ftl | 28 +- assets/voxygen/i18n/en/item/armor/lantern.ftl | 23 + assets/voxygen/i18n/en/item/armor/npc.ftl | 557 ++++++++++ assets/voxygen/i18n/en/item/items.ftl | 19 - .../item/{sprite.ftl => items/crafting.ftl} | 344 +++--- assets/voxygen/i18n/en/item/items/debug.ftl | 2 + assets/voxygen/i18n/en/item/items/food.ftl | 92 ++ assets/voxygen/i18n/en/item/items/key.ftl | 35 + .../i18n/en/item/items/nonexistent.ftl | 200 ++++ assets/voxygen/i18n/en/item/items/potion.ftl | 29 + assets/voxygen/i18n/en/item/lantern.ftl | 39 - assets/voxygen/i18n/en/item/weapon/debug.ftl | 8 + .../voxygen/i18n/en/item/weapon/modular.ftl | 989 ++++++++++++++++++ .../en/item/weapon/musical_instrument.ftl | 44 + assets/voxygen/i18n/en/item/weapon/npc.ftl | 362 +++++++ .../i18n/en/item/weapon/primary_component.ftl | 810 ++++++++++++++ .../i18n/en/item/weapon/projectile.ftl | 21 + assets/voxygen/i18n/en/item/weapon/tool.ftl | 32 + assets/voxygen/i18n/en/item/weapon/weapon.ftl | 108 ++ 23 files changed, 3731 insertions(+), 398 deletions(-) rename assets/voxygen/i18n/en/item/{ => armor}/armor.ftl (90%) create mode 100644 assets/voxygen/i18n/en/item/armor/bag.ftl create mode 100644 assets/voxygen/i18n/en/item/armor/debug.ftl rename assets/voxygen/i18n/en/item/{ => armor}/glider.ftl (55%) create mode 100644 assets/voxygen/i18n/en/item/armor/lantern.ftl create mode 100644 assets/voxygen/i18n/en/item/armor/npc.ftl delete mode 100644 assets/voxygen/i18n/en/item/items.ftl rename assets/voxygen/i18n/en/item/{sprite.ftl => items/crafting.ftl} (76%) create mode 100644 assets/voxygen/i18n/en/item/items/debug.ftl create mode 100644 assets/voxygen/i18n/en/item/items/food.ftl create mode 100644 assets/voxygen/i18n/en/item/items/key.ftl create mode 100644 assets/voxygen/i18n/en/item/items/nonexistent.ftl create mode 100644 assets/voxygen/i18n/en/item/items/potion.ftl delete mode 100644 assets/voxygen/i18n/en/item/lantern.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/debug.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/modular.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/musical_instrument.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/npc.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/primary_component.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/projectile.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/tool.ftl create mode 100644 assets/voxygen/i18n/en/item/weapon/weapon.ftl diff --git a/assets/common/item_i18n_manifest.ron b/assets/common/item_i18n_manifest.ron index dc5a2e9a77..0662ba167f 100644 --- a/assets/common/item_i18n_manifest.ron +++ b/assets/common/item_i18n_manifest.ron @@ -578,37 +578,37 @@ ): "common-items-npc_armor-biped_large-haniwageneral", Simple( "common.items.keys.bone_key", - ): "object-key_bone", + ): "object-key-bone", Simple( "common.items.keys.haniwa_key", - ): "object-key_haniwa", + ): "object-key-haniwa", Simple( "common.items.keys.glass_key", - ): "object-key_glass", + ): "object-key-glass", Simple( "common.items.keys.rusty_tower_key", - ): "object-key_rusty-0", + ): "object-key-rusty", Simple( "common.items.keys.quarry_keys.ancient", - ): "object-key_quarry_ancient", + ): "object-key-quarry-ancient", Simple( "common.items.keys.quarry_keys.backdoor", - ): "object-key_quarry_backdoor", + ): "object-key-quarry-backdoor", Simple( "common.items.keys.quarry_keys.cyclops_eye", - ): "sprite-crafting_ing-animal_misc-cyclops_eyeball", + ): "object-key-cyclops_eyeball", Simple( "common.items.keys.quarry_keys.flamekeeper_left", - ): "object-key_quarry_keeper_goggle_left", + ): "object-key-quarry-keeper_goggle_left", Simple( "common.items.keys.quarry_keys.flamekeeper_right", - ): "object-key_quarry_keeper_goggle_right", + ): "object-key-quarry-keeper_goggle_right", Simple( "common.items.keys.quarry_keys.overseer", - ): "object-key_quarry_overseer", + ): "object-key-quarry-overseer", Simple( "common.items.keys.quarry_keys.smelting", - ): "object-key_quarry_smelting", + ): "object-key-quarry-smelting", Simple( "common.items.weapons.shield.shield_1", ): "weapon-shield-wood-0", @@ -674,10 +674,10 @@ ): "weapon-sword-starter", Simple( "common.items.weapons.tool.broom", - ): "weapon-tool-broom-0", + ): "weapon-tool-broom", Simple( "common.items.weapons.tool.fishing_rod", - ): "weapon-tool-fishing_rod_blue-0", + ): "weapon-tool-fishing_rod_blue", Simple( "common.items.weapons.tool.golf_club", ): "weapon-tool-golf_club", @@ -686,13 +686,13 @@ ): "weapon-tool-hoe_green", Simple( "common.items.weapons.tool.pickaxe", - ): "weapon-tool-pickaxe_green-0", + ): "weapon-tool-pickaxe_green", Simple( "common.items.weapons.tool.pitchfork", - ): "weapon-tool-pitchfork-0", + ): "weapon-tool-pitchfork", Simple( "common.items.weapons.tool.rake", - ): "weapon-tool-rake-0", + ): "weapon-tool-rake", Simple( "common.items.weapons.tool.shovel-0", ): "weapon-tool-shovel_green", @@ -1925,22 +1925,22 @@ ): "object-collar", Simple( "common.items.utility.firework_blue", - ): "weapon-projectile-fireworks_blue-0", + ): "weapon-projectile-fireworks_blue", Simple( "common.items.utility.firework_green", - ): "weapon-projectile-fireworks_green-0", + ): "weapon-projectile-fireworks_green", Simple( "common.items.utility.firework_purple", - ): "weapon-projectile-fireworks_purple-0", + ): "weapon-projectile-fireworks_purple", Simple( "common.items.utility.firework_red", - ): "weapon-projectile-fireworks_red-0", + ): "weapon-projectile-fireworks_red", Simple( "common.items.utility.firework_white", - ): "weapon-projectile-fireworks_white-0", + ): "weapon-projectile-fireworks_white", Simple( "common.items.utility.firework_yellow", - ): "weapon-projectile-fireworks_yellow-0", + ): "weapon-projectile-fireworks_yellow", Simple( "common.items.utility.lockpick_0", ): "object-lockpick", @@ -2080,7 +2080,7 @@ ): "common-items-mineral-stone-basalt", Simple( "common.items.mineral.stone.coal", - ): "sprite-mineral-stone-coal", + ): "common-items-mineral-stone-coal", Simple( "common.items.mineral.stone.granite", ): "common-items-mineral-stone-granite", @@ -2176,7 +2176,7 @@ ): "glider-blue", Simple( "common.items.glider.butterfly3", - ): "glider-butterfly3", + ): "glider-butterfly-moonlit_love", Simple( "common.items.glider.cloverleaf", ): "glider-cloverleaf", @@ -2185,13 +2185,13 @@ ): "glider-leaves", Simple( "common.items.glider.monarch", - ): "glider-butterfly2", + ): "glider-butterfly-orange_monarch", Simple( "common.items.glider.moonrise", ): "glider-moonrise", Simple( "common.items.glider.morpho", - ): "glider-butterfly1", + ): "glider-butterfly-blue_morpho", Simple( "common.items.glider.moth", ): "glider-moth", @@ -2218,7 +2218,7 @@ ): "weapon-hammer-craftsman", Simple( "common.items.tool.pickaxe_steel", - ): "weapon-tool-pickaxe_green-1", + ): "weapon-tool-pickaxe_steel", Simple( "common.items.tool.pickaxe_stone", ): "weapon-tool-pickaxe_stone", @@ -3029,16 +3029,16 @@ ): "object-potion_minor", Simple( "common.items.lantern.black_0", - ): "lantern-black-0", + ): "lantern-black", Simple( "common.items.lantern.blue_0", - ): "lantern-blue-0", + ): "lantern-blue", Simple( "common.items.lantern.geode_purp", ): "lantern-geode_purp", Simple( "common.items.lantern.green_0", - ): "lantern-green-0", + ): "lantern-green", Simple( "common.items.lantern.polaris", ): "lantern-polaris", @@ -3047,7 +3047,7 @@ ): "lantern-pumpkin", Simple( "common.items.lantern.red_0", - ): "lantern-red-0", + ): "lantern-red", Simple( "common.items.charms.burning_charm", ): "object-burning_charm", diff --git a/assets/voxygen/i18n/en/item/armor.ftl b/assets/voxygen/i18n/en/item/armor/armor.ftl similarity index 90% rename from assets/voxygen/i18n/en/item/armor.ftl rename to assets/voxygen/i18n/en/item/armor/armor.ftl index 0bec6cfd58..ec1dde8676 100644 --- a/assets/voxygen/i18n/en/item/armor.ftl +++ b/assets/voxygen/i18n/en/item/armor/armor.ftl @@ -1,4 +1,3 @@ - ### Note to translators. ### Translating this will be *a lot* of work. Concentrate on what's important. ### We don't want you to burn out on 10% of this file and never want to @@ -15,9 +14,6 @@ armor-leather_blue-pants = Blue Leather Cuirass .desc = {""} -armor-misc-back-backpack = Rugged Backpack - .desc = Keeps all your stuff together. - armor-leather_blue-back = Blue Traveler Coat .desc = {""} @@ -271,7 +267,7 @@ armor-misc-foot-ski = Wooden skis .desc = Best used downhill on snow. armor-misc-neck-abyssal_gorget = Abyssal Gorget - .desc = Harnessed vigour of the tides + .desc = Harnessed vigour of the tides. armor-misc-neck-amethyst = Amethyst Necklace .desc = A tin necklace lined with amethyst gems. @@ -316,7 +312,7 @@ armor-misc-neck-scratched = Scratched Necklace .desc = A shoddy necklace with a string about to snap... armor-misc-neck-shell = Seashell Necklace - .desc = Contains the guardian aura of the ocean + .desc = Contains the guardian aura of the ocean. armor-misc-neck-topaz = Topaz Necklace .desc = A copper necklace, with topaz embedded in the center. @@ -387,9 +383,6 @@ armor-misc-pants-worker_blue = Blue Worker Pants armor-misc-pants-worker_brown = Comfortable Worker Pants .desc = Resilient and reliable. -armor-tabard_admin = Admin's Tabard - .desc = With great power comes great responsibility. - armor-misc-shoulder-iron_spikes = Iron Spiked Pauldrons .desc = The heavy, rough iron plate has an interlocking spikes shoved through several slots in the center to dissuade attackers. @@ -465,52 +458,6 @@ armor-misc-ring-scratched = Scratched Ring armor-misc-ring-topaz = Topaz Ring .desc = A copper ring with a topaz gem. -armor-misc-bag-heavy_seabag = Heavy Seabag - .desc = Commonly used by sailors. - -armor-misc-bag-knitted_red_pouch = Knitted Red Pouch - .desc = A sizeable red bag with two pouches, made of wool and dye. - -armor-misc-bag-liana_kit = Liana Kit - .desc = Woven from dried lianas. - -armor-misc-bag-mindflayer_spellbag = Mindflayer Spellbag - .desc = - You can almost feel the Mindflayer's - evil presence flowing through the fabric. - -armor-misc-bag-reliable_backpack = Reliable Backpack - .desc = It will never give you up. - -armor-misc-bag-reliable_leather_pack = Reliable Leather Pack - .desc = It will never give you up. - -armor-misc-bag-soulkeeper_cursed = Cursed Soulkeeper - .desc = WIP - -armor-misc-bag-soulkeeper_pure = Purified Soulkeeper - .desc = WIP - -armor-misc-bag-sturdy_red_backpack = Sturdy Red Saddlebag - .desc = A truly reliable and sizeable bag, embroidered with amethyst and thick leather. - -armor-misc-bag-tiny_leather_pouch = Small Leather Pouch - .desc = A small reliable leather pouch. - -armor-misc-bag-tiny_red_pouch = Tiny Red Pouch - .desc = Made from multiple patches of dyed cloth. - -armor-misc-bag-troll_hide_pack = Trollhide Pack - .desc = Trolls were definitely hurt in the making of this. - -armor-misc-bag-woven_red_bag = Woven Red Bag - .desc = A moderately sized red bag. Although it still feels pretty cramped. - -armor-misc-back-admin = Admin's Cape - .desc = - With great power comes - great responsibility. - armor-misc-back-backpack-traveler = Traveler's Backpack .desc = Comfortable and with enough capacity, its a hoarder's best friend. @@ -689,22 +636,22 @@ armor-mail-cobalt-shoulder = Cobalt Shoulderguards .desc = Ornamental and impenetrable, the metal will never dull. armor-mail-bronze-back = Bronze Cloak - .desc = 'Heavy and dull, but it can take a punch.' + .desc = Heavy and dull, but it can take a punch. armor-mail-bronze-belt = Bronze Girdle - .desc = 'Heavy and dull, but it can take a punch.' + .desc = Heavy and dull, but it can take a punch. armor-mail-bronze-chest = Bronze Chestguard .desc = Heavy and dull, but it can take a punch. armor-mail-bronze-foot = Bronze Shoes - .desc = 'Heavy and dull, but it can take a punch. + .desc = Heavy and dull, but it can take a punch. armor-mail-bronze-hand = Bronze Gauntlets - .desc = 'Heavy and dull, but it can take a punch.' + .desc = Heavy and dull, but it can take a punch. armor-mail-bronze-pants = Bronze Pantalons - .desc = 'Heavy and dull, but it can take a punch.' + .desc = Heavy and dull, but it can take a punch. armor-mail-bronze-shoulder = Bronze Guards .desc = Heavy and dull, but it can take a punch. @@ -1028,59 +975,139 @@ armor-cloth-druid-shoulder = Druid Shoulderpads .desc = Incredibly light, with the essence of nature. armor-ferocious-back = Ferocious Mantle - .desc = The dark side of nature + .desc = The dark side of nature. armor-ferocious-belt = Ferocious Sash - .desc = The dark side of nature + .desc = The dark side of nature. armor-ferocious-chest = Ferocious Shirt - .desc = The dark side of nature + .desc = The dark side of nature. armor-ferocious-foot = Ferocious Waraji - .desc = The dark side of nature + .desc = The dark side of nature. armor-ferocious-hand = Ferocious Wraps - .desc = The dark side of nature + .desc = The dark side of nature. armor-ferocious-pants = Ferocious Shorts - .desc = The dark side of nature + .desc = The dark side of nature. armor-ferocious-shoulder = Ferocious Guards - .desc = The dark side of nature - -armor-tabard-admin_tabard = Admin's Tabard - .desc = - With great power comes - great responsibility. - -armor-misc-back-admin_back = Admin's Cape - .desc = - With great power comes - great responsibility. - -armor-misc-bag-admin_black_hole = Admin's Black Hole - .desc = They say it will fit anything. - -armor-velorite-belt = Velorite Belt - .desc = {""} - -armor-velorite-boots = Velorite Boots - .desc = {""} - -armor-velorite-chest = Velorite Chest - .desc = {""} - -armor-velorite-hands = Velorite Gloves - .desc = {""} - -armor-velorite-legs = Velorite Skirt - .desc = {""} - -armor-velorite-shoulder = Velorite Mantle - .desc = {""} - -armor-velorite-back = Velorite Admin Cape - .desc = Where did I put my banhammer again? + .desc = The dark side of nature. armor-misc-head-woolly_wintercap = Woolly Wintercap .desc = Simple, stylish, and festive. + +common-items-armor-alchemist-belt = Alchemist Belt + .desc = {""} + +common-items-armor-alchemist-chest = Alchemist Jacket + .desc = {""} + +common-items-armor-alchemist-hat = Alchemist Hat + .desc = It seems like a parrot was perched up here. + +common-items-armor-alchemist-pants = Alchemist Pants + .desc = {""} + +common-items-armor-misc-head-headband = Headband + .desc = A simple headband, it's nothing special. + +common-items-armor-witch-back = Witch Cape + .desc = {""} + +common-items-armor-witch-belt = Witch Belt + .desc = {""} + +common-items-armor-witch-chest = Witch Robe + .desc = {""} + +common-items-armor-witch-foot = Witch Boots + .desc = {""} + +common-items-armor-witch-hand = Witch Handwarmers + .desc = {""} + +common-items-armor-witch-pants = Witch Skirt + .desc = {""} + +common-items-armor-witch-shoulder = Witch Mantle + .desc = {""} + +common-items-armor-pirate-belt = Pirate Belt + .desc = {""} + +common-items-armor-pirate-chest = Pirate Jacket + .desc = {""} + +common-items-armor-pirate-foot = Pirate Boots + .desc = {""} + +common-items-armor-pirate-hand = Pirate Gloves + .desc = {""} + +common-items-armor-pirate-pants = Pirate Pants + .desc = {""} + +common-items-armor-pirate-shoulder = Pirate Mantle + .desc = {""} + +common-items-armor-miner-back = Miner's Backpack + .desc = Battered from heavy rocks being carried inside. + +common-items-armor-miner-belt = Miner's Belt + .desc = {""} + +common-items-armor-miner-chest = Miner's Vestment + .desc = Rock dust is covering most of the leather parts. + +common-items-armor-miner-foot = Miner's Footwear + .desc = Someone carved 'Mine!' into the inside. + +common-items-armor-miner-hand = Miner's Gloves + .desc = Someone carved 'Mine!' into the inside. + +common-items-armor-miner-pants = Miner's pantaloons + .desc = {""} + +common-items-armor-miner-shoulder = Miner's Pauldrons + .desc = Protects Cave-in and out. + +common-items-armor-miner-shoulder_captain = Captain's Pauldrons + .desc = {""} + +common-items-armor-miner-shoulder_flame = Flamekeeper's Pauldrons + .desc = {""} + +common-items-armor-miner-shoulder_overseer = Overseer's Pauldrons + .desc = {""} + +common-items-armor-chef-belt = Chef Belt + .desc = {""} + +common-items-armor-chef-chest = Chef Jacket + .desc = {""} + +common-items-armor-chef-hat = Chef Hat + .desc = {""} + +common-items-armor-chef-pants = Chef Pants + .desc = {""} + +common-items-armor-blacksmith-belt = Blacksmith Belt + .desc = {""} + +common-items-armor-blacksmith-chest = Blacksmith Jacket + .desc = {""} + +common-items-armor-blacksmith-hand = Blacksmith Gloves + .desc = {""} + +common-items-armor-blacksmith-hat = Blacksmith Hat + .desc = {""} + +common-items-armor-blacksmith-pants = Blacksmith Pants + .desc = {""} + +common-items-armor-leather_plate-helmet = Leather Plate Helmet + .desc = Leather adorned with steel for better protection. diff --git a/assets/voxygen/i18n/en/item/armor/bag.ftl b/assets/voxygen/i18n/en/item/armor/bag.ftl new file mode 100644 index 0000000000..07466ea043 --- /dev/null +++ b/assets/voxygen/i18n/en/item/armor/bag.ftl @@ -0,0 +1,43 @@ +armor-misc-back-backpack = Rugged Backpack + .desc = Keeps all your stuff together. + +armor-misc-bag-heavy_seabag = Heavy Seabag + .desc = Commonly used by sailors. + +armor-misc-bag-knitted_red_pouch = Knitted Red Pouch + .desc = A sizeable red bag with two pouches, made of wool and dye. + +armor-misc-bag-liana_kit = Liana Kit + .desc = Woven from dried lianas. + +armor-misc-bag-mindflayer_spellbag = Mindflayer Spellbag + .desc = + You can almost feel the Mindflayer's + evil presence flowing through the fabric. + +armor-misc-bag-reliable_backpack = Reliable Backpack + .desc = It will never give you up. + +armor-misc-bag-reliable_leather_pack = Reliable Leather Pack + .desc = It will never give you up. + +armor-misc-bag-soulkeeper_cursed = Cursed Soulkeeper + .desc = WIP. + +armor-misc-bag-soulkeeper_pure = Purified Soulkeeper + .desc = WIP. + +armor-misc-bag-sturdy_red_backpack = Sturdy Red Saddlebag + .desc = A truly reliable and sizeable bag, embroidered with amethyst and thick leather. + +armor-misc-bag-tiny_leather_pouch = Small Leather Pouch + .desc = A small reliable leather pouch. + +armor-misc-bag-tiny_red_pouch = Tiny Red Pouch + .desc = Made from multiple patches of dyed cloth. + +armor-misc-bag-troll_hide_pack = Trollhide Pack + .desc = Trolls were definitely hurt in the making of this. + +armor-misc-bag-woven_red_bag = Woven Red Bag + .desc = A moderately sized red bag. Although it still feels pretty cramped. diff --git a/assets/voxygen/i18n/en/item/armor/debug.ftl b/assets/voxygen/i18n/en/item/armor/debug.ftl new file mode 100644 index 0000000000..92ace08beb --- /dev/null +++ b/assets/voxygen/i18n/en/item/armor/debug.ftl @@ -0,0 +1,53 @@ +armor-tabard_admin = Admin's Tabard + .desc = With great power comes great responsibility. + +armor-misc-back-admin = Admin's Cape + .desc = + With great power comes + great responsibility. + +armor-tabard-admin_tabard = Admin's Tabard + .desc = + With great power comes + great responsibility. + +armor-misc-back-admin_back = Admin's Cape + .desc = + With great power comes + great responsibility. + +armor-misc-bag-admin_black_hole = Admin's Black Hole + .desc = They say it will fit anything. + +armor-velorite-back = Velorite Admin Cape + .desc = Where did I put my banhammer again? + +armor-velorite-belt = Velorite Belt + .desc = {""} + +armor-velorite-boots = Velorite Boots + .desc = {""} + +armor-velorite-chest = Velorite Chest + .desc = {""} + +armor-velorite-hands = Velorite Gloves + .desc = {""} + +armor-velorite-legs = Velorite Skirt + .desc = {""} + +armor-velorite-shoulder = Velorite Mantle + .desc = {""} + +common-items-testing-test_bag_18_slot = Test 18 slot bag + .desc = Used for unit tests do not delete. + +common-items-testing-test_bag_9_slot = Test 9 slot bag + .desc = Used for unit tests do not delete. + +common-items-testing-test_boots = Testing Boots + .desc = Hopefully this test doesn't break! + +common-items-weapons-empty-empty = Empty Item + .desc = This item may grant abilities, but is invisible. diff --git a/assets/voxygen/i18n/en/item/glider.ftl b/assets/voxygen/i18n/en/item/armor/glider.ftl similarity index 55% rename from assets/voxygen/i18n/en/item/glider.ftl rename to assets/voxygen/i18n/en/item/armor/glider.ftl index cb5aa55a6d..f6ca735fdf 100644 --- a/assets/voxygen/i18n/en/item/glider.ftl +++ b/assets/voxygen/i18n/en/item/armor/glider.ftl @@ -1,17 +1,3 @@ - -### Note to translators. -### Translating this will be *a lot* of work. Concentrate on what's important. -### We don't want you to burn out on 10% of this file and never want to -### contribute. -### -### These files were automatically generated for all possible items in code. -### Some of them are hidden from players, some are only possible to get via -### commands and some simply aren't used anywhere. -### -### Start with other files, translate them first and then maybe come back here. -### If you really want to translate items, start with some subset you know is -### actually used by players. - glider-basic_red = Red Cloth Glider .desc = A simple glider, but with a striking red color. @@ -21,35 +7,35 @@ glider-basic_white = Plain Cloth Glider glider-blue = Blue Falcon .desc = Sky colored. -glider-butterfly3 = Moonlit Love +glider-butterfly-moonlit_love = Moonlit Love .desc = Love is in the air. glider-cloverleaf = Cloverleaf .desc = Brings luck to its owner. Light-weight and cheap to make, and also very cute! glider-leaves = Leaves Glider - .desc = Soar among the trees + .desc = Soar among the trees. -glider-butterfly2 = Orange Monarch +glider-butterfly-orange_monarch = Orange Monarch .desc = The delicate wings flutter faintly. glider-moonrise = Aquatic Night .desc = The stars are beautiful tonight. -glider-butterfly1 = Blue Morpho +glider-butterfly-blue_morpho = Blue Morpho .desc = The delicate wings flutter faintly. glider-moth = Green Luna .desc = The delicate wings flutter faintly. glider-sandraptor = Sand Raptor Wings - .desc = Take flight with the wings of a thirsty predator + .desc = Take flight with the wings of a thirsty predator. glider-cultists = Skullgrin .desc = Death from above. glider-snowraptor = Snow Raptor Wings - .desc = Take flight with the wings of a cold-blooded predator + .desc = Take flight with the wings of a cold-blooded predator. glider-sunset = Horizon .desc = It isn't high noon. @@ -58,4 +44,4 @@ glider-winter_wings = Wings of Winter .desc = Sparkles brilliantly and cooly even under the warm sun. glider-woodraptor = Wood Raptor Wings - .desc = Take flight with the wings of a stealthy predator + .desc = Take flight with the wings of a stealthy predator. diff --git a/assets/voxygen/i18n/en/item/armor/lantern.ftl b/assets/voxygen/i18n/en/item/armor/lantern.ftl new file mode 100644 index 0000000000..63c3d974cc --- /dev/null +++ b/assets/voxygen/i18n/en/item/armor/lantern.ftl @@ -0,0 +1,23 @@ +lantern-magic_lantern = Magic Lantern + .desc = Illuminates even the darkest dungeon. A great monster was slain for this item. + +lantern-black = Black Lantern + .desc = Quite common due to popular use of budding adventurers! + +lantern-blue = Cool Blue Lantern + .desc = This lantern is surprisingly cold when lit. + +lantern-geode_purp = Purple Geode + .desc = Emits a calming glow, helps to calm your nerves. + +lantern-green = Lime Zest Lantern + .desc = It has an opening that could fit a ring... + +lantern-polaris = Polaris + .desc = Christmas Lantern. + +lantern-pumpkin = Eerie Pumpkin + .desc = Did it just blink?! + +lantern-red = Red Lantern + .desc = Caution: contents hot. diff --git a/assets/voxygen/i18n/en/item/armor/npc.ftl b/assets/voxygen/i18n/en/item/armor/npc.ftl new file mode 100644 index 0000000000..8fa4c86a97 --- /dev/null +++ b/assets/voxygen/i18n/en/item/armor/npc.ftl @@ -0,0 +1,557 @@ +common-items-npc_armor-pants-leather_blue = Blue Leather Guards + .desc = {""} + +common-items-npc_armor-pants-plate_red = Iron Legguards + .desc = Greaves forged from iron. + +common-items-npc_armor-quadruped_low-dagon = Dagon's Scales + .desc = Rigid enough to withstand the pressure of the deep ocean. + +common-items-npc_armor-quadruped_low-generic = Quad Low Generic + .desc = Scaly. + +common-items-npc_armor-quadruped_low-shell = Quad Low Shell + .desc = Shell. + +common-items-npc_armor-bird_large-phoenix = Phoenix Armor + .desc = The thickest feather you have ever seen! + +common-items-npc_armor-bird_large-wyvern = Wyvern Armor + .desc = Generic Protection. + +common-items-npc_armor-golem-claygolem = Clay Golem Armor + .desc = Worn by clay golem. + +common-items-npc_armor-golem-woodgolem = Wood Golem Armor + .desc = Yeet. + +common-items-npc_armor-golem-ancienteffigy = Ancient Effigy Armor + .desc = Worn by ancient effigy. + +common-items-npc_armor-golem-gravewarden = Grave Warden Armor + .desc = Worn by grave warden. + +common-items-npc_armor-biped_small-myrmidon-foot-hoplite = Myrmidon Hoplite + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-foot-marksman = Myrmidon Marksman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-foot-strategian = Myrmidon Strategian + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-head-hoplite = Myrmidon Hoplite + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-head-marksman = Myrmidon Marksman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-head-strategian = Myrmidon Strategian + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-pants-hoplite = Myrmidon Hoplite + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-pants-marksman = Myrmidon Marksman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-pants-strategian = Myrmidon Strategian + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-chest-hoplite = Myrmidon Hoplite + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-chest-marksman = Myrmidon Marksman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-chest-strategian = Myrmidon Strategian + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-hand-hoplite = Myrmidon Hoplite + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-hand-marksman = Myrmidon Marksman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-hand-strategian = Myrmidon Strategian + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-tail-hoplite = Myrmidon Hoplite + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-tail-marksman = Myrmidon Marksman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-myrmidon-tail-strategian = Myrmidon Strategian + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-foot-sniper = Sahagin Sniper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-foot-sorcerer = Sahagin Sorcerer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-foot-spearman = Sahagin Spearman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-head-sniper = Sahagin Sniper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-head-sorcerer = Sahagin Sorcerer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-head-spearman = Sahagin Spearman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-pants-sniper = Sahagin Sniper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-pants-sorcerer = Sahagin Sorcerer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-pants-spearman = Sahagin Spearman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-chest-sniper = Sahagin Sniper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-chest-sorcerer = Sahagin Sorcerer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-chest-spearman = Sahagin Spearman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-hand-sniper = Sahagin Sniper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-hand-sorcerer = Sahagin Sorcerer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-hand-spearman = Sahagin Spearman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-tail-sniper = Sahagin Sniper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-tail-sorcerer = Sahagin Sorcerer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-sahagin-tail-spearman = Sahagin Spearman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-foot-hunter = Adlet Hunter + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-foot-icepicker = Adlet Icepicker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-foot-tracker = Adlet Tracker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-head-hunter = Adlet Hunter + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-head-icepicker = Adlet Icepicker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-head-tracker = Adlet Tracker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-pants-hunter = Adlet Hunter + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-pants-icepicker = Adlet Icepicker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-pants-tracker = Adlet Tracker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-chest-hunter = Adlet Hunter + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-chest-icepicker = Adlet Icepicker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-chest-tracker = Adlet Tracker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-hand-hunter = Adlet Hunter + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-hand-icepicker = Adlet Icepicker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-hand-tracker = Adlet Tracker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-tail-hunter = Adlet Hunter + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-tail-icepicker = Adlet Icepicker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-adlet-tail-tracker = Adlet Tracker + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-foot-chieftain = Gnarling Chieftain + .desc = Only worn by the most spiritual of Gnarlings. + +common-items-npc_armor-biped_small-gnarling-foot-logger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-foot-mugger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-foot-stalker = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-head-chieftain = Gnarling Chieftain + .desc = Only worn by the most spiritual of Gnarlings. + +common-items-npc_armor-biped_small-gnarling-head-logger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-head-mugger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-head-stalker = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-pants-chieftain = Gnarling Chieftain + .desc = Only worn by the most spiritual of Gnarlings. + +common-items-npc_armor-biped_small-gnarling-pants-logger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-pants-mugger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-pants-stalker = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-chest-chieftain = Gnarling Chieftain + .desc = Only worn by the most spiritual of Gnarlings. + +common-items-npc_armor-biped_small-gnarling-chest-logger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-chest-mugger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-chest-stalker = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-hand-chieftain = Gnarling Chieftain + .desc = Only worn by the most spiritual of Gnarlings. + +common-items-npc_armor-biped_small-gnarling-hand-logger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-hand-mugger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-hand-stalker = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-tail-chieftain = Gnarling Chieftain + .desc = Only worn by the most spiritual of Gnarlings. + +common-items-npc_armor-biped_small-gnarling-tail-logger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-tail-mugger = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnarling-tail-stalker = Gnarling + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-kappa-foot-kappa = Kappa + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-kappa-head-kappa = Kappa + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-kappa-pants-kappa = Kappa + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-kappa-chest-kappa = Kappa + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-kappa-hand-kappa = Kappa + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-kappa-tail-kappa = Kappa + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-boreal-foot-warrior = Boreal Wrappings + .desc = The blistering cold makes it hard to move. + +common-items-npc_armor-biped_small-boreal-head-warrior = Boreal Helmet + .desc = Did somebody say...BRAINFREEZE?! + +common-items-npc_armor-biped_small-boreal-pants-warrior = Boreal Tunic + .desc = Colder than the climate it protects you from. + +common-items-npc_armor-biped_small-boreal-chest-warrior = Boreal Chestplate + .desc = So frigid that you can feel it in your heart. + +common-items-npc_armor-biped_small-boreal-hand-warrior = Boreal Gauntlets + .desc = Colder than the touch of death. + +common-items-npc_armor-biped_small-bushly-foot-bushly = Bushly + .desc = Plant Creature. + +common-items-npc_armor-biped_small-bushly-pants-bushly = Bushly + .desc = Plant Creature. + +common-items-npc_armor-biped_small-bushly-chest-bushly = Bushly + .desc = Plant Creature. + +common-items-npc_armor-biped_small-bushly-hand-bushly = Mandragora + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-clockwork-foot-clockwork = Clockwork Foot + .desc = Clockwork Foot. + +common-items-npc_armor-biped_small-clockwork-head-clockwork = Clockwork Head + .desc = Clockwork Head. + +common-items-npc_armor-biped_small-clockwork-pants-clockwork = Clockwork Pants + .desc = Clockwork Pants. + +common-items-npc_armor-biped_small-clockwork-chest-clockwork = Clockwork Chest + .desc = Clockwork Chest. + +common-items-npc_armor-biped_small-clockwork-hand-clockwork = Clockwork Hand + .desc = Clockwork Hand. + +common-items-npc_armor-biped_small-haniwa-foot-archer = Haniwa Archer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-foot-guard = Haniwa Guard + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-foot-soldier = Haniwa Soldier + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-head-archer = Haniwa Archer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-head-guard = Haniwa Guard + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-head-soldier = Haniwa Soldier + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-pants-archer = Haniwa Archer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-pants-guard = Haniwa Guard + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-pants-soldier = Haniwa Soldier + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-chest-archer = Haniwa Archer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-chest-guard = Haniwa Guard + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-chest-soldier = Haniwa Soldier + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-hand-archer = Haniwa Archer + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-hand-guard = Haniwa Guard + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-haniwa-hand-soldier = Haniwa Soldier + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-husk-foot-husk = Husk + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-husk-head-husk = Husk + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-husk-pants-husk = Husk + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-husk-chest-husk = Husk + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-husk-hand-husk = Husk + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-husk-tail-husk = Husk + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-flamekeeper-foot-flamekeeper = Flamekeeper Foot + .desc = Flamekeeper Foot. + +common-items-npc_armor-biped_small-flamekeeper-head-flamekeeper = Flamekeeper Head + .desc = Flamekeeper Head. + +common-items-npc_armor-biped_small-flamekeeper-pants-flamekeeper = Flamekeeper Pants + .desc = Flamekeeper Pants. + +common-items-npc_armor-biped_small-flamekeeper-chest-flamekeeper = Flamekeeper Chest + .desc = Flamekeeper Chest. + +common-items-npc_armor-biped_small-flamekeeper-hand-flamekeeper = Flamekeeper Hand + .desc = Flamekeeper Hand. + +common-items-npc_armor-biped_small-gnome-foot-gnome = Gnome + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnome-head-gnome = Gnome + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnome-pants-gnome = Gnome + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnome-chest-gnome = Gnome + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnome-hand-gnome = Gnome + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-mandragora-foot-mandragora = Mandragora + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-mandragora-pants-mandragora = Mandragora + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-mandragora-chest-mandragora = Mandragora + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-mandragora-hand-mandragora = Mandragora + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-mandragora-tail-mandragora = Mandragora + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-irrwurz-foot-irrwurz = Irrwurz + .desc = Plant Creature. + +common-items-npc_armor-biped_small-irrwurz-pants-irrwurz = Irrwurz + .desc = Plant Creature. + +common-items-npc_armor-biped_small-irrwurz-chest-irrwurz = Irrwurz + .desc = Plant Creature. + +common-items-npc_armor-biped_small-irrwurz-hand-irrwurz = Irrwurz + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-foot-rogue = Gnoll Rogue + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-foot-shaman = Gnoll Shaman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-foot-trapper = Gnoll Trapper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-head-rogue = Gnoll Rogue + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-head-shaman = Gnoll Shaman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-head-trapper = Gnoll Trapper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-pants-rogue = Gnoll Rogue + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-pants-shaman = Gnoll Shaman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-pants-trapper = Gnoll Trapper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-chest-rogue = Gnoll Rogue + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-chest-shaman = Gnoll Shaman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-chest-trapper = Gnoll Trapper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-hand-rogue = Gnoll Rogue + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-hand-shaman = Gnoll Shaman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-hand-trapper = Gnoll Trapper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-tail-rogue = Gnoll Rogue + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-tail-shaman = Gnoll Shaman + .desc = Ceremonial attire used by members. + +common-items-npc_armor-biped_small-gnoll-tail-trapper = Gnoll Trapper + .desc = Ceremonial attire used by members. + +common-items-npc_armor-chest-plate_red = Iron Chestplate + .desc = A chestplate forged from iron. + +common-items-npc_armor-arthropod-generic = Arthropod Armor + .desc = Worn by arthropods. + +common-items-npc_armor-quadruped_medium-frostfang = Frostfang's Thick Skin + .desc = Testing123. + +common-items-npc_armor-quadruped_medium-roshwalr = Roshwalr's Thick Skin + .desc = Testing123. + +common-items-npc_armor-quadruped_medium-claysteed = Claysteeds's Thick Skin + .desc = Testing123. + +common-items-npc_armor-theropod-rugged = Theropod Rugged + .desc = Stronk. + +common-items-npc_armor-biped_large-cyclops = Cyclops Armor + .desc = Made of mysteries. + +common-items-npc_armor-biped_large-dullahan = Dullahan Itself Armor + .desc = Made of It ownself. + +common-items-npc_armor-biped_large-generic = Generic Biped Large + .desc = Worn by bipeds. + +common-items-npc_armor-biped_large-gigas_frost = Frost Gigas Armor + .desc = The best defense is a good offense. + +common-items-npc_armor-biped_large-harvester = Harvester Shirt + .desc = Made of sunflowers. + +common-items-npc_armor-biped_large-mindflayer = Mindflayer Armor + .desc = Worn by mindflayer. + +common-items-npc_armor-biped_large-minotaur = Minotaur Armor + .desc = The best defense is a good offense. + +common-items-npc_armor-biped_large-tidal_warrior = Tidal Warrior Armor + .desc = Made of fish scales. + +common-items-npc_armor-biped_large-tursus = Tursus Skin + .desc = Born with it. + +common-items-npc_armor-biped_large-warlock = Giant Warlock Chest + .desc = Made of darkest silk. + +common-items-npc_armor-biped_large-warlord = Giant Warlord Chest + .desc = Made of darkest steel. + +common-items-npc_armor-biped_large-yeti = Yeti Hide + .desc = Strong as Yeti itself. + +common-items-npc_armor-biped_large-haniwageneral = Haniwa General Uniform + .desc = Has seen combat. diff --git a/assets/voxygen/i18n/en/item/items.ftl b/assets/voxygen/i18n/en/item/items.ftl deleted file mode 100644 index fa92e5f800..0000000000 --- a/assets/voxygen/i18n/en/item/items.ftl +++ /dev/null @@ -1,19 +0,0 @@ - -### Note to translators. -### Translating this will be *a lot* of work. Concentrate on what's important. -### We don't want you to burn out on 10% of this file and never want to -### contribute. -### -### These files were automatically generated for all possible items in code. -### Some of them are hidden from players, some are only possible to get via -### commands and some simply aren't used anywhere. -### -### Start with other files, translate them first and then maybe come back here. -### If you really want to translate items, start with some subset you know is -### actually used by players. - -object-key_quarry_keeper_goggle_left = Left Goggle-Glass - .desc = Looks like it could open a door... - -object-key_quarry_keeper_goggle_right = Right Goggle-Glass - .desc = Looks like it could open a door... diff --git a/assets/voxygen/i18n/en/item/sprite.ftl b/assets/voxygen/i18n/en/item/items/crafting.ftl similarity index 76% rename from assets/voxygen/i18n/en/item/sprite.ftl rename to assets/voxygen/i18n/en/item/items/crafting.ftl index 564f0f3a3d..81ded0d1d3 100644 --- a/assets/voxygen/i18n/en/item/sprite.ftl +++ b/assets/voxygen/i18n/en/item/items/crafting.ftl @@ -1,4 +1,3 @@ - ### Note to translators. ### Translating this will be *a lot* of work. Concentrate on what's important. ### We don't want you to burn out on 10% of this file and never want to @@ -12,206 +11,26 @@ ### If you really want to translate items, start with some subset you know is ### actually used by players. -sprite-crafting_ing-animal_misc-cyclops_eyeball = Cyclops Eye - .desc = Looks like it could open an ancient mechanism. - -sprite-carrot-carrot = Carrot - .desc = An orange root vegetable. They say it'll improve your vision! - -sprite-cabbage-cabbage = Lettuce - .desc = A vibrant green leafy vegetable. Lettuce make some salads! - -sprite-mushrooms-mushroom-10 = Mushroom - .desc = Hopefully this one is not poisonous - -sprite-food-salad_plain = Plain Salad - .desc = Literally just chopped lettuce. Does this even count as a salad? - -sprite-spore-corruption_spore = Spore of Corruption - .desc = - You feel an evil force pulsating within. - - It may be unwise to hold on to it for too long... - -sprite-tomato-tomato = Tomato - .desc = A red fruit. It's not actually a vegetable! - -sprite-food-salad_tomato = Tomato Salad - .desc = Leafy salad with some chopped, juicy tomatoes mixed in. - -sprite-food-meat-beast_large_cooked = Cooked Meat Slab - .desc = Medium Rare. - -sprite-food-meat-beast_large_raw = Raw Meat Slab - .desc = Chunk of beastly animal meat, best after cooking. - -sprite-food-meat-beast_small_cooked = Cooked Meat Sliver - .desc = Medium Rare. - -sprite-food-meat-beast_small_raw = Raw Meat Sliver - .desc = Small hunk of beastly animal meat, best after cooking. - -sprite-food-meat-bird_cooked = Cooked Bird Meat - .desc = Best enjoyed with one in each hand. - -sprite-food-meat-bird_large_cooked = Huge Cooked Drumstick - .desc = Makes for a legendary meal. - -sprite-food-meat-bird_large_raw = Huge Raw Drumstick - .desc = It's magnificent. - -sprite-food-meat-bird_raw = Raw Bird Meat - .desc = A hefty drumstick. - -sprite-food-meat-fish_cooked = Cooked Fish - .desc = A fresh cooked seafood steak. - -sprite-food-meat-fish_raw = Raw Fish - .desc = A steak chopped from a fish, best after cooking. - -sprite-food-meat-tough_cooked = Cooked Tough Meat - .desc = Tastes exotic. - -sprite-food-meat-tough_raw = Raw Tough Meat - .desc = Peculiar bit of meat, best after cooking. - sprite-grass-grass_long_5 = Long Grass .desc = Greener than an orc's snout. -sprite-mineral-stone-coal = Coal - .desc = A combustible black rock that happens to be really good at burning. - -sprite-mineral-ore-bloodstone = Bloodstone Ore - .desc = A deep red ore, it reminds you of blood. - -sprite-mineral-ore-coal = Coal - .desc = A dark, combustible energy source. - -sprite-mineral-ore-cobalt = Cobalt Ore - .desc = A blue, shiny ore. - -sprite-mineral-ore-copper = Copper Ore - .desc = A brown metal. Key part of bronze. - -sprite-mineral-ore-gold = Gold Ore - .desc = A precious yellow metal. - -sprite-mineral-ore-iron = Iron Ore - .desc = An incredibly common but incredibly versatile metal. - -sprite-mineral-ore-silver = Silver Ore - .desc = A precious shiny greyish-white metal. - -sprite-mineral-ore-tin = Tin Ore - .desc = A silvery metal. One of the components of bronze. - -sprite-velorite-velorite_ore = Velorite - .desc = A bizarre, oddly shimmering ore, its origin seems to be shrouded in mystery. - -sprite-velorite-velorite = Velorite Fragment - .desc = Small runes sparkle on its surface, though you don't know what it means. - -sprite-mineral-ingot-bloodsteel = Bloodsteel Ingot - .desc = - An alloy of bloodstone and iron, with a dark red color. - - This can be used when crafting metal weapons. - -sprite-mineral-ingot-bronze = Bronze Ingot - .desc = - A sturdy alloy made from combining copper and tin. - - This can be used when crafting metal weapons. - -sprite-mineral-ingot-cobalt = Cobalt Ingot - .desc = - A strikingly blue ingot. - - This can be used when crafting metal weapons. - -sprite-mineral-ingot-copper = Copper Ingot - .desc = An ingot with a unique brown color. - -sprite-mineral-ingot-gold = Gold Ingot - .desc = An ingot made of refined metallic gold. - -sprite-mineral-ingot-iron = Iron Ingot - .desc = - An incredibly commonplace metal. - - This can be used when crafting metal weapons. - -sprite-mineral-ingot-orichalcum = Orichalcum Ingot - .desc = - An ingot made of refined orichalcum. - - This can be used when crafting metal weapons. - -sprite-mineral-ingot-silver = Silver Ingot - .desc = An ingot made of refined metallic silver. - -sprite-mineral-ingot-steel = Steel Ingot - .desc = - An alloy of iron and coal that is much tougher than its components. - - This can be used when crafting metal weapons. - -sprite-mineral-ingot-tin = Tin Ingot - .desc = An ingot primarily used to make bronze. - -sprite-mineral-gem-amethystgem = Amethyst - .desc = A precious purple gem. - -sprite-mineral-gem-diamondgem = Diamond - .desc = A sparkling silver gem. - -sprite-mineral-gem-emeraldgem = Emerald - .desc = A vibrant viridian gem. - -sprite-mineral-gem-rubygem = Ruby - .desc = A superbly scarlet gem. - -sprite-mineral-gem-sapphiregem = Sapphire - .desc = A colorful cobalt gem. - -sprite-mineral-gem-topazgem = Topaz - .desc = An outstanding orange gem. - sprite-wood-item-bamboo = Bamboo - .desc = - A giant woody grass. - - This can be used when crafting wooden weapons. + .desc = A giant woody grass. This can be used when crafting wooden weapons. sprite-wood-item-eldwood = Eldwood Logs - .desc = - Old logs that emanate magic. - - This can be used when crafting wooden weapons. + .desc = Old logs that emanate magic. This can be used when crafting wooden weapons. sprite-wood-item-frostwood = Frostwood Logs - .desc = - Chilly wood that comes from cold biomes. Cold to the touch. - - This can be used when crafting wooden weapons. + .desc = Chilly wood that comes from cold biomes. Cold to the touch. This can be used when crafting wooden weapons. sprite-wood-item-hardwood = Hardwood Logs - .desc = - Extra thick and sturdy logs. - - This can be used when crafting wooden weapons. + .desc = Extra thick and sturdy logs. This can be used when crafting wooden weapons. sprite-wood-item-ironwood = Ironwood Logs - .desc = - A particularly sturdy wood. - - This can be used when crafting wooden weapons. + .desc = A particularly sturdy wood. This can be used when crafting wooden weapons. sprite-wood-item-wood = Wood Logs - .desc = - Regular, sturdy wooden logs. - - This can be used when crafting wooden weapons. + .desc = Regular, sturdy wooden logs. This can be used when crafting wooden weapons. sprite-crafting_ing-abyssal_heart = Abyssal Heart .desc = Source of Dagons Power. @@ -377,3 +196,154 @@ sprite-flowers-flax = Wild Flax sprite-flowers-yellow = Yellow Flower .desc = Glows like the sun. + +object-v-coin = Coins + .desc = Precious coins, can be exchanged for goods and services. + +object-collar = Collar + .desc = Tames neutral wild animals within 5 blocks + +object-training_dummy = Training Dummy + .desc = His name is William. Fire at will. + +object-mortar_pestle = Mortar and Pestle + .desc = Crushes and grinds things into a fine powder or paste. Needed to craft various items. + +object-sewing_set = Sewing Set + .desc = Used to craft various items. + +object-potion_empty = Empty Vial + .desc = A simple glass vial used for holding various fluids. + +object-glacial_crystal = Glacial Crystal + .desc = The purest form of ice, cold enough to cool lava. + +object-honey = Honey + .desc = Stolen from a beehive. Surely the bees won't be happy with this! + +object-glowing_remains = Glowing Remains + .desc = + Looted from an evil being. + + With some additional work it can surely be + brought back to its former glory... + +object-elegant_crest = Elegant Crest + .desc = + A flawless crest from some majestic creature. + + This can be used when crafting weapons. + +object-ice_shard = Icy Shard + .desc = Looted from a frosty creature. + +object-long_tusk = Long Tusk + .desc = + A pointy tusk from some beast. + + This can be used when crafting weapons. + +object-raptor_feather = Raptor Feather + .desc = A large colorful feather from a raptor. + +object-strong_pincer = Strong Pincer + .desc = + The pincer of some creature, it is very tough. + + This can be used when crafting weapons. + +sprite-mineral-ore-bloodstone = Bloodstone Ore + .desc = A deep red ore, it reminds you of blood. + +sprite-mineral-ore-coal = Coal + .desc = A dark, combustible energy source. + +sprite-mineral-ore-cobalt = Cobalt Ore + .desc = A blue, shiny ore. + +sprite-mineral-ore-copper = Copper Ore + .desc = A brown metal. Key part of bronze. + +sprite-mineral-ore-gold = Gold Ore + .desc = A precious yellow metal. + +sprite-mineral-ore-iron = Iron Ore + .desc = An incredibly common but incredibly versatile metal. + +sprite-mineral-ore-silver = Silver Ore + .desc = A precious shiny greyish-white metal. + +sprite-mineral-ore-tin = Tin Ore + .desc = A silvery metal. One of the components of bronze. + +sprite-velorite-velorite_ore = Velorite + .desc = A bizarre, oddly shimmering ore, its origin seems to be shrouded in mystery. + +sprite-velorite-velorite = Velorite Fragment + .desc = Small runes sparkle on its surface, though you don't know what it means. + +sprite-mineral-ingot-bloodsteel = Bloodsteel Ingot + .desc = + An alloy of bloodstone and iron, with a dark red color. + + This can be used when crafting metal weapons. + +sprite-mineral-ingot-bronze = Bronze Ingot + .desc = + A sturdy alloy made from combining copper and tin. + + This can be used when crafting metal weapons. + +sprite-mineral-ingot-cobalt = Cobalt Ingot + .desc = + A strikingly blue ingot. + + This can be used when crafting metal weapons. + +sprite-mineral-ingot-copper = Copper Ingot + .desc = An ingot with a unique brown color. + +sprite-mineral-ingot-gold = Gold Ingot + .desc = An ingot made of refined metallic gold. + +sprite-mineral-ingot-iron = Iron Ingot + .desc = + An incredibly commonplace metal. + + This can be used when crafting metal weapons. + +sprite-mineral-ingot-orichalcum = Orichalcum Ingot + .desc = + An ingot made of refined orichalcum. + + This can be used when crafting metal weapons. + +sprite-mineral-ingot-silver = Silver Ingot + .desc = An ingot made of refined metallic silver. + +sprite-mineral-ingot-steel = Steel Ingot + .desc = + An alloy of iron and coal that is much tougher than its components. + + This can be used when crafting metal weapons. + +sprite-mineral-ingot-tin = Tin Ingot + .desc = An ingot primarily used to make bronze. + +sprite-mineral-gem-amethystgem = Amethyst + .desc = A precious purple gem. + +sprite-mineral-gem-diamondgem = Diamond + .desc = A sparkling silver gem. + +sprite-mineral-gem-emeraldgem = Emerald + .desc = A vibrant viridian gem. + +sprite-mineral-gem-rubygem = Ruby + .desc = A superbly scarlet gem. + +sprite-mineral-gem-sapphiregem = Sapphire + .desc = A colorful cobalt gem. + +sprite-mineral-gem-topazgem = Topaz + .desc = An outstanding orange gem. diff --git a/assets/voxygen/i18n/en/item/items/debug.ftl b/assets/voxygen/i18n/en/item/items/debug.ftl new file mode 100644 index 0000000000..98c2be491a --- /dev/null +++ b/assets/voxygen/i18n/en/item/items/debug.ftl @@ -0,0 +1,2 @@ +object-item_cheese = Golden Cheese + .desc = They say gods eat it to get eternal youth. diff --git a/assets/voxygen/i18n/en/item/items/food.ftl b/assets/voxygen/i18n/en/item/items/food.ftl new file mode 100644 index 0000000000..fbfb0aa157 --- /dev/null +++ b/assets/voxygen/i18n/en/item/items/food.ftl @@ -0,0 +1,92 @@ +sprite-carrot-carrot = Carrot + .desc = An orange root vegetable. They say it'll improve your vision! + +sprite-cabbage-cabbage = Lettuce + .desc = A vibrant green leafy vegetable. Lettuce make some salads! + +sprite-mushrooms-mushroom-10 = Mushroom + .desc = Hopefully this one is not poisonous + +sprite-food-salad_plain = Plain Salad + .desc = Literally just chopped lettuce. Does this even count as a salad? + +sprite-tomato-tomato = Tomato + .desc = A red fruit. It's not actually a vegetable! + +sprite-food-salad_tomato = Tomato Salad + .desc = Leafy salad with some chopped, juicy tomatoes mixed in. + +sprite-food-meat-beast_large_cooked = Cooked Meat Slab + .desc = Medium Rare. + +sprite-food-meat-beast_large_raw = Raw Meat Slab + .desc = Chunk of beastly animal meat, best after cooking. + +sprite-food-meat-beast_small_cooked = Cooked Meat Sliver + .desc = Medium Rare. + +sprite-food-meat-beast_small_raw = Raw Meat Sliver + .desc = Small hunk of beastly animal meat, best after cooking. + +sprite-food-meat-bird_cooked = Cooked Bird Meat + .desc = Best enjoyed with one in each hand. + +sprite-food-meat-bird_large_cooked = Huge Cooked Drumstick + .desc = Makes for a legendary meal. + +sprite-food-meat-bird_large_raw = Huge Raw Drumstick + .desc = It's magnificent. + +sprite-food-meat-bird_raw = Raw Bird Meat + .desc = A hefty drumstick. + +sprite-food-meat-fish_cooked = Cooked Fish + .desc = A fresh cooked seafood steak. + +sprite-food-meat-fish_raw = Raw Fish + .desc = A steak chopped from a fish, best after cooking. + +sprite-food-meat-tough_cooked = Cooked Tough Meat + .desc = Tastes exotic. + +sprite-food-meat-tough_raw = Raw Tough Meat + .desc = Peculiar bit of meat, best after cooking. + +object-apple_half = Apple + .desc = Red and juicy + +object-mushroom_curry = Mushroom Curry + .desc = Who could say no to that? + +object-apple_stick = Apple Stick + .desc = The stick makes it easier to carry! + +object-blue_cheese = Blue Cheese + .desc = Pungent and filling + +object-cactus_drink = Cactus Colada + .desc = Giving you that special prickle. + +object-cheese = Dwarven Cheese + .desc = Made from goat milk from the finest dwarven produce. Aromatic and nutritious! + +object-coconut_half = Coconut + .desc = Reliable source of water and fat. Can often be found growing on palm trees. + +object-honeycorn = Honeycorn + .desc = Sweeet + +object-mushroom_stick = Mushroom Stick + .desc = Roasted mushrooms on a stick for easy carrying + +object-pumpkin_spice_brew = Pumpkin Spice Brew + .desc = Brewed from moldy pumpkins. + +object-sunflower_ice_tea = Sunflower Ice Tea + .desc = Brewed from freshly shelled sunflower seeds + +sprite-spore-corruption_spore = Spore of Corruption + .desc = + You feel an evil force pulsating within. + + It may be unwise to hold on to it for too long... \ No newline at end of file diff --git a/assets/voxygen/i18n/en/item/items/key.ftl b/assets/voxygen/i18n/en/item/items/key.ftl new file mode 100644 index 0000000000..f7845fa700 --- /dev/null +++ b/assets/voxygen/i18n/en/item/items/key.ftl @@ -0,0 +1,35 @@ +object-lockpick = Common Lockpick + .desc = Used to open common locks. Will break after use. + +object-key-bone = Bone Key + .desc = Used to open bone locks. Will break after use. + +object-key-glass = Glass Key + .desc = Used to open Glass Barriers. Will break after use. + +object-key-rusty = Rusty Tower Key + .desc = Smells like magic with a bit of... cheese? + +object-key-quarry-ancient = Ancient Key + .desc = If you are lucky it works one more time before breaking. + +object-key-quarry-backdoor = Backdoor Key + .desc = If you are lucky it works one more time before breaking. + +object-key-quarry-overseer = Overseer Key + .desc = If you are lucky it works one more time before breaking. + +object-key-quarry-smelting = Smelting Room Key + .desc = If you are lucky it works one more time before breaking. + +object-key-quarry-keeper_goggle_left = Left Goggle-Glass + .desc = Looks like it could open a door... + +object-key-quarry-keeper_goggle_right = Right Goggle-Glass + .desc = Looks like it could open a door... + +object-key-cyclops_eyeball = Cyclops Eye + .desc = Looks like it could open an ancient mechanism. + +object-key-haniwa = Haniwa Keystone + .desc = Used to open doors. Will break after use. diff --git a/assets/voxygen/i18n/en/item/items/nonexistent.ftl b/assets/voxygen/i18n/en/item/items/nonexistent.ftl new file mode 100644 index 0000000000..f070bab583 --- /dev/null +++ b/assets/voxygen/i18n/en/item/items/nonexistent.ftl @@ -0,0 +1,200 @@ +common-items-food-coltsfoot = Coltsfoot + .desc = A daisy-like flower often used in herbal teas. + +common-items-food-dandelion = Dandelion + .desc = A small, yellow flower. Uses the wind to spread its seeds. + +common-items-food-garlic = Garlic + .desc = Make sure to brush your teeth after eating. + +common-items-food-meat = Meat + .desc = Meat. The lifeblood of mankind. + +common-items-food-onion = Onion + .desc = A vegetable that's made the toughest men cry. + +common-items-food-sage = Sage + .desc = A herb commonly used in tea. + +common-items-tag_examples-cultist = Anything related to cultists + .desc = These items are a little creepy. + +common-items-grasses-medium = Medium Grass + .desc = Greener than an orc's snout. + +common-items-grasses-short = Short Grass + .desc = Greener than an orc's snout. + +common-items-boss_drops-exp_flask = Flask of Velorite Dust + .desc = Take with plenty of water. + +common-items-boss_drops-xp_potion = Potion of Skill + .desc = It doesn't seem to be doing anything... + +common-items-crafting_ing-rock = Rock + .desc = Made up of a bunch of different minerals, looks like it would hurt to get hit with. + +common-items-crafting_ing-animal_misc-bone = Thick Bone + .desc = A thick bone, it seems sturdy enough to craft with. + +common-items-crafting_ing-animal_misc-ember = Ember + .desc = A flicking ember left by a fiery creature. + +common-items-crafting_ing-animal_misc-feather = Feather + .desc = Feather from a bird. + +common-items-tag_examples-gnarling = Attire of the Gnarling tribes + .desc = Worn by Gnarlings and their Chieftains. + +common-items-flowers-blue = Blue Flower + .desc = Matches the color of the sky. + +common-items-flowers-pink = Pink Flower + .desc = Looks like a lollipop. + +common-items-flowers-white = White flower + .desc = Pure and precious. + +common-items-mineral-stone-basalt = Basalt + .desc = A dark volcanic rock, most volcanic rock tends to be basalt.. + +common-items-mineral-stone-granite = Granite + .desc = A light-colored igneous rock, coarse-grained and formed by intrusion. + +common-items-mineral-stone-obsidian = Obsidian + .desc = An igneous rock that comes from felsic lava, it never seems to dwindle. + +common-items-mineral-stone-coal = Coal + .desc = A combustible black rock that happens to be really good at burning. + +common-items-weapons-sceptre-belzeshrub = Belzeshrub the Broom God + .desc = 'Is it... alive?' + +common-items-tool-pickaxe_velorite = Velorite Pickaxe + .desc = Allows for swift excavation of any ore in sight. + +common-items-modular-weapon-primary-bow-bow = Bow Limbs + .desc = {""} + +common-items-modular-weapon-primary-bow-composite = Composite Bow Limbs + .desc = {""} + +common-items-modular-weapon-primary-bow-greatbow = Greatbow Limbs + .desc = {""} + +common-items-modular-weapon-primary-bow-longbow = Longbow Limbs + .desc = {""} + +common-items-modular-weapon-primary-bow-ornate = Ornate Bow Limbs + .desc = {""} + +common-items-modular-weapon-primary-bow-shortbow = Shortbow Limbs + .desc = {""} + +common-items-modular-weapon-primary-bow-warbow = Warbow Limbs + .desc = {""} + +common-items-modular-weapon-primary-axe-axe = Axe Head + .desc = {""} + +common-items-modular-weapon-primary-axe-battleaxe = Battleaxe Head + .desc = {""} + +common-items-modular-weapon-primary-axe-greataxe = Greataxe Head + .desc = {""} + +common-items-modular-weapon-primary-axe-jagged = Jagged Axe Head + .desc = {""} + +common-items-modular-weapon-primary-axe-labrys = Labrys Head + .desc = {""} + +common-items-modular-weapon-primary-axe-ornate = Ornate Axe Head + .desc = {""} + +common-items-modular-weapon-primary-axe-poleaxe = Poleaxe Head + .desc = {""} + +common-items-modular-weapon-primary-staff-brand = Brand Shaft + .desc = {""} + +common-items-modular-weapon-primary-staff-grandstaff = Grandstaff Shaft + .desc = {""} + +common-items-modular-weapon-primary-staff-longpole = Long Pole Shaft + .desc = {""} + +common-items-modular-weapon-primary-staff-ornate = Ornate Staff Shaft + .desc = {""} + +common-items-modular-weapon-primary-staff-pole = Pole Shaft + .desc = {""} + +common-items-modular-weapon-primary-staff-rod = Rod Shaft + .desc = {""} + +common-items-modular-weapon-primary-staff-staff = Staff Shaft + .desc = {""} + +common-items-modular-weapon-primary-sword-greatsword = Greatsword Blade + .desc = {""} + +common-items-modular-weapon-primary-sword-katana = Katana Blade + .desc = {""} + +common-items-modular-weapon-primary-sword-longsword = Longsword Blade + .desc = {""} + +common-items-modular-weapon-primary-sword-ornate = Ornate Sword Blade + .desc = {""} + +common-items-modular-weapon-primary-sword-sabre = Sabre Blade + .desc = {""} + +common-items-modular-weapon-primary-sword-sawblade = Sawblade + .desc = {""} + +common-items-modular-weapon-primary-sword-zweihander = Zweihander Blade + .desc = {""} + +common-items-modular-weapon-primary-sceptre-arbor = Arbor Shaft + .desc = {""} + +common-items-modular-weapon-primary-sceptre-cane = Cane Shaft + .desc = {""} + +common-items-modular-weapon-primary-sceptre-crook = Crook Shaft + .desc = {""} + +common-items-modular-weapon-primary-sceptre-crozier = Crozier Shaft + .desc = {""} + +common-items-modular-weapon-primary-sceptre-grandsceptre = Grandsceptre Shaft + .desc = {""} + +common-items-modular-weapon-primary-sceptre-ornate = Ornate Sceptre Shaft + .desc = {""} + +common-items-modular-weapon-primary-sceptre-sceptre = Sceptre Shaft + .desc = {""} + +common-items-modular-weapon-primary-hammer-greathammer = Greathammer Head + .desc = {""} + +common-items-modular-weapon-primary-hammer-greatmace = Greatmace Head + .desc = {""} + +common-items-modular-weapon-primary-hammer-hammer = Hammer Head + .desc = {""} + +common-items-modular-weapon-primary-hammer-maul = Maul Head + .desc = {""} + +common-items-modular-weapon-primary-hammer-ornate = Ornate Hammer Head + .desc = {""} + +common-items-modular-weapon-primary-hammer-spikedmace = Spiked Mace Head + .desc = {""} + +common-items-modular-weapon-primary-hammer-warhammer = Warhammer Head + .desc = {""} diff --git a/assets/voxygen/i18n/en/item/items/potion.ftl b/assets/voxygen/i18n/en/item/items/potion.ftl new file mode 100644 index 0000000000..6e4db6ca87 --- /dev/null +++ b/assets/voxygen/i18n/en/item/items/potion.ftl @@ -0,0 +1,29 @@ +object-potion_red = Potent Potion + .desc = A potent healing potion. + +object-curious_potion = Curious Potion + .desc = Wonder what this does... + +object-potion_agility = Potion of Agility + .desc = Fly, you fools! + +object-potion_big = Large Potion + .desc = Precious medicine, it makes for the largest rejuvenative flask yet. + +object-potion_combustion = Potion of Combustion + .desc = Sets the user ablaze + +object-potion_med = Medium Potion + .desc = An innovative invention from an apothecary, better than its smaller precursors. + +object-potion_minor = Minor Potion + .desc = A small potion concocted from apples and honey. + +object-burning_charm = Blazing Charm + .desc = Flame is your ally, harness its power to burn your foes. + +object-frozen_charm = Freezing Charm + .desc = Let your enemies feel the sting of cold as you freeze them in their tracks. + +object-lifesteal_charm = Siphon Charm + .desc = Siphon your target life and use it for your own. diff --git a/assets/voxygen/i18n/en/item/lantern.ftl b/assets/voxygen/i18n/en/item/lantern.ftl deleted file mode 100644 index de0223e10d..0000000000 --- a/assets/voxygen/i18n/en/item/lantern.ftl +++ /dev/null @@ -1,39 +0,0 @@ - -### Note to translators. -### Translating this will be *a lot* of work. Concentrate on what's important. -### We don't want you to burn out on 10% of this file and never want to -### contribute. -### -### These files were automatically generated for all possible items in code. -### Some of them are hidden from players, some are only possible to get via -### commands and some simply aren't used anywhere. -### -### Start with other files, translate them first and then maybe come back here. -### If you really want to translate items, start with some subset you know is -### actually used by players. - -lantern-magic_lantern = Magic Lantern - .desc = - Illuminates even the darkest dungeon - A great monster was slain for this item - -lantern-black-0 = Black Lantern - .desc = Quite common due to popular use of budding adventurers! - -lantern-blue-0 = Cool Blue Lantern - .desc = This lantern is surprisingly cold when lit. - -lantern-geode_purp = Purple Geode - .desc = Emits a calming glow, helps to calm your nerves. - -lantern-green-0 = Lime Zest Lantern - .desc = It has an opening that could fit a ring... - -lantern-polaris = Polaris - .desc = Christmas Lantern. - -lantern-pumpkin = Eerie Pumpkin - .desc = Did it just blink?! - -lantern-red-0 = Red Lantern - .desc = Caution: contents hot diff --git a/assets/voxygen/i18n/en/item/weapon/debug.ftl b/assets/voxygen/i18n/en/item/weapon/debug.ftl new file mode 100644 index 0000000000..a769fc3b4f --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/debug.ftl @@ -0,0 +1,8 @@ +weapon-tool-broom_belzeshrub_purple = Belzeshrub the Broom-God + .desc = You can hear him giggle whenever you hit the ground a bit too hard... + +weapon-sword-frost-admin_sword = Admin Greatsword + .desc = Shouldn't this be a hammer? + +weapon-bow-velorite-debug = Admin Velorite Bow + .desc = Infused with Velorite power. \ No newline at end of file diff --git a/assets/voxygen/i18n/en/item/weapon/modular.ftl b/assets/voxygen/i18n/en/item/weapon/modular.ftl new file mode 100644 index 0000000000..b0adf9e2f9 --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/modular.ftl @@ -0,0 +1,989 @@ +weapon-sword-greatsword-iron-2h = Iron Greatsword + .desc = {""} + +weapon-sword-katana-iron-2h = Iron Katana + .desc = {""} + +weapon-sword-katana-iron-1h = Iron Swiftblade + .desc = {""} + +weapon-sword-sawblade-iron-2h = Iron Sawblade + .desc = {""} + +weapon-sword-sawblade-iron-1h = Iron Sawback + .desc = {""} + +weapon-sword-sabre-iron-2h = Iron Sabre + .desc = {""} + +weapon-sword-sabre-iron-1h = Iron Scimitar + .desc = {""} + +weapon-sword-ornate-iron-2h = Iron Ornate Sword + .desc = {""} + +weapon-sword-ornate-iron-1h = Iron Rapier + .desc = {""} + +weapon-sword-longsword-iron-2h = Iron Longsword + .desc = {""} + +weapon-sword-longsword-iron-1h = Iron Shortsword + .desc = {""} + +weapon-sword-zweihander-iron-2h = Iron Zweihander + .desc = {""} + +weapon-bow-shortbow-wood = Wooden Shortbow + .desc = {""} + +weapon-bow-longbow-wood = Wooden Longbow + .desc = {""} + +weapon-bow-ornate-wood = Wooden Ornate Bow + .desc = {""} + +weapon-bow-greatbow-wood = Wooden Greatbow + .desc = {""} + +weapon-bow-composite-wood = Wooden Composite Bow + .desc = {""} + +weapon-bow-bow-wood = Wooden Bow + .desc = {""} + +weapon-bow-warbow-wood = Wooden Warbow + .desc = {""} + +weapon-hammer-maul-bronze-2h = Bronze Maul + .desc = {""} + +weapon-hammer-hammer-bronze-2h = Bronze Hammer + .desc = {""} + +weapon-hammer-hammer-bronze-1h = Bronze Club + .desc = {""} + +weapon-hammer-greatmace-bronze-2h = Bronze Greatmace + .desc = {""} + +weapon-hammer-spikedmace-bronze-2h = Bronze Spiked Mace + .desc = {""} + +weapon-hammer-spikedmace-bronze-1h = Bronze Mace + .desc = {""} + +weapon-hammer-greathammer-bronze-2h = Bronze Greathammer + .desc = {""} + +weapon-hammer-warhammer-bronze-2h = Bronze Warhammer + .desc = {""} + +weapon-hammer-warhammer-bronze-1h = Bronze Mallet + .desc = {""} + +weapon-hammer-ornate-bronze-2h = Bronze Ornate Hammer + .desc = {""} + +weapon-hammer-ornate-bronze-1h = Bronze Cudgel + .desc = {""} + +weapon-hammer-maul-bloodsteel-2h = Bloodsteel Maul + .desc = {""} + +weapon-hammer-greathammer-bloodsteel-2h = Bloodsteel Greathammer + .desc = {""} + +weapon-hammer-ornate-bloodsteel-2h = Bloodsteel Ornate Hammer + .desc = {""} + +weapon-hammer-ornate-bloodsteel-1h = Bloodsteel Cudgel + .desc = {""} + +weapon-hammer-hammer-bloodsteel-2h = Bloodsteel Hammer + .desc = {""} + +weapon-hammer-hammer-bloodsteel-1h = Bloodsteel Club + .desc = {""} + +weapon-hammer-spikedmace-bloodsteel-2h = Bloodsteel Spiked Mace + .desc = {""} + +weapon-hammer-spikedmace-bloodsteel-1h = Bloodsteel Mace + .desc = {""} + +weapon-hammer-greatmace-bloodsteel-2h = Bloodsteel Greatmace + .desc = {""} + +weapon-hammer-warhammer-bloodsteel-2h = Bloodsteel Warhammer + .desc = {""} + +weapon-hammer-warhammer-bloodsteel-1h = Bloodsteel Mallet + .desc = {""} + +weapon-sceptre-ornate-frostwood = Frostwood Ornate Sceptre + .desc = {""} + +weapon-sceptre-sceptre-frostwood = Frostwood Sceptre + .desc = {""} + +weapon-sceptre-crook-frostwood = Frostwood Crook + .desc = {""} + +weapon-sceptre-grandsceptre-frostwood = Frostwood Grandsceptre + .desc = {""} + +weapon-sceptre-cane-frostwood = Frostwood Cane + .desc = {""} + +weapon-sceptre-crozier-frostwood = Frostwood Crozier + .desc = {""} + +weapon-sceptre-arbor-frostwood = Frostwood Arbor + .desc = {""} + +weapon-bow-bow-eldwood = Eldwood Bow + .desc = {""} + +weapon-bow-warbow-eldwood = Eldwood Warbow + .desc = {""} + +weapon-bow-greatbow-eldwood = Eldwood Greatbow + .desc = {""} + +weapon-bow-ornate-eldwood = Eldwood Ornate Bow + .desc = {""} + +weapon-bow-longbow-eldwood = Eldwood Longbow + .desc = {""} + +weapon-bow-composite-eldwood = Eldwood Composite Bow + .desc = {""} + +weapon-bow-shortbow-eldwood = Eldwood Shortbow + .desc = {""} + +weapon-axe-axe-bloodsteel-2h = Bloodsteel Axe + .desc = {""} + +weapon-axe-axe-bloodsteel-1h = Bloodsteel Hatchet + .desc = {""} + +weapon-axe-ornate-bloodsteel-2h = Bloodsteel Ornate Axe + .desc = {""} + +weapon-axe-ornate-bloodsteel-1h = Bloodsteel Kilonda + .desc = {""} + +weapon-axe-jagged-bloodsteel-2h = Bloodsteel Jagged Axe + .desc = {""} + +weapon-axe-jagged-bloodsteel-1h = Bloodsteel Tomahawk + .desc = {""} + +weapon-axe-battleaxe-bloodsteel-2h = Bloodsteel Battleaxe + .desc = {""} + +weapon-axe-battleaxe-bloodsteel-1h = Bloodsteel Cleaver + .desc = {""} + +weapon-axe-greataxe-bloodsteel-2h = Bloodsteel Greataxe + .desc = {""} + +weapon-axe-labrys-bloodsteel-2h = Bloodsteel Labrys + .desc = {""} + +weapon-axe-poleaxe-bloodsteel-2h = Bloodsteel Poleaxe + .desc = {""} + +weapon-axe-poleaxe-cobalt-2h = Cobalt Poleaxe + .desc = {""} + +weapon-axe-jagged-cobalt-2h = Cobalt Jagged Axe + .desc = {""} + +weapon-axe-jagged-cobalt-1h = Cobalt Tomahawk + .desc = {""} + +weapon-axe-labrys-cobalt-2h = Cobalt Labrys + .desc = {""} + +weapon-axe-axe-cobalt-2h = Cobalt Axe + .desc = {""} + +weapon-axe-axe-cobalt-1h = Cobalt Hatchet + .desc = {""} + +weapon-axe-ornate-cobalt-2h = Cobalt Ornate Axe + .desc = {""} + +weapon-axe-ornate-cobalt-1h = Cobalt Kilonda + .desc = {""} + +weapon-axe-greataxe-cobalt-2h = Cobalt Greataxe + .desc = {""} + +weapon-axe-battleaxe-cobalt-2h = Cobalt Battleaxe + .desc = {""} + +weapon-axe-battleaxe-cobalt-1h = Cobalt Cleaver + .desc = {""} + +weapon-hammer-maul-iron-2h = Iron Maul + .desc = {""} + +weapon-hammer-ornate-iron-2h = Iron Ornate Hammer + .desc = {""} + +weapon-hammer-ornate-iron-1h = Iron Cudgel + .desc = {""} + +weapon-hammer-spikedmace-iron-2h = Iron Spiked Mace + .desc = {""} + +weapon-hammer-spikedmace-iron-1h = Iron Mace + .desc = {""} + +weapon-hammer-hammer-iron-2h = Iron Hammer + .desc = {""} + +weapon-hammer-hammer-iron-1h = Iron Club + .desc = {""} + +weapon-hammer-warhammer-iron-2h = Iron Warhammer + .desc = {""} + +weapon-hammer-warhammer-iron-1h = Iron Mallet + .desc = {""} + +weapon-hammer-greathammer-iron-2h = Iron Greathammer + .desc = {""} + +weapon-hammer-greatmace-iron-2h = Iron Greatmace + .desc = {""} + +weapon-sword-zweihander-steel-2h = Steel Zweihander + .desc = {""} + +weapon-sword-longsword-steel-2h = Steel Longsword + .desc = {""} + +weapon-sword-longsword-steel-1h = Steel Shortsword + .desc = {""} + +weapon-sword-katana-steel-2h = Steel Katana + .desc = {""} + +weapon-sword-katana-steel-1h = Steel Swiftblade + .desc = {""} + +weapon-sword-greatsword-steel-2h = Steel Greatsword + .desc = {""} + +weapon-sword-ornate-steel-2h = Steel Ornate Sword + .desc = {""} + +weapon-sword-ornate-steel-1h = Steel Rapier + .desc = {""} + +weapon-sword-sawblade-steel-2h = Steel Sawblade + .desc = {""} + +weapon-sword-sawblade-steel-1h = Steel Sawback + .desc = {""} + +weapon-sword-sabre-steel-2h = Steel Sabre + .desc = {""} + +weapon-sword-sabre-steel-1h = Steel Scimitar + .desc = {""} + +weapon-staff-grandstaff-hardwood = Hardwood Grandstaff + .desc = {""} + +weapon-staff-rod-hardwood = Hardwood Rod + .desc = {""} + +weapon-staff-brand-hardwood = Hardwood Brand + .desc = {""} + +weapon-staff-longpole-hardwood = Hardwood Longpole + .desc = {""} + +weapon-staff-staff-hardwood = Hardwood Staff + .desc = {""} + +weapon-staff-ornate-hardwood = Hardwood Ornate Staff + .desc = {""} + +weapon-staff-pole-hardwood = Hardwood Pole + .desc = {""} + +weapon-axe-ornate-orichalcum-2h = Orichalcum Ornate Axe + .desc = {""} + +weapon-axe-ornate-orichalcum-1h = Orichalcum Kilonda + .desc = {""} + +weapon-axe-jagged-orichalcum-2h = Orichalcum Jagged Axe + .desc = {""} + +weapon-axe-jagged-orichalcum-1h = Orichalcum Tomahawk + .desc = {""} + +weapon-axe-axe-orichalcum-2h = Orichalcum Axe + .desc = {""} + +weapon-axe-axe-orichalcum-1h = Orichalcum Hatchet + .desc = {""} + +weapon-axe-battleaxe-orichalcum-2h = Orichalcum Battleaxe + .desc = {""} + +weapon-axe-battleaxe-orichalcum-1h = Orichalcum Cleaver + .desc = {""} + +weapon-axe-greataxe-orichalcum-2h = Orichalcum Greataxe + .desc = {""} + +weapon-axe-poleaxe-orichalcum-2h = Orichalcum Poleaxe + .desc = {""} + +weapon-axe-labrys-orichalcum-2h = Orichalcum Labrys + .desc = {""} + +weapon-bow-greatbow-bamboo = Bamboo Greatbow + .desc = {""} + +weapon-bow-longbow-bamboo = Bamboo Longbow + .desc = {""} + +weapon-bow-composite-bamboo = Bamboo Composite Bow + .desc = {""} + +weapon-bow-ornate-bamboo = Bamboo Ornate Bow + .desc = {""} + +weapon-bow-shortbow-bamboo = Bamboo Shortbow + .desc = {""} + +weapon-bow-bow-bamboo = Bamboo Bow + .desc = {""} + +weapon-bow-warbow-bamboo = Bamboo Warbow + .desc = {""} + +weapon-bow-ornate-frostwood = Frostwood Ornate Bow + .desc = {""} + +weapon-bow-composite-frostwood = Frostwood Composite Bow + .desc = {""} + +weapon-bow-warbow-frostwood = Frostwood Warbow + .desc = {""} + +weapon-bow-shortbow-frostwood = Frostwood Shortbow + .desc = {""} + +weapon-bow-longbow-frostwood = Frostwood Longbow + .desc = {""} + +weapon-bow-bow-frostwood = Frostwood Bow + .desc = {""} + +weapon-bow-greatbow-frostwood = Frostwood Greatbow + .desc = {""} + +weapon-staff-ornate-frostwood = Frostwood Ornate Staff + .desc = {""} + +weapon-staff-pole-frostwood = Frostwood Pole + .desc = {""} + +weapon-staff-longpole-frostwood = Frostwood Longpole + .desc = {""} + +weapon-staff-grandstaff-frostwood = Frostwood Grandstaff + .desc = {""} + +weapon-staff-rod-frostwood = Frostwood Rod + .desc = {""} + +weapon-staff-staff-frostwood = Frostwood Staff + .desc = {""} + +weapon-staff-brand-frostwood = Frostwood Brand + .desc = {""} + +weapon-bow-greatbow-hardwood = Hardwood Greatbow + .desc = {""} + +weapon-bow-warbow-hardwood = Hardwood Warbow + .desc = {""} + +weapon-bow-shortbow-hardwood = Hardwood Shortbow + .desc = {""} + +weapon-bow-bow-hardwood = Hardwood Bow + .desc = {""} + +weapon-bow-composite-hardwood = Hardwood Composite Bow + .desc = {""} + +weapon-bow-ornate-hardwood = Hardwood Ornate Bow + .desc = {""} + +weapon-bow-longbow-hardwood = Hardwood Longbow + .desc = {""} + +weapon-sceptre-cane-ironwood = Ironwood Cane + .desc = {""} + +weapon-sceptre-ornate-ironwood = Ironwood Ornate Sceptre + .desc = {""} + +weapon-sceptre-grandsceptre-ironwood = Ironwood Grandsceptre + .desc = {""} + +weapon-sceptre-arbor-ironwood = Ironwood Arbor + .desc = {""} + +weapon-sceptre-crozier-ironwood = Ironwood Crozier + .desc = {""} + +weapon-sceptre-crook-ironwood = Ironwood Crook + .desc = {""} + +weapon-sceptre-sceptre-ironwood = Ironwood Sceptre + .desc = {""} + +weapon-axe-greataxe-iron-2h = Iron Greataxe + .desc = {""} + +weapon-axe-jagged-iron-2h = Iron Jagged Axe + .desc = {""} + +weapon-axe-jagged-iron-1h = Iron Tomahawk + .desc = {""} + +weapon-axe-battleaxe-iron-2h = Iron Battleaxe + .desc = {""} + +weapon-axe-battleaxe-iron-1h = Iron Cleaver + .desc = {""} + +weapon-axe-labrys-iron-2h = Iron Labrys + .desc = {""} + +weapon-axe-axe-iron-2h = Iron Axe + .desc = {""} + +weapon-axe-axe-iron-1h = Iron Hatchet + .desc = {""} + +weapon-axe-ornate-iron-2h = Iron Ornate Axe + .desc = {""} + +weapon-axe-ornate-iron-1h = Iron Kilonda + .desc = {""} + +weapon-axe-poleaxe-iron-2h = Iron Poleaxe + .desc = {""} + +weapon-axe-greataxe-steel-2h = Steel Greataxe + .desc = {""} + +weapon-axe-ornate-steel-2h = Steel Ornate Axe + .desc = {""} + +weapon-axe-ornate-steel-1h = Steel Kilonda + .desc = {""} + +weapon-axe-jagged-steel-2h = Steel Jagged Axe + .desc = {""} + +weapon-axe-jagged-steel-1h = Steel Tomahawk + .desc = {""} + +weapon-axe-battleaxe-steel-2h = Steel Battleaxe + .desc = {""} + +weapon-axe-battleaxe-steel-1h = Steel Cleaver + .desc = {""} + +weapon-axe-poleaxe-steel-2h = Steel Poleaxe + .desc = {""} + +weapon-axe-labrys-steel-2h = Steel Labrys + .desc = {""} + +weapon-axe-axe-steel-2h = Steel Axe + .desc = {""} + +weapon-axe-axe-steel-1h = Steel Hatchet + .desc = {""} + +weapon-sword-longsword-bronze-2h = Bronze Longsword + .desc = {""} + +weapon-sword-longsword-bronze-1h = Bronze Shortsword + .desc = {""} + +weapon-sword-zweihander-bronze-2h = Bronze Zweihander + .desc = {""} + +weapon-sword-greatsword-bronze-2h = Bronze Greatsword + .desc = {""} + +weapon-sword-katana-bronze-2h = Bronze Katana + .desc = {""} + +weapon-sword-katana-bronze-1h = Bronze Swiftblade + .desc = {""} + +weapon-sword-sabre-bronze-2h = Bronze Sabre + .desc = {""} + +weapon-sword-sabre-bronze-1h = Bronze Scimitar + .desc = {""} + +weapon-sword-ornate-bronze-2h = Bronze Ornate Sword + .desc = {""} + +weapon-sword-ornate-bronze-1h = Bronze Rapier + .desc = {""} + +weapon-sword-sawblade-bronze-2h = Bronze Sawblade + .desc = {""} + +weapon-sword-sawblade-bronze-1h = Bronze Sawback + .desc = {""} + +weapon-sceptre-crozier-wood = Wooden Crozier + .desc = {""} + +weapon-sceptre-sceptre-wood = Wooden Sceptre + .desc = {""} + +weapon-sceptre-cane-wood = Wooden Cane + .desc = {""} + +weapon-sceptre-ornate-wood = Wooden Ornate Sceptre + .desc = {""} + +weapon-sceptre-arbor-wood = Wooden Arbor + .desc = {""} + +weapon-sceptre-crook-wood = Wooden Crook + .desc = {""} + +weapon-sceptre-grandsceptre-wood = Wooden Grandsceptre + .desc = {""} + +weapon-staff-brand-bamboo = Bamboo Brand + .desc = {""} + +weapon-staff-grandstaff-bamboo = Bamboo Grandstaff + .desc = {""} + +weapon-staff-pole-bamboo = Bamboo Pole + .desc = {""} + +weapon-staff-staff-bamboo = Bamboo Staff + .desc = {""} + +weapon-staff-rod-bamboo = Bamboo Rod + .desc = {""} + +weapon-staff-longpole-bamboo = Bamboo Longpole + .desc = {""} + +weapon-staff-ornate-bamboo = Bamboo Ornate Staff + .desc = {""} + +weapon-hammer-warhammer-orichalcum-2h = Orichalcum Warhammer + .desc = {""} + +weapon-hammer-warhammer-orichalcum-1h = Orichalcum Mallet + .desc = {""} + +weapon-hammer-greathammer-orichalcum-2h = Orichalcum Greathammer + .desc = {""} + +weapon-hammer-greatmace-orichalcum-2h = Orichalcum Greatmace + .desc = {""} + +weapon-hammer-hammer-orichalcum-2h = Orichalcum Hammer + .desc = {""} + +weapon-hammer-hammer-orichalcum-1h = Orichalcum Club + .desc = {""} + +weapon-hammer-spikedmace-orichalcum-2h = Orichalcum Spiked Mace + .desc = {""} + +weapon-hammer-spikedmace-orichalcum-1h = Orichalcum Mace + .desc = {""} + +weapon-hammer-ornate-orichalcum-2h = Orichalcum Ornate Hammer + .desc = {""} + +weapon-hammer-ornate-orichalcum-1h = Orichalcum Cudgel + .desc = {""} + +weapon-hammer-maul-orichalcum-2h = Orichalcum Maul + .desc = {""} + +weapon-bow-shortbow-ironwood = Ironwood Shortbow + .desc = {""} + +weapon-bow-greatbow-ironwood = Ironwood Greatbow + .desc = {""} + +weapon-bow-ornate-ironwood = Ironwood Ornate Bow + .desc = {""} + +weapon-bow-longbow-ironwood = Ironwood Longbow + .desc = {""} + +weapon-bow-warbow-ironwood = Ironwood Warbow + .desc = {""} + +weapon-bow-composite-ironwood = Ironwood Composite Bow + .desc = {""} + +weapon-bow-bow-ironwood = Ironwood Bow + .desc = {""} + +weapon-hammer-ornate-cobalt-2h = Cobalt Ornate Hammer + .desc = {""} + +weapon-hammer-ornate-cobalt-1h = Cobalt Cudgel + .desc = {""} + +weapon-hammer-hammer-cobalt-2h = Cobalt Hammer + .desc = {""} + +weapon-hammer-hammer-cobalt-1h = Cobalt Club + .desc = {""} + +weapon-hammer-greatmace-cobalt-2h = Cobalt Greatmace + .desc = {""} + +weapon-hammer-spikedmace-cobalt-2h = Cobalt Spiked Mace + .desc = {""} + +weapon-hammer-spikedmace-cobalt-1h = Cobalt Mace + .desc = {""} + +weapon-hammer-greathammer-cobalt-2h = Cobalt Greathammer + .desc = {""} + +weapon-hammer-maul-cobalt-2h = Cobalt Maul + .desc = {""} + +weapon-hammer-warhammer-cobalt-2h = Cobalt Warhammer + .desc = {""} + +weapon-hammer-warhammer-cobalt-1h = Cobalt Mallet + .desc = {""} + +weapon-staff-ornate-wood = Wooden Ornate Staff + .desc = {""} + +weapon-staff-pole-wood = Wooden Pole + .desc = {""} + +weapon-staff-rod-wood = Wooden Rod + .desc = {""} + +weapon-staff-brand-wood = Wooden Brand + .desc = {""} + +weapon-staff-grandstaff-wood = Wooden Grandstaff + .desc = {""} + +weapon-staff-staff-wood = Wooden Staff + .desc = {""} + +weapon-staff-longpole-wood = Wooden Longpole + .desc = {""} + +weapon-hammer-ornate-steel-2h = Steel Ornate Hammer + .desc = {""} + +weapon-hammer-ornate-steel-1h = Steel Cudgel + .desc = {""} + +weapon-hammer-hammer-steel-2h = Steel Hammer + .desc = {""} + +weapon-hammer-hammer-steel-1h = Steel Club + .desc = {""} + +weapon-hammer-greathammer-steel-2h = Steel Greathammer + .desc = {""} + +weapon-hammer-spikedmace-steel-2h = Steel Spiked Mace + .desc = {""} + +weapon-hammer-spikedmace-steel-1h = Steel Mace + .desc = {""} + +weapon-hammer-greatmace-steel-2h = Steel Greatmace + .desc = {""} + +weapon-hammer-maul-steel-2h = Steel Maul + .desc = {""} + +weapon-hammer-warhammer-steel-2h = Steel Warhammer + .desc = {""} + +weapon-hammer-warhammer-steel-1h = Steel Mallet + .desc = {""} + +weapon-sceptre-grandsceptre-bamboo = Bamboo Grandsceptre + .desc = {""} + +weapon-sceptre-cane-bamboo = Bamboo Cane + .desc = {""} + +weapon-sceptre-crozier-bamboo = Bamboo Crozier + .desc = {""} + +weapon-sceptre-crook-bamboo = Bamboo Crook + .desc = {""} + +weapon-sceptre-sceptre-bamboo = Bamboo Sceptre + .desc = {""} + +weapon-sceptre-arbor-bamboo = Bamboo Arbor + .desc = {""} + +weapon-sceptre-ornate-bamboo = Bamboo Ornate Sceptre + .desc = {""} + +weapon-staff-grandstaff-ironwood = Ironwood Grandstaff + .desc = {""} + +weapon-staff-rod-ironwood = Ironwood Rod + .desc = {""} + +weapon-staff-brand-ironwood = Ironwood Brand + .desc = {""} + +weapon-staff-longpole-ironwood = Ironwood Longpole + .desc = {""} + +weapon-staff-staff-ironwood = Ironwood Staff + .desc = {""} + +weapon-staff-pole-ironwood = Ironwood Pole + .desc = {""} + +weapon-staff-ornate-ironwood = Ironwood Ornate Staff + .desc = {""} + +weapon-staff-ornate-eldwood = Eldwood Ornate Staff + .desc = {""} + +weapon-staff-longpole-eldwood = Eldwood Longpole + .desc = {""} + +weapon-staff-rod-eldwood = Eldwood Rod + .desc = {""} + +weapon-staff-pole-eldwood = Eldwood Pole + .desc = {""} + +weapon-staff-staff-eldwood = Eldwood Staff + .desc = {""} + +weapon-staff-brand-eldwood = Eldwood Brand + .desc = {""} + +weapon-staff-grandstaff-eldwood = Eldwood Grandstaff + .desc = {""} + +weapon-sceptre-arbor-eldwood = Eldwood Arbor + .desc = {""} + +weapon-sceptre-crook-eldwood = Eldwood Crook + .desc = {""} + +weapon-sceptre-crozier-eldwood = Eldwood Crozier + .desc = {""} + +weapon-sceptre-cane-eldwood = Eldwood Cane + .desc = {""} + +weapon-sceptre-grandsceptre-eldwood = Eldwood Grandsceptre + .desc = {""} + +weapon-sceptre-ornate-eldwood = Eldwood Ornate Sceptre + .desc = {""} + +weapon-sceptre-sceptre-eldwood = Eldwood Sceptre + .desc = {""} + +weapon-sword-sabre-bloodsteel-2h = Bloodsteel Sabre + .desc = {""} + +weapon-sword-sabre-bloodsteel-1h = Bloodsteel Scimitar + .desc = {""} + +weapon-sword-zweihander-bloodsteel-2h = Bloodsteel Zweihander + .desc = {""} + +weapon-sword-greatsword-bloodsteel-2h = Bloodsteel Greatsword + .desc = {""} + +weapon-sword-katana-bloodsteel-2h = Bloodsteel Katana + .desc = {""} + +weapon-sword-katana-bloodsteel-1h = Bloodsteel Swiftblade + .desc = {""} + +weapon-sword-longsword-bloodsteel-2h = Bloodsteel Longsword + .desc = {""} + +weapon-sword-longsword-bloodsteel-1h = Bloodsteel Shortsword + .desc = {""} + +weapon-sword-ornate-bloodsteel-2h = Bloodsteel Ornate Sword + .desc = {""} + +weapon-sword-ornate-bloodsteel-1h = Bloodsteel Rapier + .desc = {""} + +weapon-sword-sawblade-bloodsteel-2h = Bloodsteel Sawblade + .desc = {""} + +weapon-sword-sawblade-bloodsteel-1h = Bloodsteel Sawback + .desc = {""} + +weapon-sword-sabre-orichalcum-2h = Orichalcum Sabre + .desc = {""} + +weapon-sword-sabre-orichalcum-1h = Orichalcum Scimitar + .desc = {""} + +weapon-sword-greatsword-orichalcum-2h = Orichalcum Greatsword + .desc = {""} + +weapon-sword-sawblade-orichalcum-2h = Orichalcum Sawblade + .desc = {""} + +weapon-sword-sawblade-orichalcum-1h = Orichalcum Sawback + .desc = {""} + +weapon-sword-longsword-orichalcum-2h = Orichalcum Longsword + .desc = {""} + +weapon-sword-longsword-orichalcum-1h = Orichalcum Shortsword + .desc = {""} + +weapon-sword-katana-orichalcum-2h = Orichalcum Katana + .desc = {""} + +weapon-sword-katana-orichalcum-1h = Orichalcum Swiftblade + .desc = {""} + +weapon-sword-zweihander-orichalcum-2h = Orichalcum Zweihander + .desc = {""} + +weapon-sword-ornate-orichalcum-2h = Orichalcum Ornate Sword + .desc = {""} + +weapon-sword-ornate-orichalcum-1h = Orichalcum Rapier + .desc = {""} + +weapon-axe-poleaxe-bronze-2h = Bronze Poleaxe + .desc = {""} + +weapon-axe-ornate-bronze-2h = Bronze Ornate Axe + .desc = {""} + +weapon-axe-ornate-bronze-1h = Bronze Kilonda + .desc = {""} + +weapon-axe-labrys-bronze-2h = Bronze Labrys + .desc = {""} + +weapon-axe-battleaxe-bronze-2h = Bronze Battleaxe + .desc = {""} + +weapon-axe-battleaxe-bronze-1h = Bronze Cleaver + .desc = {""} + +weapon-axe-axe-bronze-2h = Bronze Axe + .desc = {""} + +weapon-axe-axe-bronze-1h = Bronze Hatchet + .desc = {""} + +weapon-axe-jagged-bronze-2h = Bronze Jagged Axe + .desc = {""} + +weapon-axe-jagged-bronze-1h = Bronze Tomahawk + .desc = {""} + +weapon-axe-greataxe-bronze-2h = Bronze Greataxe + .desc = {""} + +weapon-sceptre-sceptre-hardwood = Hardwood Sceptre + .desc = {""} + +weapon-sceptre-cane-hardwood = Hardwood Cane + .desc = {""} + +weapon-sceptre-arbor-hardwood = Hardwood Arbor + .desc = {""} + +weapon-sceptre-crozier-hardwood = Hardwood Crozier + .desc = {""} + +weapon-sceptre-ornate-hardwood = Hardwood Ornate Sceptre + .desc = {""} + +weapon-sceptre-crook-hardwood = Hardwood Crook + .desc = {""} + +weapon-sceptre-grandsceptre-hardwood = Hardwood Grandsceptre + .desc = {""} + +weapon-sword-longsword-cobalt-2h = Cobalt Longsword + .desc = {""} + +weapon-sword-longsword-cobalt-1h = Cobalt Shortsword + .desc = {""} + +weapon-sword-sawblade-cobalt-2h = Cobalt Sawblade + .desc = {""} + +weapon-sword-sawblade-cobalt-1h = Cobalt Sawback + .desc = {""} + +weapon-sword-greatsword-cobalt-2h = Cobalt Greatsword + .desc = {""} + +weapon-sword-katana-cobalt-2h = Cobalt Katana + .desc = {""} + +weapon-sword-katana-cobalt-1h = Cobalt Swiftblade + .desc = {""} + +weapon-sword-zweihander-cobalt-2h = Cobalt Zweihander + .desc = {""} + +weapon-sword-ornate-cobalt-2h = Cobalt Ornate Sword + .desc = {""} + +weapon-sword-ornate-cobalt-1h = Cobalt Rapier + .desc = {""} + +weapon-sword-sabre-cobalt-2h = Cobalt Sabre + .desc = {""} + +weapon-sword-sabre-cobalt-1h = Cobalt Scimitar + .desc = {""} diff --git a/assets/voxygen/i18n/en/item/weapon/musical_instrument.ftl b/assets/voxygen/i18n/en/item/weapon/musical_instrument.ftl new file mode 100644 index 0000000000..3df8d23644 --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/musical_instrument.ftl @@ -0,0 +1,44 @@ +weapon-tool-wooden_bass = Double Bass + .desc = Wooden Bass. + +weapon-tool-wooden_flute = Flute + .desc = Wooden Flute. + +weapon-tool-glass_flute = Glass Flute + .desc = What's the Cardinal doing with it? + +weapon-tool-wooden_guitar = Guitar + .desc = Wooden Guitar. + +weapon-tool-black_velvet_guitar = Dark Guitar + .desc = Sounds edgy. + +weapon-tool-icy_talharpa = Icy Talharpa + .desc = Icy Talharpa. + +weapon-tool-wooden_kalimba = Kalimba + .desc = Wooden Kalimba. + +weapon-tool-wooden_lute = Lute + .desc = Wooden Lute. + +weapon-tool-wooden_lyre = Lyre + .desc = Wooden Lyre. + +weapon-tool-melodica = Melodica + .desc = Wooden Melodica. + +weapon-tool-wooden_sitar = Sitar + .desc = Wooden Sitar. + +weapon-tool-washboard = Washboard + .desc = Washboard. + +weapon-tool-wildskin_drum = Wildskin Drum + .desc = one, two, you know what to do! + +weapon-tool-steeldrum = Steeldrum + .desc = Steeldrum. + +weapon-tool-shamisen = Shamisen + .desc = Shamisen. diff --git a/assets/voxygen/i18n/en/item/weapon/npc.ftl b/assets/voxygen/i18n/en/item/weapon/npc.ftl new file mode 100644 index 0000000000..0442aa50e3 --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/npc.ftl @@ -0,0 +1,362 @@ +common-items-npc_weapons-biped_small-mandragora = Mandragora + .desc = Testing + +common-items-npc_weapons-biped_small-myrmidon-hoplite = Hoplite Spear + .desc = {""} + +common-items-npc_weapons-biped_small-myrmidon-marksman = Marksman Bow + .desc = {""} + +common-items-npc_weapons-biped_small-myrmidon-strategian = Strategian Axe + .desc = {""} + +common-items-npc_weapons-biped_small-sahagin-sniper = Sniper Bow + .desc = {""} + +common-items-npc_weapons-biped_small-sahagin-sorcerer = Sorcerer Staff + .desc = {""} + +common-items-npc_weapons-biped_small-sahagin-spearman = Spearman Spear + .desc = {""} + +common-items-npc_weapons-biped_small-adlet-hunter = Hunter Spear + .desc = {""} + +common-items-npc_weapons-biped_small-adlet-icepicker = Icepicker Pick + .desc = {""} + +common-items-npc_weapons-biped_small-adlet-tracker = Tracker Bow + .desc = {""} + +common-items-npc_weapons-biped_small-gnarling-chieftain = Chieftain Staff + .desc = {""} + +common-items-npc_weapons-biped_small-gnarling-greentotem = Gnarling Green Totem + .desc = Yeet + +common-items-npc_weapons-biped_small-gnarling-logger = Logger Axe + .desc = {""} + +common-items-npc_weapons-biped_small-gnarling-mugger = Mugger Dagger + .desc = {""} + +common-items-npc_weapons-biped_small-gnarling-redtotem = Gnarling Red Totem + .desc = Yeet + +common-items-npc_weapons-biped_small-gnarling-stalker = Stalker Blowgun + .desc = {""} + +common-items-npc_weapons-biped_small-gnarling-whitetotem = Gnarling White Totem + .desc = Yeet + +common-items-npc_weapons-biped_small-boreal-bow = Boreal Bow + .desc = {""} + +common-items-npc_weapons-biped_small-boreal-hammer = Boreal Hammer + .desc = {""} + +common-items-npc_weapons-biped_small-haniwa-archer = Archer Bow + .desc = {""} + +common-items-npc_weapons-biped_small-haniwa-guard = Guard Spear + .desc = {""} + +common-items-npc_weapons-biped_small-haniwa-soldier = Soldier Sword + .desc = {""} + +common-items-npc_weapons-bow-bipedlarge-velorite = Giant Velorite Bow + .desc = Infused with Velorite power. + +common-items-npc_weapons-bow-saurok_bow = Saurok bow + .desc = Placeholder + +common-items-npc_weapons-axe-gigas_frost_axe = Frost Gigas Axe + .desc = Placeholder + +common-items-npc_weapons-axe-minotaur_axe = Minotaur Axe + .desc = Placeholder + +common-items-npc_weapons-axe-oni_blue_axe = Blue Oni Axe + .desc = Placeholder + +common-items-npc_weapons-staff-bipedlarge-cultist = Giant Cultist Staff + .desc = The fire gives off no heat. + +common-items-npc_weapons-staff-mindflayer_staff = Mindflayer Staff + .desc = Placeholder + +common-items-npc_weapons-staff-ogre_staff = Ogre Staff + .desc = Placeholder + +common-items-npc_weapons-staff-saurok_staff = Saurok Staff + .desc = Placeholder + +common-items-npc_weapons-sword-adlet_elder_sword = Adlet Elder Sword + .desc = Placeholder + +common-items-npc_weapons-sword-bipedlarge-cultist = Giant Cultist Greatsword + .desc = This belonged to an evil Cult Leader. + +common-items-npc_weapons-sword-dullahan_sword = Dullahan Sword + .desc = Placeholder + +common-items-npc_weapons-sword-pickaxe_velorite_sword = Velorite Pickaxe + .desc = {""} + +common-items-npc_weapons-sword-saurok_sword = Saurok Sword + .desc = Placeholder + +common-items-npc_weapons-sword-haniwa_general_sword = Haniwa General Sword + .desc = Placeholder + +common-items-npc_weapons-unique-akhlut = Quad Med Basic + .desc = testing123 + +common-items-npc_weapons-unique-asp = Asp + .desc = testing123 + +common-items-npc_weapons-unique-basilisk = Basilisk + .desc = testing123 + +common-items-npc_weapons-unique-beast_claws = Beast Claws + .desc = Was attached to a beast. + +common-items-npc_weapons-unique-birdlargebasic = Bird Large Basic + .desc = testing123 + +common-items-npc_weapons-unique-birdlargebreathe = Bird Large Breathe + .desc = testing123 + +common-items-npc_weapons-unique-birdlargefire = Bird Large Fire + .desc = Fiery touch of a mighty aerial beast + +common-items-npc_weapons-unique-birdmediumbasic = Bird Medium Basic + .desc = BiteBiteBite!!! FightFightFight!!! + +common-items-npc_weapons-unique-bushly = Starter Grace + .desc = Fret not, newbies shant cry. + +common-items-npc_weapons-unique-cardinal = Caduceus + .desc = The snakes seem to be alive + +common-items-npc_weapons-unique-clay_golem_fist = Clay Golem Fists + .desc = Yeet. + +common-items-npc_weapons-unique-clockwork = Clockwork + .desc = testing123 + +common-items-npc_weapons-unique-cloudwyvern = Cloud Wyvern + .desc = testing123 + +common-items-npc_weapons-unique-coral_golem_fist = Coral Golem Fists + .desc = Yeet + +common-items-npc_weapons-unique-crab_pincer = Crab Pincer + .desc = testing123 + +common-items-npc_weapons-unique-dagon = Dagon Kit + .desc = Ocean Power! + +common-items-npc_weapons-unique-deadwood = Deadwood + .desc = testing123 + +common-items-npc_weapons-unique-driggle = Starter Grace + .desc = Fret not, newbies shant cry. + +common-items-npc_weapons-unique-emberfly = Starter Grace + .desc = Fret not, newbies shant cry. + +common-items-npc_weapons-unique-fiery_tornado = FieryTornado + .desc = Fiery Tornado weapon + +common-items-npc_weapons-unique-flamekeeper_staff = Flamekeeper Staff + .desc = Flamekeeper Staff + +common-items-npc_weapons-unique-flamethrower = Flamethrower + .desc = Throwing Flames + +common-items-npc_weapons-unique-flamewyvern = Flame Wyvern + .desc = testing123 + +common-items-npc_weapons-unique-frostfang = Frostfang + .desc = testing123 + +common-items-npc_weapons-unique-frostwyvern = Frost Wyvern + .desc = testing123 + +common-items-npc_weapons-unique-haniwa_sentry = Haniwa Sentry + .desc = Rotating turret weapon + +common-items-npc_weapons-unique-hermit_alligator = Hermit Alligator Teeth + .desc = Grrr! + +common-items-npc_weapons-unique-husk = Husk + .desc = testing123 + +common-items-npc_weapons-unique-husk_brute = Husk Brute + .desc = testing123 + +common-items-npc_weapons-unique-icedrake = Ice Drake + .desc = testing123 + +common-items-npc_weapons-unique-irrwurz = Starter Grace + .desc = Fret not, newbies shant cry. + +common-items-npc_weapons-unique-maneater = Maneater + .desc = testing123 + +common-items-npc_weapons-unique-mossysnail = Starter Grace + .desc = Fret not, newbies shant cry. + +common-items-npc_weapons-unique-organ = Organ Aura + .desc = Motivational Tune + +common-items-npc_weapons-unique-quadlowbasic = Quad Low Basic + .desc = testing123 + +common-items-npc_weapons-unique-quadlowbeam = Quad Small Beam + .desc = testing123 + +common-items-npc_weapons-unique-quadlowbreathe = Quad Low Breathe + .desc = testing123 + +common-items-npc_weapons-unique-quadlowquick = Quad Low Quick + .desc = testing123 + +common-items-npc_weapons-unique-quadlowtail = Quad Low Tail + .desc = testing123 + +common-items-npc_weapons-unique-quadmedbasic = Quad Med Basic + .desc = testing123 + +common-items-npc_weapons-unique-quadmedbasicgentle = Quad Med Basic + .desc = testing123 + +common-items-npc_weapons-unique-quadmedcharge = Quad Med Charge + .desc = testing123 + +common-items-npc_weapons-unique-quadmedhoof = Quad Med Hoof + .desc = testing123 + +common-items-npc_weapons-unique-quadmedjump = Quad Med Jump + .desc = testing123 + +common-items-npc_weapons-unique-quadmedquick = Quad Med Quick + .desc = testing123 + +common-items-npc_weapons-unique-quadsmallbasic = Quad Small Basic + .desc = testing123 + +common-items-npc_weapons-unique-roshwalr = Roshwalr + .desc = testing123 + +common-items-npc_weapons-unique-sea_bishop_sceptre = Sea Bishop Sceptre + .desc = Hits like a wave. + +common-items-npc_weapons-unique-seawyvern = Sea Wyvern + .desc = testing123 + +common-items-npc_weapons-unique-simpleflyingbasic = Simple Flying Melee + .desc = I believe I can fly!!!!! + +common-items-npc_weapons-unique-stone_golems_fist = Stone Golem's Fist + .desc = Was attached to a mighty stone golem. + +common-items-npc_weapons-unique-theropodbasic = Theropod Basic + .desc = testing123 + +common-items-npc_weapons-unique-theropodbird = Theropod Bird + .desc = testing123 + +common-items-npc_weapons-unique-theropodcharge = Theropod Charge + .desc = testing123 + +common-items-npc_weapons-unique-theropodsmall = Theropod Small + .desc = testing123 + +common-items-npc_weapons-unique-tidal_claws = Tidal Claws + .desc = Snip snap + +common-items-npc_weapons-unique-tidal_totem = Tidal Totem + .desc = Yeet + +common-items-npc_weapons-unique-tornado = Tornado + .desc = Tornado weapon + +common-items-npc_weapons-unique-treantsapling = Starter Grace + .desc = Fret not, newbies shant cry. + +common-items-npc_weapons-unique-turret = Turret + .desc = Turret weapon + +common-items-npc_weapons-unique-tursus_claws = Tursus Claws + .desc = Was attached to a beast. + +common-items-npc_weapons-unique-wealdwyvern = Weald Wyvern + .desc = testing123 + +common-items-npc_weapons-unique-wendigo_magic = Wendigo Magic + .desc = spook. + +common-items-npc_weapons-unique-wood_golem_fist = Wood Golem Fists + .desc = Yeet + +common-items-npc_weapons-unique-ancient_effigy_eyes = Ancient Effigy Eyes + .desc = testing123 + +common-items-npc_weapons-unique-claysteed = Claysteed Hoof + .desc = testing123 + +common-items-npc_weapons-unique-gravewarden_fist = Gravewarden Fist + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-antlion = Antlion + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-blackwidow = Black Widow + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-cavespider = Cave Spider + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-dagonite = Dagonite + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-hornbeetle = Horn Beetle + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-leafbeetle = Leaf Beetle + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-mosscrawler = Moss Crawler + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-tarantula = Tarantula + .desc = testing123 + +common-items-npc_weapons-unique-arthropods-weevil = Weevil + .desc = testing123 + +common-items-npc_weapons-hammer-bipedlarge-cultist = Giant Cultist Warhammer + .desc = This belonged to an evil Cult Leader. + +common-items-npc_weapons-hammer-cyclops_hammer = Cyclops Hammer + .desc = Placeholder + +common-items-npc_weapons-hammer-harvester_scythe = Harvester Sythe + .desc = Placeholder + +common-items-npc_weapons-hammer-ogre_hammer = Ogre Hammer + .desc = Placeholder + +common-items-npc_weapons-hammer-oni_red_hammer = Red Oni Hammer + .desc = Placeholder + +common-items-npc_weapons-hammer-troll_hammer = Troll Hammer + .desc = Placeholder + +common-items-npc_weapons-hammer-wendigo_hammer = Wendigo Hammer + .desc = Placeholder + +common-items-npc_weapons-hammer-yeti_hammer = Yeti Hammer + .desc = Placeholder diff --git a/assets/voxygen/i18n/en/item/weapon/primary_component.ftl b/assets/voxygen/i18n/en/item/weapon/primary_component.ftl new file mode 100644 index 0000000000..73b95d8f51 --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/primary_component.ftl @@ -0,0 +1,810 @@ +weapon-component-bow-grip-long = Long Bow Grip + .desc = {""} + +weapon-component-bow-grip-medium = Medium Bow Grip + .desc = {""} + +weapon-component-bow-grip-short = Short Bow Grip + .desc = {""} + +weapon-component-axe-haft-long = Long Axe Haft + .desc = {""} + +weapon-component-axe-haft-medium = Medium Axe Haft + .desc = {""} + +weapon-component-axe-haft-short = Short Axe Haft + .desc = {""} + +weapon-component-staff-core-heavy = Heavy Pyrocore + .desc = {""} + +weapon-component-staff-core-light = Light Pyrocore + .desc = {""} + +weapon-component-staff-core-medium = Pyrocore + .desc = {""} + +weapon-component-sword-hilt-long = Long Sword Hilt + .desc = {""} + +weapon-component-sword-hilt-medium = Medium Sword Hilt + .desc = {""} + +weapon-component-sword-hilt-short = Short Sword Hilt + .desc = {""} + +weapon-component-sceptre-core-heavy = Heavy Biocore + .desc = {""} + +weapon-component-sceptre-core-light = Light Biocore + .desc = {""} + +weapon-component-sceptre-core-medium = Biocore + .desc = {""} + +weapon-component-hammer-shaft-long = Long Hammer Haft + .desc = {""} + +weapon-component-hammer-shaft-medium = Medium Hammer Haft + .desc = {""} + +weapon-component-hammer-shaft-short = Short Hammer Haft + .desc = {""} + +weapon-component-sword-greatsword-iron = Iron Greatsword Blade + .desc = {""} + +weapon-component-sword-katana-iron = Iron Katana Blade + .desc = {""} + +weapon-component-sword-sawblade-iron = Iron Sawblade + .desc = {""} + +weapon-component-sword-sabre-iron = Iron Sabre Blade + .desc = {""} + +weapon-component-sword-ornate-iron = Iron Ornate Sword Blade + .desc = {""} + +weapon-component-sword-longsword-iron = Iron Longsword Blade + .desc = {""} + +weapon-component-sword-zweihander-iron = Iron Zweihander Blade + .desc = {""} + +weapon-component-bow-shortbow-wood = Wooden Shortbow Limbs + .desc = {""} + +weapon-component-bow-longbow-wood = Wooden Longbow Limbs + .desc = {""} + +weapon-component-bow-ornate-wood = Wooden Ornate Bow Limbs + .desc = {""} + +weapon-component-bow-greatbow-wood = Wooden Greatbow Limbs + .desc = {""} + +weapon-component-bow-composite-wood = Wooden Composite Bow Limbs + .desc = {""} + +weapon-component-bow-bow-wood = Wooden Bow Limbs + .desc = {""} + +weapon-component-bow-warbow-wood = Wooden Warbow Limbs + .desc = {""} + +weapon-component-hammer-maul-bronze = Bronze Maul Head + .desc = {""} + +weapon-component-hammer-hammer-bronze = Bronze Hammer Head + .desc = {""} + +weapon-component-hammer-greatmace-bronze = Bronze Greatmace Head + .desc = {""} + +weapon-component-hammer-spikedmace-bronze = Bronze Spiked Mace Head + .desc = {""} + +weapon-component-hammer-greathammer-bronze = Bronze Greathammer Head + .desc = {""} + +weapon-component-hammer-warhammer-bronze = Bronze Warhammer Head + .desc = {""} + +weapon-component-hammer-ornate-bronze = Bronze Ornate Hammer Head + .desc = {""} + +weapon-component-hammer-maul-bloodsteel = Bloodsteel Maul Head + .desc = {""} + +weapon-component-hammer-greathammer-bloodsteel = Bloodsteel Greathammer Head + .desc = {""} + +weapon-component-hammer-ornate-bloodsteel = Bloodsteel Ornate Hammer Head + .desc = {""} + +weapon-component-hammer-hammer-bloodsteel = Bloodsteel Hammer Head + .desc = {""} + +weapon-component-hammer-spikedmace-bloodsteel = Bloodsteel Spiked Mace Head + .desc = {""} + +weapon-component-hammer-greatmace-bloodsteel = Bloodsteel Greatmace Head + .desc = {""} + +weapon-component-hammer-warhammer-bloodsteel = Bloodsteel Warhammer Head + .desc = {""} + +weapon-component-sceptre-ornate-frostwood = Frostwood Ornate Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-sceptre-frostwood = Frostwood Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-crook-frostwood = Frostwood Crook Shaft + .desc = {""} + +weapon-component-sceptre-grandsceptre-frostwood = Frostwood Grandsceptre Shaft + .desc = {""} + +weapon-component-sceptre-cane-frostwood = Frostwood Cane Shaft + .desc = {""} + +weapon-component-sceptre-crozier-frostwood = Frostwood Crozier Shaft + .desc = {""} + +weapon-component-sceptre-arbor-frostwood = Frostwood Arbor Shaft + .desc = {""} + +weapon-component-bow-bow-eldwood = Eldwood Bow Limbs + .desc = {""} + +weapon-component-bow-warbow-eldwood = Eldwood Warbow Limbs + .desc = {""} + +weapon-component-bow-greatbow-eldwood = Eldwood Greatbow Limbs + .desc = {""} + +weapon-component-bow-ornate-eldwood = Eldwood Ornate Bow Limbs + .desc = {""} + +weapon-component-bow-longbow-eldwood = Eldwood Longbow Limbs + .desc = {""} + +weapon-component-bow-composite-eldwood = Eldwood Composite Bow Limbs + .desc = {""} + +weapon-component-bow-shortbow-eldwood = Eldwood Shortbow Limbs + .desc = {""} + +weapon-component-axe-axe-bloodsteel = Bloodsteel Axe Head + .desc = {""} + +weapon-component-axe-ornate-bloodsteel = Bloodsteel Ornate Axe Head + .desc = {""} + +weapon-component-axe-jagged-bloodsteel = Bloodsteel Jagged Axe Head + .desc = {""} + +weapon-component-axe-battleaxe-bloodsteel = Bloodsteel Battleaxe Head + .desc = {""} + +weapon-component-axe-greataxe-bloodsteel = Bloodsteel Greataxe Head + .desc = {""} + +weapon-component-axe-labrys-bloodsteel = Bloodsteel Labrys Head + .desc = {""} + +weapon-component-axe-poleaxe-bloodsteel = Bloodsteel Poleaxe Head + .desc = {""} + +weapon-component-axe-poleaxe-cobalt = Cobalt Poleaxe Head + .desc = {""} + +weapon-component-axe-jagged-cobalt = Cobalt Jagged Axe Head + .desc = {""} + +weapon-component-axe-labrys-cobalt = Cobalt Labrys Head + .desc = {""} + +weapon-component-axe-axe-cobalt = Cobalt Axe Head + .desc = {""} + +weapon-component-axe-ornate-cobalt = Cobalt Ornate Axe Head + .desc = {""} + +weapon-component-axe-greataxe-cobalt = Cobalt Greataxe Head + .desc = {""} + +weapon-component-axe-battleaxe-cobalt = Cobalt Battleaxe Head + .desc = {""} + +weapon-component-hammer-maul-iron = Iron Maul Head + .desc = {""} + +weapon-component-hammer-ornate-iron = Iron Ornate Hammer Head + .desc = {""} + +weapon-component-hammer-spikedmace-iron = Iron Spiked Mace Head + .desc = {""} + +weapon-component-hammer-hammer-iron = Iron Hammer Head + .desc = {""} + +weapon-component-hammer-warhammer-iron = Iron Warhammer Head + .desc = {""} + +weapon-component-hammer-greathammer-iron = Iron Greathammer Head + .desc = {""} + +weapon-component-hammer-greatmace-iron = Iron Greatmace Head + .desc = {""} + +weapon-component-sword-zweihander-steel = Steel Zweihander Blade + .desc = {""} + +weapon-component-sword-longsword-steel = Steel Longsword Blade + .desc = {""} + +weapon-component-sword-katana-steel = Steel Katana Blade + .desc = {""} + +weapon-component-sword-greatsword-steel = Steel Greatsword Blade + .desc = {""} + +weapon-component-sword-ornate-steel = Steel Ornate Sword Blade + .desc = {""} + +weapon-component-sword-sawblade-steel = Steel Sawblade + .desc = {""} + +weapon-component-sword-sabre-steel = Steel Sabre Blade + .desc = {""} + +weapon-component-staff-grandstaff-hardwood = Hardwood Grandstaff Shaft + .desc = {""} + +weapon-component-staff-rod-hardwood = Hardwood Rod Shaft + .desc = {""} + +weapon-component-staff-brand-hardwood = Hardwood Brand Shaft + .desc = {""} + +weapon-component-staff-longpole-hardwood = Hardwood Long Pole Shaft + .desc = {""} + +weapon-component-staff-staff-hardwood = Hardwood Staff Shaft + .desc = {""} + +weapon-component-staff-ornate-hardwood = Hardwood Ornate Staff Shaft + .desc = {""} + +weapon-component-staff-pole-hardwood = Hardwood Pole Shaft + .desc = {""} + +weapon-component-axe-ornate-orichalcum = Orichalcum Ornate Axe Head + .desc = {""} + +weapon-component-axe-jagged-orichalcum = Orichalcum Jagged Axe Head + .desc = {""} + +weapon-component-axe-axe-orichalcum = Orichalcum Axe Head + .desc = {""} + +weapon-component-axe-battleaxe-orichalcum = Orichalcum Battleaxe Head + .desc = {""} + +weapon-component-axe-greataxe-orichalcum = Orichalcum Greataxe Head + .desc = {""} + +weapon-component-axe-poleaxe-orichalcum = Orichalcum Poleaxe Head + .desc = {""} + +weapon-component-axe-labrys-orichalcum = Orichalcum Labrys Head + .desc = {""} + +weapon-component-bow-greatbow-bamboo = Bamboo Greatbow Limbs + .desc = {""} + +weapon-component-bow-longbow-bamboo = Bamboo Longbow Limbs + .desc = {""} + +weapon-component-bow-composite-bamboo = Bamboo Composite Bow Limbs + .desc = {""} + +weapon-component-bow-ornate-bamboo = Bamboo Ornate Bow Limbs + .desc = {""} + +weapon-component-bow-shortbow-bamboo = Bamboo Shortbow Limbs + .desc = {""} + +weapon-component-bow-bow-bamboo = Bamboo Bow Limbs + .desc = {""} + +weapon-component-bow-warbow-bamboo = Bamboo Warbow Limbs + .desc = {""} + +weapon-component-bow-ornate-frostwood = Frostwood Ornate Bow Limbs + .desc = {""} + +weapon-component-bow-composite-frostwood = Frostwood Composite Bow Limbs + .desc = {""} + +weapon-component-bow-warbow-frostwood = Frostwood Warbow Limbs + .desc = {""} + +weapon-component-bow-shortbow-frostwood = Frostwood Shortbow Limbs + .desc = {""} + +weapon-component-bow-longbow-frostwood = Frostwood Longbow Limbs + .desc = {""} + +weapon-component-bow-bow-frostwood = Frostwood Bow Limbs + .desc = {""} + +weapon-component-bow-greatbow-frostwood = Frostwood Greatbow Limbs + .desc = {""} + +weapon-component-staff-ornate-frostwood = Frostwood Ornate Staff Shaft + .desc = {""} + +weapon-component-staff-pole-frostwood = Frostwood Pole Shaft + .desc = {""} + +weapon-component-staff-longpole-frostwood = Frostwood Long Pole Shaft + .desc = {""} + +weapon-component-staff-grandstaff-frostwood = Frostwood Grandstaff Shaft + .desc = {""} + +weapon-component-staff-rod-frostwood = Frostwood Rod Shaft + .desc = {""} + +weapon-component-staff-staff-frostwood = Frostwood Staff Shaft + .desc = {""} + +weapon-component-staff-brand-frostwood = Frostwood Brand Shaft + .desc = {""} + +weapon-component-bow-greatbow-hardwood = Hardwood Greatbow Limbs + .desc = {""} + +weapon-component-bow-warbow-hardwood = Hardwood Warbow Limbs + .desc = {""} + +weapon-component-bow-shortbow-hardwood = Hardwood Shortbow Limbs + .desc = {""} + +weapon-component-bow-bow-hardwood = Hardwood Bow Limbs + .desc = {""} + +weapon-component-bow-composite-hardwood = Hardwood Composite Bow Limbs + .desc = {""} + +weapon-component-bow-ornate-hardwood = Hardwood Ornate Bow Limbs + .desc = {""} + +weapon-component-bow-longbow-hardwood = Hardwood Longbow Limbs + .desc = {""} + +weapon-component-sceptre-cane-ironwood = Ironwood Cane Shaft + .desc = {""} + +weapon-component-sceptre-ornate-ironwood = Ironwood Ornate Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-grandsceptre-ironwood = Ironwood Grandsceptre Shaft + .desc = {""} + +weapon-component-sceptre-arbor-ironwood = Ironwood Arbor Shaft + .desc = {""} + +weapon-component-sceptre-crozier-ironwood = Ironwood Crozier Shaft + .desc = {""} + +weapon-component-sceptre-crook-ironwood = Ironwood Crook Shaft + .desc = {""} + +weapon-component-sceptre-sceptre-ironwood = Ironwood Sceptre Shaft + .desc = {""} + +weapon-component-axe-greataxe-iron = Iron Greataxe Head + .desc = {""} + +weapon-component-axe-jagged-iron = Iron Jagged Axe Head + .desc = {""} + +weapon-component-axe-battleaxe-iron = Iron Battleaxe Head + .desc = {""} + +weapon-component-axe-labrys-iron = Iron Labrys Head + .desc = {""} + +weapon-component-axe-axe-iron = Iron Axe Head + .desc = {""} + +weapon-component-axe-ornate-iron = Iron Ornate Axe Head + .desc = {""} + +weapon-component-axe-poleaxe-iron = Iron Poleaxe Head + .desc = {""} + +weapon-component-axe-greataxe-steel = Steel Greataxe Head + .desc = {""} + +weapon-component-axe-ornate-steel = Steel Ornate Axe Head + .desc = {""} + +weapon-component-axe-jagged-steel = Steel Jagged Axe Head + .desc = {""} + +weapon-component-axe-battleaxe-steel = Steel Battleaxe Head + .desc = {""} + +weapon-component-axe-poleaxe-steel = Steel Poleaxe Head + .desc = {""} + +weapon-component-axe-labrys-steel = Steel Labrys Head + .desc = {""} + +weapon-component-axe-axe-steel = Steel Axe Head + .desc = {""} + +weapon-component-sword-longsword-bronze = Bronze Longsword Blade + .desc = {""} + +weapon-component-sword-zweihander-bronze = Bronze Zweihander Blade + .desc = {""} + +weapon-component-sword-greatsword-bronze = Bronze Greatsword Blade + .desc = {""} + +weapon-component-sword-katana-bronze = Bronze Katana Blade + .desc = {""} + +weapon-component-sword-sabre-bronze = Bronze Sabre Blade + .desc = {""} + +weapon-component-sword-ornate-bronze = Bronze Ornate Sword Blade + .desc = {""} + +weapon-component-sword-sawblade-bronze = Bronze Sawblade + .desc = {""} + +weapon-component-sceptre-crozier-wood = Wooden Crozier Shaft + .desc = {""} + +weapon-component-sceptre-sceptre-wood = Wooden Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-cane-wood = Wooden Cane Shaft + .desc = {""} + +weapon-component-sceptre-ornate-wood = Wooden Ornate Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-arbor-wood = Wooden Arbor Shaft + .desc = {""} + +weapon-component-sceptre-crook-wood = Wooden Crook Shaft + .desc = {""} + +weapon-component-sceptre-grandsceptre-wood = Wooden Grandsceptre Shaft + .desc = {""} + +weapon-component-staff-brand-bamboo = Bamboo Brand Shaft + .desc = {""} + +weapon-component-staff-grandstaff-bamboo = Bamboo Grandstaff Shaft + .desc = {""} + +weapon-component-staff-pole-bamboo = Bamboo Pole Shaft + .desc = {""} + +weapon-component-staff-staff-bamboo = Bamboo Staff Shaft + .desc = {""} + +weapon-component-staff-rod-bamboo = Bamboo Rod Shaft + .desc = {""} + +weapon-component-staff-longpole-bamboo = Bamboo Long Pole Shaft + .desc = {""} + +weapon-component-staff-ornate-bamboo = Bamboo Ornate Staff Shaft + .desc = {""} + +weapon-component-hammer-warhammer-orichalcum = Orichalcum Warhammer Head + .desc = {""} + +weapon-component-hammer-greathammer-orichalcum = Orichalcum Greathammer Head + .desc = {""} + +weapon-component-hammer-greatmace-orichalcum = Orichalcum Greatmace Head + .desc = {""} + +weapon-component-hammer-hammer-orichalcum = Orichalcum Hammer Head + .desc = {""} + +weapon-component-hammer-spikedmace-orichalcum = Orichalcum Spiked Mace Head + .desc = {""} + +weapon-component-hammer-ornate-orichalcum = Orichalcum Ornate Hammer Head + .desc = {""} + +weapon-component-hammer-maul-orichalcum = Orichalcum Maul Head + .desc = {""} + +weapon-component-bow-shortbow-ironwood = Ironwood Shortbow Limbs + .desc = {""} + +weapon-component-bow-greatbow-ironwood = Ironwood Greatbow Limbs + .desc = {""} + +weapon-component-bow-ornate-ironwood = Ironwood Ornate Bow Limbs + .desc = {""} + +weapon-component-bow-longbow-ironwood = Ironwood Longbow Limbs + .desc = {""} + +weapon-component-bow-warbow-ironwood = Ironwood Warbow Limbs + .desc = {""} + +weapon-component-bow-composite-ironwood = Ironwood Composite Bow Limbs + .desc = {""} + +weapon-component-bow-bow-ironwood = Ironwood Bow Limbs + .desc = {""} + +weapon-component-hammer-ornate-cobalt = Cobalt Ornate Hammer Head + .desc = {""} + +weapon-component-hammer-hammer-cobalt = Cobalt Hammer Head + .desc = {""} + +weapon-component-hammer-greatmace-cobalt = Cobalt Greatmace Head + .desc = {""} + +weapon-component-hammer-spikedmace-cobalt = Cobalt Spiked Mace Head + .desc = {""} + +weapon-component-hammer-greathammer-cobalt = Cobalt Greathammer Head + .desc = {""} + +weapon-component-hammer-maul-cobalt = Cobalt Maul Head + .desc = {""} + +weapon-component-hammer-warhammer-cobalt = Cobalt Warhammer Head + .desc = {""} + +weapon-component-staff-ornate-wood = Wooden Ornate Staff Shaft + .desc = {""} + +weapon-component-staff-pole-wood = Wooden Pole Shaft + .desc = {""} + +weapon-component-staff-rod-wood = Wooden Rod Shaft + .desc = {""} + +weapon-component-staff-brand-wood = Wooden Brand Shaft + .desc = {""} + +weapon-component-staff-grandstaff-wood = Wooden Grandstaff Shaft + .desc = {""} + +weapon-component-staff-staff-wood = Wooden Staff Shaft + .desc = {""} + +weapon-component-staff-longpole-wood = Wooden Long Pole Shaft + .desc = {""} + +weapon-component-hammer-ornate-steel = Steel Ornate Hammer Head + .desc = {""} + +weapon-component-hammer-hammer-steel = Steel Hammer Head + .desc = {""} + +weapon-component-hammer-greathammer-steel = Steel Greathammer Head + .desc = {""} + +weapon-component-hammer-spikedmace-steel = Steel Spiked Mace Head + .desc = {""} + +weapon-component-hammer-greatmace-steel = Steel Greatmace Head + .desc = {""} + +weapon-component-hammer-maul-steel = Steel Maul Head + .desc = {""} + +weapon-component-hammer-warhammer-steel = Steel Warhammer Head + .desc = {""} + +weapon-component-sceptre-grandsceptre-bamboo = Bamboo Grandsceptre Shaft + .desc = {""} + +weapon-component-sceptre-cane-bamboo = Bamboo Cane Shaft + .desc = {""} + +weapon-component-sceptre-crozier-bamboo = Bamboo Crozier Shaft + .desc = {""} + +weapon-component-sceptre-crook-bamboo = Bamboo Crook Shaft + .desc = {""} + +weapon-component-sceptre-sceptre-bamboo = Bamboo Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-arbor-bamboo = Bamboo Arbor Shaft + .desc = {""} + +weapon-component-sceptre-ornate-bamboo = Bamboo Ornate Sceptre Shaft + .desc = {""} + +weapon-component-staff-grandstaff-ironwood = Ironwood Grandstaff Shaft + .desc = {""} + +weapon-component-staff-rod-ironwood = Ironwood Rod Shaft + .desc = {""} + +weapon-component-staff-brand-ironwood = Ironwood Brand Shaft + .desc = {""} + +weapon-component-staff-longpole-ironwood = Ironwood Long Pole Shaft + .desc = {""} + +weapon-component-staff-staff-ironwood = Ironwood Staff Shaft + .desc = {""} + +weapon-component-staff-pole-ironwood = Ironwood Pole Shaft + .desc = {""} + +weapon-component-staff-ornate-ironwood = Ironwood Ornate Staff Shaft + .desc = {""} + +weapon-component-staff-ornate-eldwood = Eldwood Ornate Staff Shaft + .desc = {""} + +weapon-component-staff-longpole-eldwood = Eldwood Long Pole Shaft + .desc = {""} + +weapon-component-staff-rod-eldwood = Eldwood Rod Shaft + .desc = {""} + +weapon-component-staff-pole-eldwood = Eldwood Pole Shaft + .desc = {""} + +weapon-component-staff-staff-eldwood = Eldwood Staff Shaft + .desc = {""} + +weapon-component-staff-brand-eldwood = Eldwood Brand Shaft + .desc = {""} + +weapon-component-staff-grandstaff-eldwood = Eldwood Grandstaff Shaft + .desc = {""} + +weapon-component-sceptre-arbor-eldwood = Eldwood Arbor Shaft + .desc = {""} + +weapon-component-sceptre-crook-eldwood = Eldwood Crook Shaft + .desc = {""} + +weapon-component-sceptre-crozier-eldwood = Eldwood Crozier Shaft + .desc = {""} + +weapon-component-sceptre-cane-eldwood = Eldwood Cane Shaft + .desc = {""} + +weapon-component-sceptre-grandsceptre-eldwood = Eldwood Grandsceptre Shaft + .desc = {""} + +weapon-component-sceptre-ornate-eldwood = Eldwood Ornate Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-sceptre-eldwood = Eldwood Sceptre Shaft + .desc = {""} + +weapon-component-sword-sabre-bloodsteel = Bloodsteel Sabre Blade + .desc = {""} + +weapon-component-sword-zweihander-bloodsteel = Bloodsteel Zweihander Blade + .desc = {""} + +weapon-component-sword-greatsword-bloodsteel = Bloodsteel Greatsword Blade + .desc = {""} + +weapon-component-sword-katana-bloodsteel = Bloodsteel Katana Blade + .desc = {""} + +weapon-component-sword-longsword-bloodsteel = Bloodsteel Longsword Blade + .desc = {""} + +weapon-component-sword-ornate-bloodsteel = Bloodsteel Ornate Sword Blade + .desc = {""} + +weapon-component-sword-sawblade-bloodsteel = Bloodsteel Sawblade + .desc = {""} + +weapon-component-sword-sabre-orichalcum = Orichalcum Sabre Blade + .desc = {""} + +weapon-component-sword-greatsword-orichalcum = Orichalcum Greatsword Blade + .desc = {""} + +weapon-component-sword-sawblade-orichalcum = Orichalcum Sawblade + .desc = {""} + +weapon-component-sword-longsword-orichalcum = Orichalcum Longsword Blade + .desc = {""} + +weapon-component-sword-katana-orichalcum = Orichalcum Katana Blade + .desc = {""} + +weapon-component-sword-zweihander-orichalcum = Orichalcum Zweihander Blade + .desc = {""} + +weapon-component-sword-ornate-orichalcum = Orichalcum Ornate Sword Blade + .desc = {""} + +weapon-component-axe-poleaxe-bronze = Bronze Poleaxe Head + .desc = {""} + +weapon-component-axe-ornate-bronze = Bronze Ornate Axe Head + .desc = {""} + +weapon-component-axe-labrys-bronze = Bronze Labrys Head + .desc = {""} + +weapon-component-axe-battleaxe-bronze = Bronze Battleaxe Head + .desc = {""} + +weapon-component-axe-axe-bronze = Bronze Axe Head + .desc = {""} + +weapon-component-axe-jagged-bronze = Bronze Jagged Axe Head + .desc = {""} + +weapon-component-axe-greataxe-bronze = Bronze Greataxe Head + .desc = {""} + +weapon-component-sceptre-sceptre-hardwood = Hardwood Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-cane-hardwood = Hardwood Cane Shaft + .desc = {""} + +weapon-component-sceptre-arbor-hardwood = Hardwood Arbor Shaft + .desc = {""} + +weapon-component-sceptre-crozier-hardwood = Hardwood Crozier Shaft + .desc = {""} + +weapon-component-sceptre-ornate-hardwood = Hardwood Ornate Sceptre Shaft + .desc = {""} + +weapon-component-sceptre-crook-hardwood = Hardwood Crook Shaft + .desc = {""} + +weapon-component-sceptre-grandsceptre-hardwood = Hardwood Grandsceptre Shaft + .desc = {""} + +weapon-component-sword-longsword-cobalt = Cobalt Longsword Blade + .desc = {""} + +weapon-component-sword-sawblade-cobalt = Cobalt Sawblade + .desc = {""} + +weapon-component-sword-greatsword-cobalt = Cobalt Greatsword Blade + .desc = {""} + +weapon-component-sword-katana-cobalt = Cobalt Katana Blade + .desc = {""} + +weapon-component-sword-zweihander-cobalt = Cobalt Zweihander Blade + .desc = {""} + +weapon-component-sword-ornate-cobalt = Cobalt Ornate Sword Blade + .desc = {""} + +weapon-component-sword-sabre-cobalt = Cobalt Sabre Blade + .desc = {""} + diff --git a/assets/voxygen/i18n/en/item/weapon/projectile.ftl b/assets/voxygen/i18n/en/item/weapon/projectile.ftl new file mode 100644 index 0000000000..dbe4f2daa2 --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/projectile.ftl @@ -0,0 +1,21 @@ + +object-bomb = Bomb + .desc = A highly explosive device, demolitionists adore them! + +weapon-projectile-fireworks_blue = Firework Blue + .desc = Recommended clearance: 42 chonks + +weapon-projectile-fireworks_green = Firework Green + .desc = Watch out for trees. + +weapon-projectile-fireworks_purple = Firework Purple + .desc = Cult favourite. + +weapon-projectile-fireworks_red = Firework Red + .desc = Humans sometimes use these as a flare in a pinch. + +weapon-projectile-fireworks_white = Firework White + .desc = Twinkles like the stars + +weapon-projectile-fireworks_yellow = Firework Yellow + .desc = The Great Doctor passed away after testing this contraption indoors. \ No newline at end of file diff --git a/assets/voxygen/i18n/en/item/weapon/tool.ftl b/assets/voxygen/i18n/en/item/weapon/tool.ftl new file mode 100644 index 0000000000..c94ef5412c --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/tool.ftl @@ -0,0 +1,32 @@ +weapon-tool-broom = Broom + .desc = It's beginning to fall apart. + +weapon-tool-fishing_rod_blue = Fishing Rod + .desc = Smells of fish. + +weapon-tool-golf_club = Golf Club + .desc = Peasant swatter. Fiercely anti-urbanist. Climate crisis? What climate crisis? + +weapon-tool-hoe_green = Hoe + .desc = It's stained with dirt. + +weapon-tool-pitchfork = Pitchfork + .desc = One of the prongs is broken. + +weapon-tool-rake = Rake + .desc = Held together with twine. + +weapon-tool-shovel_green = Shovel + .desc = It's covered in manure. + +weapon-tool-shovel_gold = Shovel + .desc = It's been recently cleaned. + +weapon-tool-pickaxe_green = Pickaxe + .desc = It has a chipped edge. + +weapon-tool-pickaxe_steel = Steel Pickaxe + .desc = Allows for swift excavation of any ore in sight. + +weapon-tool-pickaxe_stone = Stone Pickaxe + .desc = Strike the earth! diff --git a/assets/voxygen/i18n/en/item/weapon/weapon.ftl b/assets/voxygen/i18n/en/item/weapon/weapon.ftl new file mode 100644 index 0000000000..49d8e9f031 --- /dev/null +++ b/assets/voxygen/i18n/en/item/weapon/weapon.ftl @@ -0,0 +1,108 @@ +### Note to translators. +### Translating this will be *a lot* of work. Concentrate on what's important. +### We don't want you to burn out on 10% of this file and never want to +### contribute. +### +### These files were automatically generated for all possible items in code. +### Some of them are hidden from players, some are only possible to get via +### commands and some simply aren't used anywhere. +### +### Start with other files, translate them first and then maybe come back here. +### If you really want to translate items, start with some subset you know is +### actually used by players. + +weapon-shield-wood-0 = A Tattered Targe + .desc = Should withstand a few more hits, hopefully... + +weapon-dagger-dagger_basic-0 = Suspicious Paper Knife + .desc = Opens letters quickly. + +weapon-dagger-dagger_cult-0 = Magical Cultist Dagger + .desc = This belonged to an evil Cult Leader. + +weapon-dagger-dagger_rusty = Rusty Dagger + .desc = Easily concealed. + +weapon-bow-sagitta = Sagitta + .desc = Said to have slain a dragon with a single arrow + +weapon-bow-starter = Uneven Bow + .desc = Someone carved their initials into it. + +weapon-bow-velorite = Velorite Bow + .desc = Infused with Velorite power. + +weapon-sword-starter_1h = Damaged Gladius + .desc = This blade has seen better days, but surely it will last. + +weapon-axe-2haxe_malachite-0 = Malachite Axe + .desc = Etched axe head decorated with malachite on the blades to provide magical properties. + +weapon-axe-parashu = Parashu + .desc = Said to be able to cleave the heavens. + +weapon-axe-2haxe_rusty = Notched Axe + .desc = Every dent tells the story of a chopped tree. + +weapon-staff-firestaff_cultist = Cultist Staff + .desc = The fire gives off no heat. + +weapon-staff-laevateinn = Laevateinn + .desc = Can shatter the gate of death + +weapon-staff-firestaff_humble_stick = Humble Stick + .desc = Walking stick with a sharpened end. + +weapon-staff-firestaff_starter = Gnarled Rod + .desc = Smells like resin and magic. + +weapon-sword-caladbolg = Caladbolg + .desc = You sense an eldritch presence watching you. + +weapon-sword-cultist = Magical Cultist Greatsword + .desc = This belonged to an evil Cult Leader. + +weapon-sword-frost-0 = Frost Cleaver + .desc = Radiates a freezing aura. + +weapon-sword-frost-1 = Frost Saw + .desc = Forged from a single piece of eternal ice. + +weapon-sword-starter = Damaged Greatsword + .desc = The blade could snap at any moment, but you hope it will endure future fights. + +weapon-sceptre-amethyst = Amethyst Staff + .desc = Its stone is the closest thing from perfection + +weapon-sceptre-caduceus = Caduceus + .desc = The snakes seem to be alive + +weapon-sceptre-root_evil = The Root of Evil + .desc = 'Everything comes at a price...' + +weapon-sceptre-ore-nature = Velorite Sceptre + .desc = Heals your allies with the mystical Velorite aura. + +weapon-sceptre-wood-simple = Naturalist Walking Stick + .desc = Heals your allies with the power of nature. + +weapon-hammer-burnt_drumstick = Burnt Drumstick + .desc = Might need more practice... + +weapon-hammer-cult_purp-0 = Magical Cultist Warhammer + .desc = This belonged to an evil Cult Leader. + +weapon-hammer-2hhammer_flimsy = Flimsy Hammer + .desc = The head is barely secured. + +weapon-hammer-2hhammer_rusty = Crude Mallet + .desc = Breaks bones like sticks and stones. + +weapon-hammer-2hhammer_mjolnir = Mjolnir + .desc = It's crackling with lightning. + +weapon-hammer-2hhammer_starter = Sturdy Old Hammer + .desc = 'Property of...' The rest is missing. + +weapon-hammer-craftsman = Craftsman Hammer + .desc = Used to craft various items.