diff --git a/assets/common/items/armor/alchemist/belt.ron b/assets/common/items/armor/alchemist/belt.ron index 2e36b32a10..b253068829 100644 --- a/assets/common/items/armor/alchemist/belt.ron +++ b/assets/common/items/armor/alchemist/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Alchemist Belt", - description: "", + legacy_name: "Alchemist Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Alchemist"), diff --git a/assets/common/items/armor/alchemist/chest.ron b/assets/common/items/armor/alchemist/chest.ron index fa19b234e8..4647323413 100644 --- a/assets/common/items/armor/alchemist/chest.ron +++ b/assets/common/items/armor/alchemist/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Alchemist Jacket", - description: "", + legacy_name: "Alchemist Jacket", + legacy_description: "", kind: Armor(( kind: Chest, stats: FromSet("Alchemist"), diff --git a/assets/common/items/armor/alchemist/hat.ron b/assets/common/items/armor/alchemist/hat.ron index 66d75300f9..1377589222 100644 --- a/assets/common/items/armor/alchemist/hat.ron +++ b/assets/common/items/armor/alchemist/hat.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Alchemist Hat", - description: "It seems like a parrot was perched up here.", + legacy_name: "Alchemist Hat", + legacy_description: "It seems like a parrot was perched up here.", kind: Armor(( kind: Head, stats: FromSet("Alchemist"), diff --git a/assets/common/items/armor/alchemist/pants.ron b/assets/common/items/armor/alchemist/pants.ron index 5bc425f0a3..69becd933f 100644 --- a/assets/common/items/armor/alchemist/pants.ron +++ b/assets/common/items/armor/alchemist/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Alchemist Pants", - description: "", + legacy_name: "Alchemist Pants", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Alchemist"), diff --git a/assets/common/items/armor/assassin/belt.ron b/assets/common/items/armor/assassin/belt.ron index f850010c3c..fb74e72a40 100644 --- a/assets/common/items/armor/assassin/belt.ron +++ b/assets/common/items/armor/assassin/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Assassin Belt", - description: "Only the best for a member of the creed.", + legacy_name: "Assassin Belt", + legacy_description: "Only the best for a member of the creed.", kind: Armor(( kind: Belt, stats: FromSet("Assassin"), diff --git a/assets/common/items/armor/assassin/chest.ron b/assets/common/items/armor/assassin/chest.ron index e4e104bae5..da174ec508 100644 --- a/assets/common/items/armor/assassin/chest.ron +++ b/assets/common/items/armor/assassin/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Assassin Chest", - description: "Only the best for a member of the creed.", + legacy_name: "Assassin Chest", + legacy_description: "Only the best for a member of the creed.", kind: Armor(( kind: Chest, stats: FromSet("Assassin"), diff --git a/assets/common/items/armor/assassin/foot.ron b/assets/common/items/armor/assassin/foot.ron index aa6ca25d93..f4f8747bd1 100644 --- a/assets/common/items/armor/assassin/foot.ron +++ b/assets/common/items/armor/assassin/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Assassin Boots", - description: "Only the best for a member of the creed.", + legacy_name: "Assassin Boots", + legacy_description: "Only the best for a member of the creed.", kind: Armor(( kind: Foot, stats: FromSet("Assassin"), diff --git a/assets/common/items/armor/assassin/hand.ron b/assets/common/items/armor/assassin/hand.ron index e46342d513..fc6d01acd0 100644 --- a/assets/common/items/armor/assassin/hand.ron +++ b/assets/common/items/armor/assassin/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Assassin Gloves", - description: "Only the best for a member of the creed.", + legacy_name: "Assassin Gloves", + legacy_description: "Only the best for a member of the creed.", kind: Armor(( kind: Hand, stats: FromSet("Assassin"), diff --git a/assets/common/items/armor/assassin/head.ron b/assets/common/items/armor/assassin/head.ron index fc0f901540..203fc6c27f 100644 --- a/assets/common/items/armor/assassin/head.ron +++ b/assets/common/items/armor/assassin/head.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dark Assassin Mask", - description: "A general assassination mask preventing the wearer from being identified.", + legacy_name: "Dark Assassin Mask", + legacy_description: "A general assassination mask preventing the wearer from being identified.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/assassin/pants.ron b/assets/common/items/armor/assassin/pants.ron index c82ccdd66c..1dfad03953 100644 --- a/assets/common/items/armor/assassin/pants.ron +++ b/assets/common/items/armor/assassin/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Assassin Pants", - description: "Only the best for a member of the creed.", + legacy_name: "Assassin Pants", + legacy_description: "Only the best for a member of the creed.", kind: Armor(( kind: Pants, stats: FromSet("Assassin"), diff --git a/assets/common/items/armor/assassin/shoulder.ron b/assets/common/items/armor/assassin/shoulder.ron index f150ef8136..f52c74ab18 100644 --- a/assets/common/items/armor/assassin/shoulder.ron +++ b/assets/common/items/armor/assassin/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Assassin Shoulder Guard", - description: "Only the best for a member of the creed.", + legacy_name: "Assassin Shoulder Guard", + legacy_description: "Only the best for a member of the creed.", kind: Armor(( kind: Shoulder, stats: FromSet("Assassin"), diff --git a/assets/common/items/armor/blacksmith/belt.ron b/assets/common/items/armor/blacksmith/belt.ron index 640042bcda..ec05a44428 100644 --- a/assets/common/items/armor/blacksmith/belt.ron +++ b/assets/common/items/armor/blacksmith/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blacksmith Belt", - description: "", + legacy_name: "Blacksmith Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Blacksmith"), diff --git a/assets/common/items/armor/blacksmith/chest.ron b/assets/common/items/armor/blacksmith/chest.ron index 6a2ac4d833..05ef7dcae8 100644 --- a/assets/common/items/armor/blacksmith/chest.ron +++ b/assets/common/items/armor/blacksmith/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blacksmith Jacket", - description: "", + legacy_name: "Blacksmith Jacket", + legacy_description: "", kind: Armor(( kind: Chest, stats: FromSet("Blacksmith"), diff --git a/assets/common/items/armor/blacksmith/hand.ron b/assets/common/items/armor/blacksmith/hand.ron index 43523e7cd3..d5dd876379 100644 --- a/assets/common/items/armor/blacksmith/hand.ron +++ b/assets/common/items/armor/blacksmith/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blacksmith Gloves", - description: "", + legacy_name: "Blacksmith Gloves", + legacy_description: "", kind: Armor(( kind: Hand, stats: FromSet("Blacksmith"), diff --git a/assets/common/items/armor/blacksmith/hat.ron b/assets/common/items/armor/blacksmith/hat.ron index 571d778085..d91ecdef08 100644 --- a/assets/common/items/armor/blacksmith/hat.ron +++ b/assets/common/items/armor/blacksmith/hat.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blacksmith Hat", - description: "", + legacy_name: "Blacksmith Hat", + legacy_description: "", kind: Armor(( kind: Head, stats: FromSet("Blacksmith"), diff --git a/assets/common/items/armor/blacksmith/pants.ron b/assets/common/items/armor/blacksmith/pants.ron index 8a852939ed..fe5fc0fc5c 100644 --- a/assets/common/items/armor/blacksmith/pants.ron +++ b/assets/common/items/armor/blacksmith/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blacksmith Pants", - description: "", + legacy_name: "Blacksmith Pants", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Blacksmith"), diff --git a/assets/common/items/armor/bonerattler/belt.ron b/assets/common/items/armor/bonerattler/belt.ron index c19f9ac9b9..a435972279 100644 --- a/assets/common/items/armor/bonerattler/belt.ron +++ b/assets/common/items/armor/bonerattler/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bonerattler Belt", - description: "Sections of vertebrae fastened together with hide and a bonerattler eye for the buckle.", + legacy_name: "Bonerattler Belt", + legacy_description: "Sections of vertebrae fastened together with hide and a bonerattler eye for the buckle.", kind: Armor(( kind: Belt, stats: FromSet("Bonerattler"), diff --git a/assets/common/items/armor/bonerattler/chest.ron b/assets/common/items/armor/bonerattler/chest.ron index c33c1aa675..38f95b2b25 100644 --- a/assets/common/items/armor/bonerattler/chest.ron +++ b/assets/common/items/armor/bonerattler/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bonerattler Cuirass", - description: "The spiny back and hide of a bonerattler fastened together into a protective cuirass.", + legacy_name: "Bonerattler Cuirass", + legacy_description: "The spiny back and hide of a bonerattler fastened together into a protective cuirass.", kind: Armor(( kind: Chest, stats: FromSet("Bonerattler"), diff --git a/assets/common/items/armor/bonerattler/foot.ron b/assets/common/items/armor/bonerattler/foot.ron index c4cc8efa96..1468ada611 100644 --- a/assets/common/items/armor/bonerattler/foot.ron +++ b/assets/common/items/armor/bonerattler/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bonerattler Boots", - description: "Boots made from the claws and hide of a bonerattler.", + legacy_name: "Bonerattler Boots", + legacy_description: "Boots made from the claws and hide of a bonerattler.", kind: Armor(( kind: Foot, stats: FromSet("Bonerattler"), diff --git a/assets/common/items/armor/bonerattler/hand.ron b/assets/common/items/armor/bonerattler/hand.ron index 4c86ead39e..a767fab5fc 100644 --- a/assets/common/items/armor/bonerattler/hand.ron +++ b/assets/common/items/armor/bonerattler/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bonerattler Gauntlets", - description: "The hide and bone from a bonerattler provide strong protection for the wearer.", + legacy_name: "Bonerattler Gauntlets", + legacy_description: "The hide and bone from a bonerattler provide strong protection for the wearer.", kind: Armor(( kind: Hand, stats: FromSet("Bonerattler"), diff --git a/assets/common/items/armor/bonerattler/pants.ron b/assets/common/items/armor/bonerattler/pants.ron index 55c165fcfc..4bae4fe9c4 100644 --- a/assets/common/items/armor/bonerattler/pants.ron +++ b/assets/common/items/armor/bonerattler/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bonerattler Chausses", - description: "Assorted bones and hide from a bonerattler provide protection around the wearer's legs.", + legacy_name: "Bonerattler Chausses", + legacy_description: "Assorted bones and hide from a bonerattler provide protection around the wearer's legs.", kind: Armor(( kind: Pants, stats: FromSet("Bonerattler"), diff --git a/assets/common/items/armor/bonerattler/shoulder.ron b/assets/common/items/armor/bonerattler/shoulder.ron index d6f1bf06c0..3ef7a9743d 100644 --- a/assets/common/items/armor/bonerattler/shoulder.ron +++ b/assets/common/items/armor/bonerattler/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bonerattler Shoulder Pad", - description: "Roughly formed bonerattler hide provide some strong protection.", + legacy_name: "Bonerattler Shoulder Pad", + legacy_description: "Roughly formed bonerattler hide provide some strong protection.", kind: Armor(( kind: Shoulder, stats: FromSet("Bonerattler"), diff --git a/assets/common/items/armor/boreal/back.ron b/assets/common/items/armor/boreal/back.ron index f503ca980c..551299b246 100644 --- a/assets/common/items/armor/boreal/back.ron +++ b/assets/common/items/armor/boreal/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Cloak", - description: "Thick yet surprisingly cold.", + legacy_name: "Boreal Cloak", + legacy_description: "Thick yet surprisingly cold.", kind: Armor(( kind: Back, stats: FromSet("Boreal"), diff --git a/assets/common/items/armor/boreal/belt.ron b/assets/common/items/armor/boreal/belt.ron index e4b8f4e2da..c384566b8d 100644 --- a/assets/common/items/armor/boreal/belt.ron +++ b/assets/common/items/armor/boreal/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Belt", - description: "It's cold.", + legacy_name: "Boreal Belt", + legacy_description: "It's cold.", kind: Armor(( kind: Belt, stats: FromSet("Boreal"), diff --git a/assets/common/items/armor/boreal/chest.ron b/assets/common/items/armor/boreal/chest.ron index 65c6198d8e..72f4644388 100644 --- a/assets/common/items/armor/boreal/chest.ron +++ b/assets/common/items/armor/boreal/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Chestplate", - description: "So frigid that you can feel it in your heart.", + legacy_name: "Boreal Chestplate", + legacy_description: "So frigid that you can feel it in your heart.", kind: Armor(( kind: Chest, stats: FromSet("Boreal"), diff --git a/assets/common/items/armor/boreal/foot.ron b/assets/common/items/armor/boreal/foot.ron index bb8124e018..5f720e2262 100644 --- a/assets/common/items/armor/boreal/foot.ron +++ b/assets/common/items/armor/boreal/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Wrappings", - description: "The blistering cold makes it hard to move.", + legacy_name: "Boreal Wrappings", + legacy_description: "The blistering cold makes it hard to move.", kind: Armor(( kind: Foot, stats: FromSet("Boreal"), diff --git a/assets/common/items/armor/boreal/hand.ron b/assets/common/items/armor/boreal/hand.ron index eaaa304030..6837bce2dc 100644 --- a/assets/common/items/armor/boreal/hand.ron +++ b/assets/common/items/armor/boreal/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Gauntlets", - description: "Colder than the touch of death.", + legacy_name: "Boreal Gauntlets", + legacy_description: "Colder than the touch of death.", kind: Armor(( kind: Hand, stats: FromSet("Boreal"), diff --git a/assets/common/items/armor/boreal/pants.ron b/assets/common/items/armor/boreal/pants.ron index 787b81ad2c..c8363a0294 100644 --- a/assets/common/items/armor/boreal/pants.ron +++ b/assets/common/items/armor/boreal/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Tunic", - description: "Colder than the climate it protects you from.", + legacy_name: "Boreal Tunic", + legacy_description: "Colder than the climate it protects you from.", kind: Armor(( kind: Pants, stats: FromSet("Boreal"), diff --git a/assets/common/items/armor/boreal/shoulder.ron b/assets/common/items/armor/boreal/shoulder.ron index be3beb6c15..5acbe48d3d 100644 --- a/assets/common/items/armor/boreal/shoulder.ron +++ b/assets/common/items/armor/boreal/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Spaulders", - description: "As though the icy grip of death touches your shoulder.", + legacy_name: "Boreal Spaulders", + legacy_description: "As though the icy grip of death touches your shoulder.", kind: Armor(( kind: Shoulder, stats: FromSet("Boreal"), diff --git a/assets/common/items/armor/brinestone/back.ron b/assets/common/items/armor/brinestone/back.ron index a05e431968..fa55af26af 100644 --- a/assets/common/items/armor/brinestone/back.ron +++ b/assets/common/items/armor/brinestone/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Cloak", - description: "It's not weak.", + legacy_name: "Brinestone Cloak", + legacy_description: "It's not weak.", kind: Armor(( kind: Back, stats: FromSet("Brinestone"), diff --git a/assets/common/items/armor/brinestone/belt.ron b/assets/common/items/armor/brinestone/belt.ron index 33edfc7453..9774358dd9 100644 --- a/assets/common/items/armor/brinestone/belt.ron +++ b/assets/common/items/armor/brinestone/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Belt", - description: "Ties it together.", + legacy_name: "Brinestone Belt", + legacy_description: "Ties it together.", kind: Armor(( kind: Belt, stats: FromSet("Brinestone"), diff --git a/assets/common/items/armor/brinestone/chest.ron b/assets/common/items/armor/brinestone/chest.ron index 050b1e1b0a..cc0f65b614 100644 --- a/assets/common/items/armor/brinestone/chest.ron +++ b/assets/common/items/armor/brinestone/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Chestplate", - description: "Hard to pierce.", + legacy_name: "Brinestone Chestplate", + legacy_description: "Hard to pierce.", kind: Armor(( kind: Chest, stats: FromSet("Brinestone"), diff --git a/assets/common/items/armor/brinestone/crown.ron b/assets/common/items/armor/brinestone/crown.ron index f2fd2b7d90..dfa2b57d61 100644 --- a/assets/common/items/armor/brinestone/crown.ron +++ b/assets/common/items/armor/brinestone/crown.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Crown", - description: "Makes you look taller.", + legacy_name: "Brinestone Crown", + legacy_description: "Makes you look taller.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/brinestone/foot.ron b/assets/common/items/armor/brinestone/foot.ron index d5da649eab..6f49e49b30 100644 --- a/assets/common/items/armor/brinestone/foot.ron +++ b/assets/common/items/armor/brinestone/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Boots", - description: "Not very comfortable.", + legacy_name: "Brinestone Boots", + legacy_description: "Not very comfortable.", kind: Armor(( kind: Foot, stats: FromSet("Brinestone"), diff --git a/assets/common/items/armor/brinestone/hand.ron b/assets/common/items/armor/brinestone/hand.ron index d09400a216..62e17add0f 100644 --- a/assets/common/items/armor/brinestone/hand.ron +++ b/assets/common/items/armor/brinestone/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Gauntlets", - description: "Hits like a rock.", + legacy_name: "Brinestone Gauntlets", + legacy_description: "Hits like a rock.", kind: Armor(( kind: Hand, stats: FromSet("Brinestone"), diff --git a/assets/common/items/armor/brinestone/pants.ron b/assets/common/items/armor/brinestone/pants.ron index 1ed1d8c996..ed6bef5937 100644 --- a/assets/common/items/armor/brinestone/pants.ron +++ b/assets/common/items/armor/brinestone/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Pants", - description: "Do not tumble.", + legacy_name: "Brinestone Pants", + legacy_description: "Do not tumble.", kind: Armor(( kind: Pants, stats: FromSet("Brinestone"), diff --git a/assets/common/items/armor/brinestone/shoulder.ron b/assets/common/items/armor/brinestone/shoulder.ron index 5ecc4602e7..80e0f01d07 100644 --- a/assets/common/items/armor/brinestone/shoulder.ron +++ b/assets/common/items/armor/brinestone/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone Pads", - description: "Almost too heavy.", + legacy_name: "Brinestone Pads", + legacy_description: "Almost too heavy.", kind: Armor(( kind: Shoulder, stats: FromSet("Brinestone"), diff --git a/assets/common/items/armor/cardinal/belt.ron b/assets/common/items/armor/cardinal/belt.ron index 1f8573cb25..b64817a8e1 100644 --- a/assets/common/items/armor/cardinal/belt.ron +++ b/assets/common/items/armor/cardinal/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cardinal's Belt", - description: "Seemlessly transitions...", + legacy_name: "Cardinal's Belt", + legacy_description: "Seemlessly transitions...", kind: Armor(( kind: Belt, stats: FromSet("Cardinal"), diff --git a/assets/common/items/armor/cardinal/chest.ron b/assets/common/items/armor/cardinal/chest.ron index 6887d78402..3fc95da25c 100644 --- a/assets/common/items/armor/cardinal/chest.ron +++ b/assets/common/items/armor/cardinal/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cardinal's Cloak", - description: "A part of the cardinal's exquisite cloak.", + legacy_name: "Cardinal's Cloak", + legacy_description: "A part of the cardinal's exquisite cloak.", kind: Armor(( kind: Chest, stats: FromSet("Cardinal"), diff --git a/assets/common/items/armor/cardinal/foot.ron b/assets/common/items/armor/cardinal/foot.ron index d24fc113c4..b743ebd348 100644 --- a/assets/common/items/armor/cardinal/foot.ron +++ b/assets/common/items/armor/cardinal/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cardinal's Boots", - description: "The boots with millions of steps.", + legacy_name: "Cardinal's Boots", + legacy_description: "The boots with millions of steps.", kind: Armor(( kind: Foot, stats: FromSet("Cardinal"), diff --git a/assets/common/items/armor/cardinal/hand.ron b/assets/common/items/armor/cardinal/hand.ron index f3a552d70e..1d42f36bc8 100644 --- a/assets/common/items/armor/cardinal/hand.ron +++ b/assets/common/items/armor/cardinal/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cardinal's Gloves", - description: "Bloodstained and rugged.", + legacy_name: "Cardinal's Gloves", + legacy_description: "Bloodstained and rugged.", kind: Armor(( kind: Hand, stats: FromSet("Cardinal"), diff --git a/assets/common/items/armor/cardinal/mitre.ron b/assets/common/items/armor/cardinal/mitre.ron index a83f77e0a9..3950e709f8 100644 --- a/assets/common/items/armor/cardinal/mitre.ron +++ b/assets/common/items/armor/cardinal/mitre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cardinal Mitre", - description: "Induces respect.", + legacy_name: "Cardinal Mitre", + legacy_description: "Induces respect.", kind: Armor(( kind: Head, stats: FromSet("Cardinal"), diff --git a/assets/common/items/armor/cardinal/pants.ron b/assets/common/items/armor/cardinal/pants.ron index 52e168ae34..823873363c 100644 --- a/assets/common/items/armor/cardinal/pants.ron +++ b/assets/common/items/armor/cardinal/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cardinal's Jeans", - description: "Pants with many experiences.", + legacy_name: "Cardinal's Jeans", + legacy_description: "Pants with many experiences.", kind: Armor(( kind: Pants, stats: FromSet("Cardinal"), diff --git a/assets/common/items/armor/cardinal/shoulder.ron b/assets/common/items/armor/cardinal/shoulder.ron index e44ecb651c..4f51d39eaf 100644 --- a/assets/common/items/armor/cardinal/shoulder.ron +++ b/assets/common/items/armor/cardinal/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cardinal's Shoulderguard", - description: "The other was lost in a vicious fight.", + legacy_name: "Cardinal's Shoulderguard", + legacy_description: "The other was lost in a vicious fight.", kind: Armor(( kind: Shoulder, stats: FromSet("Cardinal"), diff --git a/assets/common/items/armor/chef/belt.ron b/assets/common/items/armor/chef/belt.ron index 7908e6fb44..e4e26c87da 100644 --- a/assets/common/items/armor/chef/belt.ron +++ b/assets/common/items/armor/chef/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Chef Belt", - description: "", + legacy_name: "Chef Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Chef"), diff --git a/assets/common/items/armor/chef/chest.ron b/assets/common/items/armor/chef/chest.ron index 52829ecccf..3440b33b47 100644 --- a/assets/common/items/armor/chef/chest.ron +++ b/assets/common/items/armor/chef/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Chef Jacket", - description: "", + legacy_name: "Chef Jacket", + legacy_description: "", kind: Armor(( kind: Chest, stats: FromSet("Chef"), diff --git a/assets/common/items/armor/chef/hat.ron b/assets/common/items/armor/chef/hat.ron index 6c2ffbe420..31836428f0 100644 --- a/assets/common/items/armor/chef/hat.ron +++ b/assets/common/items/armor/chef/hat.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Chef Hat", - description: "", + legacy_name: "Chef Hat", + legacy_description: "", kind: Armor(( kind: Head, stats: FromSet("Chef"), diff --git a/assets/common/items/armor/chef/pants.ron b/assets/common/items/armor/chef/pants.ron index ff597f0b0e..88309b7a8d 100644 --- a/assets/common/items/armor/chef/pants.ron +++ b/assets/common/items/armor/chef/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Chef Pants", - description: "", + legacy_name: "Chef Pants", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Chef"), diff --git a/assets/common/items/armor/cloth/druid/back.ron b/assets/common/items/armor/cloth/druid/back.ron index 7012e5e3a3..707e9fc97b 100644 --- a/assets/common/items/armor/cloth/druid/back.ron +++ b/assets/common/items/armor/cloth/druid/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Druid Cape", - description: "Incredibly light, with the essence of nature.", + legacy_name: "Druid Cape", + legacy_description: "Incredibly light, with the essence of nature.", kind: Armor(( kind: Back, stats: FromSet("Lifecloth"), diff --git a/assets/common/items/armor/cloth/druid/belt.ron b/assets/common/items/armor/cloth/druid/belt.ron index 75ef20e219..a50fc7d13d 100644 --- a/assets/common/items/armor/cloth/druid/belt.ron +++ b/assets/common/items/armor/cloth/druid/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Druid Sash", - description: "Incredibly light, with the essence of nature.", + legacy_name: "Druid Sash", + legacy_description: "Incredibly light, with the essence of nature.", kind: Armor(( kind: Belt, stats: FromSet("Lifecloth"), diff --git a/assets/common/items/armor/cloth/druid/chest.ron b/assets/common/items/armor/cloth/druid/chest.ron index fa7e7f8237..aeb68f51f3 100644 --- a/assets/common/items/armor/cloth/druid/chest.ron +++ b/assets/common/items/armor/cloth/druid/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Druid Chestguard", - description: "Incredibly light, with the essence of nature.", + legacy_name: "Druid Chestguard", + legacy_description: "Incredibly light, with the essence of nature.", kind: Armor(( kind: Chest, stats: FromSet("Lifecloth"), diff --git a/assets/common/items/armor/cloth/druid/foot.ron b/assets/common/items/armor/cloth/druid/foot.ron index d978dd380e..4db383c3e9 100644 --- a/assets/common/items/armor/cloth/druid/foot.ron +++ b/assets/common/items/armor/cloth/druid/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Druid Kickers", - description: "Incredibly light, with the essence of nature.", + legacy_name: "Druid Kickers", + legacy_description: "Incredibly light, with the essence of nature.", kind: Armor(( kind: Foot, stats: FromSet("Lifecloth"), diff --git a/assets/common/items/armor/cloth/druid/hand.ron b/assets/common/items/armor/cloth/druid/hand.ron index d92f1cd38b..70a4d8c437 100644 --- a/assets/common/items/armor/cloth/druid/hand.ron +++ b/assets/common/items/armor/cloth/druid/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Druid Handwraps", - description: "Incredibly light, with the essence of nature.", + legacy_name: "Druid Handwraps", + legacy_description: "Incredibly light, with the essence of nature.", kind: Armor(( kind: Hand, stats: FromSet("Lifecloth"), diff --git a/assets/common/items/armor/cloth/druid/pants.ron b/assets/common/items/armor/cloth/druid/pants.ron index 8da4cadf09..7d30f984d5 100644 --- a/assets/common/items/armor/cloth/druid/pants.ron +++ b/assets/common/items/armor/cloth/druid/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Druid Leggings", - description: "Incredibly light, with the essence of nature.", + legacy_name: "Druid Leggings", + legacy_description: "Incredibly light, with the essence of nature.", kind: Armor(( kind: Pants, stats: FromSet("Lifecloth"), diff --git a/assets/common/items/armor/cloth/druid/shoulder.ron b/assets/common/items/armor/cloth/druid/shoulder.ron index cd52de1616..f65eb172d6 100644 --- a/assets/common/items/armor/cloth/druid/shoulder.ron +++ b/assets/common/items/armor/cloth/druid/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Druid Shoulderpads", - description: "Incredibly light, with the essence of nature.", + legacy_name: "Druid Shoulderpads", + legacy_description: "Incredibly light, with the essence of nature.", kind: Armor(( kind: Shoulder, stats: FromSet("Lifecloth"), diff --git a/assets/common/items/armor/cloth/linen/back.ron b/assets/common/items/armor/cloth/linen/back.ron index 39320bb8aa..4285a84e43 100644 --- a/assets/common/items/armor/cloth/linen/back.ron +++ b/assets/common/items/armor/cloth/linen/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen Shawl", - description: "Roughly stitched, but it seems to hold.", + legacy_name: "Linen Shawl", + legacy_description: "Roughly stitched, but it seems to hold.", kind: Armor(( kind: Back, stats: FromSet("Linen"), diff --git a/assets/common/items/armor/cloth/linen/belt.ron b/assets/common/items/armor/cloth/linen/belt.ron index 4687537a8e..966bd09572 100644 --- a/assets/common/items/armor/cloth/linen/belt.ron +++ b/assets/common/items/armor/cloth/linen/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen Sash", - description: "Roughly stitched, but it seems to hold.", + legacy_name: "Linen Sash", + legacy_description: "Roughly stitched, but it seems to hold.", kind: Armor(( kind: Belt, stats: FromSet("Linen"), diff --git a/assets/common/items/armor/cloth/linen/chest.ron b/assets/common/items/armor/cloth/linen/chest.ron index 9febe477ab..911db7a99e 100644 --- a/assets/common/items/armor/cloth/linen/chest.ron +++ b/assets/common/items/armor/cloth/linen/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen Vest", - description: "Roughly stitched, but it seems to hold.", + legacy_name: "Linen Vest", + legacy_description: "Roughly stitched, but it seems to hold.", kind: Armor(( kind: Chest, stats: FromSet("Linen"), diff --git a/assets/common/items/armor/cloth/linen/foot.ron b/assets/common/items/armor/cloth/linen/foot.ron index adc36e1a9f..193af6c0b4 100644 --- a/assets/common/items/armor/cloth/linen/foot.ron +++ b/assets/common/items/armor/cloth/linen/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen Feet", - description: "Roughly stitched, but it seems to hold.", + legacy_name: "Linen Feet", + legacy_description: "Roughly stitched, but it seems to hold.", kind: Armor(( kind: Foot, stats: FromSet("Linen"), diff --git a/assets/common/items/armor/cloth/linen/hand.ron b/assets/common/items/armor/cloth/linen/hand.ron index 69a4a95682..9318f676f7 100644 --- a/assets/common/items/armor/cloth/linen/hand.ron +++ b/assets/common/items/armor/cloth/linen/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen Handwraps", - description: "Roughly stitched, but it seems to hold.", + legacy_name: "Linen Handwraps", + legacy_description: "Roughly stitched, but it seems to hold.", kind: Armor(( kind: Hand, stats: FromSet("Linen"), diff --git a/assets/common/items/armor/cloth/linen/pants.ron b/assets/common/items/armor/cloth/linen/pants.ron index 628051583f..6f9bfbed5a 100644 --- a/assets/common/items/armor/cloth/linen/pants.ron +++ b/assets/common/items/armor/cloth/linen/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen Pants", - description: "Roughly stitched, but it seems to hold.", + legacy_name: "Linen Pants", + legacy_description: "Roughly stitched, but it seems to hold.", kind: Armor(( kind: Pants, stats: FromSet("Linen"), diff --git a/assets/common/items/armor/cloth/linen/shoulder.ron b/assets/common/items/armor/cloth/linen/shoulder.ron index e0cc2fe5f7..a5b8b1151a 100644 --- a/assets/common/items/armor/cloth/linen/shoulder.ron +++ b/assets/common/items/armor/cloth/linen/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen Shoulders", - description: "Roughly stitched, but it seems to hold.", + legacy_name: "Linen Shoulders", + legacy_description: "Roughly stitched, but it seems to hold.", kind: Armor(( kind: Shoulder, stats: FromSet("Linen"), diff --git a/assets/common/items/armor/cloth/moonweave/back.ron b/assets/common/items/armor/cloth/moonweave/back.ron index a7dadf0bf0..eb16c3ff01 100644 --- a/assets/common/items/armor/cloth/moonweave/back.ron +++ b/assets/common/items/armor/cloth/moonweave/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave Cape", - description: "The fabric dances silently, like moonlight.", + legacy_name: "Moonweave Cape", + legacy_description: "The fabric dances silently, like moonlight.", kind: Armor(( kind: Back, stats: FromSet("Moonweave"), diff --git a/assets/common/items/armor/cloth/moonweave/belt.ron b/assets/common/items/armor/cloth/moonweave/belt.ron index 6bc8b31f17..5a729fa3dd 100644 --- a/assets/common/items/armor/cloth/moonweave/belt.ron +++ b/assets/common/items/armor/cloth/moonweave/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave Belt", - description: "The fabric dances silently, like moonlight.", + legacy_name: "Moonweave Belt", + legacy_description: "The fabric dances silently, like moonlight.", kind: Armor(( kind: Belt, stats: FromSet("Moonweave"), diff --git a/assets/common/items/armor/cloth/moonweave/chest.ron b/assets/common/items/armor/cloth/moonweave/chest.ron index fd6bad4e98..f07839410e 100644 --- a/assets/common/items/armor/cloth/moonweave/chest.ron +++ b/assets/common/items/armor/cloth/moonweave/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave Vest", - description: "The fabric dances silently, like moonlight.", + legacy_name: "Moonweave Vest", + legacy_description: "The fabric dances silently, like moonlight.", kind: Armor(( kind: Chest, stats: FromSet("Moonweave"), diff --git a/assets/common/items/armor/cloth/moonweave/foot.ron b/assets/common/items/armor/cloth/moonweave/foot.ron index 3dbee0c253..2e09114359 100644 --- a/assets/common/items/armor/cloth/moonweave/foot.ron +++ b/assets/common/items/armor/cloth/moonweave/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave Boots", - description: "The fabric dances silently, like moonlight.", + legacy_name: "Moonweave Boots", + legacy_description: "The fabric dances silently, like moonlight.", kind: Armor(( kind: Foot, stats: FromSet("Moonweave"), diff --git a/assets/common/items/armor/cloth/moonweave/hand.ron b/assets/common/items/armor/cloth/moonweave/hand.ron index 8324fd1c5a..47f777cb14 100644 --- a/assets/common/items/armor/cloth/moonweave/hand.ron +++ b/assets/common/items/armor/cloth/moonweave/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave Gloves", - description: "The fabric dances silently, like moonlight.", + legacy_name: "Moonweave Gloves", + legacy_description: "The fabric dances silently, like moonlight.", kind: Armor(( kind: Hand, stats: FromSet("Moonweave"), diff --git a/assets/common/items/armor/cloth/moonweave/pants.ron b/assets/common/items/armor/cloth/moonweave/pants.ron index b159db5ee0..19696fba09 100644 --- a/assets/common/items/armor/cloth/moonweave/pants.ron +++ b/assets/common/items/armor/cloth/moonweave/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave Legs", - description: "The fabric dances silently, like moonlight.", + legacy_name: "Moonweave Legs", + legacy_description: "The fabric dances silently, like moonlight.", kind: Armor(( kind: Pants, stats: FromSet("Moonweave"), diff --git a/assets/common/items/armor/cloth/moonweave/shoulder.ron b/assets/common/items/armor/cloth/moonweave/shoulder.ron index 44bf9cbcf0..f404ba967f 100644 --- a/assets/common/items/armor/cloth/moonweave/shoulder.ron +++ b/assets/common/items/armor/cloth/moonweave/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave Shoulders", - description: "The fabric dances silently, like moonlight.", + legacy_name: "Moonweave Shoulders", + legacy_description: "The fabric dances silently, like moonlight.", kind: Armor(( kind: Shoulder, stats: FromSet("Moonweave"), diff --git a/assets/common/items/armor/cloth/silken/back.ron b/assets/common/items/armor/cloth/silken/back.ron index db8db346a1..1732961a3b 100644 --- a/assets/common/items/armor/cloth/silken/back.ron +++ b/assets/common/items/armor/cloth/silken/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silken Cape", - description: "Weaved with care by a skilled tailor.", + legacy_name: "Silken Cape", + legacy_description: "Weaved with care by a skilled tailor.", kind: Armor(( kind: Back, stats: FromSet("Silk"), diff --git a/assets/common/items/armor/cloth/silken/belt.ron b/assets/common/items/armor/cloth/silken/belt.ron index d2cbbf5634..ba4179be6f 100644 --- a/assets/common/items/armor/cloth/silken/belt.ron +++ b/assets/common/items/armor/cloth/silken/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silken Sash", - description: "Weaved with care by a skilled tailor.", + legacy_name: "Silken Sash", + legacy_description: "Weaved with care by a skilled tailor.", kind: Armor(( kind: Belt, stats: FromSet("Silk"), diff --git a/assets/common/items/armor/cloth/silken/chest.ron b/assets/common/items/armor/cloth/silken/chest.ron index cc80c1a8f6..3ea8ad2bba 100644 --- a/assets/common/items/armor/cloth/silken/chest.ron +++ b/assets/common/items/armor/cloth/silken/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silken Robe", - description: "Weaved with care by a skilled tailor.", + legacy_name: "Silken Robe", + legacy_description: "Weaved with care by a skilled tailor.", kind: Armor(( kind: Chest, stats: FromSet("Silk"), diff --git a/assets/common/items/armor/cloth/silken/foot.ron b/assets/common/items/armor/cloth/silken/foot.ron index 0f9f960748..94f6cdf4c8 100644 --- a/assets/common/items/armor/cloth/silken/foot.ron +++ b/assets/common/items/armor/cloth/silken/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silken Feet", - description: "Weaved with care by a skilled tailor.", + legacy_name: "Silken Feet", + legacy_description: "Weaved with care by a skilled tailor.", kind: Armor(( kind: Foot, stats: FromSet("Silk"), diff --git a/assets/common/items/armor/cloth/silken/hand.ron b/assets/common/items/armor/cloth/silken/hand.ron index 74e7b6eab4..98e805cf28 100644 --- a/assets/common/items/armor/cloth/silken/hand.ron +++ b/assets/common/items/armor/cloth/silken/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silken Wraps", - description: "Weaved with care by a skilled tailor.", + legacy_name: "Silken Wraps", + legacy_description: "Weaved with care by a skilled tailor.", kind: Armor(( kind: Hand, stats: FromSet("Silk"), diff --git a/assets/common/items/armor/cloth/silken/pants.ron b/assets/common/items/armor/cloth/silken/pants.ron index 29726bc5cc..50aa780407 100644 --- a/assets/common/items/armor/cloth/silken/pants.ron +++ b/assets/common/items/armor/cloth/silken/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silken Skirt", - description: "Weaved with care by a skilled tailor.", + legacy_name: "Silken Skirt", + legacy_description: "Weaved with care by a skilled tailor.", kind: Armor(( kind: Pants, stats: FromSet("Silk"), diff --git a/assets/common/items/armor/cloth/silken/shoulder.ron b/assets/common/items/armor/cloth/silken/shoulder.ron index 66236e9e45..d49c01a10c 100644 --- a/assets/common/items/armor/cloth/silken/shoulder.ron +++ b/assets/common/items/armor/cloth/silken/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silken Shoulders", - description: "Weaved with care by a skilled tailor.", + legacy_name: "Silken Shoulders", + legacy_description: "Weaved with care by a skilled tailor.", kind: Armor(( kind: Shoulder, stats: FromSet("Silk"), diff --git a/assets/common/items/armor/cloth/sunsilk/back.ron b/assets/common/items/armor/cloth/sunsilk/back.ron index a5e84a1ae7..74678ba35d 100644 --- a/assets/common/items/armor/cloth/sunsilk/back.ron +++ b/assets/common/items/armor/cloth/sunsilk/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk Cape", - description: "It radiates with the sun's power, and the grace to harness it.", + legacy_name: "Sunsilk Cape", + legacy_description: "It radiates with the sun's power, and the grace to harness it.", kind: Armor(( kind: Back, stats: FromSet("Sunsilk"), diff --git a/assets/common/items/armor/cloth/sunsilk/belt.ron b/assets/common/items/armor/cloth/sunsilk/belt.ron index eda42a7b95..27a5fe29a7 100644 --- a/assets/common/items/armor/cloth/sunsilk/belt.ron +++ b/assets/common/items/armor/cloth/sunsilk/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk Sash", - description: "It radiates with the sun's power, and the grace to harness it.", + legacy_name: "Sunsilk Sash", + legacy_description: "It radiates with the sun's power, and the grace to harness it.", kind: Armor(( kind: Belt, stats: FromSet("Sunsilk"), diff --git a/assets/common/items/armor/cloth/sunsilk/chest.ron b/assets/common/items/armor/cloth/sunsilk/chest.ron index 9db73d73f5..baef75bbce 100644 --- a/assets/common/items/armor/cloth/sunsilk/chest.ron +++ b/assets/common/items/armor/cloth/sunsilk/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk Tunic", - description: "It radiates with the sun's power, and the grace to harness it.", + legacy_name: "Sunsilk Tunic", + legacy_description: "It radiates with the sun's power, and the grace to harness it.", kind: Armor(( kind: Chest, stats: FromSet("Sunsilk"), diff --git a/assets/common/items/armor/cloth/sunsilk/foot.ron b/assets/common/items/armor/cloth/sunsilk/foot.ron index f0f084671c..9ff2c96498 100644 --- a/assets/common/items/armor/cloth/sunsilk/foot.ron +++ b/assets/common/items/armor/cloth/sunsilk/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk Footwraps", - description: "It radiates with the sun's power, and the grace to harness it.", + legacy_name: "Sunsilk Footwraps", + legacy_description: "It radiates with the sun's power, and the grace to harness it.", kind: Armor(( kind: Foot, stats: FromSet("Sunsilk"), diff --git a/assets/common/items/armor/cloth/sunsilk/hand.ron b/assets/common/items/armor/cloth/sunsilk/hand.ron index af51017070..7f1072214a 100644 --- a/assets/common/items/armor/cloth/sunsilk/hand.ron +++ b/assets/common/items/armor/cloth/sunsilk/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk Handwraps", - description: "It radiates with the sun's power, and the grace to harness it.", + legacy_name: "Sunsilk Handwraps", + legacy_description: "It radiates with the sun's power, and the grace to harness it.", kind: Armor(( kind: Hand, stats: FromSet("Sunsilk"), diff --git a/assets/common/items/armor/cloth/sunsilk/pants.ron b/assets/common/items/armor/cloth/sunsilk/pants.ron index cbc0fb0529..d5e55adaa4 100644 --- a/assets/common/items/armor/cloth/sunsilk/pants.ron +++ b/assets/common/items/armor/cloth/sunsilk/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk Kilt", - description: "It radiates with the sun's power, and the grace to harness it.", + legacy_name: "Sunsilk Kilt", + legacy_description: "It radiates with the sun's power, and the grace to harness it.", kind: Armor(( kind: Pants, stats: FromSet("Sunsilk"), diff --git a/assets/common/items/armor/cloth/sunsilk/shoulder.ron b/assets/common/items/armor/cloth/sunsilk/shoulder.ron index 553663054d..8916624fa4 100644 --- a/assets/common/items/armor/cloth/sunsilk/shoulder.ron +++ b/assets/common/items/armor/cloth/sunsilk/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk Shoulderwraps", - description: "It radiates with the sun's power, and the grace to harness it.", + legacy_name: "Sunsilk Shoulderwraps", + legacy_description: "It radiates with the sun's power, and the grace to harness it.", kind: Armor(( kind: Shoulder, stats: FromSet("Sunsilk"), diff --git a/assets/common/items/armor/cloth/woolen/back.ron b/assets/common/items/armor/cloth/woolen/back.ron index 0555914239..53c8ccf7a3 100644 --- a/assets/common/items/armor/cloth/woolen/back.ron +++ b/assets/common/items/armor/cloth/woolen/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolen Cloak", - description: "Thick and ready for the snow.", + legacy_name: "Woolen Cloak", + legacy_description: "Thick and ready for the snow.", kind: Armor(( kind: Back, stats: FromSet("Wool"), diff --git a/assets/common/items/armor/cloth/woolen/belt.ron b/assets/common/items/armor/cloth/woolen/belt.ron index 8287bff732..b0d2f1d638 100644 --- a/assets/common/items/armor/cloth/woolen/belt.ron +++ b/assets/common/items/armor/cloth/woolen/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolen Belt", - description: "Thick and ready for the snow.", + legacy_name: "Woolen Belt", + legacy_description: "Thick and ready for the snow.", kind: Armor(( kind: Belt, stats: FromSet("Wool"), diff --git a/assets/common/items/armor/cloth/woolen/chest.ron b/assets/common/items/armor/cloth/woolen/chest.ron index 47ec62be52..1baabe5286 100644 --- a/assets/common/items/armor/cloth/woolen/chest.ron +++ b/assets/common/items/armor/cloth/woolen/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolen Parka", - description: "Thick and ready for the snow.", + legacy_name: "Woolen Parka", + legacy_description: "Thick and ready for the snow.", kind: Armor(( kind: Chest, stats: FromSet("Wool"), diff --git a/assets/common/items/armor/cloth/woolen/foot.ron b/assets/common/items/armor/cloth/woolen/foot.ron index e406fdd993..eecc685738 100644 --- a/assets/common/items/armor/cloth/woolen/foot.ron +++ b/assets/common/items/armor/cloth/woolen/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolen Boots", - description: "Thick and ready for the snow.", + legacy_name: "Woolen Boots", + legacy_description: "Thick and ready for the snow.", kind: Armor(( kind: Foot, stats: FromSet("Wool"), diff --git a/assets/common/items/armor/cloth/woolen/hand.ron b/assets/common/items/armor/cloth/woolen/hand.ron index dc013e92c6..5a4770810f 100644 --- a/assets/common/items/armor/cloth/woolen/hand.ron +++ b/assets/common/items/armor/cloth/woolen/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolen Mittens", - description: "Thick and ready for the snow.", + legacy_name: "Woolen Mittens", + legacy_description: "Thick and ready for the snow.", kind: Armor(( kind: Hand, stats: FromSet("Wool"), diff --git a/assets/common/items/armor/cloth/woolen/pants.ron b/assets/common/items/armor/cloth/woolen/pants.ron index 69d67e68f7..6ee22afd55 100644 --- a/assets/common/items/armor/cloth/woolen/pants.ron +++ b/assets/common/items/armor/cloth/woolen/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolen Pants", - description: "Thick and ready for the snow.", + legacy_name: "Woolen Pants", + legacy_description: "Thick and ready for the snow.", kind: Armor(( kind: Pants, stats: FromSet("Wool"), diff --git a/assets/common/items/armor/cloth/woolen/shoulder.ron b/assets/common/items/armor/cloth/woolen/shoulder.ron index 1c7b66edea..cc9ea5eeb8 100644 --- a/assets/common/items/armor/cloth/woolen/shoulder.ron +++ b/assets/common/items/armor/cloth/woolen/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolen Shoulders", - description: "Thick and ready for the snow.", + legacy_name: "Woolen Shoulders", + legacy_description: "Thick and ready for the snow.", kind: Armor(( kind: Shoulder, stats: FromSet("Wool"), diff --git a/assets/common/items/armor/cloth_blue/belt.ron b/assets/common/items/armor/cloth_blue/belt.ron index cd8ec95cc5..178b1e4ba3 100644 --- a/assets/common/items/armor/cloth_blue/belt.ron +++ b/assets/common/items/armor/cloth_blue/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Linen Belt", - description: "A stylish rough fabric belt, dyed blue.", + legacy_name: "Blue Linen Belt", + legacy_description: "A stylish rough fabric belt, dyed blue.", kind: Armor(( kind: Belt, stats: FromSet("Cloth Blue"), diff --git a/assets/common/items/armor/cloth_blue/chest.ron b/assets/common/items/armor/cloth_blue/chest.ron index 4c75cd0f6a..22c466fd76 100644 --- a/assets/common/items/armor/cloth_blue/chest.ron +++ b/assets/common/items/armor/cloth_blue/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Linen Chest", - description: "A stylish rough fabric surcoat, dyed blue.", + legacy_name: "Blue Linen Chest", + legacy_description: "A stylish rough fabric surcoat, dyed blue.", kind: Armor(( kind: Chest, stats: FromSet("Cloth Blue"), diff --git a/assets/common/items/armor/cloth_blue/foot.ron b/assets/common/items/armor/cloth_blue/foot.ron index 6a9dd5af66..acc8dcd091 100644 --- a/assets/common/items/armor/cloth_blue/foot.ron +++ b/assets/common/items/armor/cloth_blue/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Linen Boots", - description: "Cobbled rough fabric boots, dyed blue.", + legacy_name: "Blue Linen Boots", + legacy_description: "Cobbled rough fabric boots, dyed blue.", kind: Armor(( kind: Foot, stats: FromSet("Cloth Blue"), diff --git a/assets/common/items/armor/cloth_blue/hand.ron b/assets/common/items/armor/cloth_blue/hand.ron index 70de693153..1dda969162 100644 --- a/assets/common/items/armor/cloth_blue/hand.ron +++ b/assets/common/items/armor/cloth_blue/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Linen Wrists", - description: "Rough cloth bracelets provide a stylish fashion statement, dyed blue.", + legacy_name: "Blue Linen Wrists", + legacy_description: "Rough cloth bracelets provide a stylish fashion statement, dyed blue.", kind: Armor(( kind: Hand, stats: FromSet("Cloth Blue"), diff --git a/assets/common/items/armor/cloth_blue/pants.ron b/assets/common/items/armor/cloth_blue/pants.ron index 1087e782f4..d44603d9a7 100644 --- a/assets/common/items/armor/cloth_blue/pants.ron +++ b/assets/common/items/armor/cloth_blue/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Linen Skirt", - description: "A stylish, rough fabric skirt, dyed blue.", + legacy_name: "Blue Linen Skirt", + legacy_description: "A stylish, rough fabric skirt, dyed blue.", kind: Armor(( kind: Pants, stats: FromSet("Cloth Blue"), diff --git a/assets/common/items/armor/cloth_blue/shoulder_0.ron b/assets/common/items/armor/cloth_blue/shoulder_0.ron index 8c619a4e30..3a12ec48ca 100644 --- a/assets/common/items/armor/cloth_blue/shoulder_0.ron +++ b/assets/common/items/armor/cloth_blue/shoulder_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Linen Coat", - description: "A rough fabric coat, dyed blue.", + legacy_name: "Blue Linen Coat", + legacy_description: "A rough fabric coat, dyed blue.", kind: Armor(( kind: Shoulder, stats: FromSet("Cloth Blue"), diff --git a/assets/common/items/armor/cloth_blue/shoulder_1.ron b/assets/common/items/armor/cloth_blue/shoulder_1.ron index 0b2ecfe491..837953aec2 100644 --- a/assets/common/items/armor/cloth_blue/shoulder_1.ron +++ b/assets/common/items/armor/cloth_blue/shoulder_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Cloth Pads", - description: "Simple shoulderpads made from blue cloth.", + legacy_name: "Blue Cloth Pads", + legacy_description: "Simple shoulderpads made from blue cloth.", kind: Armor(( kind: Shoulder, stats: FromSet("Cloth Blue"), diff --git a/assets/common/items/armor/cloth_green/belt.ron b/assets/common/items/armor/cloth_green/belt.ron index 1fcfc99ff2..a12e8d3b90 100644 --- a/assets/common/items/armor/cloth_green/belt.ron +++ b/assets/common/items/armor/cloth_green/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Linen Belt", - description: "A stylish rough fabric belt, dyed green.", + legacy_name: "Green Linen Belt", + legacy_description: "A stylish rough fabric belt, dyed green.", kind: Armor(( kind: Belt, stats: FromSet("Cloth Green"), diff --git a/assets/common/items/armor/cloth_green/chest.ron b/assets/common/items/armor/cloth_green/chest.ron index 68a78756a4..489a0935f6 100644 --- a/assets/common/items/armor/cloth_green/chest.ron +++ b/assets/common/items/armor/cloth_green/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Linen Chest", - description: "A stylish rough fabric surcoat, dyed green.", + legacy_name: "Green Linen Chest", + legacy_description: "A stylish rough fabric surcoat, dyed green.", kind: Armor(( kind: Chest, stats: FromSet("Cloth Green"), diff --git a/assets/common/items/armor/cloth_green/foot.ron b/assets/common/items/armor/cloth_green/foot.ron index 42fd812bac..51974774db 100644 --- a/assets/common/items/armor/cloth_green/foot.ron +++ b/assets/common/items/armor/cloth_green/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Linen Boots", - description: "Cobbled rough fabric boots, dyed green.", + legacy_name: "Green Linen Boots", + legacy_description: "Cobbled rough fabric boots, dyed green.", kind: Armor(( kind: Foot, stats: FromSet("Cloth Green"), diff --git a/assets/common/items/armor/cloth_green/hand.ron b/assets/common/items/armor/cloth_green/hand.ron index 16ee51d5c7..b3471ca6d7 100644 --- a/assets/common/items/armor/cloth_green/hand.ron +++ b/assets/common/items/armor/cloth_green/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Linen Wrists", - description: "Rough cloth bracelets provide a stylish fashion statement, dyed green.", + legacy_name: "Green Linen Wrists", + legacy_description: "Rough cloth bracelets provide a stylish fashion statement, dyed green.", kind: Armor(( kind: Hand, stats: FromSet("Cloth Green"), diff --git a/assets/common/items/armor/cloth_green/pants.ron b/assets/common/items/armor/cloth_green/pants.ron index 590b3377f8..0e7d6e38ca 100644 --- a/assets/common/items/armor/cloth_green/pants.ron +++ b/assets/common/items/armor/cloth_green/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Linen Skirt", - description: "A stylish, rough fabric skirt, dyed green.", + legacy_name: "Green Linen Skirt", + legacy_description: "A stylish, rough fabric skirt, dyed green.", kind: Armor(( kind: Pants, stats: FromSet("Cloth Green"), diff --git a/assets/common/items/armor/cloth_green/shoulder.ron b/assets/common/items/armor/cloth_green/shoulder.ron index 092508c305..3f6cdfcc9e 100644 --- a/assets/common/items/armor/cloth_green/shoulder.ron +++ b/assets/common/items/armor/cloth_green/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Linen Coat", - description: "A rough fabric coat, dyed green.", + legacy_name: "Green Linen Coat", + legacy_description: "A rough fabric coat, dyed green.", kind: Armor(( kind: Shoulder, stats: FromSet("Cloth Green"), diff --git a/assets/common/items/armor/cloth_purple/belt.ron b/assets/common/items/armor/cloth_purple/belt.ron index b1a8e25395..cfc363a6fc 100644 --- a/assets/common/items/armor/cloth_purple/belt.ron +++ b/assets/common/items/armor/cloth_purple/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Linen Belt", - description: "A stylish rough fabric belt, dyed purple.", + legacy_name: "Purple Linen Belt", + legacy_description: "A stylish rough fabric belt, dyed purple.", kind: Armor(( kind: Belt, stats: FromSet("Cloth Purple"), diff --git a/assets/common/items/armor/cloth_purple/chest.ron b/assets/common/items/armor/cloth_purple/chest.ron index eabb39535f..65ad802c2b 100644 --- a/assets/common/items/armor/cloth_purple/chest.ron +++ b/assets/common/items/armor/cloth_purple/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Linen Chest", - description: "A stylish rough fabric surcoat, dyed purple.", + legacy_name: "Purple Linen Chest", + legacy_description: "A stylish rough fabric surcoat, dyed purple.", kind: Armor(( kind: Chest, stats: FromSet("Cloth Purple"), diff --git a/assets/common/items/armor/cloth_purple/foot.ron b/assets/common/items/armor/cloth_purple/foot.ron index a8283fe2c0..f657f7c9ed 100644 --- a/assets/common/items/armor/cloth_purple/foot.ron +++ b/assets/common/items/armor/cloth_purple/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Linen Boots", - description: "Cobbled rough fabric boots, dyed purple.", + legacy_name: "Purple Linen Boots", + legacy_description: "Cobbled rough fabric boots, dyed purple.", kind: Armor(( kind: Foot, stats: FromSet("Cloth Purple"), diff --git a/assets/common/items/armor/cloth_purple/hand.ron b/assets/common/items/armor/cloth_purple/hand.ron index ecc8f41298..f3f7bfa69e 100644 --- a/assets/common/items/armor/cloth_purple/hand.ron +++ b/assets/common/items/armor/cloth_purple/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Linen Wrists", - description: "Rough cloth bracelets provide a stylish fashion statement, dyed purple.", + legacy_name: "Purple Linen Wrists", + legacy_description: "Rough cloth bracelets provide a stylish fashion statement, dyed purple.", kind: Armor(( kind: Hand, stats: FromSet("Cloth Purple"), diff --git a/assets/common/items/armor/cloth_purple/pants.ron b/assets/common/items/armor/cloth_purple/pants.ron index 1533d65ce6..e14392e456 100644 --- a/assets/common/items/armor/cloth_purple/pants.ron +++ b/assets/common/items/armor/cloth_purple/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Linen Skirt", - description: "A stylish, rough fabric skirt, dyed purple.", + legacy_name: "Purple Linen Skirt", + legacy_description: "A stylish, rough fabric skirt, dyed purple.", kind: Armor(( kind: Pants, stats: FromSet("Cloth Purple"), diff --git a/assets/common/items/armor/cloth_purple/shoulder.ron b/assets/common/items/armor/cloth_purple/shoulder.ron index c6815e2c50..ce89848616 100644 --- a/assets/common/items/armor/cloth_purple/shoulder.ron +++ b/assets/common/items/armor/cloth_purple/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Linen Coat", - description: "A rough fabric coat, dyed purple.", + legacy_name: "Purple Linen Coat", + legacy_description: "A rough fabric coat, dyed purple.", kind: Armor(( kind: Shoulder, stats: FromSet("Cloth Purple"), diff --git a/assets/common/items/armor/cultist/bandana.ron b/assets/common/items/armor/cultist/bandana.ron index 9ffa1976a5..0d6dfc3c86 100644 --- a/assets/common/items/armor/cultist/bandana.ron +++ b/assets/common/items/armor/cultist/bandana.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Bandana", - description: "Ceremonial attire used by members.", + legacy_name: "Cultist Bandana", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/cultist/belt.ron b/assets/common/items/armor/cultist/belt.ron index 3cc9661407..fb7181fc2d 100644 --- a/assets/common/items/armor/cultist/belt.ron +++ b/assets/common/items/armor/cultist/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Belt", - description: "Ceremonial attire used by members.", + legacy_name: "Cultist Belt", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: FromSet("Cultist"), diff --git a/assets/common/items/armor/cultist/chest.ron b/assets/common/items/armor/cultist/chest.ron index 4dae8cda0b..8805072c97 100644 --- a/assets/common/items/armor/cultist/chest.ron +++ b/assets/common/items/armor/cultist/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Chest", - description: "Ceremonial attire used by members.", + legacy_name: "Cultist Chest", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: FromSet("Cultist"), diff --git a/assets/common/items/armor/cultist/foot.ron b/assets/common/items/armor/cultist/foot.ron index 567163434e..c11733a5d8 100644 --- a/assets/common/items/armor/cultist/foot.ron +++ b/assets/common/items/armor/cultist/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Boots", - description: "Ceremonial attire used by members.", + legacy_name: "Cultist Boots", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: FromSet("Cultist"), diff --git a/assets/common/items/armor/cultist/hand.ron b/assets/common/items/armor/cultist/hand.ron index 90d48879ae..0eb11aa79d 100644 --- a/assets/common/items/armor/cultist/hand.ron +++ b/assets/common/items/armor/cultist/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Gloves", - description: "Ceremonial attire used by members.", + legacy_name: "Cultist Gloves", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Hand, stats: FromSet("Cultist"), diff --git a/assets/common/items/armor/cultist/necklace.ron b/assets/common/items/armor/cultist/necklace.ron index 73d9f3fdc6..6985ee4eb8 100644 --- a/assets/common/items/armor/cultist/necklace.ron +++ b/assets/common/items/armor/cultist/necklace.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Amulet", - description: "You can still feel the Mindflayer's presence within this amulet...", + legacy_name: "Cultist Amulet", + legacy_description: "You can still feel the Mindflayer's presence within this amulet...", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/cultist/pants.ron b/assets/common/items/armor/cultist/pants.ron index 79540e02ea..f082097d4f 100644 --- a/assets/common/items/armor/cultist/pants.ron +++ b/assets/common/items/armor/cultist/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Skirt", - description: "Ceremonial attire used by members.", + legacy_name: "Cultist Skirt", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Pants, stats: FromSet("Cultist"), diff --git a/assets/common/items/armor/cultist/ring.ron b/assets/common/items/armor/cultist/ring.ron index c6a117df76..c73c750967 100644 --- a/assets/common/items/armor/cultist/ring.ron +++ b/assets/common/items/armor/cultist/ring.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Signet Ring", - description: "Once belonged to a cultist.", + legacy_name: "Cultist Signet Ring", + legacy_description: "Once belonged to a cultist.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/cultist/shoulder.ron b/assets/common/items/armor/cultist/shoulder.ron index 09bba89e87..9028a5f956 100644 --- a/assets/common/items/armor/cultist/shoulder.ron +++ b/assets/common/items/armor/cultist/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Mantle", - description: "Ceremonial attire used by members.", + legacy_name: "Cultist Mantle", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Shoulder, stats: FromSet("Cultist"), diff --git a/assets/common/items/armor/ferocious/back.ron b/assets/common/items/armor/ferocious/back.ron index 0cbfc6bb6d..08c5818337 100644 --- a/assets/common/items/armor/ferocious/back.ron +++ b/assets/common/items/armor/ferocious/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ferocious Mantle", - description: "The dark side of nature", + legacy_name: "Ferocious Mantle", + legacy_description: "The dark side of nature", kind: Armor(( kind: Back, stats: FromSet("Ferocious"), diff --git a/assets/common/items/armor/ferocious/belt.ron b/assets/common/items/armor/ferocious/belt.ron index 6cc72fa7f6..0f26d3d1d0 100644 --- a/assets/common/items/armor/ferocious/belt.ron +++ b/assets/common/items/armor/ferocious/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ferocious Sash", - description: "The dark side of nature", + legacy_name: "Ferocious Sash", + legacy_description: "The dark side of nature", kind: Armor(( kind: Belt, stats: FromSet("Ferocious"), diff --git a/assets/common/items/armor/ferocious/chest.ron b/assets/common/items/armor/ferocious/chest.ron index 4e3efd16d5..bf365c1946 100644 --- a/assets/common/items/armor/ferocious/chest.ron +++ b/assets/common/items/armor/ferocious/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ferocious Shirt", - description: "The dark side of nature", + legacy_name: "Ferocious Shirt", + legacy_description: "The dark side of nature", kind: Armor(( kind: Chest, stats: FromSet("Ferocious"), diff --git a/assets/common/items/armor/ferocious/foot.ron b/assets/common/items/armor/ferocious/foot.ron index 47d5b25fdc..1cb681b648 100644 --- a/assets/common/items/armor/ferocious/foot.ron +++ b/assets/common/items/armor/ferocious/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ferocious Waraji", - description: "The dark side of nature", + legacy_name: "Ferocious Waraji", + legacy_description: "The dark side of nature", kind: Armor(( kind: Foot, stats: FromSet("Ferocious"), diff --git a/assets/common/items/armor/ferocious/hand.ron b/assets/common/items/armor/ferocious/hand.ron index 84125c4ac0..a83be007f2 100644 --- a/assets/common/items/armor/ferocious/hand.ron +++ b/assets/common/items/armor/ferocious/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ferocious Wraps", - description: "The dark side of nature", + legacy_name: "Ferocious Wraps", + legacy_description: "The dark side of nature", kind: Armor(( kind: Hand, stats: FromSet("Ferocious"), diff --git a/assets/common/items/armor/ferocious/pants.ron b/assets/common/items/armor/ferocious/pants.ron index 3b60a847d9..ec7e5c36db 100644 --- a/assets/common/items/armor/ferocious/pants.ron +++ b/assets/common/items/armor/ferocious/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ferocious Shorts", - description: "The dark side of nature", + legacy_name: "Ferocious Shorts", + legacy_description: "The dark side of nature", kind: Armor(( kind: Pants, stats: FromSet("Ferocious"), diff --git a/assets/common/items/armor/ferocious/shoulder.ron b/assets/common/items/armor/ferocious/shoulder.ron index 83c30c030d..069172d2ea 100644 --- a/assets/common/items/armor/ferocious/shoulder.ron +++ b/assets/common/items/armor/ferocious/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ferocious Guards", - description: "The dark side of nature", + legacy_name: "Ferocious Guards", + legacy_description: "The dark side of nature", kind: Armor(( kind: Shoulder, stats: FromSet("Ferocious"), diff --git a/assets/common/items/armor/hide/carapace/back.ron b/assets/common/items/armor/hide/carapace/back.ron index abec198dc1..a5a0c986eb 100644 --- a/assets/common/items/armor/hide/carapace/back.ron +++ b/assets/common/items/armor/hide/carapace/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carapace Cape", - description: "Made from the shell that once shielded a beast.", + legacy_name: "Carapace Cape", + legacy_description: "Made from the shell that once shielded a beast.", kind: Armor(( kind: Back, stats: FromSet("Carapace"), diff --git a/assets/common/items/armor/hide/carapace/belt.ron b/assets/common/items/armor/hide/carapace/belt.ron index 1dd4e13184..3a1fdce99b 100644 --- a/assets/common/items/armor/hide/carapace/belt.ron +++ b/assets/common/items/armor/hide/carapace/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carapace Belt", - description: "Made from the shell that once shielded a beast.", + legacy_name: "Carapace Belt", + legacy_description: "Made from the shell that once shielded a beast.", kind: Armor(( kind: Belt, stats: FromSet("Carapace"), diff --git a/assets/common/items/armor/hide/carapace/chest.ron b/assets/common/items/armor/hide/carapace/chest.ron index 0b24271d7d..06fbd6d8f1 100644 --- a/assets/common/items/armor/hide/carapace/chest.ron +++ b/assets/common/items/armor/hide/carapace/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carapace Cuirass", - description: "Made from the shell that once shielded a beast.", + legacy_name: "Carapace Cuirass", + legacy_description: "Made from the shell that once shielded a beast.", kind: Armor(( kind: Chest, stats: FromSet("Carapace"), diff --git a/assets/common/items/armor/hide/carapace/foot.ron b/assets/common/items/armor/hide/carapace/foot.ron index 154690e0d7..1a50119525 100644 --- a/assets/common/items/armor/hide/carapace/foot.ron +++ b/assets/common/items/armor/hide/carapace/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carapace Treads", - description: "Made from the shell that once shielded a beast.", + legacy_name: "Carapace Treads", + legacy_description: "Made from the shell that once shielded a beast.", kind: Armor(( kind: Foot, stats: FromSet("Carapace"), diff --git a/assets/common/items/armor/hide/carapace/hand.ron b/assets/common/items/armor/hide/carapace/hand.ron index 052db20f6e..674cd793aa 100644 --- a/assets/common/items/armor/hide/carapace/hand.ron +++ b/assets/common/items/armor/hide/carapace/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carapace Grips", - description: "Made from the shell that once shielded a beast.", + legacy_name: "Carapace Grips", + legacy_description: "Made from the shell that once shielded a beast.", kind: Armor(( kind: Hand, stats: FromSet("Carapace"), diff --git a/assets/common/items/armor/hide/carapace/pants.ron b/assets/common/items/armor/hide/carapace/pants.ron index 5b40ea0947..6a05561b91 100644 --- a/assets/common/items/armor/hide/carapace/pants.ron +++ b/assets/common/items/armor/hide/carapace/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carapace Leggings", - description: "Made from the shell that once shielded a beast.", + legacy_name: "Carapace Leggings", + legacy_description: "Made from the shell that once shielded a beast.", kind: Armor(( kind: Pants, stats: FromSet("Carapace"), diff --git a/assets/common/items/armor/hide/carapace/shoulder.ron b/assets/common/items/armor/hide/carapace/shoulder.ron index 06768a0d8d..6ee7ebc5dc 100644 --- a/assets/common/items/armor/hide/carapace/shoulder.ron +++ b/assets/common/items/armor/hide/carapace/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carapace Shoulderpads", - description: "Made from the shell that once shielded a beast.", + legacy_name: "Carapace Shoulderpads", + legacy_description: "Made from the shell that once shielded a beast.", kind: Armor(( kind: Shoulder, stats: FromSet("Carapace"), diff --git a/assets/common/items/armor/hide/dragonscale/back.ron b/assets/common/items/armor/hide/dragonscale/back.ron index 18eaed1cc5..69e0b82081 100644 --- a/assets/common/items/armor/hide/dragonscale/back.ron +++ b/assets/common/items/armor/hide/dragonscale/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragonscale Cape", - description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", + legacy_name: "Dragonscale Cape", + legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", kind: Armor(( kind: Back, stats: FromSet("Dragonscale"), diff --git a/assets/common/items/armor/hide/dragonscale/belt.ron b/assets/common/items/armor/hide/dragonscale/belt.ron index fbeab82ef8..6c0834cdf1 100644 --- a/assets/common/items/armor/hide/dragonscale/belt.ron +++ b/assets/common/items/armor/hide/dragonscale/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragonscale Sash", - description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", + legacy_name: "Dragonscale Sash", + legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", kind: Armor(( kind: Belt, stats: FromSet("Dragonscale"), diff --git a/assets/common/items/armor/hide/dragonscale/chest.ron b/assets/common/items/armor/hide/dragonscale/chest.ron index 40a9315ed6..2035195197 100644 --- a/assets/common/items/armor/hide/dragonscale/chest.ron +++ b/assets/common/items/armor/hide/dragonscale/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragonscale Chestplate", - description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", + legacy_name: "Dragonscale Chestplate", + legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", kind: Armor(( kind: Chest, stats: FromSet("Dragonscale"), diff --git a/assets/common/items/armor/hide/dragonscale/foot.ron b/assets/common/items/armor/hide/dragonscale/foot.ron index 9d5a39bbd9..0dd3d5d6aa 100644 --- a/assets/common/items/armor/hide/dragonscale/foot.ron +++ b/assets/common/items/armor/hide/dragonscale/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragonscale Spurs", - description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", + legacy_name: "Dragonscale Spurs", + legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", kind: Armor(( kind: Foot, stats: FromSet("Dragonscale"), diff --git a/assets/common/items/armor/hide/dragonscale/hand.ron b/assets/common/items/armor/hide/dragonscale/hand.ron index d6d228b042..60bb8a3c18 100644 --- a/assets/common/items/armor/hide/dragonscale/hand.ron +++ b/assets/common/items/armor/hide/dragonscale/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragonscale Gloves", - description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", + legacy_name: "Dragonscale Gloves", + legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", kind: Armor(( kind: Hand, stats: FromSet("Dragonscale"), diff --git a/assets/common/items/armor/hide/dragonscale/pants.ron b/assets/common/items/armor/hide/dragonscale/pants.ron index 733553708f..46fc370ca8 100644 --- a/assets/common/items/armor/hide/dragonscale/pants.ron +++ b/assets/common/items/armor/hide/dragonscale/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragonscale Leggings", - description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", + legacy_name: "Dragonscale Leggings", + legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", kind: Armor(( kind: Pants, stats: FromSet("Dragonscale"), diff --git a/assets/common/items/armor/hide/dragonscale/shoulder.ron b/assets/common/items/armor/hide/dragonscale/shoulder.ron index b6353ed649..674468a922 100644 --- a/assets/common/items/armor/hide/dragonscale/shoulder.ron +++ b/assets/common/items/armor/hide/dragonscale/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragonscale Mantle", - description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", + legacy_name: "Dragonscale Mantle", + legacy_description: "Crafted from the scales of a legendary creature, power can be felt pulsing through it.", kind: Armor(( kind: Shoulder, stats: FromSet("Dragonscale"), diff --git a/assets/common/items/armor/hide/leather/back.ron b/assets/common/items/armor/hide/leather/back.ron index 48a473438c..1acdfe172e 100644 --- a/assets/common/items/armor/hide/leather/back.ron +++ b/assets/common/items/armor/hide/leather/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Cloak", - description: "Swift like the wind.", + legacy_name: "Leather Cloak", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Back, stats: FromSet("Leather"), diff --git a/assets/common/items/armor/hide/leather/belt.ron b/assets/common/items/armor/hide/leather/belt.ron index a4e7b37944..1093f49ca9 100644 --- a/assets/common/items/armor/hide/leather/belt.ron +++ b/assets/common/items/armor/hide/leather/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Belt", - description: "Swift like the wind.", + legacy_name: "Leather Belt", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Belt, stats: FromSet("Leather"), diff --git a/assets/common/items/armor/hide/leather/chest.ron b/assets/common/items/armor/hide/leather/chest.ron index d5802ac866..274530ad10 100644 --- a/assets/common/items/armor/hide/leather/chest.ron +++ b/assets/common/items/armor/hide/leather/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Chestpiece", - description: "Swift like the wind.", + legacy_name: "Leather Chestpiece", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Chest, stats: FromSet("Leather"), diff --git a/assets/common/items/armor/hide/leather/foot.ron b/assets/common/items/armor/hide/leather/foot.ron index f5f2bf2bfa..d8935e552e 100644 --- a/assets/common/items/armor/hide/leather/foot.ron +++ b/assets/common/items/armor/hide/leather/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Boots", - description: "Swift like the wind.", + legacy_name: "Leather Boots", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Foot, stats: FromSet("Leather"), diff --git a/assets/common/items/armor/hide/leather/hand.ron b/assets/common/items/armor/hide/leather/hand.ron index ff418e1ab6..574c4c88f8 100644 --- a/assets/common/items/armor/hide/leather/hand.ron +++ b/assets/common/items/armor/hide/leather/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Gloves", - description: "Swift like the wind.", + legacy_name: "Leather Gloves", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Hand, stats: FromSet("Leather"), diff --git a/assets/common/items/armor/hide/leather/head.ron b/assets/common/items/armor/hide/leather/head.ron index d5d174f559..cd14a785d5 100644 --- a/assets/common/items/armor/hide/leather/head.ron +++ b/assets/common/items/armor/hide/leather/head.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Cap", - description: "Swift like the wind.", + legacy_name: "Leather Cap", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/hide/leather/pants.ron b/assets/common/items/armor/hide/leather/pants.ron index b8c41eeec3..0ebb1e361f 100644 --- a/assets/common/items/armor/hide/leather/pants.ron +++ b/assets/common/items/armor/hide/leather/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Pants", - description: "Swift like the wind.", + legacy_name: "Leather Pants", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Pants, stats: FromSet("Leather"), diff --git a/assets/common/items/armor/hide/leather/shoulder.ron b/assets/common/items/armor/hide/leather/shoulder.ron index eaebecf2dd..6abea4842e 100644 --- a/assets/common/items/armor/hide/leather/shoulder.ron +++ b/assets/common/items/armor/hide/leather/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Shoulderpads", - description: "Swift like the wind.", + legacy_name: "Leather Shoulderpads", + legacy_description: "Swift like the wind.", kind: Armor(( kind: Shoulder, stats: FromSet("Leather"), diff --git a/assets/common/items/armor/hide/primal/back.ron b/assets/common/items/armor/hide/primal/back.ron index ed558bd344..b29b11e210 100644 --- a/assets/common/items/armor/hide/primal/back.ron +++ b/assets/common/items/armor/hide/primal/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Primal Cape", - description: "Smithed from hide tougher than steel.", + legacy_name: "Primal Cape", + legacy_description: "Smithed from hide tougher than steel.", kind: Armor(( kind: Back, stats: FromSet("Plate"), diff --git a/assets/common/items/armor/hide/primal/belt.ron b/assets/common/items/armor/hide/primal/belt.ron index a448f952a7..243a6f9689 100644 --- a/assets/common/items/armor/hide/primal/belt.ron +++ b/assets/common/items/armor/hide/primal/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Primal Sash", - description: "Smithed from hide tougher than steel.", + legacy_name: "Primal Sash", + legacy_description: "Smithed from hide tougher than steel.", kind: Armor(( kind: Belt, stats: FromSet("Plate"), diff --git a/assets/common/items/armor/hide/primal/chest.ron b/assets/common/items/armor/hide/primal/chest.ron index 6ea0f5a659..b03eb74191 100644 --- a/assets/common/items/armor/hide/primal/chest.ron +++ b/assets/common/items/armor/hide/primal/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Primal Cuirass", - description: "Smithed from hide tougher than steel.", + legacy_name: "Primal Cuirass", + legacy_description: "Smithed from hide tougher than steel.", kind: Armor(( kind: Chest, stats: FromSet("Plate"), diff --git a/assets/common/items/armor/hide/primal/foot.ron b/assets/common/items/armor/hide/primal/foot.ron index 0f0e90786f..789cd7fb31 100644 --- a/assets/common/items/armor/hide/primal/foot.ron +++ b/assets/common/items/armor/hide/primal/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Primal Boots", - description: "Smithed from hide tougher than steel.", + legacy_name: "Primal Boots", + legacy_description: "Smithed from hide tougher than steel.", kind: Armor(( kind: Foot, stats: FromSet("Plate"), diff --git a/assets/common/items/armor/hide/primal/hand.ron b/assets/common/items/armor/hide/primal/hand.ron index 81acf23c20..593d0fcd8e 100644 --- a/assets/common/items/armor/hide/primal/hand.ron +++ b/assets/common/items/armor/hide/primal/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Primal Gauntlets", - description: "Smithed from hide tougher than steel.", + legacy_name: "Primal Gauntlets", + legacy_description: "Smithed from hide tougher than steel.", kind: Armor(( kind: Hand, stats: FromSet("Plate"), diff --git a/assets/common/items/armor/hide/primal/pants.ron b/assets/common/items/armor/hide/primal/pants.ron index 57919eb5ad..bfe88b93ee 100644 --- a/assets/common/items/armor/hide/primal/pants.ron +++ b/assets/common/items/armor/hide/primal/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Primal Legs", - description: "Smithed from hide tougher than steel.", + legacy_name: "Primal Legs", + legacy_description: "Smithed from hide tougher than steel.", kind: Armor(( kind: Pants, stats: FromSet("Plate"), diff --git a/assets/common/items/armor/hide/primal/shoulder.ron b/assets/common/items/armor/hide/primal/shoulder.ron index c734b9e71b..912b5fd921 100644 --- a/assets/common/items/armor/hide/primal/shoulder.ron +++ b/assets/common/items/armor/hide/primal/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Primal Shoulders", - description: "Smithed from hide tougher than steel.", + legacy_name: "Primal Shoulders", + legacy_description: "Smithed from hide tougher than steel.", kind: Armor(( kind: Shoulder, stats: FromSet("Plate"), diff --git a/assets/common/items/armor/hide/rawhide/back.ron b/assets/common/items/armor/hide/rawhide/back.ron index 28bd644d9b..428e9705c3 100644 --- a/assets/common/items/armor/hide/rawhide/back.ron +++ b/assets/common/items/armor/hide/rawhide/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rawhide Cloak", - description: "Tightly packed pieces of leather. Light-weight and sturdy!", + legacy_name: "Rawhide Cloak", + legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!", kind: Armor(( kind: Back, stats: FromSet("Rawhide"), diff --git a/assets/common/items/armor/hide/rawhide/belt.ron b/assets/common/items/armor/hide/rawhide/belt.ron index 0cf0a5b1f0..dea0128370 100644 --- a/assets/common/items/armor/hide/rawhide/belt.ron +++ b/assets/common/items/armor/hide/rawhide/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rawhide Belt", - description: "Tightly packed pieces of leather. Light-weight and sturdy!", + legacy_name: "Rawhide Belt", + legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!", kind: Armor(( kind: Belt, stats: FromSet("Rawhide"), diff --git a/assets/common/items/armor/hide/rawhide/chest.ron b/assets/common/items/armor/hide/rawhide/chest.ron index 92e8520213..963d11181a 100644 --- a/assets/common/items/armor/hide/rawhide/chest.ron +++ b/assets/common/items/armor/hide/rawhide/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rawhide Chestpiece", - description: "Tightly packed pieces of leather. Light-weight and sturdy!", + legacy_name: "Rawhide Chestpiece", + legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!", kind: Armor(( kind: Chest, stats: FromSet("Rawhide"), diff --git a/assets/common/items/armor/hide/rawhide/foot.ron b/assets/common/items/armor/hide/rawhide/foot.ron index e9c24201a7..0db2edc043 100644 --- a/assets/common/items/armor/hide/rawhide/foot.ron +++ b/assets/common/items/armor/hide/rawhide/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rawhide Shoes", - description: "Tightly packed pieces of leather. Light-weight and sturdy!", + legacy_name: "Rawhide Shoes", + legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!", kind: Armor(( kind: Foot, stats: FromSet("Rawhide"), diff --git a/assets/common/items/armor/hide/rawhide/hand.ron b/assets/common/items/armor/hide/rawhide/hand.ron index 31c7bc841f..0379fd6e4a 100644 --- a/assets/common/items/armor/hide/rawhide/hand.ron +++ b/assets/common/items/armor/hide/rawhide/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rawhide Bracers", - description: "Tightly packed pieces of leather. Light-weight and sturdy!", + legacy_name: "Rawhide Bracers", + legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!", kind: Armor(( kind: Hand, stats: FromSet("Rawhide"), diff --git a/assets/common/items/armor/hide/rawhide/pants.ron b/assets/common/items/armor/hide/rawhide/pants.ron index 4608b845d5..3523757dab 100644 --- a/assets/common/items/armor/hide/rawhide/pants.ron +++ b/assets/common/items/armor/hide/rawhide/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rawhide Pants", - description: "Tightly packed pieces of leather. Light-weight and sturdy!", + legacy_name: "Rawhide Pants", + legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!", kind: Armor(( kind: Pants, stats: FromSet("Rawhide"), diff --git a/assets/common/items/armor/hide/rawhide/shoulder.ron b/assets/common/items/armor/hide/rawhide/shoulder.ron index 1da0b95d14..c8e07ed58d 100644 --- a/assets/common/items/armor/hide/rawhide/shoulder.ron +++ b/assets/common/items/armor/hide/rawhide/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rawhide Shoulderpads", - description: "Tightly packed pieces of leather. Light-weight and sturdy!", + legacy_name: "Rawhide Shoulderpads", + legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!", kind: Armor(( kind: Shoulder, stats: FromSet("Rawhide"), diff --git a/assets/common/items/armor/hide/scale/back.ron b/assets/common/items/armor/hide/scale/back.ron index 6c4c7f32de..d514504404 100644 --- a/assets/common/items/armor/hide/scale/back.ron +++ b/assets/common/items/armor/hide/scale/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale Cape", - description: "Each embedded scale provides additional protection.", + legacy_name: "Scale Cape", + legacy_description: "Each embedded scale provides additional protection.", kind: Armor(( kind: Back, stats: FromSet("Scale"), diff --git a/assets/common/items/armor/hide/scale/belt.ron b/assets/common/items/armor/hide/scale/belt.ron index e440102d34..9acff2a6b5 100644 --- a/assets/common/items/armor/hide/scale/belt.ron +++ b/assets/common/items/armor/hide/scale/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale Girdle", - description: "Each embedded scale provides additional protection.", + legacy_name: "Scale Girdle", + legacy_description: "Each embedded scale provides additional protection.", kind: Armor(( kind: Belt, stats: FromSet("Scale"), diff --git a/assets/common/items/armor/hide/scale/chest.ron b/assets/common/items/armor/hide/scale/chest.ron index 1cc83bb302..e4e26427c0 100644 --- a/assets/common/items/armor/hide/scale/chest.ron +++ b/assets/common/items/armor/hide/scale/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale Chestpiece", - description: "Each embedded scale provides additional protection.", + legacy_name: "Scale Chestpiece", + legacy_description: "Each embedded scale provides additional protection.", kind: Armor(( kind: Chest, stats: FromSet("Scale"), diff --git a/assets/common/items/armor/hide/scale/foot.ron b/assets/common/items/armor/hide/scale/foot.ron index 7a2ac62756..a31ac64efd 100644 --- a/assets/common/items/armor/hide/scale/foot.ron +++ b/assets/common/items/armor/hide/scale/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale Sabatons", - description: "Each embedded scale provides additional protection.", + legacy_name: "Scale Sabatons", + legacy_description: "Each embedded scale provides additional protection.", kind: Armor(( kind: Foot, stats: FromSet("Scale"), diff --git a/assets/common/items/armor/hide/scale/hand.ron b/assets/common/items/armor/hide/scale/hand.ron index 201faaa557..afc619a892 100644 --- a/assets/common/items/armor/hide/scale/hand.ron +++ b/assets/common/items/armor/hide/scale/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale Fists", - description: "Each embedded scale provides additional protection.", + legacy_name: "Scale Fists", + legacy_description: "Each embedded scale provides additional protection.", kind: Armor(( kind: Hand, stats: FromSet("Scale"), diff --git a/assets/common/items/armor/hide/scale/pants.ron b/assets/common/items/armor/hide/scale/pants.ron index 3cd7d4279e..7a418c06f6 100644 --- a/assets/common/items/armor/hide/scale/pants.ron +++ b/assets/common/items/armor/hide/scale/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale Leggings", - description: "Each embedded scale provides additional protection.", + legacy_name: "Scale Leggings", + legacy_description: "Each embedded scale provides additional protection.", kind: Armor(( kind: Pants, stats: FromSet("Scale"), diff --git a/assets/common/items/armor/hide/scale/shoulder.ron b/assets/common/items/armor/hide/scale/shoulder.ron index 52b97493b7..02046ef376 100644 --- a/assets/common/items/armor/hide/scale/shoulder.ron +++ b/assets/common/items/armor/hide/scale/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale Shoulderguards", - description: "Each embedded scale provides additional protection.", + legacy_name: "Scale Shoulderguards", + legacy_description: "Each embedded scale provides additional protection.", kind: Armor(( kind: Shoulder, stats: FromSet("Scale"), diff --git a/assets/common/items/armor/leather_plate/belt.ron b/assets/common/items/armor/leather_plate/belt.ron index 679aee0f71..eff54414d6 100644 --- a/assets/common/items/armor/leather_plate/belt.ron +++ b/assets/common/items/armor/leather_plate/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Plate Belt", - description: "Leather adorned with steel for better protection.", + legacy_name: "Leather Plate Belt", + legacy_description: "Leather adorned with steel for better protection.", kind: Armor(( kind: Belt, stats: FromSet("Leather Plate"), diff --git a/assets/common/items/armor/leather_plate/chest.ron b/assets/common/items/armor/leather_plate/chest.ron index c83330e9a9..300fffcbcb 100644 --- a/assets/common/items/armor/leather_plate/chest.ron +++ b/assets/common/items/armor/leather_plate/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Plate Chest", - description: "Leather adorned with steel for better protection.", + legacy_name: "Leather Plate Chest", + legacy_description: "Leather adorned with steel for better protection.", kind: Armor(( kind: Chest, stats: FromSet("Leather Plate"), diff --git a/assets/common/items/armor/leather_plate/foot.ron b/assets/common/items/armor/leather_plate/foot.ron index 0285683f84..d68667726e 100644 --- a/assets/common/items/armor/leather_plate/foot.ron +++ b/assets/common/items/armor/leather_plate/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Plate Boots", - description: "Leather adorned with steel for better protection.", + legacy_name: "Leather Plate Boots", + legacy_description: "Leather adorned with steel for better protection.", kind: Armor(( kind: Foot, stats: FromSet("Leather Plate"), diff --git a/assets/common/items/armor/leather_plate/hand.ron b/assets/common/items/armor/leather_plate/hand.ron index 8250cee62a..ff19f4c3e4 100644 --- a/assets/common/items/armor/leather_plate/hand.ron +++ b/assets/common/items/armor/leather_plate/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Plate Gloves", - description: "Leather adorned with steel for better protection.", + legacy_name: "Leather Plate Gloves", + legacy_description: "Leather adorned with steel for better protection.", kind: Armor(( kind: Hand, stats: FromSet("Leather Plate"), diff --git a/assets/common/items/armor/leather_plate/helmet.ron b/assets/common/items/armor/leather_plate/helmet.ron index 1ccf2add06..c776009c17 100644 --- a/assets/common/items/armor/leather_plate/helmet.ron +++ b/assets/common/items/armor/leather_plate/helmet.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Plate Helmet", - description: "Leather adorned with steel for better protection.", + legacy_name: "Leather Plate Helmet", + legacy_description: "Leather adorned with steel for better protection.", kind: Armor(( kind: Head, stats: FromSet("Leather Plate"), diff --git a/assets/common/items/armor/leather_plate/pants.ron b/assets/common/items/armor/leather_plate/pants.ron index 114538f6e3..d6f9638eff 100644 --- a/assets/common/items/armor/leather_plate/pants.ron +++ b/assets/common/items/armor/leather_plate/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Plate Chausses", - description: "Leather adorned with steel for better protection.", + legacy_name: "Leather Plate Chausses", + legacy_description: "Leather adorned with steel for better protection.", kind: Armor(( kind: Pants, stats: FromSet("Leather Plate"), diff --git a/assets/common/items/armor/leather_plate/shoulder.ron b/assets/common/items/armor/leather_plate/shoulder.ron index 3c27743702..a901dbc9f2 100644 --- a/assets/common/items/armor/leather_plate/shoulder.ron +++ b/assets/common/items/armor/leather_plate/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Plate Shoulder Pad", - description: "Leather adorned with steel for better protection.", + legacy_name: "Leather Plate Shoulder Pad", + legacy_description: "Leather adorned with steel for better protection.", kind: Armor(( kind: Shoulder, stats: FromSet("Leather Plate"), diff --git a/assets/common/items/armor/mail/bloodsteel/back.ron b/assets/common/items/armor/mail/bloodsteel/back.ron index dfc43bc304..95daa90881 100644 --- a/assets/common/items/armor/mail/bloodsteel/back.ron +++ b/assets/common/items/armor/mail/bloodsteel/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Cape", - description: "Forged to preserve life, at the cost of another.", + legacy_name: "Bloodsteel Cape", + legacy_description: "Forged to preserve life, at the cost of another.", kind: Armor(( kind: Back, stats: FromSet("Bloodsteel"), diff --git a/assets/common/items/armor/mail/bloodsteel/belt.ron b/assets/common/items/armor/mail/bloodsteel/belt.ron index b356d71b50..7c774cbdec 100644 --- a/assets/common/items/armor/mail/bloodsteel/belt.ron +++ b/assets/common/items/armor/mail/bloodsteel/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Girdle", - description: "Forged to preserve life, at the cost of another.", + legacy_name: "Bloodsteel Girdle", + legacy_description: "Forged to preserve life, at the cost of another.", kind: Armor(( kind: Belt, stats: FromSet("Bloodsteel"), diff --git a/assets/common/items/armor/mail/bloodsteel/chest.ron b/assets/common/items/armor/mail/bloodsteel/chest.ron index 2a9c43f638..97ff86b5b9 100644 --- a/assets/common/items/armor/mail/bloodsteel/chest.ron +++ b/assets/common/items/armor/mail/bloodsteel/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Chest", - description: "Forged to preserve life, at the cost of another.", + legacy_name: "Bloodsteel Chest", + legacy_description: "Forged to preserve life, at the cost of another.", kind: Armor(( kind: Chest, stats: FromSet("Bloodsteel"), diff --git a/assets/common/items/armor/mail/bloodsteel/foot.ron b/assets/common/items/armor/mail/bloodsteel/foot.ron index 52e10a4be6..4cf50fc25f 100644 --- a/assets/common/items/armor/mail/bloodsteel/foot.ron +++ b/assets/common/items/armor/mail/bloodsteel/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Sabatons", - description: "Forged to preserve life, at the cost of another.", + legacy_name: "Bloodsteel Sabatons", + legacy_description: "Forged to preserve life, at the cost of another.", kind: Armor(( kind: Foot, stats: FromSet("Bloodsteel"), diff --git a/assets/common/items/armor/mail/bloodsteel/hand.ron b/assets/common/items/armor/mail/bloodsteel/hand.ron index 3a80673dd3..7339deb65b 100644 --- a/assets/common/items/armor/mail/bloodsteel/hand.ron +++ b/assets/common/items/armor/mail/bloodsteel/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Gauntlets", - description: "Forged to preserve life, at the cost of another.", + legacy_name: "Bloodsteel Gauntlets", + legacy_description: "Forged to preserve life, at the cost of another.", kind: Armor(( kind: Hand, stats: FromSet("Bloodsteel"), diff --git a/assets/common/items/armor/mail/bloodsteel/pants.ron b/assets/common/items/armor/mail/bloodsteel/pants.ron index 5a8cd37887..e55e12050d 100644 --- a/assets/common/items/armor/mail/bloodsteel/pants.ron +++ b/assets/common/items/armor/mail/bloodsteel/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Legs", - description: "Forged to preserve life, at the cost of another.", + legacy_name: "Bloodsteel Legs", + legacy_description: "Forged to preserve life, at the cost of another.", kind: Armor(( kind: Pants, stats: FromSet("Bloodsteel"), diff --git a/assets/common/items/armor/mail/bloodsteel/shoulder.ron b/assets/common/items/armor/mail/bloodsteel/shoulder.ron index eb455c7257..48939a4010 100644 --- a/assets/common/items/armor/mail/bloodsteel/shoulder.ron +++ b/assets/common/items/armor/mail/bloodsteel/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Pauldrons", - description: "Forged to preserve life, at the cost of another.", + legacy_name: "Bloodsteel Pauldrons", + legacy_description: "Forged to preserve life, at the cost of another.", kind: Armor(( kind: Shoulder, stats: FromSet("Bloodsteel"), diff --git a/assets/common/items/armor/mail/bronze/back.ron b/assets/common/items/armor/mail/bronze/back.ron index d5c64af2a1..1a95e5637d 100644 --- a/assets/common/items/armor/mail/bronze/back.ron +++ b/assets/common/items/armor/mail/bronze/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Cloak", - description: "'Heavy and dull, but it can take a punch.'", + legacy_name: "Bronze Cloak", + legacy_description: "'Heavy and dull, but it can take a punch.'", kind: Armor(( kind: Back, stats: FromSet("Bronze"), diff --git a/assets/common/items/armor/mail/bronze/belt.ron b/assets/common/items/armor/mail/bronze/belt.ron index 3c35293660..fc734fdb8f 100644 --- a/assets/common/items/armor/mail/bronze/belt.ron +++ b/assets/common/items/armor/mail/bronze/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Girdle", - description: "'Heavy and dull, but it can take a punch.'", + legacy_name: "Bronze Girdle", + legacy_description: "'Heavy and dull, but it can take a punch.'", kind: Armor(( kind: Belt, stats: FromSet("Bronze"), diff --git a/assets/common/items/armor/mail/bronze/chest.ron b/assets/common/items/armor/mail/bronze/chest.ron index 97f4c280b4..7c41b065dd 100644 --- a/assets/common/items/armor/mail/bronze/chest.ron +++ b/assets/common/items/armor/mail/bronze/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Chestguard", - description: "Heavy and dull, but it can take a punch.", + legacy_name: "Bronze Chestguard", + legacy_description: "Heavy and dull, but it can take a punch.", kind: Armor(( kind: Chest, stats: FromSet("Bronze"), diff --git a/assets/common/items/armor/mail/bronze/foot.ron b/assets/common/items/armor/mail/bronze/foot.ron index 25f74fab85..53f63663fd 100644 --- a/assets/common/items/armor/mail/bronze/foot.ron +++ b/assets/common/items/armor/mail/bronze/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Shoes", - description: "'Heavy and dull, but it can take a punch.", + legacy_name: "Bronze Shoes", + legacy_description: "'Heavy and dull, but it can take a punch.", kind: Armor(( kind: Foot, stats: FromSet("Bronze"), diff --git a/assets/common/items/armor/mail/bronze/hand.ron b/assets/common/items/armor/mail/bronze/hand.ron index b2bec53991..6e01de1d0b 100644 --- a/assets/common/items/armor/mail/bronze/hand.ron +++ b/assets/common/items/armor/mail/bronze/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Gauntlets", - description: "'Heavy and dull, but it can take a punch.'", + legacy_name: "Bronze Gauntlets", + legacy_description: "'Heavy and dull, but it can take a punch.'", kind: Armor(( kind: Hand, stats: FromSet("Bronze"), diff --git a/assets/common/items/armor/mail/bronze/pants.ron b/assets/common/items/armor/mail/bronze/pants.ron index 9ba052496b..3bc55acdf9 100644 --- a/assets/common/items/armor/mail/bronze/pants.ron +++ b/assets/common/items/armor/mail/bronze/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Pantalons", - description: "'Heavy and dull, but it can take a punch.'", + legacy_name: "Bronze Pantalons", + legacy_description: "'Heavy and dull, but it can take a punch.'", kind: Armor(( kind: Pants, stats: FromSet("Bronze"), diff --git a/assets/common/items/armor/mail/bronze/shoulder.ron b/assets/common/items/armor/mail/bronze/shoulder.ron index 5a38a1c271..cc54201ec0 100644 --- a/assets/common/items/armor/mail/bronze/shoulder.ron +++ b/assets/common/items/armor/mail/bronze/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Guards", - description: "Heavy and dull, but it can take a punch.", + legacy_name: "Bronze Guards", + legacy_description: "Heavy and dull, but it can take a punch.", kind: Armor(( kind: Shoulder, stats: FromSet("Bronze"), diff --git a/assets/common/items/armor/mail/cobalt/back.ron b/assets/common/items/armor/mail/cobalt/back.ron index acee1abc44..53a1f44e8b 100644 --- a/assets/common/items/armor/mail/cobalt/back.ron +++ b/assets/common/items/armor/mail/cobalt/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Cape", - description: "Ornamental and impenetrable, the metal will never dull.", + legacy_name: "Cobalt Cape", + legacy_description: "Ornamental and impenetrable, the metal will never dull.", kind: Armor(( kind: Back, stats: FromSet("Cobalt"), diff --git a/assets/common/items/armor/mail/cobalt/belt.ron b/assets/common/items/armor/mail/cobalt/belt.ron index 69a35dc1e4..a608810c3c 100644 --- a/assets/common/items/armor/mail/cobalt/belt.ron +++ b/assets/common/items/armor/mail/cobalt/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Girdle", - description: "Ornamental and impenetrable, the metal will never dull.", + legacy_name: "Cobalt Girdle", + legacy_description: "Ornamental and impenetrable, the metal will never dull.", kind: Armor(( kind: Belt, stats: FromSet("Cobalt"), diff --git a/assets/common/items/armor/mail/cobalt/chest.ron b/assets/common/items/armor/mail/cobalt/chest.ron index 262269f62e..3c20d758d3 100644 --- a/assets/common/items/armor/mail/cobalt/chest.ron +++ b/assets/common/items/armor/mail/cobalt/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Chestpiece", - description: "Ornamental and impenetrable, the metal will never dull.", + legacy_name: "Cobalt Chestpiece", + legacy_description: "Ornamental and impenetrable, the metal will never dull.", kind: Armor(( kind: Chest, stats: FromSet("Cobalt"), diff --git a/assets/common/items/armor/mail/cobalt/foot.ron b/assets/common/items/armor/mail/cobalt/foot.ron index e81caf3e72..35c9edcf99 100644 --- a/assets/common/items/armor/mail/cobalt/foot.ron +++ b/assets/common/items/armor/mail/cobalt/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Footguards", - description: "Ornamental and impenetrable, the metal will never dull.", + legacy_name: "Cobalt Footguards", + legacy_description: "Ornamental and impenetrable, the metal will never dull.", kind: Armor(( kind: Foot, stats: FromSet("Cobalt"), diff --git a/assets/common/items/armor/mail/cobalt/hand.ron b/assets/common/items/armor/mail/cobalt/hand.ron index 0c5aa6d447..94878f9058 100644 --- a/assets/common/items/armor/mail/cobalt/hand.ron +++ b/assets/common/items/armor/mail/cobalt/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Gauntlets", - description: "Ornamental and impenetrable, the metal will never dull.", + legacy_name: "Cobalt Gauntlets", + legacy_description: "Ornamental and impenetrable, the metal will never dull.", kind: Armor(( kind: Hand, stats: FromSet("Cobalt"), diff --git a/assets/common/items/armor/mail/cobalt/pants.ron b/assets/common/items/armor/mail/cobalt/pants.ron index c2a1e22f3f..1821601f05 100644 --- a/assets/common/items/armor/mail/cobalt/pants.ron +++ b/assets/common/items/armor/mail/cobalt/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Leggings", - description: "Ornamental and impenetrable, the metal will never dull.", + legacy_name: "Cobalt Leggings", + legacy_description: "Ornamental and impenetrable, the metal will never dull.", kind: Armor(( kind: Pants, stats: FromSet("Cobalt"), diff --git a/assets/common/items/armor/mail/cobalt/shoulder.ron b/assets/common/items/armor/mail/cobalt/shoulder.ron index 8b7927bf77..29a901455a 100644 --- a/assets/common/items/armor/mail/cobalt/shoulder.ron +++ b/assets/common/items/armor/mail/cobalt/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Shoulderguards", - description: "Ornamental and impenetrable, the metal will never dull.", + legacy_name: "Cobalt Shoulderguards", + legacy_description: "Ornamental and impenetrable, the metal will never dull.", kind: Armor(( kind: Shoulder, stats: FromSet("Cobalt"), diff --git a/assets/common/items/armor/mail/iron/back.ron b/assets/common/items/armor/mail/iron/back.ron index 2aa53b7c20..cfdd224c00 100644 --- a/assets/common/items/armor/mail/iron/back.ron +++ b/assets/common/items/armor/mail/iron/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Cloak", - description: "Sturdy and unyielding, across ages of war.", + legacy_name: "Iron Cloak", + legacy_description: "Sturdy and unyielding, across ages of war.", kind: Armor(( kind: Back, stats: FromSet("Iron"), diff --git a/assets/common/items/armor/mail/iron/belt.ron b/assets/common/items/armor/mail/iron/belt.ron index 74a987cc86..3c8720debd 100644 --- a/assets/common/items/armor/mail/iron/belt.ron +++ b/assets/common/items/armor/mail/iron/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Belt", - description: "Sturdy and unyielding, across ages of war.", + legacy_name: "Iron Belt", + legacy_description: "Sturdy and unyielding, across ages of war.", kind: Armor(( kind: Belt, stats: FromSet("Iron"), diff --git a/assets/common/items/armor/mail/iron/chest.ron b/assets/common/items/armor/mail/iron/chest.ron index cd6aaf0a74..0280a53838 100644 --- a/assets/common/items/armor/mail/iron/chest.ron +++ b/assets/common/items/armor/mail/iron/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Chestguard", - description: "Sturdy and unyielding, across ages of war.", + legacy_name: "Iron Chestguard", + legacy_description: "Sturdy and unyielding, across ages of war.", kind: Armor(( kind: Chest, stats: FromSet("Iron"), diff --git a/assets/common/items/armor/mail/iron/foot.ron b/assets/common/items/armor/mail/iron/foot.ron index e537c2c486..a1f554df6a 100644 --- a/assets/common/items/armor/mail/iron/foot.ron +++ b/assets/common/items/armor/mail/iron/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Footguards", - description: "Sturdy and unyielding, across ages of war.", + legacy_name: "Iron Footguards", + legacy_description: "Sturdy and unyielding, across ages of war.", kind: Armor(( kind: Foot, stats: FromSet("Iron"), diff --git a/assets/common/items/armor/mail/iron/hand.ron b/assets/common/items/armor/mail/iron/hand.ron index 51b803f6c4..9a52b4efc5 100644 --- a/assets/common/items/armor/mail/iron/hand.ron +++ b/assets/common/items/armor/mail/iron/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Fists", - description: "Sturdy and unyielding, across ages of war.", + legacy_name: "Iron Fists", + legacy_description: "Sturdy and unyielding, across ages of war.", kind: Armor(( kind: Hand, stats: FromSet("Iron"), diff --git a/assets/common/items/armor/mail/iron/pants.ron b/assets/common/items/armor/mail/iron/pants.ron index 90c6d87775..dab46db4f3 100644 --- a/assets/common/items/armor/mail/iron/pants.ron +++ b/assets/common/items/armor/mail/iron/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Pants", - description: "Sturdy and unyielding, across ages of war.", + legacy_name: "Iron Pants", + legacy_description: "Sturdy and unyielding, across ages of war.", kind: Armor(( kind: Pants, stats: FromSet("Iron"), diff --git a/assets/common/items/armor/mail/iron/shoulder.ron b/assets/common/items/armor/mail/iron/shoulder.ron index c2f5ccdc51..0d2a47f52c 100644 --- a/assets/common/items/armor/mail/iron/shoulder.ron +++ b/assets/common/items/armor/mail/iron/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Shoulderpads", - description: "Sturdy and unyielding, across ages of war.", + legacy_name: "Iron Shoulderpads", + legacy_description: "Sturdy and unyielding, across ages of war.", kind: Armor(( kind: Shoulder, stats: FromSet("Iron"), diff --git a/assets/common/items/armor/mail/orichalcum/back.ron b/assets/common/items/armor/mail/orichalcum/back.ron index dd2311df54..a8441fa706 100644 --- a/assets/common/items/armor/mail/orichalcum/back.ron +++ b/assets/common/items/armor/mail/orichalcum/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Cape", - description: "An ancient alloy. Myths remain of heroes who once wore this metal.", + legacy_name: "Orichalcum Cape", + legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.", kind: Armor(( kind: Back, stats: FromSet("Orichalcum"), diff --git a/assets/common/items/armor/mail/orichalcum/belt.ron b/assets/common/items/armor/mail/orichalcum/belt.ron index 4fe568e1d1..e9f5437368 100644 --- a/assets/common/items/armor/mail/orichalcum/belt.ron +++ b/assets/common/items/armor/mail/orichalcum/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Belt", - description: "An ancient alloy. Myths remain of heroes who once wore this metal.", + legacy_name: "Orichalcum Belt", + legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.", kind: Armor(( kind: Belt, stats: FromSet("Orichalcum"), diff --git a/assets/common/items/armor/mail/orichalcum/chest.ron b/assets/common/items/armor/mail/orichalcum/chest.ron index a1647db952..baf72a4979 100644 --- a/assets/common/items/armor/mail/orichalcum/chest.ron +++ b/assets/common/items/armor/mail/orichalcum/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Chestguard", - description: "An ancient alloy. Myths remain of heroes who once wore this metal.", + legacy_name: "Orichalcum Chestguard", + legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.", kind: Armor(( kind: Chest, stats: FromSet("Orichalcum"), diff --git a/assets/common/items/armor/mail/orichalcum/foot.ron b/assets/common/items/armor/mail/orichalcum/foot.ron index e7ac5ac6d2..bf8435b0c2 100644 --- a/assets/common/items/armor/mail/orichalcum/foot.ron +++ b/assets/common/items/armor/mail/orichalcum/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Warboots", - description: "An ancient alloy. Myths remain of heroes who once wore this metal.", + legacy_name: "Orichalcum Warboots", + legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.", kind: Armor(( kind: Foot, stats: FromSet("Orichalcum"), diff --git a/assets/common/items/armor/mail/orichalcum/hand.ron b/assets/common/items/armor/mail/orichalcum/hand.ron index 5067ca0780..d5bf091609 100644 --- a/assets/common/items/armor/mail/orichalcum/hand.ron +++ b/assets/common/items/armor/mail/orichalcum/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Gloves", - description: "An ancient alloy. Myths remain of heroes who once wore this metal.", + legacy_name: "Orichalcum Gloves", + legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.", kind: Armor(( kind: Hand, stats: FromSet("Orichalcum"), diff --git a/assets/common/items/armor/mail/orichalcum/pants.ron b/assets/common/items/armor/mail/orichalcum/pants.ron index e09299f53e..db7fb12223 100644 --- a/assets/common/items/armor/mail/orichalcum/pants.ron +++ b/assets/common/items/armor/mail/orichalcum/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Legplates", - description: "An ancient alloy. Myths remain of heroes who once wore this metal.", + legacy_name: "Orichalcum Legplates", + legacy_description: "An ancient alloy. Myths remain of heroes who once wore this metal.", kind: Armor(( kind: Pants, stats: FromSet("Orichalcum"), diff --git a/assets/common/items/armor/mail/orichalcum/shoulder.ron b/assets/common/items/armor/mail/orichalcum/shoulder.ron index 50dea44ecd..9017e96858 100644 --- a/assets/common/items/armor/mail/orichalcum/shoulder.ron +++ b/assets/common/items/armor/mail/orichalcum/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Mantle", - description: "An ancient alloy. Myths remain of heroes who once wore this armor.", + legacy_name: "Orichalcum Mantle", + legacy_description: "An ancient alloy. Myths remain of heroes who once wore this armor.", kind: Armor(( kind: Shoulder, stats: FromSet("Orichalcum"), diff --git a/assets/common/items/armor/mail/steel/back.ron b/assets/common/items/armor/mail/steel/back.ron index d0fb40a034..fd9f9398e1 100644 --- a/assets/common/items/armor/mail/steel/back.ron +++ b/assets/common/items/armor/mail/steel/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Cape", - description: "Metal alloy interlocking plates to improve protection.", + legacy_name: "Steel Cape", + legacy_description: "Metal alloy interlocking plates to improve protection.", kind: Armor(( kind: Back, stats: FromSet("Steel"), diff --git a/assets/common/items/armor/mail/steel/belt.ron b/assets/common/items/armor/mail/steel/belt.ron index 6fee9ecbf4..4bbfc4f2de 100644 --- a/assets/common/items/armor/mail/steel/belt.ron +++ b/assets/common/items/armor/mail/steel/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Belt", - description: "Metal alloy interlocking plates to improve protection.", + legacy_name: "Steel Belt", + legacy_description: "Metal alloy interlocking plates to improve protection.", kind: Armor(( kind: Belt, stats: FromSet("Steel"), diff --git a/assets/common/items/armor/mail/steel/chest.ron b/assets/common/items/armor/mail/steel/chest.ron index c1e21aed4d..758b4bd0f9 100644 --- a/assets/common/items/armor/mail/steel/chest.ron +++ b/assets/common/items/armor/mail/steel/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Cuirass", - description: "The metal alloy provides a somewhat lighter and stronger cuirass.", + legacy_name: "Steel Cuirass", + legacy_description: "The metal alloy provides a somewhat lighter and stronger cuirass.", kind: Armor(( kind: Chest, stats: FromSet("Steel"), diff --git a/assets/common/items/armor/mail/steel/foot.ron b/assets/common/items/armor/mail/steel/foot.ron index 28f4adef2b..441df20d64 100644 --- a/assets/common/items/armor/mail/steel/foot.ron +++ b/assets/common/items/armor/mail/steel/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Boots", - description: "Metal alloy boots providing a more comfortable and durable protection.", + legacy_name: "Steel Boots", + legacy_description: "Metal alloy boots providing a more comfortable and durable protection.", kind: Armor(( kind: Foot, stats: FromSet("Steel"), diff --git a/assets/common/items/armor/mail/steel/hand.ron b/assets/common/items/armor/mail/steel/hand.ron index fca4fc5f2a..88cbef4aec 100644 --- a/assets/common/items/armor/mail/steel/hand.ron +++ b/assets/common/items/armor/mail/steel/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Gauntlets", - description: "The metal alloy provides better protection and lighter weight, a quite comfortable gauntlet.", + legacy_name: "Steel Gauntlets", + legacy_description: "The metal alloy provides better protection and lighter weight, a quite comfortable gauntlet.", kind: Armor(( kind: Hand, stats: FromSet("Steel"), diff --git a/assets/common/items/armor/mail/steel/pants.ron b/assets/common/items/armor/mail/steel/pants.ron index 2ee918fd87..05bae2add4 100644 --- a/assets/common/items/armor/mail/steel/pants.ron +++ b/assets/common/items/armor/mail/steel/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Chausses", - description: "The metal alloy provides improvements to fit, durability, and lightness.", + legacy_name: "Steel Chausses", + legacy_description: "The metal alloy provides improvements to fit, durability, and lightness.", kind: Armor(( kind: Pants, stats: FromSet("Steel"), diff --git a/assets/common/items/armor/mail/steel/shoulder.ron b/assets/common/items/armor/mail/steel/shoulder.ron index ff754aac8a..e320ac75ed 100644 --- a/assets/common/items/armor/mail/steel/shoulder.ron +++ b/assets/common/items/armor/mail/steel/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Shoulders", - description: "The metal alloy plates provide better protection and comfort.", + legacy_name: "Steel Shoulders", + legacy_description: "The metal alloy plates provide better protection and comfort.", kind: Armor(( kind: Shoulder, stats: FromSet("Steel"), diff --git a/assets/common/items/armor/merchant/back.ron b/assets/common/items/armor/merchant/back.ron index 6c27d557e4..3158cbdf9e 100644 --- a/assets/common/items/armor/merchant/back.ron +++ b/assets/common/items/armor/merchant/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Merchant Backpack", - description: "", + legacy_name: "Merchant Backpack", + legacy_description: "", kind: Armor(( kind: Backpack, stats: FromSet("Merchant"), diff --git a/assets/common/items/armor/merchant/belt.ron b/assets/common/items/armor/merchant/belt.ron index 7013077b07..17651d79dd 100644 --- a/assets/common/items/armor/merchant/belt.ron +++ b/assets/common/items/armor/merchant/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Merchant Belt", - description: "", + legacy_name: "Merchant Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Merchant"), diff --git a/assets/common/items/armor/merchant/chest.ron b/assets/common/items/armor/merchant/chest.ron index 7a98f0c3b0..81b2f64b61 100644 --- a/assets/common/items/armor/merchant/chest.ron +++ b/assets/common/items/armor/merchant/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Merchant Jacket", - description: "", + legacy_name: "Merchant Jacket", + legacy_description: "", kind: Armor(( kind: Chest, stats: FromSet("Merchant"), diff --git a/assets/common/items/armor/merchant/foot.ron b/assets/common/items/armor/merchant/foot.ron index ee1b648592..e882b9e1ea 100644 --- a/assets/common/items/armor/merchant/foot.ron +++ b/assets/common/items/armor/merchant/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Merchant Boots", - description: "", + legacy_name: "Merchant Boots", + legacy_description: "", kind: Armor(( kind: Foot, stats: FromSet("Merchant"), diff --git a/assets/common/items/armor/merchant/hand.ron b/assets/common/items/armor/merchant/hand.ron index 2c653ce1f7..7920cfac9b 100644 --- a/assets/common/items/armor/merchant/hand.ron +++ b/assets/common/items/armor/merchant/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Merchant Gloves", - description: "", + legacy_name: "Merchant Gloves", + legacy_description: "", kind: Armor(( kind: Hand, stats: FromSet("Merchant"), diff --git a/assets/common/items/armor/merchant/pants.ron b/assets/common/items/armor/merchant/pants.ron index 3100d4f01a..d42518abe7 100644 --- a/assets/common/items/armor/merchant/pants.ron +++ b/assets/common/items/armor/merchant/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Merchant Pants", - description: "", + legacy_name: "Merchant Pants", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Merchant"), diff --git a/assets/common/items/armor/merchant/shoulder.ron b/assets/common/items/armor/merchant/shoulder.ron index ce1dfe9989..bd5a12550b 100644 --- a/assets/common/items/armor/merchant/shoulder.ron +++ b/assets/common/items/armor/merchant/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Merchant Mantle", - description: "", + legacy_name: "Merchant Mantle", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: FromSet("Merchant"), diff --git a/assets/common/items/armor/merchant/turban.ron b/assets/common/items/armor/merchant/turban.ron index a926e1437e..e14e49528e 100644 --- a/assets/common/items/armor/merchant/turban.ron +++ b/assets/common/items/armor/merchant/turban.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Impressive Turban", - description: "An incredibly fancy and light-weight turban, quite expensive too.", + legacy_name: "Impressive Turban", + legacy_description: "An incredibly fancy and light-weight turban, quite expensive too.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/miner/back.ron b/assets/common/items/armor/miner/back.ron index b1a0223377..b8679a244e 100644 --- a/assets/common/items/armor/miner/back.ron +++ b/assets/common/items/armor/miner/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner's Backpack", - description: "Battered from heavy rocks being carried inside.", + legacy_name: "Miner's Backpack", + legacy_description: "Battered from heavy rocks being carried inside.", kind: Armor(( kind: Backpack, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/belt.ron b/assets/common/items/armor/miner/belt.ron index a3a724d8f2..f33417daca 100644 --- a/assets/common/items/armor/miner/belt.ron +++ b/assets/common/items/armor/miner/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner's Belt", - description: "", + legacy_name: "Miner's Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/chest.ron b/assets/common/items/armor/miner/chest.ron index 77448b80d4..e34c3a5601 100644 --- a/assets/common/items/armor/miner/chest.ron +++ b/assets/common/items/armor/miner/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner's Vestment", - description: "Rock dust is covering most of the leather parts.", + legacy_name: "Miner's Vestment", + legacy_description: "Rock dust is covering most of the leather parts.", kind: Armor(( kind: Chest, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/foot.ron b/assets/common/items/armor/miner/foot.ron index 1b1fedab02..d2d406e1aa 100644 --- a/assets/common/items/armor/miner/foot.ron +++ b/assets/common/items/armor/miner/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner's Footwear", - description: "Someone carved 'Mine!' into the inside.", + legacy_name: "Miner's Footwear", + legacy_description: "Someone carved 'Mine!' into the inside.", kind: Armor(( kind: Foot, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/hand.ron b/assets/common/items/armor/miner/hand.ron index d73b88f969..3c60a7138d 100644 --- a/assets/common/items/armor/miner/hand.ron +++ b/assets/common/items/armor/miner/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner's Gloves", - description: "Someone carved 'Mine!' into the inside.", + legacy_name: "Miner's Gloves", + legacy_description: "Someone carved 'Mine!' into the inside.", kind: Armor(( kind: Hand, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/helmet.ron b/assets/common/items/armor/miner/helmet.ron index aeaf3f9e4f..ac7ce9ead0 100644 --- a/assets/common/items/armor/miner/helmet.ron +++ b/assets/common/items/armor/miner/helmet.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner Helmet", - description: "Someone carved 'Mine!' into the inside.", + legacy_name: "Miner Helmet", + legacy_description: "Someone carved 'Mine!' into the inside.", kind: Armor(( kind: Head, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/pants.ron b/assets/common/items/armor/miner/pants.ron index 2408d2f1f4..5bb2d2ee30 100644 --- a/assets/common/items/armor/miner/pants.ron +++ b/assets/common/items/armor/miner/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner's pantaloons.", - description: "", + legacy_name: "Miner's pantaloons.", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/shoulder.ron b/assets/common/items/armor/miner/shoulder.ron index 1362ab6a0b..e51a8a3e2d 100644 --- a/assets/common/items/armor/miner/shoulder.ron +++ b/assets/common/items/armor/miner/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Miner's Pauldrons.", - description: "Protects Cave-in and out.", + legacy_name: "Miner's Pauldrons.", + legacy_description: "Protects Cave-in and out.", kind: Armor(( kind: Shoulder, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/shoulder_captain.ron b/assets/common/items/armor/miner/shoulder_captain.ron index ad84e56f19..6106ea40b7 100644 --- a/assets/common/items/armor/miner/shoulder_captain.ron +++ b/assets/common/items/armor/miner/shoulder_captain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Captain's Pauldrons.", - description: "", + legacy_name: "Captain's Pauldrons.", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/shoulder_flame.ron b/assets/common/items/armor/miner/shoulder_flame.ron index 1b9e437101..5ca18f8ab7 100644 --- a/assets/common/items/armor/miner/shoulder_flame.ron +++ b/assets/common/items/armor/miner/shoulder_flame.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamekeeper's Pauldrons.", - description: "", + legacy_name: "Flamekeeper's Pauldrons.", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/miner/shoulder_overseer.ron b/assets/common/items/armor/miner/shoulder_overseer.ron index 3f846db23d..ee03cb8dea 100644 --- a/assets/common/items/armor/miner/shoulder_overseer.ron +++ b/assets/common/items/armor/miner/shoulder_overseer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Overseer's Pauldrons.", - description: "", + legacy_name: "Overseer's Pauldrons.", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: FromSet("Miner"), diff --git a/assets/common/items/armor/misc/back/admin.ron b/assets/common/items/armor/misc/back/admin.ron index 91c74c6002..5486ec7818 100644 --- a/assets/common/items/armor/misc/back/admin.ron +++ b/assets/common/items/armor/misc/back/admin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Admin's Cape", - description: "With great power comes\ngreat responsibility.", + legacy_name: "Admin's Cape", + legacy_description: "With great power comes\ngreat responsibility.", kind: Armor(( kind: Back, stats: Direct(( diff --git a/assets/common/items/armor/misc/back/backpack.ron b/assets/common/items/armor/misc/back/backpack.ron index 91a4ac1531..68d580c8bf 100644 --- a/assets/common/items/armor/misc/back/backpack.ron +++ b/assets/common/items/armor/misc/back/backpack.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Traveler's Backpack", - description: "Comfortable and with enough capacity, its a hoarder's best friend.", + legacy_name: "Traveler's Backpack", + legacy_description: "Comfortable and with enough capacity, its a hoarder's best friend.", kind: Armor(( kind: Backpack, stats: Direct(( diff --git a/assets/common/items/armor/misc/back/dungeon_purple.ron b/assets/common/items/armor/misc/back/dungeon_purple.ron index 1682519ef6..8970f8d3e4 100644 --- a/assets/common/items/armor/misc/back/dungeon_purple.ron +++ b/assets/common/items/armor/misc/back/dungeon_purple.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Cultist Cape", - description: "Smells like dark magic and candles.", + legacy_name: "Purple Cultist Cape", + legacy_description: "Smells like dark magic and candles.", kind: Armor(( kind: Back, stats: FromSet("Cultist"), diff --git a/assets/common/items/armor/misc/back/short_0.ron b/assets/common/items/armor/misc/back/short_0.ron index 0248ba9a59..6140895abd 100644 --- a/assets/common/items/armor/misc/back/short_0.ron +++ b/assets/common/items/armor/misc/back/short_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Short leather Cape", - description: "Probably made of the finest leather.", + legacy_name: "Short leather Cape", + legacy_description: "Probably made of the finest leather.", kind: Armor(( kind: Back, stats: Direct(( diff --git a/assets/common/items/armor/misc/back/short_1.ron b/assets/common/items/armor/misc/back/short_1.ron index b8e80a8f56..fb8eb3083a 100644 --- a/assets/common/items/armor/misc/back/short_1.ron +++ b/assets/common/items/armor/misc/back/short_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Blanket", - description: "Keeps your shoulders warm.", + legacy_name: "Green Blanket", + legacy_description: "Keeps your shoulders warm.", kind: Armor(( kind: Back, stats: Direct(( diff --git a/assets/common/items/armor/misc/bag/heavy_seabag.ron b/assets/common/items/armor/misc/bag/heavy_seabag.ron index 35063c9f9b..c14d8976bb 100644 --- a/assets/common/items/armor/misc/bag/heavy_seabag.ron +++ b/assets/common/items/armor/misc/bag/heavy_seabag.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Heavy Seabag", - description: "Commonly used by sailors.", + legacy_name: "Heavy Seabag", + legacy_description: "Commonly used by sailors.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/knitted_red_pouch.ron b/assets/common/items/armor/misc/bag/knitted_red_pouch.ron index 066806fc66..556c479006 100644 --- a/assets/common/items/armor/misc/bag/knitted_red_pouch.ron +++ b/assets/common/items/armor/misc/bag/knitted_red_pouch.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Knitted Red Pouch", - description: "A sizeable red bag with two pouches, made of wool and dye.", + legacy_name: "Knitted Red Pouch", + legacy_description: "A sizeable red bag with two pouches, made of wool and dye.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/liana_kit.ron b/assets/common/items/armor/misc/bag/liana_kit.ron index 161ede06de..567fa90ff9 100644 --- a/assets/common/items/armor/misc/bag/liana_kit.ron +++ b/assets/common/items/armor/misc/bag/liana_kit.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Liana Kit", - description: "Woven from dried lianas.", + legacy_name: "Liana Kit", + legacy_description: "Woven from dried lianas.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/mindflayer_spellbag.ron b/assets/common/items/armor/misc/bag/mindflayer_spellbag.ron index 98b340986d..3fa8304a66 100644 --- a/assets/common/items/armor/misc/bag/mindflayer_spellbag.ron +++ b/assets/common/items/armor/misc/bag/mindflayer_spellbag.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mindflayer Spellbag", - description: "You can almost feel the Mindflayer's\nevil presence flowing through the fabric.", + legacy_name: "Mindflayer Spellbag", + legacy_description: "You can almost feel the Mindflayer's\nevil presence flowing through the fabric.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/reliable_backpack.ron b/assets/common/items/armor/misc/bag/reliable_backpack.ron index 4e3748f735..a052794b48 100644 --- a/assets/common/items/armor/misc/bag/reliable_backpack.ron +++ b/assets/common/items/armor/misc/bag/reliable_backpack.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Reliable Backpack", - description: "It will never give you up.", + legacy_name: "Reliable Backpack", + legacy_description: "It will never give you up.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/reliable_leather_pack.ron b/assets/common/items/armor/misc/bag/reliable_leather_pack.ron index f94a8edf9c..82c20999e6 100644 --- a/assets/common/items/armor/misc/bag/reliable_leather_pack.ron +++ b/assets/common/items/armor/misc/bag/reliable_leather_pack.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Reliable Leather Pack", - description: "It will never give you up.", + legacy_name: "Reliable Leather Pack", + legacy_description: "It will never give you up.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/soulkeeper_cursed.ron b/assets/common/items/armor/misc/bag/soulkeeper_cursed.ron index 74bc2032c2..bde7da1ab9 100644 --- a/assets/common/items/armor/misc/bag/soulkeeper_cursed.ron +++ b/assets/common/items/armor/misc/bag/soulkeeper_cursed.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cursed Soulkeeper", - description: "WIP", + legacy_name: "Cursed Soulkeeper", + legacy_description: "WIP", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/soulkeeper_pure.ron b/assets/common/items/armor/misc/bag/soulkeeper_pure.ron index ee9abdd81f..c421740884 100644 --- a/assets/common/items/armor/misc/bag/soulkeeper_pure.ron +++ b/assets/common/items/armor/misc/bag/soulkeeper_pure.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purified Soulkeeper", - description: "WIP", + legacy_name: "Purified Soulkeeper", + legacy_description: "WIP", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/sturdy_red_backpack.ron b/assets/common/items/armor/misc/bag/sturdy_red_backpack.ron index d3ceda8b78..317d902b5b 100644 --- a/assets/common/items/armor/misc/bag/sturdy_red_backpack.ron +++ b/assets/common/items/armor/misc/bag/sturdy_red_backpack.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sturdy Red Saddlebag", - description: "A truly reliable and sizeable bag, embroidered with amethyst and thick leather.", + legacy_name: "Sturdy Red Saddlebag", + legacy_description: "A truly reliable and sizeable bag, embroidered with amethyst and thick leather.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/tiny_leather_pouch.ron b/assets/common/items/armor/misc/bag/tiny_leather_pouch.ron index 6149d719a0..7715d658b5 100644 --- a/assets/common/items/armor/misc/bag/tiny_leather_pouch.ron +++ b/assets/common/items/armor/misc/bag/tiny_leather_pouch.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Small Leather Pouch", - description: "A small reliable leather pouch.", + legacy_name: "Small Leather Pouch", + legacy_description: "A small reliable leather pouch.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/tiny_red_pouch.ron b/assets/common/items/armor/misc/bag/tiny_red_pouch.ron index 5b751b97bf..addff538ba 100644 --- a/assets/common/items/armor/misc/bag/tiny_red_pouch.ron +++ b/assets/common/items/armor/misc/bag/tiny_red_pouch.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tiny Red Pouch", - description: "Made from multiple patches of dyed cloth.", + legacy_name: "Tiny Red Pouch", + legacy_description: "Made from multiple patches of dyed cloth.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/troll_hide_pack.ron b/assets/common/items/armor/misc/bag/troll_hide_pack.ron index a9581f8a34..c712bc6072 100644 --- a/assets/common/items/armor/misc/bag/troll_hide_pack.ron +++ b/assets/common/items/armor/misc/bag/troll_hide_pack.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Trollhide Pack", - description: "Trolls were definitely hurt in the making of this.", + legacy_name: "Trollhide Pack", + legacy_description: "Trolls were definitely hurt in the making of this.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/bag/woven_red_bag.ron b/assets/common/items/armor/misc/bag/woven_red_bag.ron index cfd06ee040..8fe1bf16c5 100644 --- a/assets/common/items/armor/misc/bag/woven_red_bag.ron +++ b/assets/common/items/armor/misc/bag/woven_red_bag.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woven Red Bag", - description: "A moderately sized red bag. Although it still feels pretty cramped.", + legacy_name: "Woven Red Bag", + legacy_description: "A moderately sized red bag. Although it still feels pretty cramped.", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/armor/misc/chest/worker_green_0.ron b/assets/common/items/armor/misc/chest/worker_green_0.ron index ebfffdea8d..0178eaf34a 100644 --- a/assets/common/items/armor/misc/chest/worker_green_0.ron +++ b/assets/common/items/armor/misc/chest/worker_green_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Green Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_green_1.ron b/assets/common/items/armor/misc/chest/worker_green_1.ron index ebfffdea8d..0178eaf34a 100644 --- a/assets/common/items/armor/misc/chest/worker_green_1.ron +++ b/assets/common/items/armor/misc/chest/worker_green_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Green Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_orange_0.ron b/assets/common/items/armor/misc/chest/worker_orange_0.ron index 0387b968dc..4e2ee0f1be 100644 --- a/assets/common/items/armor/misc/chest/worker_orange_0.ron +++ b/assets/common/items/armor/misc/chest/worker_orange_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orange Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Orange Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_orange_1.ron b/assets/common/items/armor/misc/chest/worker_orange_1.ron index 0387b968dc..4e2ee0f1be 100644 --- a/assets/common/items/armor/misc/chest/worker_orange_1.ron +++ b/assets/common/items/armor/misc/chest/worker_orange_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orange Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Orange Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_purple_0.ron b/assets/common/items/armor/misc/chest/worker_purple_0.ron index 1f7219f0d0..3cf3270159 100644 --- a/assets/common/items/armor/misc/chest/worker_purple_0.ron +++ b/assets/common/items/armor/misc/chest/worker_purple_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Worker Shirt", - description: "Resilient and reliable.", + legacy_name: "Purple Worker Shirt", + legacy_description: "Resilient and reliable.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_purple_1.ron b/assets/common/items/armor/misc/chest/worker_purple_1.ron index 4606e53828..f95df5ce86 100644 --- a/assets/common/items/armor/misc/chest/worker_purple_1.ron +++ b/assets/common/items/armor/misc/chest/worker_purple_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Purple Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_purple_brown.ron b/assets/common/items/armor/misc/chest/worker_purple_brown.ron index 1f7219f0d0..3cf3270159 100644 --- a/assets/common/items/armor/misc/chest/worker_purple_brown.ron +++ b/assets/common/items/armor/misc/chest/worker_purple_brown.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Worker Shirt", - description: "Resilient and reliable.", + legacy_name: "Purple Worker Shirt", + legacy_description: "Resilient and reliable.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_red_0.ron b/assets/common/items/armor/misc/chest/worker_red_0.ron index 13c7b09088..ebb17ddd8f 100644 --- a/assets/common/items/armor/misc/chest/worker_red_0.ron +++ b/assets/common/items/armor/misc/chest/worker_red_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Red Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_red_1.ron b/assets/common/items/armor/misc/chest/worker_red_1.ron index 13c7b09088..ebb17ddd8f 100644 --- a/assets/common/items/armor/misc/chest/worker_red_1.ron +++ b/assets/common/items/armor/misc/chest/worker_red_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Red Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_yellow_0.ron b/assets/common/items/armor/misc/chest/worker_yellow_0.ron index cdad0be3f0..d0dc38b1f7 100644 --- a/assets/common/items/armor/misc/chest/worker_yellow_0.ron +++ b/assets/common/items/armor/misc/chest/worker_yellow_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Yellow Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Yellow Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/chest/worker_yellow_1.ron b/assets/common/items/armor/misc/chest/worker_yellow_1.ron index cdad0be3f0..d0dc38b1f7 100644 --- a/assets/common/items/armor/misc/chest/worker_yellow_1.ron +++ b/assets/common/items/armor/misc/chest/worker_yellow_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Yellow Worker Shirt", - description: "Was used by a farmer, until recently.", + legacy_name: "Yellow Worker Shirt", + legacy_description: "Was used by a farmer, until recently.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/misc/foot/iceskate.ron b/assets/common/items/armor/misc/foot/iceskate.ron index c9230139fb..ec99395a03 100644 --- a/assets/common/items/armor/misc/foot/iceskate.ron +++ b/assets/common/items/armor/misc/foot/iceskate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ice Skates", - description: "Best used on a frozen lake.", + legacy_name: "Ice Skates", + legacy_description: "Best used on a frozen lake.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/armor/misc/foot/jackalope_slippers.ron b/assets/common/items/armor/misc/foot/jackalope_slippers.ron index 3841a17a62..359b613a92 100644 --- a/assets/common/items/armor/misc/foot/jackalope_slippers.ron +++ b/assets/common/items/armor/misc/foot/jackalope_slippers.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Fluffy Jackalope Slippers", - description: "So warm and cozy!", + legacy_name: "Fluffy Jackalope Slippers", + legacy_description: "So warm and cozy!", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/armor/misc/foot/sandals.ron b/assets/common/items/armor/misc/foot/sandals.ron index 98fd34687a..96dd9c8768 100644 --- a/assets/common/items/armor/misc/foot/sandals.ron +++ b/assets/common/items/armor/misc/foot/sandals.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Worn out Sandals", - description: "Loyal companions, though they don't look like they can go much further.", + legacy_name: "Worn out Sandals", + legacy_description: "Loyal companions, though they don't look like they can go much further.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/armor/misc/foot/ski.ron b/assets/common/items/armor/misc/foot/ski.ron index a9ab2c0ef2..56a68704e1 100644 --- a/assets/common/items/armor/misc/foot/ski.ron +++ b/assets/common/items/armor/misc/foot/ski.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wooden skis", - description: "Best used downhill on snow.", + legacy_name: "Wooden skis", + legacy_description: "Best used downhill on snow.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/bamboo_twig.ron b/assets/common/items/armor/misc/head/bamboo_twig.ron index 0a25ccdec0..0c0d3073e5 100644 --- a/assets/common/items/armor/misc/head/bamboo_twig.ron +++ b/assets/common/items/armor/misc/head/bamboo_twig.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bamboo Twig", - description: "A tiny stray shoot from a larger bamboo shaft.", + legacy_name: "Bamboo Twig", + legacy_description: "A tiny stray shoot from a larger bamboo shaft.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/bandana/red.ron b/assets/common/items/armor/misc/head/bandana/red.ron index 9ec61cbf5e..b5c9b64f8d 100644 --- a/assets/common/items/armor/misc/head/bandana/red.ron +++ b/assets/common/items/armor/misc/head/bandana/red.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Bandana", - description: "Very sneaky, but also, bright red.", + legacy_name: "Red Bandana", + legacy_description: "Very sneaky, but also, bright red.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/bandana/thief.ron b/assets/common/items/armor/misc/head/bandana/thief.ron index 682e5c2aed..044be2c2fd 100644 --- a/assets/common/items/armor/misc/head/bandana/thief.ron +++ b/assets/common/items/armor/misc/head/bandana/thief.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Thief Bandana", - description: "Common bandit's mask.", + legacy_name: "Thief Bandana", + legacy_description: "Common bandit's mask.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/bear_bonnet.ron b/assets/common/items/armor/misc/head/bear_bonnet.ron index 68b88b073f..ec681bb8d7 100644 --- a/assets/common/items/armor/misc/head/bear_bonnet.ron +++ b/assets/common/items/armor/misc/head/bear_bonnet.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bear Bonnet", - description: "Wearing the guise of a ferocious bear, its fury becomes your own.", + legacy_name: "Bear Bonnet", + legacy_description: "Wearing the guise of a ferocious bear, its fury becomes your own.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/boreal_warhelm.ron b/assets/common/items/armor/misc/head/boreal_warhelm.ron index 6594f99c82..33e85d3637 100644 --- a/assets/common/items/armor/misc/head/boreal_warhelm.ron +++ b/assets/common/items/armor/misc/head/boreal_warhelm.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Warhelmet", - description: "I wonder where it's pointing...", + legacy_name: "Boreal Warhelmet", + legacy_description: "I wonder where it's pointing...", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/crown.ron b/assets/common/items/armor/misc/head/crown.ron index 1661c2802e..fba533ba12 100644 --- a/assets/common/items/armor/misc/head/crown.ron +++ b/assets/common/items/armor/misc/head/crown.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Crown", - description: "A crown fit for royal stature.", + legacy_name: "Crown", + legacy_description: "A crown fit for royal stature.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/exclamation.ron b/assets/common/items/armor/misc/head/exclamation.ron index 63b677781d..9a74086df6 100644 --- a/assets/common/items/armor/misc/head/exclamation.ron +++ b/assets/common/items/armor/misc/head/exclamation.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Exclamation hat", - description: "You feel like bestowing quests.", + legacy_name: "Exclamation hat", + legacy_description: "You feel like bestowing quests.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/facegourd.ron b/assets/common/items/armor/misc/head/facegourd.ron index 65c832501f..3dc34fb032 100644 --- a/assets/common/items/armor/misc/head/facegourd.ron +++ b/assets/common/items/armor/misc/head/facegourd.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Facegourd", - description: "Pumpkin Head.", + legacy_name: "Facegourd", + legacy_description: "Pumpkin Head.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/gnarling_mask.ron b/assets/common/items/armor/misc/head/gnarling_mask.ron index dbf7f32619..f6d1318b46 100644 --- a/assets/common/items/armor/misc/head/gnarling_mask.ron +++ b/assets/common/items/armor/misc/head/gnarling_mask.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Chieftain Mask", - description: "It smells like burned wood.", + legacy_name: "Chieftain Mask", + legacy_description: "It smells like burned wood.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/headband.ron b/assets/common/items/armor/misc/head/headband.ron index 9cd17a9ce7..d764e79dd2 100644 --- a/assets/common/items/armor/misc/head/headband.ron +++ b/assets/common/items/armor/misc/head/headband.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Headband", - description: "A simple headband, it's nothing special.", + legacy_name: "Headband", + legacy_description: "A simple headband, it's nothing special.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/helmet.ron b/assets/common/items/armor/misc/head/helmet.ron index 88848060b1..e1dad0925a 100644 --- a/assets/common/items/armor/misc/head/helmet.ron +++ b/assets/common/items/armor/misc/head/helmet.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Helmet", - description: "yep.", + legacy_name: "Helmet", + legacy_description: "yep.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/hog_hood.ron b/assets/common/items/armor/misc/head/hog_hood.ron index c641da84cf..f979971170 100644 --- a/assets/common/items/armor/misc/head/hog_hood.ron +++ b/assets/common/items/armor/misc/head/hog_hood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hog Hood", - description: "Wear the guise of a great swine now felled, so that you may honor its sacrifice.", + legacy_name: "Hog Hood", + legacy_description: "Wear the guise of a great swine now felled, so that you may honor its sacrifice.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/hood.ron b/assets/common/items/armor/misc/head/hood.ron index 5d08dad104..625bc55a9d 100644 --- a/assets/common/items/armor/misc/head/hood.ron +++ b/assets/common/items/armor/misc/head/hood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hood", - description: "Become one with the treetops.", + legacy_name: "Hood", + legacy_description: "Become one with the treetops.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/hood_dark.ron b/assets/common/items/armor/misc/head/hood_dark.ron index 21fcb8ebd6..97be6cfdc4 100644 --- a/assets/common/items/armor/misc/head/hood_dark.ron +++ b/assets/common/items/armor/misc/head/hood_dark.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dark Hood", - description: "Tis a bit thicker.", + legacy_name: "Dark Hood", + legacy_description: "Tis a bit thicker.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/howl_cowl.ron b/assets/common/items/armor/misc/head/howl_cowl.ron index 45df5b15b2..94fbf23d42 100644 --- a/assets/common/items/armor/misc/head/howl_cowl.ron +++ b/assets/common/items/armor/misc/head/howl_cowl.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Howl Cowl", - description: "Wearing the guise of a fearsome wolf befits a fearsome hunter.", + legacy_name: "Howl Cowl", + legacy_description: "Wearing the guise of a fearsome wolf befits a fearsome hunter.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/mitre.ron b/assets/common/items/armor/misc/head/mitre.ron index 3c1f0a57c3..05d9e2fe3b 100644 --- a/assets/common/items/armor/misc/head/mitre.ron +++ b/assets/common/items/armor/misc/head/mitre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mitre", - description: "Calls strength down from above.", + legacy_name: "Mitre", + legacy_description: "Calls strength down from above.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/spikeguard.ron b/assets/common/items/armor/misc/head/spikeguard.ron index ba7fb7c85c..eb615acc26 100644 --- a/assets/common/items/armor/misc/head/spikeguard.ron +++ b/assets/common/items/armor/misc/head/spikeguard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Spiked Crown", - description: "Resembling some sort of thorny crown.", + legacy_name: "Spiked Crown", + legacy_description: "Resembling some sort of thorny crown.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/straw.ron b/assets/common/items/armor/misc/head/straw.ron index 1736739ad0..936fad0448 100644 --- a/assets/common/items/armor/misc/head/straw.ron +++ b/assets/common/items/armor/misc/head/straw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Straw Hat", - description: "Often times worn by villagers. It's simple and stylish!", + legacy_name: "Straw Hat", + legacy_description: "Often times worn by villagers. It's simple and stylish!", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/wanderers_hat.ron b/assets/common/items/armor/misc/head/wanderers_hat.ron index cf86f5b97b..c9a7d18a3d 100644 --- a/assets/common/items/armor/misc/head/wanderers_hat.ron +++ b/assets/common/items/armor/misc/head/wanderers_hat.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wanderer's Hat", - description: "The perfect headwear for those who feel at home on the highways and byways of Veloren.", + legacy_name: "Wanderer's Hat", + legacy_description: "The perfect headwear for those who feel at home on the highways and byways of Veloren.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/head/winged_coronet.ron b/assets/common/items/armor/misc/head/winged_coronet.ron index a6f7af062b..a78a8c25ff 100644 --- a/assets/common/items/armor/misc/head/winged_coronet.ron +++ b/assets/common/items/armor/misc/head/winged_coronet.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Winged Coronet", - description: "You feel more connected with nature.", + legacy_name: "Winged Coronet", + legacy_description: "You feel more connected with nature.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/abyssal_gorget.ron b/assets/common/items/armor/misc/neck/abyssal_gorget.ron index b444e6de88..b7e223526f 100644 --- a/assets/common/items/armor/misc/neck/abyssal_gorget.ron +++ b/assets/common/items/armor/misc/neck/abyssal_gorget.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Abyssal Gorget", - description: "Harnessed vigour of the tides", + legacy_name: "Abyssal Gorget", + legacy_description: "Harnessed vigour of the tides", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/amethyst.ron b/assets/common/items/armor/misc/neck/amethyst.ron index 82732fbd88..042701946e 100644 --- a/assets/common/items/armor/misc/neck/amethyst.ron +++ b/assets/common/items/armor/misc/neck/amethyst.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Amethyst Necklace", - description: "A tin necklace lined with amethyst gems.", + legacy_name: "Amethyst Necklace", + legacy_description: "A tin necklace lined with amethyst gems.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/ankh_of_life.ron b/assets/common/items/armor/misc/neck/ankh_of_life.ron index 0f8d31f157..006db1d1aa 100644 --- a/assets/common/items/armor/misc/neck/ankh_of_life.ron +++ b/assets/common/items/armor/misc/neck/ankh_of_life.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ankh of Life", - description: "A unique necklace of unkown origin... You can feel the power flowing through it.", + legacy_name: "Ankh of Life", + legacy_description: "A unique necklace of unkown origin... You can feel the power flowing through it.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/carcanet_of_wrath.ron b/assets/common/items/armor/misc/neck/carcanet_of_wrath.ron index 300004648a..65cc47f423 100644 --- a/assets/common/items/armor/misc/neck/carcanet_of_wrath.ron +++ b/assets/common/items/armor/misc/neck/carcanet_of_wrath.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carcanet of Wrath", - description: "A necklace that gives even the most feeble beings immense amounts of power.", + legacy_name: "Carcanet of Wrath", + legacy_description: "A necklace that gives even the most feeble beings immense amounts of power.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/diamond.ron b/assets/common/items/armor/misc/neck/diamond.ron index 53961b4247..27cac9209d 100644 --- a/assets/common/items/armor/misc/neck/diamond.ron +++ b/assets/common/items/armor/misc/neck/diamond.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Diamond Necklace", - description: "An expensive gold necklace, ornate with exquisite diamonds.", + legacy_name: "Diamond Necklace", + legacy_description: "An expensive gold necklace, ornate with exquisite diamonds.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/emerald.ron b/assets/common/items/armor/misc/neck/emerald.ron index a60b1b84ad..f5296b2890 100644 --- a/assets/common/items/armor/misc/neck/emerald.ron +++ b/assets/common/items/armor/misc/neck/emerald.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Emerald Necklace", - description: "A cobalt necklace, bearing beautiful emerald gems.", + legacy_name: "Emerald Necklace", + legacy_description: "A cobalt necklace, bearing beautiful emerald gems.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/fang.ron b/assets/common/items/armor/misc/neck/fang.ron index e76a627556..5610b531a4 100644 --- a/assets/common/items/armor/misc/neck/fang.ron +++ b/assets/common/items/armor/misc/neck/fang.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Fang Necklace", - description: "Only the most savage beings can handle the power of this necklace...", + legacy_name: "Fang Necklace", + legacy_description: "Only the most savage beings can handle the power of this necklace...", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/gem_of_resilience.ron b/assets/common/items/armor/misc/neck/gem_of_resilience.ron index a69927c299..82032759ad 100644 --- a/assets/common/items/armor/misc/neck/gem_of_resilience.ron +++ b/assets/common/items/armor/misc/neck/gem_of_resilience.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gem of Resilience", - description: "Surrounded by a discrete magical glow.", + legacy_name: "Gem of Resilience", + legacy_description: "Surrounded by a discrete magical glow.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/gold.ron b/assets/common/items/armor/misc/neck/gold.ron index 94dd0a313f..4c647c6530 100644 --- a/assets/common/items/armor/misc/neck/gold.ron +++ b/assets/common/items/armor/misc/neck/gold.ron @@ -1,7 +1,7 @@ // Note: Will be used to craft other necklaces, acting as the base. ItemDef( - name: "Gold Necklace", - description: "An expensive gold necklace... looks stolen.", + legacy_name: "Gold Necklace", + legacy_description: "An expensive gold necklace... looks stolen.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/haniwa_talisman.ron b/assets/common/items/armor/misc/neck/haniwa_talisman.ron index bc23f058cd..0906c6a20a 100644 --- a/assets/common/items/armor/misc/neck/haniwa_talisman.ron +++ b/assets/common/items/armor/misc/neck/haniwa_talisman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Talisman", - description: "A talisman depicting a figure of unknown origin.", + legacy_name: "Haniwa Talisman", + legacy_description: "A talisman depicting a figure of unknown origin.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/honeycomb_pendant.ron b/assets/common/items/armor/misc/neck/honeycomb_pendant.ron index a82f9f85dd..41bb2b9c4d 100644 --- a/assets/common/items/armor/misc/neck/honeycomb_pendant.ron +++ b/assets/common/items/armor/misc/neck/honeycomb_pendant.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Honeycomb Pendant", - description: "This necklace is always spewing out honey...", + legacy_name: "Honeycomb Pendant", + legacy_description: "This necklace is always spewing out honey...", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/pendant_of_protection.ron b/assets/common/items/armor/misc/neck/pendant_of_protection.ron index 1d9b4bfe0f..bce7b5f1a7 100644 --- a/assets/common/items/armor/misc/neck/pendant_of_protection.ron +++ b/assets/common/items/armor/misc/neck/pendant_of_protection.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pendant of Protection", - description: "You feel some sort of presence keeping you safe...", + legacy_name: "Pendant of Protection", + legacy_description: "You feel some sort of presence keeping you safe...", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/ruby.ron b/assets/common/items/armor/misc/neck/ruby.ron index e2ebebef4d..ccaea535b6 100644 --- a/assets/common/items/armor/misc/neck/ruby.ron +++ b/assets/common/items/armor/misc/neck/ruby.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ruby Necklace", - description: "An ornate silver necklace, embedded with beautiful rubies.", + legacy_name: "Ruby Necklace", + legacy_description: "An ornate silver necklace, embedded with beautiful rubies.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/sapphire.ron b/assets/common/items/armor/misc/neck/sapphire.ron index b7c6096bbf..191ed53904 100644 --- a/assets/common/items/armor/misc/neck/sapphire.ron +++ b/assets/common/items/armor/misc/neck/sapphire.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sapphire Necklace", - description: "A sturdy iron necklace, with polished sapphire gems embedded into it.", + legacy_name: "Sapphire Necklace", + legacy_description: "A sturdy iron necklace, with polished sapphire gems embedded into it.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/scratched.ron b/assets/common/items/armor/misc/neck/scratched.ron index e9ea73f188..e7f19ed874 100644 --- a/assets/common/items/armor/misc/neck/scratched.ron +++ b/assets/common/items/armor/misc/neck/scratched.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scratched Necklace", - description: "A shoddy necklace with a string about to snap...", + legacy_name: "Scratched Necklace", + legacy_description: "A shoddy necklace with a string about to snap...", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/shell.ron b/assets/common/items/armor/misc/neck/shell.ron index dadada9e47..a24c29154c 100644 --- a/assets/common/items/armor/misc/neck/shell.ron +++ b/assets/common/items/armor/misc/neck/shell.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Seashell Necklace", - description: "Contains the guardian aura of the ocean", + legacy_name: "Seashell Necklace", + legacy_description: "Contains the guardian aura of the ocean", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/neck/topaz.ron b/assets/common/items/armor/misc/neck/topaz.ron index 59e1626f3d..9e8b4e3417 100644 --- a/assets/common/items/armor/misc/neck/topaz.ron +++ b/assets/common/items/armor/misc/neck/topaz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Topaz Necklace", - description: "A copper necklace, with topaz embedded in the center.", + legacy_name: "Topaz Necklace", + legacy_description: "A copper necklace, with topaz embedded in the center.", kind: Armor(( kind: Neck, stats: Direct(( diff --git a/assets/common/items/armor/misc/pants/hunting.ron b/assets/common/items/armor/misc/pants/hunting.ron index 05f4279e07..b4a617b1b9 100644 --- a/assets/common/items/armor/misc/pants/hunting.ron +++ b/assets/common/items/armor/misc/pants/hunting.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hunting Pants", - description: "Crafted from soft, supple leather.", + legacy_name: "Hunting Pants", + legacy_description: "Crafted from soft, supple leather.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/armor/misc/pants/worker_blue.ron b/assets/common/items/armor/misc/pants/worker_blue.ron index 64d1853255..5f68406330 100644 --- a/assets/common/items/armor/misc/pants/worker_blue.ron +++ b/assets/common/items/armor/misc/pants/worker_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Worker Pants", - description: "Resilient and reliable.", + legacy_name: "Blue Worker Pants", + legacy_description: "Resilient and reliable.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/armor/misc/pants/worker_brown.ron b/assets/common/items/armor/misc/pants/worker_brown.ron index a9f1f85514..79636f8903 100644 --- a/assets/common/items/armor/misc/pants/worker_brown.ron +++ b/assets/common/items/armor/misc/pants/worker_brown.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Comfortable Worker Pants", - description: "Resilient and reliable.", + legacy_name: "Comfortable Worker Pants", + legacy_description: "Resilient and reliable.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/amethyst.ron b/assets/common/items/armor/misc/ring/amethyst.ron index e0f08ce81a..7e207f908f 100644 --- a/assets/common/items/armor/misc/ring/amethyst.ron +++ b/assets/common/items/armor/misc/ring/amethyst.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Amethyst Ring", - description: "A tin ring with an amethyst gem.", + legacy_name: "Amethyst Ring", + legacy_description: "A tin ring with an amethyst gem.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/diamond.ron b/assets/common/items/armor/misc/ring/diamond.ron index ab8698de40..e13f2c4eb8 100644 --- a/assets/common/items/armor/misc/ring/diamond.ron +++ b/assets/common/items/armor/misc/ring/diamond.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Diamond Ring", - description: "A gold ring with an expensive diamond.", + legacy_name: "Diamond Ring", + legacy_description: "A gold ring with an expensive diamond.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/emerald.ron b/assets/common/items/armor/misc/ring/emerald.ron index aaf35e17ff..78465b9e04 100644 --- a/assets/common/items/armor/misc/ring/emerald.ron +++ b/assets/common/items/armor/misc/ring/emerald.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Emerald Ring", - description: "A cobalt ring with an emerald gem.", + legacy_name: "Emerald Ring", + legacy_description: "A cobalt ring with an emerald gem.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/gold.ron b/assets/common/items/armor/misc/ring/gold.ron index 117a884ceb..dd9cb82b58 100644 --- a/assets/common/items/armor/misc/ring/gold.ron +++ b/assets/common/items/armor/misc/ring/gold.ron @@ -1,7 +1,7 @@ // Note: Will be used to craft other rings, acting as the base. ItemDef( - name: "Gold Ring", - description: "A plain gold ring... almost as if it is missing a gem.", + legacy_name: "Gold Ring", + legacy_description: "A plain gold ring... almost as if it is missing a gem.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/ruby.ron b/assets/common/items/armor/misc/ring/ruby.ron index 590327aff6..cd7b7e21d9 100644 --- a/assets/common/items/armor/misc/ring/ruby.ron +++ b/assets/common/items/armor/misc/ring/ruby.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ruby Ring", - description: "A silver ring with a ruby gem.", + legacy_name: "Ruby Ring", + legacy_description: "A silver ring with a ruby gem.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/sapphire.ron b/assets/common/items/armor/misc/ring/sapphire.ron index a97c11af1e..a586003bb4 100644 --- a/assets/common/items/armor/misc/ring/sapphire.ron +++ b/assets/common/items/armor/misc/ring/sapphire.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sapphire Ring", - description: "An iron ring with a sapphire gem.", + legacy_name: "Sapphire Ring", + legacy_description: "An iron ring with a sapphire gem.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/scratched.ron b/assets/common/items/armor/misc/ring/scratched.ron index b407fe21f1..cfe52e6e6d 100644 --- a/assets/common/items/armor/misc/ring/scratched.ron +++ b/assets/common/items/armor/misc/ring/scratched.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scratched Ring", - description: "Barely fits your finger.", + legacy_name: "Scratched Ring", + legacy_description: "Barely fits your finger.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/ring/topaz.ron b/assets/common/items/armor/misc/ring/topaz.ron index 9e75e278e4..c8a27b0dee 100644 --- a/assets/common/items/armor/misc/ring/topaz.ron +++ b/assets/common/items/armor/misc/ring/topaz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Topaz Ring", - description: "A copper ring with a topaz gem.", + legacy_name: "Topaz Ring", + legacy_description: "A copper ring with a topaz gem.", kind: Armor(( kind: Ring, stats: Direct(( diff --git a/assets/common/items/armor/misc/shoulder/iron_spikes.ron b/assets/common/items/armor/misc/shoulder/iron_spikes.ron index d8993015dd..03205adafb 100644 --- a/assets/common/items/armor/misc/shoulder/iron_spikes.ron +++ b/assets/common/items/armor/misc/shoulder/iron_spikes.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Spiked Pauldrons", - description: "The heavy, rough iron plate has an interlocking spikes shoved through several slots in the center to dissuade attackers.", + legacy_name: "Iron Spiked Pauldrons", + legacy_description: "The heavy, rough iron plate has an interlocking spikes shoved through several slots in the center to dissuade attackers.", kind: Armor(( kind: Shoulder, stats: Direct(( diff --git a/assets/common/items/armor/misc/shoulder/leather_iron_0.ron b/assets/common/items/armor/misc/shoulder/leather_iron_0.ron index 4329bda25a..3b9a304aa6 100644 --- a/assets/common/items/armor/misc/shoulder/leather_iron_0.ron +++ b/assets/common/items/armor/misc/shoulder/leather_iron_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron and Leather Spaulders", - description: "Leather shoulders decorated with heavy iron hooks provide protection to the wearer.", + legacy_name: "Iron and Leather Spaulders", + legacy_description: "Leather shoulders decorated with heavy iron hooks provide protection to the wearer.", kind: Armor(( kind: Shoulder, stats: Direct(( diff --git a/assets/common/items/armor/misc/shoulder/leather_iron_1.ron b/assets/common/items/armor/misc/shoulder/leather_iron_1.ron index 450c7051c0..e96bcac652 100644 --- a/assets/common/items/armor/misc/shoulder/leather_iron_1.ron +++ b/assets/common/items/armor/misc/shoulder/leather_iron_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron and Leather Spaulders", - description: "Leather inset with heavy iron spikes provide solid protection to the wearer.", + legacy_name: "Iron and Leather Spaulders", + legacy_description: "Leather inset with heavy iron spikes provide solid protection to the wearer.", kind: Armor(( kind: Shoulder, stats: Direct(( diff --git a/assets/common/items/armor/misc/shoulder/leather_iron_2.ron b/assets/common/items/armor/misc/shoulder/leather_iron_2.ron index d753422cf1..bd09e6d761 100644 --- a/assets/common/items/armor/misc/shoulder/leather_iron_2.ron +++ b/assets/common/items/armor/misc/shoulder/leather_iron_2.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron and Leather Spaulders", - description: "Leather inset with heavy iron bands provide protection to the wearer.", + legacy_name: "Iron and Leather Spaulders", + legacy_description: "Leather inset with heavy iron bands provide protection to the wearer.", kind: Armor(( kind: Shoulder, stats: Direct(( diff --git a/assets/common/items/armor/misc/shoulder/leather_iron_3.ron b/assets/common/items/armor/misc/shoulder/leather_iron_3.ron index 63bc2aac74..2e461aa8cb 100644 --- a/assets/common/items/armor/misc/shoulder/leather_iron_3.ron +++ b/assets/common/items/armor/misc/shoulder/leather_iron_3.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron and Leather Spaulders", - description: "Leather inset with iron fragments provide protection to the wearer.", + legacy_name: "Iron and Leather Spaulders", + legacy_description: "Leather inset with iron fragments provide protection to the wearer.", kind: Armor(( kind: Shoulder, stats: Direct(( diff --git a/assets/common/items/armor/misc/shoulder/leather_strip.ron b/assets/common/items/armor/misc/shoulder/leather_strip.ron index 30de3907a8..dad2025ae1 100644 --- a/assets/common/items/armor/misc/shoulder/leather_strip.ron +++ b/assets/common/items/armor/misc/shoulder/leather_strip.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Strips", - description: "Tanned animal hide strips formed into loose shoulder pads.", + legacy_name: "Leather Strips", + legacy_description: "Tanned animal hide strips formed into loose shoulder pads.", kind: Armor(( kind: Shoulder, stats: Direct(( diff --git a/assets/common/items/armor/misc/tabard/admin.ron b/assets/common/items/armor/misc/tabard/admin.ron index 7db4ba5c99..c3363fc502 100644 --- a/assets/common/items/armor/misc/tabard/admin.ron +++ b/assets/common/items/armor/misc/tabard/admin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Admin's Tabard", - description: "With great power comes great responsibility.", + legacy_name: "Admin's Tabard", + legacy_description: "With great power comes great responsibility.", kind: Armor(( kind: Tabard, stats: Direct(( diff --git a/assets/common/items/armor/pirate/belt.ron b/assets/common/items/armor/pirate/belt.ron index 1813da86d5..e2258c0f74 100644 --- a/assets/common/items/armor/pirate/belt.ron +++ b/assets/common/items/armor/pirate/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pirate Belt", - description: "", + legacy_name: "Pirate Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Pirate"), diff --git a/assets/common/items/armor/pirate/chest.ron b/assets/common/items/armor/pirate/chest.ron index c813bea4ec..14dd2d3ce7 100644 --- a/assets/common/items/armor/pirate/chest.ron +++ b/assets/common/items/armor/pirate/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pirate Jacket", - description: "", + legacy_name: "Pirate Jacket", + legacy_description: "", kind: Armor(( kind: Chest, stats: FromSet("Pirate"), diff --git a/assets/common/items/armor/pirate/foot.ron b/assets/common/items/armor/pirate/foot.ron index db3783c3f9..ab2f235ae1 100644 --- a/assets/common/items/armor/pirate/foot.ron +++ b/assets/common/items/armor/pirate/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pirate Boots", - description: "", + legacy_name: "Pirate Boots", + legacy_description: "", kind: Armor(( kind: Foot, stats: FromSet("Pirate"), diff --git a/assets/common/items/armor/pirate/hand.ron b/assets/common/items/armor/pirate/hand.ron index ad02e93d27..ed70677e9c 100644 --- a/assets/common/items/armor/pirate/hand.ron +++ b/assets/common/items/armor/pirate/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pirate Gloves", - description: "", + legacy_name: "Pirate Gloves", + legacy_description: "", kind: Armor(( kind: Hand, stats: FromSet("Pirate"), diff --git a/assets/common/items/armor/pirate/hat.ron b/assets/common/items/armor/pirate/hat.ron index 1e8df990cb..7b2df2a7c8 100644 --- a/assets/common/items/armor/pirate/hat.ron +++ b/assets/common/items/armor/pirate/hat.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pirate Hat", - description: "It seems like a parrot was perched up here.", + legacy_name: "Pirate Hat", + legacy_description: "It seems like a parrot was perched up here.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/pirate/pants.ron b/assets/common/items/armor/pirate/pants.ron index 1b2eef620b..a3bf67e2cb 100644 --- a/assets/common/items/armor/pirate/pants.ron +++ b/assets/common/items/armor/pirate/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pirate Pants", - description: "", + legacy_name: "Pirate Pants", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Pirate"), diff --git a/assets/common/items/armor/pirate/shoulder.ron b/assets/common/items/armor/pirate/shoulder.ron index 331ca0791a..c55f2b8e05 100644 --- a/assets/common/items/armor/pirate/shoulder.ron +++ b/assets/common/items/armor/pirate/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pirate Mantle", - description: "", + legacy_name: "Pirate Mantle", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: FromSet("Pirate"), diff --git a/assets/common/items/armor/rugged/chest.ron b/assets/common/items/armor/rugged/chest.ron index aa1cb692a8..eed54e9600 100644 --- a/assets/common/items/armor/rugged/chest.ron +++ b/assets/common/items/armor/rugged/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rugged Shirt", - description: "Smells like Adventure.", + legacy_name: "Rugged Shirt", + legacy_description: "Smells like Adventure.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/armor/rugged/pants.ron b/assets/common/items/armor/rugged/pants.ron index ac16f01cd0..103679dfe9 100644 --- a/assets/common/items/armor/rugged/pants.ron +++ b/assets/common/items/armor/rugged/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rugged Commoner's Pants", - description: "They remind you of the old days.", + legacy_name: "Rugged Commoner's Pants", + legacy_description: "They remind you of the old days.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/armor/savage/back.ron b/assets/common/items/armor/savage/back.ron index bbb3aa810f..fad0ece083 100644 --- a/assets/common/items/armor/savage/back.ron +++ b/assets/common/items/armor/savage/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Savage Cape", - description: "Brings the fury of the barbarians.", + legacy_name: "Savage Cape", + legacy_description: "Brings the fury of the barbarians.", kind: Armor(( kind: Back, stats: FromSet("Savage"), diff --git a/assets/common/items/armor/savage/belt.ron b/assets/common/items/armor/savage/belt.ron index 3fb0cb23c6..482f78aa6b 100644 --- a/assets/common/items/armor/savage/belt.ron +++ b/assets/common/items/armor/savage/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Savage Belt", - description: "Brings the fury of the barbarians.", + legacy_name: "Savage Belt", + legacy_description: "Brings the fury of the barbarians.", kind: Armor(( kind: Belt, stats: FromSet("Savage"), diff --git a/assets/common/items/armor/savage/chest.ron b/assets/common/items/armor/savage/chest.ron index f241782dc5..ff88b9af23 100644 --- a/assets/common/items/armor/savage/chest.ron +++ b/assets/common/items/armor/savage/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Savage Cuirass", - description: "Brings the fury of the barbarians.", + legacy_name: "Savage Cuirass", + legacy_description: "Brings the fury of the barbarians.", kind: Armor(( kind: Chest, stats: FromSet("Savage"), diff --git a/assets/common/items/armor/savage/foot.ron b/assets/common/items/armor/savage/foot.ron index 6831d58705..58edb0b3c5 100644 --- a/assets/common/items/armor/savage/foot.ron +++ b/assets/common/items/armor/savage/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Savage Boots", - description: "Brings the fury of the barbarians.", + legacy_name: "Savage Boots", + legacy_description: "Brings the fury of the barbarians.", kind: Armor(( kind: Foot, stats: FromSet("Savage"), diff --git a/assets/common/items/armor/savage/hand.ron b/assets/common/items/armor/savage/hand.ron index 25e7d0a358..993ac7b47d 100644 --- a/assets/common/items/armor/savage/hand.ron +++ b/assets/common/items/armor/savage/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Savage Gauntlets", - description: "Brings the fury of the barbarians.", + legacy_name: "Savage Gauntlets", + legacy_description: "Brings the fury of the barbarians.", kind: Armor(( kind: Hand, stats: FromSet("Savage"), diff --git a/assets/common/items/armor/savage/pants.ron b/assets/common/items/armor/savage/pants.ron index 359fd5ba53..0715c73d27 100644 --- a/assets/common/items/armor/savage/pants.ron +++ b/assets/common/items/armor/savage/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Savage Chausses", - description: "Brings the fury of the barbarians.", + legacy_name: "Savage Chausses", + legacy_description: "Brings the fury of the barbarians.", kind: Armor(( kind: Pants, stats: FromSet("Savage"), diff --git a/assets/common/items/armor/savage/shoulder.ron b/assets/common/items/armor/savage/shoulder.ron index a18e9cb9f7..3a2c645db0 100644 --- a/assets/common/items/armor/savage/shoulder.ron +++ b/assets/common/items/armor/savage/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Savage Shoulder Pad", - description: "Brings the fury of the barbarians.", + legacy_name: "Savage Shoulder Pad", + legacy_description: "Brings the fury of the barbarians.", kind: Armor(( kind: Shoulder, stats: FromSet("Savage"), diff --git a/assets/common/items/armor/tarasque/belt.ron b/assets/common/items/armor/tarasque/belt.ron index bca4cd3fd8..429dc63fb4 100644 --- a/assets/common/items/armor/tarasque/belt.ron +++ b/assets/common/items/armor/tarasque/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tarasque Belt", - description: "Shattered band of a tarasque shell, making for a strong belt.", + legacy_name: "Tarasque Belt", + legacy_description: "Shattered band of a tarasque shell, making for a strong belt.", kind: Armor(( kind: Belt, stats: FromSet("Tarasque"), diff --git a/assets/common/items/armor/tarasque/chest.ron b/assets/common/items/armor/tarasque/chest.ron index 71bbddeda5..97bb083f51 100644 --- a/assets/common/items/armor/tarasque/chest.ron +++ b/assets/common/items/armor/tarasque/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tarasque Cuirass", - description: "The rough protective underbelly and back of a tarasque's shell, formed to fit humanoid proportions.", + legacy_name: "Tarasque Cuirass", + legacy_description: "The rough protective underbelly and back of a tarasque's shell, formed to fit humanoid proportions.", kind: Armor(( kind: Chest, stats: FromSet("Tarasque"), diff --git a/assets/common/items/armor/tarasque/foot.ron b/assets/common/items/armor/tarasque/foot.ron index e0d105c7d1..9b56000ee0 100644 --- a/assets/common/items/armor/tarasque/foot.ron +++ b/assets/common/items/armor/tarasque/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tarasque Boots", - description: "Tarasque claws form the outside of these boots, protecting the wearer's feet.", + legacy_name: "Tarasque Boots", + legacy_description: "Tarasque claws form the outside of these boots, protecting the wearer's feet.", kind: Armor(( kind: Foot, stats: FromSet("Tarasque"), diff --git a/assets/common/items/armor/tarasque/hand.ron b/assets/common/items/armor/tarasque/hand.ron index 4a518bddc4..0885b7dee5 100644 --- a/assets/common/items/armor/tarasque/hand.ron +++ b/assets/common/items/armor/tarasque/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tarasque Gauntlets", - description: "Shattered fragments from a tarasque shell shaped into a protective gauntlets.", + legacy_name: "Tarasque Gauntlets", + legacy_description: "Shattered fragments from a tarasque shell shaped into a protective gauntlets.", kind: Armor(( kind: Hand, stats: FromSet("Tarasque"), diff --git a/assets/common/items/armor/tarasque/pants.ron b/assets/common/items/armor/tarasque/pants.ron index 73ef1ee7a2..5ce6afd780 100644 --- a/assets/common/items/armor/tarasque/pants.ron +++ b/assets/common/items/armor/tarasque/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tarasque Chausses", - description: "Fragmented tarasque shell tied together to form protective leg armor.", + legacy_name: "Tarasque Chausses", + legacy_description: "Fragmented tarasque shell tied together to form protective leg armor.", kind: Armor(( kind: Pants, stats: FromSet("Tarasque"), diff --git a/assets/common/items/armor/tarasque/shoulder.ron b/assets/common/items/armor/tarasque/shoulder.ron index eb1e1df6e2..39380f00a9 100644 --- a/assets/common/items/armor/tarasque/shoulder.ron +++ b/assets/common/items/armor/tarasque/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tarasque Shoulder Pad", - description: "Spiky tarasque shell fragments formed to fit as shoulder guards.", + legacy_name: "Tarasque Shoulder Pad", + legacy_description: "Spiky tarasque shell fragments formed to fit as shoulder guards.", kind: Armor(( kind: Shoulder, stats: FromSet("Tarasque"), diff --git a/assets/common/items/armor/twigs/belt.ron b/assets/common/items/armor/twigs/belt.ron index cbc260743b..ea80b92619 100644 --- a/assets/common/items/armor/twigs/belt.ron +++ b/assets/common/items/armor/twigs/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Twig Belt", - description: "Small bits of nature magically held together into the shape of a belt.", + legacy_name: "Twig Belt", + legacy_description: "Small bits of nature magically held together into the shape of a belt.", kind: Armor(( kind: Belt, stats: FromSet("Twigs"), diff --git a/assets/common/items/armor/twigs/chest.ron b/assets/common/items/armor/twigs/chest.ron index d899c43be4..8ac39f6710 100644 --- a/assets/common/items/armor/twigs/chest.ron +++ b/assets/common/items/armor/twigs/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Twig Shirt", - description: "Small sticks magically imbued to hold together to form a shirt.", + legacy_name: "Twig Shirt", + legacy_description: "Small sticks magically imbued to hold together to form a shirt.", kind: Armor(( kind: Chest, stats: FromSet("Twigs"), diff --git a/assets/common/items/armor/twigs/foot.ron b/assets/common/items/armor/twigs/foot.ron index bc44da8884..ee6d8a4b00 100644 --- a/assets/common/items/armor/twigs/foot.ron +++ b/assets/common/items/armor/twigs/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Twig Boots", - description: "Small twigs intertwined and imbued with magic to provide simple protection.", + legacy_name: "Twig Boots", + legacy_description: "Small twigs intertwined and imbued with magic to provide simple protection.", kind: Armor(( kind: Foot, stats: FromSet("Twigs"), diff --git a/assets/common/items/armor/twigs/hand.ron b/assets/common/items/armor/twigs/hand.ron index 6b881c283b..14ea7defd1 100644 --- a/assets/common/items/armor/twigs/hand.ron +++ b/assets/common/items/armor/twigs/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Twig Wraps", - description: "Magically imbued twigs interlocked into simple hand wraps.", + legacy_name: "Twig Wraps", + legacy_description: "Magically imbued twigs interlocked into simple hand wraps.", kind: Armor(( kind: Hand, stats: FromSet("Twigs"), diff --git a/assets/common/items/armor/twigs/pants.ron b/assets/common/items/armor/twigs/pants.ron index a3bbe723da..6abc41ef5f 100644 --- a/assets/common/items/armor/twigs/pants.ron +++ b/assets/common/items/armor/twigs/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Twig Pants", - description: "Magically imbued twigs formed into links similar to chainmail.", + legacy_name: "Twig Pants", + legacy_description: "Magically imbued twigs formed into links similar to chainmail.", kind: Armor(( kind: Pants, stats: FromSet("Twigs"), diff --git a/assets/common/items/armor/twigs/shoulder.ron b/assets/common/items/armor/twigs/shoulder.ron index 3d937d1429..ca251e04a1 100644 --- a/assets/common/items/armor/twigs/shoulder.ron +++ b/assets/common/items/armor/twigs/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Twig Shoulders", - description: "Spaulders made from tightly tied twigs.", + legacy_name: "Twig Shoulders", + legacy_description: "Spaulders made from tightly tied twigs.", kind: Armor(( kind: Shoulder, stats: FromSet("Twigs"), diff --git a/assets/common/items/armor/twigsflowers/belt.ron b/assets/common/items/armor/twigsflowers/belt.ron index e1fe6b7529..952bef3760 100644 --- a/assets/common/items/armor/twigsflowers/belt.ron +++ b/assets/common/items/armor/twigsflowers/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flowery Belt", - description: "Magically imbued twigs, held together with a flower intertwining its stem to hold the belt together.", + legacy_name: "Flowery Belt", + legacy_description: "Magically imbued twigs, held together with a flower intertwining its stem to hold the belt together.", kind: Armor(( kind: Belt, stats: FromSet("Twigs Flowers"), diff --git a/assets/common/items/armor/twigsflowers/chest.ron b/assets/common/items/armor/twigsflowers/chest.ron index c7fb797e3f..f2422f5ff7 100644 --- a/assets/common/items/armor/twigsflowers/chest.ron +++ b/assets/common/items/armor/twigsflowers/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flowery Shirt", - description: "Magically imbued twigs decorated with flowers and their stems, letting others know your intentions of peace and love.", + legacy_name: "Flowery Shirt", + legacy_description: "Magically imbued twigs decorated with flowers and their stems, letting others know your intentions of peace and love.", kind: Armor(( kind: Chest, stats: FromSet("Twigs Flowers"), diff --git a/assets/common/items/armor/twigsflowers/foot.ron b/assets/common/items/armor/twigsflowers/foot.ron index 16ecff213e..51b6f432ec 100644 --- a/assets/common/items/armor/twigsflowers/foot.ron +++ b/assets/common/items/armor/twigsflowers/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flowery Boots", - description: "Woven and magically imbued, these boots of twigs and flowers provide simple protection and peace to the wearer.", + legacy_name: "Flowery Boots", + legacy_description: "Woven and magically imbued, these boots of twigs and flowers provide simple protection and peace to the wearer.", kind: Armor(( kind: Foot, stats: FromSet("Twigs Flowers"), diff --git a/assets/common/items/armor/twigsflowers/hand.ron b/assets/common/items/armor/twigsflowers/hand.ron index 5fe59799d9..fbf326f81f 100644 --- a/assets/common/items/armor/twigsflowers/hand.ron +++ b/assets/common/items/armor/twigsflowers/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flowery Wraps", - description: "Wrapped and intertwined twigs held together with magic and flowers with their stems, providing peace and protection for the wearer.", + legacy_name: "Flowery Wraps", + legacy_description: "Wrapped and intertwined twigs held together with magic and flowers with their stems, providing peace and protection for the wearer.", kind: Armor(( kind: Hand, stats: FromSet("Twigs Flowers"), diff --git a/assets/common/items/armor/twigsflowers/pants.ron b/assets/common/items/armor/twigsflowers/pants.ron index e29bc5815f..ab98c4a82e 100644 --- a/assets/common/items/armor/twigsflowers/pants.ron +++ b/assets/common/items/armor/twigsflowers/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flowery Pants", - description: "Chainmail woven twigs enhanced with flower stems to provide protection and peace.", + legacy_name: "Flowery Pants", + legacy_description: "Chainmail woven twigs enhanced with flower stems to provide protection and peace.", kind: Armor(( kind: Pants, stats: FromSet("Twigs Flowers"), diff --git a/assets/common/items/armor/twigsflowers/shoulder.ron b/assets/common/items/armor/twigsflowers/shoulder.ron index bca2afa3bc..d8e1d0f7a7 100644 --- a/assets/common/items/armor/twigsflowers/shoulder.ron +++ b/assets/common/items/armor/twigsflowers/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flowery Shoulders", - description: "Flowers join the tied twigs to provide protection and peace to the wearer.", + legacy_name: "Flowery Shoulders", + legacy_description: "Flowers join the tied twigs to provide protection and peace to the wearer.", kind: Armor(( kind: Shoulder, stats: FromSet("Twigs Flowers"), diff --git a/assets/common/items/armor/twigsleaves/belt.ron b/assets/common/items/armor/twigsleaves/belt.ron index 41eae60a79..04b103155d 100644 --- a/assets/common/items/armor/twigsleaves/belt.ron +++ b/assets/common/items/armor/twigsleaves/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leafy Belt", - description: "Dried leaves cover over the standard twig belt, providing a slightly different texture.", + legacy_name: "Leafy Belt", + legacy_description: "Dried leaves cover over the standard twig belt, providing a slightly different texture.", kind: Armor(( kind: Belt, stats: FromSet("Twigs Leaves"), diff --git a/assets/common/items/armor/twigsleaves/chest.ron b/assets/common/items/armor/twigsleaves/chest.ron index 873eebc514..8e52c53fd3 100644 --- a/assets/common/items/armor/twigsleaves/chest.ron +++ b/assets/common/items/armor/twigsleaves/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leafy Shirt", - description: "Leaves cover the magically imbued twig shirt, providing a more natural appearance.", + legacy_name: "Leafy Shirt", + legacy_description: "Leaves cover the magically imbued twig shirt, providing a more natural appearance.", kind: Armor(( kind: Chest, stats: FromSet("Twigs Leaves"), diff --git a/assets/common/items/armor/twigsleaves/foot.ron b/assets/common/items/armor/twigsleaves/foot.ron index f83cc52c8e..24930787e1 100644 --- a/assets/common/items/armor/twigsleaves/foot.ron +++ b/assets/common/items/armor/twigsleaves/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leafy Boots", - description: "Leaves cover the magically entwined twigs to provide simple protection from the elements.", + legacy_name: "Leafy Boots", + legacy_description: "Leaves cover the magically entwined twigs to provide simple protection from the elements.", kind: Armor(( kind: Foot, stats: FromSet("Twigs Leaves"), diff --git a/assets/common/items/armor/twigsleaves/hand.ron b/assets/common/items/armor/twigsleaves/hand.ron index 70106b5a85..22b4dd23c9 100644 --- a/assets/common/items/armor/twigsleaves/hand.ron +++ b/assets/common/items/armor/twigsleaves/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leafy Wraps", - description: "Leaves help hide the magic-interlocking twigs, and provide mild protection from the elements.", + legacy_name: "Leafy Wraps", + legacy_description: "Leaves help hide the magic-interlocking twigs, and provide mild protection from the elements.", kind: Armor(( kind: Hand, stats: FromSet("Twigs Leaves"), diff --git a/assets/common/items/armor/twigsleaves/pants.ron b/assets/common/items/armor/twigsleaves/pants.ron index 45a00ba35a..fc3cb5136e 100644 --- a/assets/common/items/armor/twigsleaves/pants.ron +++ b/assets/common/items/armor/twigsleaves/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leafy Pants", - description: "Leaves cover the magically imbued chainmail twigs, providing protection from the elements.", + legacy_name: "Leafy Pants", + legacy_description: "Leaves cover the magically imbued chainmail twigs, providing protection from the elements.", kind: Armor(( kind: Pants, stats: FromSet("Twigs Leaves"), diff --git a/assets/common/items/armor/twigsleaves/shoulder.ron b/assets/common/items/armor/twigsleaves/shoulder.ron index dd3b7b93d9..faa48117e5 100644 --- a/assets/common/items/armor/twigsleaves/shoulder.ron +++ b/assets/common/items/armor/twigsleaves/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leafy Shoulders", - description: "Leaves cover over the twigs to provide better protection from the elements.", + legacy_name: "Leafy Shoulders", + legacy_description: "Leaves cover over the twigs to provide better protection from the elements.", kind: Armor(( kind: Shoulder, stats: FromSet("Twigs Leaves"), diff --git a/assets/common/items/armor/velorite_mage/back.ron b/assets/common/items/armor/velorite_mage/back.ron index aeee09559b..0657b10e66 100644 --- a/assets/common/items/armor/velorite_mage/back.ron +++ b/assets/common/items/armor/velorite_mage/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Battlemage Cloak", - description: "Keeps your shoulders warm.", + legacy_name: "Velorite Battlemage Cloak", + legacy_description: "Keeps your shoulders warm.", kind: Armor(( kind: Back, stats: FromSet("Velorite Battlemage"), diff --git a/assets/common/items/armor/velorite_mage/belt.ron b/assets/common/items/armor/velorite_mage/belt.ron index dfbda16bc5..a6a386b33a 100644 --- a/assets/common/items/armor/velorite_mage/belt.ron +++ b/assets/common/items/armor/velorite_mage/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Battlemage Belt", - description: "", + legacy_name: "Velorite Battlemage Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Velorite Battlemage"), diff --git a/assets/common/items/armor/velorite_mage/chest.ron b/assets/common/items/armor/velorite_mage/chest.ron index f6ea823f9e..5905d63b29 100644 --- a/assets/common/items/armor/velorite_mage/chest.ron +++ b/assets/common/items/armor/velorite_mage/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Battlemage Vest", - description: "", + legacy_name: "Velorite Battlemage Vest", + legacy_description: "", kind: Armor(( kind: Chest, stats: FromSet("Velorite Battlemage"), diff --git a/assets/common/items/armor/velorite_mage/foot.ron b/assets/common/items/armor/velorite_mage/foot.ron index b06b641da3..69f9124024 100644 --- a/assets/common/items/armor/velorite_mage/foot.ron +++ b/assets/common/items/armor/velorite_mage/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Battlemage Boots", - description: "", + legacy_name: "Velorite Battlemage Boots", + legacy_description: "", kind: Armor(( kind: Foot, stats: FromSet("Velorite Battlemage"), diff --git a/assets/common/items/armor/velorite_mage/hand.ron b/assets/common/items/armor/velorite_mage/hand.ron index bbe0c857ba..7aadb1d3dc 100644 --- a/assets/common/items/armor/velorite_mage/hand.ron +++ b/assets/common/items/armor/velorite_mage/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Battlemage Gauntlets", - description: "", + legacy_name: "Velorite Battlemage Gauntlets", + legacy_description: "", kind: Armor(( kind: Hand, stats: FromSet("Velorite Battlemage"), diff --git a/assets/common/items/armor/velorite_mage/pants.ron b/assets/common/items/armor/velorite_mage/pants.ron index 9958223802..4d4ce860b7 100644 --- a/assets/common/items/armor/velorite_mage/pants.ron +++ b/assets/common/items/armor/velorite_mage/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Battlemage Kilt", - description: "", + legacy_name: "Velorite Battlemage Kilt", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Velorite Battlemage"), diff --git a/assets/common/items/armor/velorite_mage/shoulder.ron b/assets/common/items/armor/velorite_mage/shoulder.ron index adc44751a6..842cad9d0e 100644 --- a/assets/common/items/armor/velorite_mage/shoulder.ron +++ b/assets/common/items/armor/velorite_mage/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Battlemage Guards", - description: "", + legacy_name: "Velorite Battlemage Guards", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: FromSet("Velorite Battlemage"), diff --git a/assets/common/items/armor/witch/back.ron b/assets/common/items/armor/witch/back.ron index 9f7a2a8604..6af126de22 100644 --- a/assets/common/items/armor/witch/back.ron +++ b/assets/common/items/armor/witch/back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Cape", - description: "", + legacy_name: "Witch Cape", + legacy_description: "", kind: Armor(( kind: Back, stats: FromSet("Witch"), diff --git a/assets/common/items/armor/witch/belt.ron b/assets/common/items/armor/witch/belt.ron index 7124305281..0a4c755b6c 100644 --- a/assets/common/items/armor/witch/belt.ron +++ b/assets/common/items/armor/witch/belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Belt", - description: "", + legacy_name: "Witch Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: FromSet("Witch"), diff --git a/assets/common/items/armor/witch/chest.ron b/assets/common/items/armor/witch/chest.ron index 8cd0842b27..df294317d9 100644 --- a/assets/common/items/armor/witch/chest.ron +++ b/assets/common/items/armor/witch/chest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Robe", - description: "", + legacy_name: "Witch Robe", + legacy_description: "", kind: Armor(( kind: Chest, stats: FromSet("Witch"), diff --git a/assets/common/items/armor/witch/foot.ron b/assets/common/items/armor/witch/foot.ron index 8a437d2382..21030f8687 100644 --- a/assets/common/items/armor/witch/foot.ron +++ b/assets/common/items/armor/witch/foot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Boots", - description: "", + legacy_name: "Witch Boots", + legacy_description: "", kind: Armor(( kind: Foot, stats: FromSet("Witch"), diff --git a/assets/common/items/armor/witch/hand.ron b/assets/common/items/armor/witch/hand.ron index a9dc9a3ffd..516d5afc3d 100644 --- a/assets/common/items/armor/witch/hand.ron +++ b/assets/common/items/armor/witch/hand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Handwarmers", - description: "", + legacy_name: "Witch Handwarmers", + legacy_description: "", kind: Armor(( kind: Hand, stats: FromSet("Witch"), diff --git a/assets/common/items/armor/witch/hat.ron b/assets/common/items/armor/witch/hat.ron index 1e64b5dffa..7c8fd81ddd 100644 --- a/assets/common/items/armor/witch/hat.ron +++ b/assets/common/items/armor/witch/hat.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Hat", - description: "Draws strength from dark arts.", + legacy_name: "Witch Hat", + legacy_description: "Draws strength from dark arts.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/armor/witch/pants.ron b/assets/common/items/armor/witch/pants.ron index 7b3087bf30..3f3b042c96 100644 --- a/assets/common/items/armor/witch/pants.ron +++ b/assets/common/items/armor/witch/pants.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Skirt", - description: "", + legacy_name: "Witch Skirt", + legacy_description: "", kind: Armor(( kind: Pants, stats: FromSet("Witch"), diff --git a/assets/common/items/armor/witch/shoulder.ron b/assets/common/items/armor/witch/shoulder.ron index f3bca853dd..71d55c8874 100644 --- a/assets/common/items/armor/witch/shoulder.ron +++ b/assets/common/items/armor/witch/shoulder.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Witch Mantle", - description: "", + legacy_name: "Witch Mantle", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: FromSet("Witch"), diff --git a/assets/common/items/boss_drops/exp_flask.ron b/assets/common/items/boss_drops/exp_flask.ron index a6a37b9d6c..c73b73247a 100644 --- a/assets/common/items/boss_drops/exp_flask.ron +++ b/assets/common/items/boss_drops/exp_flask.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flask of Velorite Dust", - description: "Take with plenty of water", + legacy_name: "Flask of Velorite Dust", + legacy_description: "Take with plenty of water", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/boss_drops/lantern.ron b/assets/common/items/boss_drops/lantern.ron index 3e7ca21c6d..3d5c243a0c 100644 --- a/assets/common/items/boss_drops/lantern.ron +++ b/assets/common/items/boss_drops/lantern.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Magic Lantern", - description: "Illuminates even the darkest dungeon\nA great monster was slain for this item", + legacy_name: "Magic Lantern", + legacy_description: "Illuminates even the darkest dungeon\nA great monster was slain for this item", kind: Lantern( ( color: (r: 128, g: 26, b: 255), diff --git a/assets/common/items/boss_drops/potions.ron b/assets/common/items/boss_drops/potions.ron index c0e5333ccb..7bcd7aa978 100644 --- a/assets/common/items/boss_drops/potions.ron +++ b/assets/common/items/boss_drops/potions.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Potent Potion", - description: "A potent healing potion.", + legacy_name: "Potent Potion", + legacy_description: "A potent healing potion.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/boss_drops/xp_potion.ron b/assets/common/items/boss_drops/xp_potion.ron index 2f7ec6e8f3..d79565aec2 100644 --- a/assets/common/items/boss_drops/xp_potion.ron +++ b/assets/common/items/boss_drops/xp_potion.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Potion of Skill", - description: "It doesn't seem to be doing anything...", + legacy_name: "Potion of Skill", + legacy_description: "It doesn't seem to be doing anything...", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/calendar/christmas/armor/misc/head/woolly_wintercap.ron b/assets/common/items/calendar/christmas/armor/misc/head/woolly_wintercap.ron index a3a7a40414..909ef567a1 100644 --- a/assets/common/items/calendar/christmas/armor/misc/head/woolly_wintercap.ron +++ b/assets/common/items/calendar/christmas/armor/misc/head/woolly_wintercap.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Woolly Wintercap", - description: "Simple, stylish, and festive.", + legacy_name: "Woolly Wintercap", + legacy_description: "Simple, stylish, and festive.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/charms/burning_charm.ron b/assets/common/items/charms/burning_charm.ron index d67ea32178..a12b33e65b 100644 --- a/assets/common/items/charms/burning_charm.ron +++ b/assets/common/items/charms/burning_charm.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blazing Charm", - description: "Flame is your ally, harness its power to burn your foes.", + legacy_name: "Blazing Charm", + legacy_description: "Flame is your ally, harness its power to burn your foes.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/charms/frozen_charm.ron b/assets/common/items/charms/frozen_charm.ron index c4dec746bb..4b930b1f49 100644 --- a/assets/common/items/charms/frozen_charm.ron +++ b/assets/common/items/charms/frozen_charm.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Freezing Charm", - description: "Let your enemies feel the sting of cold as you freeze them in their tracks.", + legacy_name: "Freezing Charm", + legacy_description: "Let your enemies feel the sting of cold as you freeze them in their tracks.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/charms/lifesteal_charm.ron b/assets/common/items/charms/lifesteal_charm.ron index fd21a65c4c..8f835cf3e7 100644 --- a/assets/common/items/charms/lifesteal_charm.ron +++ b/assets/common/items/charms/lifesteal_charm.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Siphon Charm", - description: "Siphon your target life and use it for your own.", + legacy_name: "Siphon Charm", + legacy_description: "Siphon your target life and use it for your own.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/consumable/curious_potion.ron b/assets/common/items/consumable/curious_potion.ron index eac967ff7e..a696e3736b 100644 --- a/assets/common/items/consumable/curious_potion.ron +++ b/assets/common/items/consumable/curious_potion.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Curious Potion", - description: "Wonder what this does...", + legacy_name: "Curious Potion", + legacy_description: "Wonder what this does...", kind: Consumable( kind: Drink, effects: Any([ diff --git a/assets/common/items/consumable/potion_agility.ron b/assets/common/items/consumable/potion_agility.ron index e7ebefd0e8..0324a9635e 100644 --- a/assets/common/items/consumable/potion_agility.ron +++ b/assets/common/items/consumable/potion_agility.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Potion of Agility", - description: "Fly, you fools!", + legacy_name: "Potion of Agility", + legacy_description: "Fly, you fools!", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/consumable/potion_big.ron b/assets/common/items/consumable/potion_big.ron index 2a49103fed..3e298cd9e1 100644 --- a/assets/common/items/consumable/potion_big.ron +++ b/assets/common/items/consumable/potion_big.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Large Potion", - description: "Precious medicine, it makes for the largest rejuvenative flask yet.", + legacy_name: "Large Potion", + legacy_description: "Precious medicine, it makes for the largest rejuvenative flask yet.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/consumable/potion_combustion.ron b/assets/common/items/consumable/potion_combustion.ron index 6bf6f6736d..42d3af3d5c 100644 --- a/assets/common/items/consumable/potion_combustion.ron +++ b/assets/common/items/consumable/potion_combustion.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Potion of Combustion", - description: "Sets the user ablaze", + legacy_name: "Potion of Combustion", + legacy_description: "Sets the user ablaze", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/consumable/potion_med.ron b/assets/common/items/consumable/potion_med.ron index 784c0ddf66..5250f3774a 100644 --- a/assets/common/items/consumable/potion_med.ron +++ b/assets/common/items/consumable/potion_med.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Medium Potion", - description: "An innovative invention from an apothecary, better than its smaller precursors.", + legacy_name: "Medium Potion", + legacy_description: "An innovative invention from an apothecary, better than its smaller precursors.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/consumable/potion_minor.ron b/assets/common/items/consumable/potion_minor.ron index d573b86fc9..f9df7131fa 100644 --- a/assets/common/items/consumable/potion_minor.ron +++ b/assets/common/items/consumable/potion_minor.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Minor Potion", - description: "A small potion concocted from apples and honey.", + legacy_name: "Minor Potion", + legacy_description: "A small potion concocted from apples and honey.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/crafting_ing/abyssal_heart.ron b/assets/common/items/crafting_ing/abyssal_heart.ron index e2f66769ad..d26819a1b0 100644 --- a/assets/common/items/crafting_ing/abyssal_heart.ron +++ b/assets/common/items/crafting_ing/abyssal_heart.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Abyssal Heart", - description: "Source of Dagons Power.", + legacy_name: "Abyssal Heart", + legacy_description: "Source of Dagons Power.", kind: Ingredient( // Descriptor not needed descriptor: "", ), diff --git a/assets/common/items/crafting_ing/animal_misc/bone.ron b/assets/common/items/crafting_ing/animal_misc/bone.ron index 8084d848a8..f9427108bb 100644 --- a/assets/common/items/crafting_ing/animal_misc/bone.ron +++ b/assets/common/items/crafting_ing/animal_misc/bone.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Thick Bone", - description: "A thick bone, it seems sturdy enough to craft with.", + legacy_name: "Thick Bone", + legacy_description: "A thick bone, it seems sturdy enough to craft with.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/claw.ron b/assets/common/items/crafting_ing/animal_misc/claw.ron index 97ab6066fc..fdb130feaa 100644 --- a/assets/common/items/crafting_ing/animal_misc/claw.ron +++ b/assets/common/items/crafting_ing/animal_misc/claw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Predator Claw", - description: "Incredibly sharp claw from a predatory animal.\n\nThis can be used when crafting weapons.", + legacy_name: "Predator Claw", + legacy_description: "Incredibly sharp claw from a predatory animal.\n\nThis can be used when crafting weapons.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/elegant_crest.ron b/assets/common/items/crafting_ing/animal_misc/elegant_crest.ron index ea1f3cd565..d1863df767 100644 --- a/assets/common/items/crafting_ing/animal_misc/elegant_crest.ron +++ b/assets/common/items/crafting_ing/animal_misc/elegant_crest.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Elegant Crest", - description: "A flawless crest from some majestic creature.\n\nThis can be used when crafting weapons.", + legacy_name: "Elegant Crest", + legacy_description: "A flawless crest from some majestic creature.\n\nThis can be used when crafting weapons.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/ember.ron b/assets/common/items/crafting_ing/animal_misc/ember.ron index 4b0112b607..1b473ebab9 100644 --- a/assets/common/items/crafting_ing/animal_misc/ember.ron +++ b/assets/common/items/crafting_ing/animal_misc/ember.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ember", - description: "A flicking ember left by a fiery creature.", + legacy_name: "Ember", + legacy_description: "A flicking ember left by a fiery creature.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/feather.ron b/assets/common/items/crafting_ing/animal_misc/feather.ron index 3875f2b610..ae82dcd255 100644 --- a/assets/common/items/crafting_ing/animal_misc/feather.ron +++ b/assets/common/items/crafting_ing/animal_misc/feather.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Feather", - description: "Feather from a bird.", + legacy_name: "Feather", + legacy_description: "Feather from a bird.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/fur.ron b/assets/common/items/crafting_ing/animal_misc/fur.ron index 181dee601d..597aa8b429 100644 --- a/assets/common/items/crafting_ing/animal_misc/fur.ron +++ b/assets/common/items/crafting_ing/animal_misc/fur.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Soft Fur", - description: "Soft fur from an animal.", + legacy_name: "Soft Fur", + legacy_description: "Soft fur from an animal.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/grim_eyeball.ron b/assets/common/items/crafting_ing/animal_misc/grim_eyeball.ron index dbd2a5a076..2b235c4621 100644 --- a/assets/common/items/crafting_ing/animal_misc/grim_eyeball.ron +++ b/assets/common/items/crafting_ing/animal_misc/grim_eyeball.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Grim Eyeball", - description: "Casts a petrifying gaze.", + legacy_name: "Grim Eyeball", + legacy_description: "Casts a petrifying gaze.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/icy_fang.ron b/assets/common/items/crafting_ing/animal_misc/icy_fang.ron index d738953227..7bf8d56bdd 100644 --- a/assets/common/items/crafting_ing/animal_misc/icy_fang.ron +++ b/assets/common/items/crafting_ing/animal_misc/icy_fang.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Icy Shard", - description: "Looted from a frosty creature.", + legacy_name: "Icy Shard", + legacy_description: "Looted from a frosty creature.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/large_horn.ron b/assets/common/items/crafting_ing/animal_misc/large_horn.ron index a92228938c..dbd9c9d309 100644 --- a/assets/common/items/crafting_ing/animal_misc/large_horn.ron +++ b/assets/common/items/crafting_ing/animal_misc/large_horn.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Large Horn", - description: "A huge sharp horn from an animal.\n\nThis can be used when crafting weapons.", + legacy_name: "Large Horn", + legacy_description: "A huge sharp horn from an animal.\n\nThis can be used when crafting weapons.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/lively_vine.ron b/assets/common/items/crafting_ing/animal_misc/lively_vine.ron index 4f01df5c68..700ba954a4 100644 --- a/assets/common/items/crafting_ing/animal_misc/lively_vine.ron +++ b/assets/common/items/crafting_ing/animal_misc/lively_vine.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Lively Vine", - description: "I think it just moved...", + legacy_name: "Lively Vine", + legacy_description: "I think it just moved...", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/long_tusk.ron b/assets/common/items/crafting_ing/animal_misc/long_tusk.ron index 0be80aa325..13f2ca84a3 100644 --- a/assets/common/items/crafting_ing/animal_misc/long_tusk.ron +++ b/assets/common/items/crafting_ing/animal_misc/long_tusk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Long Tusk", - description: "A pointy tusk from some beast.\n\nThis can be used when crafting weapons.", + legacy_name: "Long Tusk", + legacy_description: "A pointy tusk from some beast.\n\nThis can be used when crafting weapons.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/phoenix_feather.ron b/assets/common/items/crafting_ing/animal_misc/phoenix_feather.ron index f9ae1acd4a..36ea455c38 100644 --- a/assets/common/items/crafting_ing/animal_misc/phoenix_feather.ron +++ b/assets/common/items/crafting_ing/animal_misc/phoenix_feather.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Phoenix Feather", - description: "Said to have magical properties.", + legacy_name: "Phoenix Feather", + legacy_description: "Said to have magical properties.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/raptor_feather.ron b/assets/common/items/crafting_ing/animal_misc/raptor_feather.ron index eb4d2ef7f5..9fa148e211 100644 --- a/assets/common/items/crafting_ing/animal_misc/raptor_feather.ron +++ b/assets/common/items/crafting_ing/animal_misc/raptor_feather.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Raptor Feather", - description: "A large colorful feather from a raptor.", + legacy_name: "Raptor Feather", + legacy_description: "A large colorful feather from a raptor.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/sharp_fang.ron b/assets/common/items/crafting_ing/animal_misc/sharp_fang.ron index 1ecc74eb4c..89d8b9397a 100644 --- a/assets/common/items/crafting_ing/animal_misc/sharp_fang.ron +++ b/assets/common/items/crafting_ing/animal_misc/sharp_fang.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sharp Fang", - description: "Incredibly sharp tooth from a predatory animal.\n\nThis can be used when crafting weapons.", + legacy_name: "Sharp Fang", + legacy_description: "Incredibly sharp tooth from a predatory animal.\n\nThis can be used when crafting weapons.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/strong_pincer.ron b/assets/common/items/crafting_ing/animal_misc/strong_pincer.ron index 67ea846220..2c0f7e779b 100644 --- a/assets/common/items/crafting_ing/animal_misc/strong_pincer.ron +++ b/assets/common/items/crafting_ing/animal_misc/strong_pincer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Strong Pincer", - description: "The pincer of some creature, it is very tough.\n\nThis can be used when crafting weapons.", + legacy_name: "Strong Pincer", + legacy_description: "The pincer of some creature, it is very tough.\n\nThis can be used when crafting weapons.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/venom_sac.ron b/assets/common/items/crafting_ing/animal_misc/venom_sac.ron index 05323404ce..26cc58d4b7 100644 --- a/assets/common/items/crafting_ing/animal_misc/venom_sac.ron +++ b/assets/common/items/crafting_ing/animal_misc/venom_sac.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Venom Sac", - description: "A venomous sac from a poisonous creature.", + legacy_name: "Venom Sac", + legacy_description: "A venomous sac from a poisonous creature.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/animal_misc/viscous_ooze.ron b/assets/common/items/crafting_ing/animal_misc/viscous_ooze.ron index 63bdfc4b73..97125e6875 100644 --- a/assets/common/items/crafting_ing/animal_misc/viscous_ooze.ron +++ b/assets/common/items/crafting_ing/animal_misc/viscous_ooze.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Viscous Ooze", - description: "A measure of viscous ooze from a slimy creature.", + legacy_name: "Viscous Ooze", + legacy_description: "A measure of viscous ooze from a slimy creature.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/bowl.ron b/assets/common/items/crafting_ing/bowl.ron index 92fd47fde2..3f941a2b79 100644 --- a/assets/common/items/crafting_ing/bowl.ron +++ b/assets/common/items/crafting_ing/bowl.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bowl", - description: "A simple bowl for preparing meals.", + legacy_name: "Bowl", + legacy_description: "A simple bowl for preparing meals.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/brinestone.ron b/assets/common/items/crafting_ing/brinestone.ron index f24afadd2d..9d5b40dc99 100644 --- a/assets/common/items/crafting_ing/brinestone.ron +++ b/assets/common/items/crafting_ing/brinestone.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brinestone", - description: "Used for armor crafting.", + legacy_name: "Brinestone", + legacy_description: "Used for armor crafting.", kind: Ingredient( // Descriptor not needed descriptor: "", ), diff --git a/assets/common/items/crafting_ing/cactus.ron b/assets/common/items/crafting_ing/cactus.ron index 254a35029e..9673c4c94f 100644 --- a/assets/common/items/crafting_ing/cactus.ron +++ b/assets/common/items/crafting_ing/cactus.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cactus", - description: "Grows in warm and dry places. Very prickly!", + legacy_name: "Cactus", + legacy_description: "Grows in warm and dry places. Very prickly!", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/cloth/cloth_strips.ron b/assets/common/items/crafting_ing/cloth/cloth_strips.ron index a2f3d38d29..af46504fa6 100644 --- a/assets/common/items/crafting_ing/cloth/cloth_strips.ron +++ b/assets/common/items/crafting_ing/cloth/cloth_strips.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cloth Strips", - description: "Small and soft, yet useful", + legacy_name: "Cloth Strips", + legacy_description: "Small and soft, yet useful", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/cloth/cotton.ron b/assets/common/items/crafting_ing/cloth/cotton.ron index 7c0574d6a8..572bf21d3b 100644 --- a/assets/common/items/crafting_ing/cloth/cotton.ron +++ b/assets/common/items/crafting_ing/cloth/cotton.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cotton", - description: "Easy to work with and multi-functional.", + legacy_name: "Cotton", + legacy_description: "Easy to work with and multi-functional.", kind: Ingredient( descriptor: "Cotton", ), diff --git a/assets/common/items/crafting_ing/cloth/lifecloth.ron b/assets/common/items/crafting_ing/cloth/lifecloth.ron index 6cf59c3554..71c94b8a9b 100644 --- a/assets/common/items/crafting_ing/cloth/lifecloth.ron +++ b/assets/common/items/crafting_ing/cloth/lifecloth.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Lifecloth", - description: "A fabric imbued with the gentleness that nature has to offer.", + legacy_name: "Lifecloth", + legacy_description: "A fabric imbued with the gentleness that nature has to offer.", kind: Ingredient( descriptor: "Lifecloth", ), diff --git a/assets/common/items/crafting_ing/cloth/linen.ron b/assets/common/items/crafting_ing/cloth/linen.ron index 4d950958db..6ab34318eb 100644 --- a/assets/common/items/crafting_ing/cloth/linen.ron +++ b/assets/common/items/crafting_ing/cloth/linen.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Linen", - description: "A textile made from flax fibers.", + legacy_name: "Linen", + legacy_description: "A textile made from flax fibers.", kind: Ingredient( descriptor: "Linen", ), diff --git a/assets/common/items/crafting_ing/cloth/linen_red.ron b/assets/common/items/crafting_ing/cloth/linen_red.ron index ce9e4fac67..883f37cdb2 100644 --- a/assets/common/items/crafting_ing/cloth/linen_red.ron +++ b/assets/common/items/crafting_ing/cloth/linen_red.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Linen", - description: "A flax fiber textile, dyed to stand out.", + legacy_name: "Red Linen", + legacy_description: "A flax fiber textile, dyed to stand out.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/cloth/moonweave.ron b/assets/common/items/crafting_ing/cloth/moonweave.ron index 27275a93fa..0039745937 100644 --- a/assets/common/items/crafting_ing/cloth/moonweave.ron +++ b/assets/common/items/crafting_ing/cloth/moonweave.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonweave", - description: "A light yet very sturdy textile.", + legacy_name: "Moonweave", + legacy_description: "A light yet very sturdy textile.", kind: Ingredient( descriptor: "Moonwoven", ), diff --git a/assets/common/items/crafting_ing/cloth/silk.ron b/assets/common/items/crafting_ing/cloth/silk.ron index 123704f7ea..2ff676affd 100644 --- a/assets/common/items/crafting_ing/cloth/silk.ron +++ b/assets/common/items/crafting_ing/cloth/silk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silk", - description: "A fine and strong fibre produced by spiders.", + legacy_name: "Silk", + legacy_description: "A fine and strong fibre produced by spiders.", kind: Ingredient( descriptor: "Silken", ), diff --git a/assets/common/items/crafting_ing/cloth/sunsilk.ron b/assets/common/items/crafting_ing/cloth/sunsilk.ron index 778edbc73f..7c8987bd38 100644 --- a/assets/common/items/crafting_ing/cloth/sunsilk.ron +++ b/assets/common/items/crafting_ing/cloth/sunsilk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunsilk", - description: "A supernaturally strong textile.", + legacy_name: "Sunsilk", + legacy_description: "A supernaturally strong textile.", kind: Ingredient( descriptor: "Sunsilken", ), diff --git a/assets/common/items/crafting_ing/cloth/wool.ron b/assets/common/items/crafting_ing/cloth/wool.ron index 3e5cf0b84b..47d3e48611 100644 --- a/assets/common/items/crafting_ing/cloth/wool.ron +++ b/assets/common/items/crafting_ing/cloth/wool.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Soft Wool", - description: "Soft wool from an animal.", + legacy_name: "Soft Wool", + legacy_description: "Soft wool from an animal.", kind: Ingredient( descriptor: "Woolen", ), diff --git a/assets/common/items/crafting_ing/coral_branch.ron b/assets/common/items/crafting_ing/coral_branch.ron index 272867d267..c30955265b 100644 --- a/assets/common/items/crafting_ing/coral_branch.ron +++ b/assets/common/items/crafting_ing/coral_branch.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Coral Branch", - description: "Treasure from the bottom of the sea.", + legacy_name: "Coral Branch", + legacy_description: "Treasure from the bottom of the sea.", kind: Ingredient( // Descriptor not needed descriptor: "", ), diff --git a/assets/common/items/crafting_ing/cotton_boll.ron b/assets/common/items/crafting_ing/cotton_boll.ron index 3002b986ab..5abd2cd9d6 100644 --- a/assets/common/items/crafting_ing/cotton_boll.ron +++ b/assets/common/items/crafting_ing/cotton_boll.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cotton Boll", - description: "Plucked from a common cotton plant.", + legacy_name: "Cotton Boll", + legacy_description: "Plucked from a common cotton plant.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/empty_vial.ron b/assets/common/items/crafting_ing/empty_vial.ron index 14d6fa95c0..ad6851d092 100644 --- a/assets/common/items/crafting_ing/empty_vial.ron +++ b/assets/common/items/crafting_ing/empty_vial.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Empty Vial", - description: "A simple glass vial used for holding various fluids.", + legacy_name: "Empty Vial", + legacy_description: "A simple glass vial used for holding various fluids.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/glacial_crystal.ron b/assets/common/items/crafting_ing/glacial_crystal.ron index b77ce270b9..98003a13d8 100644 --- a/assets/common/items/crafting_ing/glacial_crystal.ron +++ b/assets/common/items/crafting_ing/glacial_crystal.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Glacial Crystal", - description: "The purest form of ice, cold enough to cool lava.", + legacy_name: "Glacial Crystal", + legacy_description: "The purest form of ice, cold enough to cool lava.", kind: Ingredient( // Descriptor not needed descriptor: "", ), diff --git a/assets/common/items/crafting_ing/hide/animal_hide.ron b/assets/common/items/crafting_ing/hide/animal_hide.ron index ff107ebf5d..07bb06cd96 100644 --- a/assets/common/items/crafting_ing/hide/animal_hide.ron +++ b/assets/common/items/crafting_ing/hide/animal_hide.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Animal Hide", - description: "A common pelt from most animals. Becomes leather.", + legacy_name: "Animal Hide", + legacy_description: "A common pelt from most animals. Becomes leather.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/hide/carapace.ron b/assets/common/items/crafting_ing/hide/carapace.ron index 05412b14ba..daa099ef28 100644 --- a/assets/common/items/crafting_ing/hide/carapace.ron +++ b/assets/common/items/crafting_ing/hide/carapace.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hard Carapace", - description: "Tough, hard carapace, a shield to many creatures.", + legacy_name: "Hard Carapace", + legacy_description: "Tough, hard carapace, a shield to many creatures.", kind: Ingredient( descriptor: "Carapace", ), diff --git a/assets/common/items/crafting_ing/hide/dragon_scale.ron b/assets/common/items/crafting_ing/hide/dragon_scale.ron index 74d0fa8b63..65c7ba09de 100644 --- a/assets/common/items/crafting_ing/hide/dragon_scale.ron +++ b/assets/common/items/crafting_ing/hide/dragon_scale.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dragon Scale", - description: "Tough scale from a legendary beast, hot to the touch.", + legacy_name: "Dragon Scale", + legacy_description: "Tough scale from a legendary beast, hot to the touch.", kind: Ingredient( descriptor: "Dragonscale", ), diff --git a/assets/common/items/crafting_ing/hide/leather_troll.ron b/assets/common/items/crafting_ing/hide/leather_troll.ron index 8610a81b3b..3b8cdf076b 100644 --- a/assets/common/items/crafting_ing/hide/leather_troll.ron +++ b/assets/common/items/crafting_ing/hide/leather_troll.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Troll Hide", - description: "Looted from cave trolls.", + legacy_name: "Troll Hide", + legacy_description: "Looted from cave trolls.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/hide/plate.ron b/assets/common/items/crafting_ing/hide/plate.ron index 6bea861155..b171e17cb1 100644 --- a/assets/common/items/crafting_ing/hide/plate.ron +++ b/assets/common/items/crafting_ing/hide/plate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Plate", - description: "Durable plate from an armored animal.", + legacy_name: "Plate", + legacy_description: "Durable plate from an armored animal.", kind: Ingredient( descriptor: "Plate", ), diff --git a/assets/common/items/crafting_ing/hide/rugged_hide.ron b/assets/common/items/crafting_ing/hide/rugged_hide.ron index 56e65090e8..e95637dbac 100644 --- a/assets/common/items/crafting_ing/hide/rugged_hide.ron +++ b/assets/common/items/crafting_ing/hide/rugged_hide.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rugged Hide", - description: "A durable pelt from fierce creatures, favored by leatherworkers.", + legacy_name: "Rugged Hide", + legacy_description: "A durable pelt from fierce creatures, favored by leatherworkers.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/hide/scales.ron b/assets/common/items/crafting_ing/hide/scales.ron index 922fd8273d..690280d395 100644 --- a/assets/common/items/crafting_ing/hide/scales.ron +++ b/assets/common/items/crafting_ing/hide/scales.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Scale", - description: "Shiny scales found off of an animal.", + legacy_name: "Scale", + legacy_description: "Shiny scales found off of an animal.", kind: Ingredient( descriptor: "Scale", ), diff --git a/assets/common/items/crafting_ing/hide/tough_hide.ron b/assets/common/items/crafting_ing/hide/tough_hide.ron index 636726d5fc..e5eb82a78c 100644 --- a/assets/common/items/crafting_ing/hide/tough_hide.ron +++ b/assets/common/items/crafting_ing/hide/tough_hide.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tough Hide", - description: "A relatively tough, rough hide. Becomes leather.", + legacy_name: "Tough Hide", + legacy_description: "A relatively tough, rough hide. Becomes leather.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/honey.ron b/assets/common/items/crafting_ing/honey.ron index e7ac2d01fb..20983fe09a 100644 --- a/assets/common/items/crafting_ing/honey.ron +++ b/assets/common/items/crafting_ing/honey.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Honey", - description: "Stolen from a beehive. Surely the bees won't be happy with this!", + legacy_name: "Honey", + legacy_description: "Stolen from a beehive. Surely the bees won't be happy with this!", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/leather/leather_strips.ron b/assets/common/items/crafting_ing/leather/leather_strips.ron index 6abdaac8ea..0f34e0ce23 100644 --- a/assets/common/items/crafting_ing/leather/leather_strips.ron +++ b/assets/common/items/crafting_ing/leather/leather_strips.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leather Strips", - description: "Simple and versatile.", + legacy_name: "Leather Strips", + legacy_description: "Simple and versatile.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/leather/rigid_leather.ron b/assets/common/items/crafting_ing/leather/rigid_leather.ron index ea0736f805..62c3ad5637 100644 --- a/assets/common/items/crafting_ing/leather/rigid_leather.ron +++ b/assets/common/items/crafting_ing/leather/rigid_leather.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rigid Leather", - description: "Light but layered, perfect for protection.", + legacy_name: "Rigid Leather", + legacy_description: "Light but layered, perfect for protection.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/leather/simple_leather.ron b/assets/common/items/crafting_ing/leather/simple_leather.ron index 035d3d7855..2b57a39e0f 100644 --- a/assets/common/items/crafting_ing/leather/simple_leather.ron +++ b/assets/common/items/crafting_ing/leather/simple_leather.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Simple Leather", - description: "Light and flexible.", + legacy_name: "Simple Leather", + legacy_description: "Light and flexible.", kind: Ingredient( descriptor: "Raw Hide", ), diff --git a/assets/common/items/crafting_ing/leather/thick_leather.ron b/assets/common/items/crafting_ing/leather/thick_leather.ron index 58d7d22a23..353b2b3aaa 100644 --- a/assets/common/items/crafting_ing/leather/thick_leather.ron +++ b/assets/common/items/crafting_ing/leather/thick_leather.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Thick Leather", - description: "Strong and durable.", + legacy_name: "Thick Leather", + legacy_description: "Strong and durable.", kind: Ingredient( descriptor: "Leather", ), diff --git a/assets/common/items/crafting_ing/living_embers.ron b/assets/common/items/crafting_ing/living_embers.ron index afa03cf702..5122bae795 100644 --- a/assets/common/items/crafting_ing/living_embers.ron +++ b/assets/common/items/crafting_ing/living_embers.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Living Embers", - description: "The smouldering remains of a fiery creature.", + legacy_name: "Living Embers", + legacy_description: "The smouldering remains of a fiery creature.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/mindflayer_bag_damaged.ron b/assets/common/items/crafting_ing/mindflayer_bag_damaged.ron index a36ba69f53..1abb9308cd 100644 --- a/assets/common/items/crafting_ing/mindflayer_bag_damaged.ron +++ b/assets/common/items/crafting_ing/mindflayer_bag_damaged.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Glowing Remains", - description: "Looted from an evil being.\n\nWith some additional work it can surely be\nbrought back to its former glory...", + legacy_name: "Glowing Remains", + legacy_description: "Looted from an evil being.\n\nWith some additional work it can surely be\nbrought back to its former glory...", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/oil.ron b/assets/common/items/crafting_ing/oil.ron index c7016dd318..c05f24001f 100644 --- a/assets/common/items/crafting_ing/oil.ron +++ b/assets/common/items/crafting_ing/oil.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Oil", - description: "A measure of thick, sludgy oil.", + legacy_name: "Oil", + legacy_description: "A measure of thick, sludgy oil.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/pearl.ron b/assets/common/items/crafting_ing/pearl.ron index 8d331c4ff4..7b6796ead7 100644 --- a/assets/common/items/crafting_ing/pearl.ron +++ b/assets/common/items/crafting_ing/pearl.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pearl", - description: "Would make a nice lamp.", + legacy_name: "Pearl", + legacy_description: "Would make a nice lamp.", kind: Ingredient( // Descriptor not needed descriptor: "", ), diff --git a/assets/common/items/crafting_ing/resin.ron b/assets/common/items/crafting_ing/resin.ron index 02b188485e..b5dbe5af68 100644 --- a/assets/common/items/crafting_ing/resin.ron +++ b/assets/common/items/crafting_ing/resin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Resin", - description: "Used for woodworking.", + legacy_name: "Resin", + legacy_description: "Used for woodworking.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/rock.ron b/assets/common/items/crafting_ing/rock.ron index 59b3672b5d..c5a37ef8b1 100644 --- a/assets/common/items/crafting_ing/rock.ron +++ b/assets/common/items/crafting_ing/rock.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rock", - description: "Made up of a bunch of different minerals, looks like it would hurt to get hit with.", + legacy_name: "Rock", + legacy_description: "Made up of a bunch of different minerals, looks like it would hurt to get hit with.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/seashells.ron b/assets/common/items/crafting_ing/seashells.ron index 5ebd5befbd..4dbc070e81 100644 --- a/assets/common/items/crafting_ing/seashells.ron +++ b/assets/common/items/crafting_ing/seashells.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Seashells", - description: "Shells from a sea creature.", + legacy_name: "Seashells", + legacy_description: "Shells from a sea creature.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/sentient_seed.ron b/assets/common/items/crafting_ing/sentient_seed.ron index 4fe45a8b9c..2ace797e3a 100644 --- a/assets/common/items/crafting_ing/sentient_seed.ron +++ b/assets/common/items/crafting_ing/sentient_seed.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sentient Seed", - description: "The undeveloped spawn of a sentient plant.", + legacy_name: "Sentient Seed", + legacy_description: "The undeveloped spawn of a sentient plant.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/sticky_thread.ron b/assets/common/items/crafting_ing/sticky_thread.ron index 40d27a35c5..231c0e6c7c 100644 --- a/assets/common/items/crafting_ing/sticky_thread.ron +++ b/assets/common/items/crafting_ing/sticky_thread.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sticky Thread", - description: "A messy spider extract, but a tailor may have use for it.", + legacy_name: "Sticky Thread", + legacy_description: "A messy spider extract, but a tailor may have use for it.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/stones.ron b/assets/common/items/crafting_ing/stones.ron index b27ff774f8..7bca0fb23b 100644 --- a/assets/common/items/crafting_ing/stones.ron +++ b/assets/common/items/crafting_ing/stones.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Stones", - description: "Pebbles from the ground, nothing out of the ordinary.", + legacy_name: "Stones", + legacy_description: "Pebbles from the ground, nothing out of the ordinary.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_ing/twigs.ron b/assets/common/items/crafting_ing/twigs.ron index 35932ec1e1..f4e6693656 100644 --- a/assets/common/items/crafting_ing/twigs.ron +++ b/assets/common/items/crafting_ing/twigs.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Twigs", - description: "Found near trees, a squirrel must've knocked it down.", + legacy_name: "Twigs", + legacy_description: "Found near trees, a squirrel must've knocked it down.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_tools/mortar_pestle.ron b/assets/common/items/crafting_tools/mortar_pestle.ron index 0da4e8d0db..010bbf865e 100644 --- a/assets/common/items/crafting_tools/mortar_pestle.ron +++ b/assets/common/items/crafting_tools/mortar_pestle.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mortar and Pestle", - description: "Crushes and grinds things into a fine powder or paste. Needed to craft various items.", + legacy_name: "Mortar and Pestle", + legacy_description: "Crushes and grinds things into a fine powder or paste. Needed to craft various items.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/crafting_tools/sewing_set.ron b/assets/common/items/crafting_tools/sewing_set.ron index 99d93ecb38..fd963bc8bf 100644 --- a/assets/common/items/crafting_tools/sewing_set.ron +++ b/assets/common/items/crafting_tools/sewing_set.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sewing Set", - description: "Used to craft various items.", + legacy_name: "Sewing Set", + legacy_description: "Used to craft various items.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/debug/admin.ron b/assets/common/items/debug/admin.ron index 108af49da0..b33c886ff2 100644 --- a/assets/common/items/debug/admin.ron +++ b/assets/common/items/debug/admin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Admin's Tabard", - description: "With great power comes\ngreat responsibility.", + legacy_name: "Admin's Tabard", + legacy_description: "With great power comes\ngreat responsibility.", kind: Armor(( kind: Tabard, stats: Direct(( diff --git a/assets/common/items/debug/admin_back.ron b/assets/common/items/debug/admin_back.ron index 507a1674b7..60878da5e1 100644 --- a/assets/common/items/debug/admin_back.ron +++ b/assets/common/items/debug/admin_back.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Admin's Cape", - description: "With great power comes\ngreat responsibility.", + legacy_name: "Admin's Cape", + legacy_description: "With great power comes\ngreat responsibility.", kind: Armor(( kind: Back, stats: Direct(()), diff --git a/assets/common/items/debug/admin_black_hole.ron b/assets/common/items/debug/admin_black_hole.ron index 1bf987bdc6..8cc8cd3f12 100644 --- a/assets/common/items/debug/admin_black_hole.ron +++ b/assets/common/items/debug/admin_black_hole.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Admin's Black Hole", - description: "They say it will fit anything.", + legacy_name: "Admin's Black Hole", + legacy_description: "It just works.", kind: Armor( ( kind: Bag, @@ -9,5 +9,5 @@ ItemDef( ), quality: Debug, tags: [], - slots: 2500, + slots: 900, ) diff --git a/assets/common/items/debug/admin_stick.ron b/assets/common/items/debug/admin_stick.ron index 6fcb3629fc..24f81c6c65 100644 --- a/assets/common/items/debug/admin_stick.ron +++ b/assets/common/items/debug/admin_stick.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Belzeshrub the Broom-God", - description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...", + legacy_name: "Belzeshrub the Broom-God", + legacy_description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...", kind: Tool(( kind: Debug, hands: Two, diff --git a/assets/common/items/debug/admin_sword.ron b/assets/common/items/debug/admin_sword.ron index 08627b6699..0a947db683 100644 --- a/assets/common/items/debug/admin_sword.ron +++ b/assets/common/items/debug/admin_sword.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Admin Greatsword", - description: "Shouldn't this be a hammer?", + legacy_name: "Admin Greatsword", + legacy_description: "Shouldn't this be a hammer?", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/debug/cultist_belt.ron b/assets/common/items/debug/cultist_belt.ron index 261416219d..27f413acf2 100644 --- a/assets/common/items/debug/cultist_belt.ron +++ b/assets/common/items/debug/cultist_belt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Belt", - description: "", + legacy_name: "Velorite Belt", + legacy_description: "", kind: Armor(( kind: Belt, stats: Direct(()), diff --git a/assets/common/items/debug/cultist_boots.ron b/assets/common/items/debug/cultist_boots.ron index 4084c2853e..ff78afb50d 100644 --- a/assets/common/items/debug/cultist_boots.ron +++ b/assets/common/items/debug/cultist_boots.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Boots", - description: "", + legacy_name: "Velorite Boots", + legacy_description: "", kind: Armor(( kind: Foot, stats: Direct(()), diff --git a/assets/common/items/debug/cultist_chest_blue.ron b/assets/common/items/debug/cultist_chest_blue.ron index 9d59562aca..252579fdac 100644 --- a/assets/common/items/debug/cultist_chest_blue.ron +++ b/assets/common/items/debug/cultist_chest_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Chest", - description: "", + legacy_name: "Velorite Chest", + legacy_description: "", kind: Armor(( kind: Chest, stats: Direct(()), diff --git a/assets/common/items/debug/cultist_hands_blue.ron b/assets/common/items/debug/cultist_hands_blue.ron index a2870e7776..b92926001f 100644 --- a/assets/common/items/debug/cultist_hands_blue.ron +++ b/assets/common/items/debug/cultist_hands_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Gloves", - description: "", + legacy_name: "Velorite Gloves", + legacy_description: "", kind: Armor(( kind: Hand, stats: Direct(()), diff --git a/assets/common/items/debug/cultist_legs_blue.ron b/assets/common/items/debug/cultist_legs_blue.ron index fba70b07a2..850335e96c 100644 --- a/assets/common/items/debug/cultist_legs_blue.ron +++ b/assets/common/items/debug/cultist_legs_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Skirt", - description: "", + legacy_name: "Velorite Skirt", + legacy_description: "", kind: Armor(( kind: Pants, stats: Direct(()), diff --git a/assets/common/items/debug/cultist_shoulder_blue.ron b/assets/common/items/debug/cultist_shoulder_blue.ron index d7d74312a1..436dccf583 100644 --- a/assets/common/items/debug/cultist_shoulder_blue.ron +++ b/assets/common/items/debug/cultist_shoulder_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Mantle", - description: "", + legacy_name: "Velorite Mantle", + legacy_description: "", kind: Armor(( kind: Shoulder, stats: Direct(()), diff --git a/assets/common/items/debug/dungeon_purple.ron b/assets/common/items/debug/dungeon_purple.ron index 5991093294..eeabf41373 100644 --- a/assets/common/items/debug/dungeon_purple.ron +++ b/assets/common/items/debug/dungeon_purple.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Admin Cape", - description: "Where did I put my banhammer again?", + legacy_name: "Velorite Admin Cape", + legacy_description: "Where did I put my banhammer again?", kind: Armor(( kind: Back, stats: Direct(()), diff --git a/assets/common/items/debug/golden_cheese.ron b/assets/common/items/debug/golden_cheese.ron index 4468f66c7c..cc506af9c7 100644 --- a/assets/common/items/debug/golden_cheese.ron +++ b/assets/common/items/debug/golden_cheese.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Golden Cheese", - description: "They say gods eat it to get eternal youth.", + legacy_name: "Golden Cheese", + legacy_description: "They say gods eat it to get eternal youth.", kind: Consumable( kind: Drink, effects: All([ diff --git a/assets/common/items/debug/velorite_bow_debug.ron b/assets/common/items/debug/velorite_bow_debug.ron index 35ebb99465..3ff3836782 100644 --- a/assets/common/items/debug/velorite_bow_debug.ron +++ b/assets/common/items/debug/velorite_bow_debug.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Admin Velorite Bow", - description: "Infused with Velorite power.", + legacy_name: "Admin Velorite Bow", + legacy_description: "Infused with Velorite power.", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/flowers/blue.ron b/assets/common/items/flowers/blue.ron index 0a927a6aa6..bd0d645db2 100644 --- a/assets/common/items/flowers/blue.ron +++ b/assets/common/items/flowers/blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Flower", - description: "Matches the color of the sky.", + legacy_name: "Blue Flower", + legacy_description: "Matches the color of the sky.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/moonbell.ron b/assets/common/items/flowers/moonbell.ron index da5eeed6a6..9512310e57 100644 --- a/assets/common/items/flowers/moonbell.ron +++ b/assets/common/items/flowers/moonbell.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonbell", - description: "It glistens brilliantly under the moonlight.", + legacy_name: "Moonbell", + legacy_description: "It glistens brilliantly under the moonlight.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/pink.ron b/assets/common/items/flowers/pink.ron index e02738bd98..53be3ecc45 100644 --- a/assets/common/items/flowers/pink.ron +++ b/assets/common/items/flowers/pink.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pink Flower", - description: "Looks like a lollipop.", + legacy_name: "Pink Flower", + legacy_description: "Looks like a lollipop.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/plant_fiber.ron b/assets/common/items/flowers/plant_fiber.ron index a964f7b111..a7facd70ee 100644 --- a/assets/common/items/flowers/plant_fiber.ron +++ b/assets/common/items/flowers/plant_fiber.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Plant Fiber", - description: "A length of raw plant material.", + legacy_name: "Plant Fiber", + legacy_description: "A length of raw plant material.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/pyrebloom.ron b/assets/common/items/flowers/pyrebloom.ron index 2efc344388..44d4e96cfb 100644 --- a/assets/common/items/flowers/pyrebloom.ron +++ b/assets/common/items/flowers/pyrebloom.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pyrebloom", - description: "Warm to the touch, long after picking.", + legacy_name: "Pyrebloom", + legacy_description: "Warm to the touch, long after picking.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/red.ron b/assets/common/items/flowers/red.ron index 9f0a061094..93f17befe9 100644 --- a/assets/common/items/flowers/red.ron +++ b/assets/common/items/flowers/red.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Flower", - description: "Can be used as a dying ingredient.", + legacy_name: "Red Flower", + legacy_description: "Can be used as a dying ingredient.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/sunflower.ron b/assets/common/items/flowers/sunflower.ron index 52b6f78f74..109bf38fe0 100644 --- a/assets/common/items/flowers/sunflower.ron +++ b/assets/common/items/flowers/sunflower.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunflower", - description: "Smells like summer.", + legacy_name: "Sunflower", + legacy_description: "Smells like summer.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/white.ron b/assets/common/items/flowers/white.ron index 11f19282e1..32d0c360e3 100644 --- a/assets/common/items/flowers/white.ron +++ b/assets/common/items/flowers/white.ron @@ -1,6 +1,6 @@ ItemDef( - name: "White flower", - description: "Pure and precious.", + legacy_name: "White flower", + legacy_description: "Pure and precious.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/wild_flax.ron b/assets/common/items/flowers/wild_flax.ron index 2ff999de1a..00dead0495 100644 --- a/assets/common/items/flowers/wild_flax.ron +++ b/assets/common/items/flowers/wild_flax.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wild Flax", - description: "Could be used to spin some simple cloth.", + legacy_name: "Wild Flax", + legacy_description: "Could be used to spin some simple cloth.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/flowers/yellow.ron b/assets/common/items/flowers/yellow.ron index 3a049b913f..0097b3fc06 100644 --- a/assets/common/items/flowers/yellow.ron +++ b/assets/common/items/flowers/yellow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Yellow Flower", - description: "Glows like the sun.", + legacy_name: "Yellow Flower", + legacy_description: "Glows like the sun.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/food/apple.ron b/assets/common/items/food/apple.ron index 6c82e7ac64..05fede298f 100644 --- a/assets/common/items/food/apple.ron +++ b/assets/common/items/food/apple.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Apple", - description: "Red and juicy", + legacy_name: "Apple", + legacy_description: "Red and juicy", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/apple_mushroom_curry.ron b/assets/common/items/food/apple_mushroom_curry.ron index 63fee7c3cc..5d2e371715 100644 --- a/assets/common/items/food/apple_mushroom_curry.ron +++ b/assets/common/items/food/apple_mushroom_curry.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mushroom Curry", - description: "Who could say no to that?", + legacy_name: "Mushroom Curry", + legacy_description: "Who could say no to that?", kind: Consumable( kind: ComplexFood, effects: All([ diff --git a/assets/common/items/food/apple_stick.ron b/assets/common/items/food/apple_stick.ron index c73618dcae..d03686b0b1 100644 --- a/assets/common/items/food/apple_stick.ron +++ b/assets/common/items/food/apple_stick.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Apple Stick", - description: "The stick makes it easier to carry!", + legacy_name: "Apple Stick", + legacy_description: "The stick makes it easier to carry!", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/blue_cheese.ron b/assets/common/items/food/blue_cheese.ron index 2b0ce8f4ee..cabeb9e18c 100644 --- a/assets/common/items/food/blue_cheese.ron +++ b/assets/common/items/food/blue_cheese.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Cheese", - description: "Pungent and filling", + legacy_name: "Blue Cheese", + legacy_description: "Pungent and filling", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/cactus_colada.ron b/assets/common/items/food/cactus_colada.ron index d7a3e370c1..6c75e7f9ac 100644 --- a/assets/common/items/food/cactus_colada.ron +++ b/assets/common/items/food/cactus_colada.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cactus Colada", - description: "Giving you that special prickle.", + legacy_name: "Cactus Colada", + legacy_description: "Giving you that special prickle.", kind: Consumable( kind: Drink, effects: One( diff --git a/assets/common/items/food/carrot.ron b/assets/common/items/food/carrot.ron index e0d4637b74..349698c10b 100644 --- a/assets/common/items/food/carrot.ron +++ b/assets/common/items/food/carrot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Carrot", - description: "An orange root vegetable. They say it'll improve your vision!", + legacy_name: "Carrot", + legacy_description: "An orange root vegetable. They say it'll improve your vision!", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/cheese.ron b/assets/common/items/food/cheese.ron index 268983cf40..d758a6f6ef 100644 --- a/assets/common/items/food/cheese.ron +++ b/assets/common/items/food/cheese.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dwarven Cheese", - description: "Made from goat milk from the finest dwarven produce. Aromatic and nutritious!", + legacy_name: "Dwarven Cheese", + legacy_description: "Made from goat milk from the finest dwarven produce. Aromatic and nutritious!", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/coconut.ron b/assets/common/items/food/coconut.ron index 794c466cdb..596047012f 100644 --- a/assets/common/items/food/coconut.ron +++ b/assets/common/items/food/coconut.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Coconut", - description: "Reliable source of water and fat. Can often be found growing on palm trees.", + legacy_name: "Coconut", + legacy_description: "Reliable source of water and fat. Can often be found growing on palm trees.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/coltsfoot.ron b/assets/common/items/food/coltsfoot.ron index 535499897a..e719ea2fab 100644 --- a/assets/common/items/food/coltsfoot.ron +++ b/assets/common/items/food/coltsfoot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Coltsfoot", - description: "A daisy-like flower often used in herbal teas.", + legacy_name: "Coltsfoot", + legacy_description: "A daisy-like flower often used in herbal teas.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/dandelion.ron b/assets/common/items/food/dandelion.ron index d6f5489bc3..4c5bf44f75 100644 --- a/assets/common/items/food/dandelion.ron +++ b/assets/common/items/food/dandelion.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dandelion", - description: "A small, yellow flower. Uses the wind to spread its seeds.", + legacy_name: "Dandelion", + legacy_description: "A small, yellow flower. Uses the wind to spread its seeds.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/garlic.ron b/assets/common/items/food/garlic.ron index 87b9a4d118..822285a28c 100644 --- a/assets/common/items/food/garlic.ron +++ b/assets/common/items/food/garlic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Garlic", - description: "Make sure to brush your teeth after eating.", + legacy_name: "Garlic", + legacy_description: "Make sure to brush your teeth after eating.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/honeycorn.ron b/assets/common/items/food/honeycorn.ron index fbd9f87191..4f71f1e1d7 100644 --- a/assets/common/items/food/honeycorn.ron +++ b/assets/common/items/food/honeycorn.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Honeycorn", - description: "Sweeet", + legacy_name: "Honeycorn", + legacy_description: "Sweeet", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/lettuce.ron b/assets/common/items/food/lettuce.ron index f60a2cc2cd..bffc014620 100644 --- a/assets/common/items/food/lettuce.ron +++ b/assets/common/items/food/lettuce.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Lettuce", - description: "A vibrant green leafy vegetable. Lettuce make some salads!", + legacy_name: "Lettuce", + legacy_description: "A vibrant green leafy vegetable. Lettuce make some salads!", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat.ron b/assets/common/items/food/meat.ron index 6fa277f5f3..d6e82cdf7b 100644 --- a/assets/common/items/food/meat.ron +++ b/assets/common/items/food/meat.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Meat", - description: "Meat. The lifeblood of mankind.", + legacy_name: "Meat", + legacy_description: "Meat. The lifeblood of mankind.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/beast_large_cooked.ron b/assets/common/items/food/meat/beast_large_cooked.ron index dc264f7f6f..acd02930d6 100644 --- a/assets/common/items/food/meat/beast_large_cooked.ron +++ b/assets/common/items/food/meat/beast_large_cooked.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cooked Meat Slab", - description: "Medium Rare.", + legacy_name: "Cooked Meat Slab", + legacy_description: "Medium Rare.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/beast_large_raw.ron b/assets/common/items/food/meat/beast_large_raw.ron index 490b755c2b..12fd0d4ded 100644 --- a/assets/common/items/food/meat/beast_large_raw.ron +++ b/assets/common/items/food/meat/beast_large_raw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Raw Meat Slab", - description: "Chunk of beastly animal meat, best after cooking.", + legacy_name: "Raw Meat Slab", + legacy_description: "Chunk of beastly animal meat, best after cooking.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/beast_small_cooked.ron b/assets/common/items/food/meat/beast_small_cooked.ron index 6b145b8bdf..c42eb6673d 100644 --- a/assets/common/items/food/meat/beast_small_cooked.ron +++ b/assets/common/items/food/meat/beast_small_cooked.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cooked Meat Sliver", - description: "Medium Rare.", + legacy_name: "Cooked Meat Sliver", + legacy_description: "Medium Rare.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/beast_small_raw.ron b/assets/common/items/food/meat/beast_small_raw.ron index 80f1891173..7a60bcb011 100644 --- a/assets/common/items/food/meat/beast_small_raw.ron +++ b/assets/common/items/food/meat/beast_small_raw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Raw Meat Sliver", - description: "Small hunk of beastly animal meat, best after cooking.", + legacy_name: "Raw Meat Sliver", + legacy_description: "Small hunk of beastly animal meat, best after cooking.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/bird_cooked.ron b/assets/common/items/food/meat/bird_cooked.ron index 0e2ae6b16d..7ccc364297 100644 --- a/assets/common/items/food/meat/bird_cooked.ron +++ b/assets/common/items/food/meat/bird_cooked.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cooked Bird Meat", - description: "Best enjoyed with one in each hand.", + legacy_name: "Cooked Bird Meat", + legacy_description: "Best enjoyed with one in each hand.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/bird_large_cooked.ron b/assets/common/items/food/meat/bird_large_cooked.ron index 701a4b157b..533dd80d48 100644 --- a/assets/common/items/food/meat/bird_large_cooked.ron +++ b/assets/common/items/food/meat/bird_large_cooked.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Huge Cooked Drumstick", - description: "Makes for a legendary meal.", + legacy_name: "Huge Cooked Drumstick", + legacy_description: "Makes for a legendary meal.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/bird_large_raw.ron b/assets/common/items/food/meat/bird_large_raw.ron index f84f1bbcc9..1966fba6dc 100644 --- a/assets/common/items/food/meat/bird_large_raw.ron +++ b/assets/common/items/food/meat/bird_large_raw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Huge Raw Drumstick", - description: "It's magnificent.", + legacy_name: "Huge Raw Drumstick", + legacy_description: "It's magnificent.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/bird_raw.ron b/assets/common/items/food/meat/bird_raw.ron index 7f808c12d0..28428a719b 100644 --- a/assets/common/items/food/meat/bird_raw.ron +++ b/assets/common/items/food/meat/bird_raw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Raw Bird Meat", - description: "A hefty drumstick.", + legacy_name: "Raw Bird Meat", + legacy_description: "A hefty drumstick.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/fish_cooked.ron b/assets/common/items/food/meat/fish_cooked.ron index 95d683ffb3..dbeb909f61 100644 --- a/assets/common/items/food/meat/fish_cooked.ron +++ b/assets/common/items/food/meat/fish_cooked.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cooked Fish", - description: "A fresh cooked seafood steak.", + legacy_name: "Cooked Fish", + legacy_description: "A fresh cooked seafood steak.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/fish_raw.ron b/assets/common/items/food/meat/fish_raw.ron index bee6f3381c..2353fe94b7 100644 --- a/assets/common/items/food/meat/fish_raw.ron +++ b/assets/common/items/food/meat/fish_raw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Raw Fish", - description: "A steak chopped from a fish, best after cooking.", + legacy_name: "Raw Fish", + legacy_description: "A steak chopped from a fish, best after cooking.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/tough_cooked.ron b/assets/common/items/food/meat/tough_cooked.ron index 138d00fb18..b301dba2d6 100644 --- a/assets/common/items/food/meat/tough_cooked.ron +++ b/assets/common/items/food/meat/tough_cooked.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cooked Tough Meat", - description: "Tastes exotic.", + legacy_name: "Cooked Tough Meat", + legacy_description: "Tastes exotic.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/meat/tough_raw.ron b/assets/common/items/food/meat/tough_raw.ron index 12b3392e81..95a5228713 100644 --- a/assets/common/items/food/meat/tough_raw.ron +++ b/assets/common/items/food/meat/tough_raw.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Raw Tough Meat", - description: "Peculiar bit of meat, best after cooking.", + legacy_name: "Raw Tough Meat", + legacy_description: "Peculiar bit of meat, best after cooking.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/mushroom.ron b/assets/common/items/food/mushroom.ron index 1d76bf5d65..7d4b99b535 100644 --- a/assets/common/items/food/mushroom.ron +++ b/assets/common/items/food/mushroom.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mushroom", - description: "Hopefully this one is not poisonous", + legacy_name: "Mushroom", + legacy_description: "Hopefully this one is not poisonous", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/mushroom_stick.ron b/assets/common/items/food/mushroom_stick.ron index b177a04da0..7ca7f40c13 100644 --- a/assets/common/items/food/mushroom_stick.ron +++ b/assets/common/items/food/mushroom_stick.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mushroom Stick", - description: "Roasted mushrooms on a stick for easy carrying", + legacy_name: "Mushroom Stick", + legacy_description: "Roasted mushrooms on a stick for easy carrying", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/onion.ron b/assets/common/items/food/onion.ron index 1309b3a7e0..70eccb22b4 100644 --- a/assets/common/items/food/onion.ron +++ b/assets/common/items/food/onion.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Onion", - description: "A vegetable that's made the toughest men cry.", + legacy_name: "Onion", + legacy_description: "A vegetable that's made the toughest men cry.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/plainsalad.ron b/assets/common/items/food/plainsalad.ron index d68678c6f1..c1b5596c31 100644 --- a/assets/common/items/food/plainsalad.ron +++ b/assets/common/items/food/plainsalad.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Plain Salad", - description: "Literally just chopped lettuce. Does this even count as a salad?", + legacy_name: "Plain Salad", + legacy_description: "Literally just chopped lettuce. Does this even count as a salad?", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/pumpkin_spice_brew.ron b/assets/common/items/food/pumpkin_spice_brew.ron index 70131ff4a6..96a0e6651d 100644 --- a/assets/common/items/food/pumpkin_spice_brew.ron +++ b/assets/common/items/food/pumpkin_spice_brew.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pumpkin Spice Brew", - description: "Brewed from moldy pumpkins.", + legacy_name: "Pumpkin Spice Brew", + legacy_description: "Brewed from moldy pumpkins.", kind: Consumable( kind: Drink, effects: One( diff --git a/assets/common/items/food/sage.ron b/assets/common/items/food/sage.ron index 0a98b9fe8d..53d8ebda46 100644 --- a/assets/common/items/food/sage.ron +++ b/assets/common/items/food/sage.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sage", - description: "A herb commonly used in tea.", + legacy_name: "Sage", + legacy_description: "A herb commonly used in tea.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/spore_corruption.ron b/assets/common/items/food/spore_corruption.ron index 41802fc31c..99b85ad946 100644 --- a/assets/common/items/food/spore_corruption.ron +++ b/assets/common/items/food/spore_corruption.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Spore of Corruption", - description: "You feel an evil force pulsating within.\n\nIt may be unwise to hold on to it for too long...", + legacy_name: "Spore of Corruption", + legacy_description: "You feel an evil force pulsating within.\n\nIt may be unwise to hold on to it for too long...", kind: Consumable( kind: ComplexFood, effects: All([ diff --git a/assets/common/items/food/sunflower_icetea.ron b/assets/common/items/food/sunflower_icetea.ron index 401462ecc8..c986bb58f6 100644 --- a/assets/common/items/food/sunflower_icetea.ron +++ b/assets/common/items/food/sunflower_icetea.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sunflower Ice Tea", - description: "Brewed from freshly shelled sunflower seeds", + legacy_name: "Sunflower Ice Tea", + legacy_description: "Brewed from freshly shelled sunflower seeds", kind: Consumable( kind: Drink, effects: One( diff --git a/assets/common/items/food/tomato.ron b/assets/common/items/food/tomato.ron index 67c608ddd5..68e3bfd3ae 100644 --- a/assets/common/items/food/tomato.ron +++ b/assets/common/items/food/tomato.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tomato", - description: "A red fruit. It's not actually a vegetable!", + legacy_name: "Tomato", + legacy_description: "A red fruit. It's not actually a vegetable!", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/food/tomatosalad.ron b/assets/common/items/food/tomatosalad.ron index c20825c763..1ba3bd0a5d 100644 --- a/assets/common/items/food/tomatosalad.ron +++ b/assets/common/items/food/tomatosalad.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tomato Salad", - description: "Leafy salad with some chopped, juicy tomatoes mixed in.", + legacy_name: "Tomato Salad", + legacy_description: "Leafy salad with some chopped, juicy tomatoes mixed in.", kind: Consumable( kind: Food, effects: One( diff --git a/assets/common/items/glider/basic_red.ron b/assets/common/items/glider/basic_red.ron index 6e96baaf5d..81e1f0315f 100644 --- a/assets/common/items/glider/basic_red.ron +++ b/assets/common/items/glider/basic_red.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Cloth Glider", - description: "A simple glider, but with a striking red color.", + legacy_name: "Red Cloth Glider", + legacy_description: "A simple glider, but with a striking red color.", kind: Glider, quality: Moderate, tags: [ diff --git a/assets/common/items/glider/basic_white.ron b/assets/common/items/glider/basic_white.ron index 4c9cc6242d..bed08df230 100644 --- a/assets/common/items/glider/basic_white.ron +++ b/assets/common/items/glider/basic_white.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Plain Cloth Glider", - description: "Simple, but classy.", + legacy_name: "Plain Cloth Glider", + legacy_description: "Simple, but classy.", kind: Glider, quality: Moderate, tags: [ diff --git a/assets/common/items/glider/blue.ron b/assets/common/items/glider/blue.ron index cf4a2e48fa..e517ab2735 100644 --- a/assets/common/items/glider/blue.ron +++ b/assets/common/items/glider/blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Falcon", - description: "Sky colored.", + legacy_name: "Blue Falcon", + legacy_description: "Sky colored.", kind: Glider, quality: High, tags: [], diff --git a/assets/common/items/glider/butterfly3.ron b/assets/common/items/glider/butterfly3.ron index add3bc101c..331a6bd0c3 100644 --- a/assets/common/items/glider/butterfly3.ron +++ b/assets/common/items/glider/butterfly3.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moonlit Love", - description: "Love is in the air.", + legacy_name: "Moonlit Love", + legacy_description: "Love is in the air.", kind: Glider, quality: Epic, tags: [ diff --git a/assets/common/items/glider/cloverleaf.ron b/assets/common/items/glider/cloverleaf.ron index a3c1dc8f1b..6247f126db 100644 --- a/assets/common/items/glider/cloverleaf.ron +++ b/assets/common/items/glider/cloverleaf.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cloverleaf", - description: "Brings luck to its owner. Light-weight and cheap to make, and also very cute!", + legacy_name: "Cloverleaf", + legacy_description: "Brings luck to its owner. Light-weight and cheap to make, and also very cute!", kind: Glider, quality: Moderate, tags: [], diff --git a/assets/common/items/glider/leaves.ron b/assets/common/items/glider/leaves.ron index 852a6560cd..6fd232c618 100644 --- a/assets/common/items/glider/leaves.ron +++ b/assets/common/items/glider/leaves.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leaves Glider", - description: "Soar among the trees", + legacy_name: "Leaves Glider", + legacy_description: "Soar among the trees", kind: Glider, quality: Moderate, tags: [ diff --git a/assets/common/items/glider/monarch.ron b/assets/common/items/glider/monarch.ron index b6bc7a57ef..b163b61e7a 100644 --- a/assets/common/items/glider/monarch.ron +++ b/assets/common/items/glider/monarch.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orange Monarch", - description: "The delicate wings flutter faintly.", + legacy_name: "Orange Monarch", + legacy_description: "The delicate wings flutter faintly.", kind: Glider, quality: High, tags: [], diff --git a/assets/common/items/glider/moonrise.ron b/assets/common/items/glider/moonrise.ron index 673b51cfd5..69282304fe 100644 --- a/assets/common/items/glider/moonrise.ron +++ b/assets/common/items/glider/moonrise.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Aquatic Night", - description: "The stars are beautiful tonight.", + legacy_name: "Aquatic Night", + legacy_description: "The stars are beautiful tonight.", kind: Glider, quality: Epic, tags: [], diff --git a/assets/common/items/glider/morpho.ron b/assets/common/items/glider/morpho.ron index 6a400deba1..684d994570 100644 --- a/assets/common/items/glider/morpho.ron +++ b/assets/common/items/glider/morpho.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Morpho", - description: "The delicate wings flutter faintly.", + legacy_name: "Blue Morpho", + legacy_description: "The delicate wings flutter faintly.", kind: Glider, quality: High, tags: [], diff --git a/assets/common/items/glider/moth.ron b/assets/common/items/glider/moth.ron index 437bcdca4f..01f245e441 100644 --- a/assets/common/items/glider/moth.ron +++ b/assets/common/items/glider/moth.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Green Luna", - description: "The delicate wings flutter faintly.", + legacy_name: "Green Luna", + legacy_description: "The delicate wings flutter faintly.", kind: Glider, quality: High, tags: [], diff --git a/assets/common/items/glider/sandraptor.ron b/assets/common/items/glider/sandraptor.ron index 87dff782b3..449c94b596 100644 --- a/assets/common/items/glider/sandraptor.ron +++ b/assets/common/items/glider/sandraptor.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sand Raptor Wings", - description: "Take flight with the wings of a thirsty predator", + legacy_name: "Sand Raptor Wings", + legacy_description: "Take flight with the wings of a thirsty predator", kind: Glider, quality: High, tags: [ diff --git a/assets/common/items/glider/skullgrin.ron b/assets/common/items/glider/skullgrin.ron index ba46cf9000..4769307ec4 100644 --- a/assets/common/items/glider/skullgrin.ron +++ b/assets/common/items/glider/skullgrin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Skullgrin", - description: "Death from above.", + legacy_name: "Skullgrin", + legacy_description: "Death from above.", kind: Glider, quality: Legendary, tags: [], diff --git a/assets/common/items/glider/snowraptor.ron b/assets/common/items/glider/snowraptor.ron index 19e0c43f0f..4a3ed2fc16 100644 --- a/assets/common/items/glider/snowraptor.ron +++ b/assets/common/items/glider/snowraptor.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Snow Raptor Wings", - description: "Take flight with the wings of a cold-blooded predator", + legacy_name: "Snow Raptor Wings", + legacy_description: "Take flight with the wings of a cold-blooded predator", kind: Glider, quality: High, tags: [], diff --git a/assets/common/items/glider/sunset.ron b/assets/common/items/glider/sunset.ron index 56a22b44a3..d77f03f746 100644 --- a/assets/common/items/glider/sunset.ron +++ b/assets/common/items/glider/sunset.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Horizon", - description: "It isn't high noon.", + legacy_name: "Horizon", + legacy_description: "It isn't high noon.", kind: Glider, quality: Epic, tags: [ diff --git a/assets/common/items/glider/winter_wings.ron b/assets/common/items/glider/winter_wings.ron index ae49f84954..8d1dab671e 100644 --- a/assets/common/items/glider/winter_wings.ron +++ b/assets/common/items/glider/winter_wings.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wings of Winter", - description: "Sparkles brilliantly and cooly even under the warm sun.", + legacy_name: "Wings of Winter", + legacy_description: "Sparkles brilliantly and cooly even under the warm sun.", kind: Glider, quality: Legendary, tags: [], diff --git a/assets/common/items/glider/woodraptor.ron b/assets/common/items/glider/woodraptor.ron index bf4476e11c..a738b348d5 100644 --- a/assets/common/items/glider/woodraptor.ron +++ b/assets/common/items/glider/woodraptor.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wood Raptor Wings", - description: "Take flight with the wings of a stealthy predator", + legacy_name: "Wood Raptor Wings", + legacy_description: "Take flight with the wings of a stealthy predator", kind: Glider, quality: High, tags: [], diff --git a/assets/common/items/grasses/long.ron b/assets/common/items/grasses/long.ron index 34640966b3..48e78ab58b 100644 --- a/assets/common/items/grasses/long.ron +++ b/assets/common/items/grasses/long.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Long Grass", - description: "Greener than an orc's snout.", + legacy_name: "Long Grass", + legacy_description: "Greener than an orc's snout.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/grasses/medium.ron b/assets/common/items/grasses/medium.ron index 61570ea5a4..1b57e5411e 100644 --- a/assets/common/items/grasses/medium.ron +++ b/assets/common/items/grasses/medium.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Medium Grass", - description: "Greener than an orc's snout.", + legacy_name: "Medium Grass", + legacy_description: "Greener than an orc's snout.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/grasses/short.ron b/assets/common/items/grasses/short.ron index bfbc3d8651..7b42e88ff1 100644 --- a/assets/common/items/grasses/short.ron +++ b/assets/common/items/grasses/short.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Short Grass", - description: "Greener than an orc's snout.", + legacy_name: "Short Grass", + legacy_description: "Greener than an orc's snout.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/keys/bone_key.ron b/assets/common/items/keys/bone_key.ron index 19f91f83a0..7b291c103d 100644 --- a/assets/common/items/keys/bone_key.ron +++ b/assets/common/items/keys/bone_key.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bone Key", - description: "Used to open bone locks. Will break after use.", + legacy_name: "Bone Key", + legacy_description: "Used to open bone locks. Will break after use.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/glass_key.ron b/assets/common/items/keys/glass_key.ron index 8f469dcd43..697ace156d 100644 --- a/assets/common/items/keys/glass_key.ron +++ b/assets/common/items/keys/glass_key.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Glass Key", - description: "Used to open Glass Barriers. Will break after use.", + legacy_name: "Glass Key", + legacy_description: "Used to open Glass Barriers. Will break after use.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/quarry_keys/ancient.ron b/assets/common/items/keys/quarry_keys/ancient.ron index e7d4f1ce51..7fdc11e473 100644 --- a/assets/common/items/keys/quarry_keys/ancient.ron +++ b/assets/common/items/keys/quarry_keys/ancient.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ancient Key", - description: "If you are lucky it works one more time before breaking.", + legacy_name: "Ancient Key", + legacy_description: "If you are lucky it works one more time before breaking.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/quarry_keys/backdoor.ron b/assets/common/items/keys/quarry_keys/backdoor.ron index d31b467563..4d6e38bfb8 100644 --- a/assets/common/items/keys/quarry_keys/backdoor.ron +++ b/assets/common/items/keys/quarry_keys/backdoor.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Backdoor Key", - description: "If you are lucky it works one more time before breaking.", + legacy_name: "Backdoor Key", + legacy_description: "If you are lucky it works one more time before breaking.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/quarry_keys/cyclops_eye.ron b/assets/common/items/keys/quarry_keys/cyclops_eye.ron index bdfcf1d159..4a4bfe80eb 100644 --- a/assets/common/items/keys/quarry_keys/cyclops_eye.ron +++ b/assets/common/items/keys/quarry_keys/cyclops_eye.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cyclops Eye", - description: "Looks like it could open an ancient mechanism.", + legacy_name: "Cyclops Eye", + legacy_description: "Looks like it could open an ancient mechanism.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/quarry_keys/flamekeeper_left.ron b/assets/common/items/keys/quarry_keys/flamekeeper_left.ron index d738a3df0d..e1942bb862 100644 --- a/assets/common/items/keys/quarry_keys/flamekeeper_left.ron +++ b/assets/common/items/keys/quarry_keys/flamekeeper_left.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Left Goggle-Glass", - description: "Looks like it could open a door...", + legacy_name: "Left Goggle-Glass", + legacy_description: "Looks like it could open a door...", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/quarry_keys/flamekeeper_right.ron b/assets/common/items/keys/quarry_keys/flamekeeper_right.ron index 1ba65e8a2a..50c0cd51ae 100644 --- a/assets/common/items/keys/quarry_keys/flamekeeper_right.ron +++ b/assets/common/items/keys/quarry_keys/flamekeeper_right.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Right Goggle-Glass", - description: "Looks like it could open a door...", + legacy_name: "Right Goggle-Glass", + legacy_description: "Looks like it could open a door...", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/quarry_keys/overseer.ron b/assets/common/items/keys/quarry_keys/overseer.ron index 3f75b468a9..38f6bfea19 100644 --- a/assets/common/items/keys/quarry_keys/overseer.ron +++ b/assets/common/items/keys/quarry_keys/overseer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Overseer Key", - description: "If you are lucky it works one more time before breaking.", + legacy_name: "Overseer Key", + legacy_description: "If you are lucky it works one more time before breaking.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/quarry_keys/smelting.ron b/assets/common/items/keys/quarry_keys/smelting.ron index e4d0543929..7f4d4d0b4c 100644 --- a/assets/common/items/keys/quarry_keys/smelting.ron +++ b/assets/common/items/keys/quarry_keys/smelting.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Smelting Room Key", - description: "If you are lucky it works one more time before breaking.", + legacy_name: "Smelting Room Key", + legacy_description: "If you are lucky it works one more time before breaking.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/keys/rusty_tower_key.ron b/assets/common/items/keys/rusty_tower_key.ron index eed77d8c32..bb6ad976c6 100644 --- a/assets/common/items/keys/rusty_tower_key.ron +++ b/assets/common/items/keys/rusty_tower_key.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rusty Tower Key", - description: "Smells like magic with a bit of... cheese?", + legacy_name: "Rusty Tower Key", + legacy_description: "Smells like magic with a bit of... cheese?", kind: Utility( kind: Key, ), diff --git a/assets/common/items/lantern/black_0.ron b/assets/common/items/lantern/black_0.ron index 19791f4eb2..a269adbbaa 100644 --- a/assets/common/items/lantern/black_0.ron +++ b/assets/common/items/lantern/black_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Black Lantern", - description: "Quite common due to popular use of budding adventurers!", + legacy_name: "Black Lantern", + legacy_description: "Quite common due to popular use of budding adventurers!", kind: Lantern( ( color: (r: 255, g: 128, b: 26), diff --git a/assets/common/items/lantern/blue_0.ron b/assets/common/items/lantern/blue_0.ron index 55ba3750d6..c25ffcd227 100644 --- a/assets/common/items/lantern/blue_0.ron +++ b/assets/common/items/lantern/blue_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cool Blue Lantern", - description: "This lantern is surprisingly cold when lit.", + legacy_name: "Cool Blue Lantern", + legacy_description: "This lantern is surprisingly cold when lit.", kind: Lantern( ( color: (r: 55, g: 100, b: 255), diff --git a/assets/common/items/lantern/geode_purp.ron b/assets/common/items/lantern/geode_purp.ron index 3d18d45c04..bd77a11ec3 100644 --- a/assets/common/items/lantern/geode_purp.ron +++ b/assets/common/items/lantern/geode_purp.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Purple Geode", - description: "Emits a calming glow, helps to calm your nerves.", + legacy_name: "Purple Geode", + legacy_description: "Emits a calming glow, helps to calm your nerves.", kind: Lantern( ( color: (r: 144, g: 88, b: 181), diff --git a/assets/common/items/lantern/green_0.ron b/assets/common/items/lantern/green_0.ron index 1fffdee208..69489f1260 100644 --- a/assets/common/items/lantern/green_0.ron +++ b/assets/common/items/lantern/green_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Lime Zest Lantern", - description: "It has an opening that could fit a ring...", + legacy_name: "Lime Zest Lantern", + legacy_description: "It has an opening that could fit a ring...", kind: Lantern( ( color: (r: 145, g: 255, b: 145), diff --git a/assets/common/items/lantern/polaris.ron b/assets/common/items/lantern/polaris.ron index 39d58ddfab..e2a5aa1364 100644 --- a/assets/common/items/lantern/polaris.ron +++ b/assets/common/items/lantern/polaris.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Polaris", - description: "Christmas Lantern.", + legacy_name: "Polaris", + legacy_description: "Christmas Lantern.", kind: Lantern( ( color: (r: 67, g: 170, b: 255), diff --git a/assets/common/items/lantern/pumpkin.ron b/assets/common/items/lantern/pumpkin.ron index c48f087619..2bb0f2dad6 100644 --- a/assets/common/items/lantern/pumpkin.ron +++ b/assets/common/items/lantern/pumpkin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Eerie Pumpkin", - description: "Did it just blink?!", + legacy_name: "Eerie Pumpkin", + legacy_description: "Did it just blink?!", kind: Lantern( ( color: (r: 31, g: 255, b: 22), diff --git a/assets/common/items/lantern/red_0.ron b/assets/common/items/lantern/red_0.ron index d9c6a6878c..14d0167669 100644 --- a/assets/common/items/lantern/red_0.ron +++ b/assets/common/items/lantern/red_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Lantern", - description: "Caution: contents hot", + legacy_name: "Red Lantern", + legacy_description: "Caution: contents hot", kind: Lantern( ( color: (r: 255, g: 70, b: 70), diff --git a/assets/common/items/log/bamboo.ron b/assets/common/items/log/bamboo.ron index 1951d1c279..b5fff499d3 100644 --- a/assets/common/items/log/bamboo.ron +++ b/assets/common/items/log/bamboo.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bamboo", - description: "A giant woody grass.\n\nThis can be used when crafting wooden weapons.", + legacy_name: "Bamboo", + legacy_description: "A giant woody grass.\n\nThis can be used when crafting wooden weapons.", kind: Ingredient( descriptor: "Bamboo", ), diff --git a/assets/common/items/log/eldwood.ron b/assets/common/items/log/eldwood.ron index d30dbde36d..d5ed1d9f8a 100644 --- a/assets/common/items/log/eldwood.ron +++ b/assets/common/items/log/eldwood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Eldwood Logs", - description: "Old logs that emanate magic.\n\nThis can be used when crafting wooden weapons.", + legacy_name: "Eldwood Logs", + legacy_description: "Old logs that emanate magic.\n\nThis can be used when crafting wooden weapons.", kind: Ingredient( descriptor: "Eldwood", ), diff --git a/assets/common/items/log/frostwood.ron b/assets/common/items/log/frostwood.ron index 86fcdad7f6..ce9534a7ea 100644 --- a/assets/common/items/log/frostwood.ron +++ b/assets/common/items/log/frostwood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frostwood Logs", - description: "Chilly wood that comes from cold biomes. Cold to the touch.\n\nThis can be used when crafting wooden weapons.", + legacy_name: "Frostwood Logs", + legacy_description: "Chilly wood that comes from cold biomes. Cold to the touch.\n\nThis can be used when crafting wooden weapons.", kind: Ingredient( descriptor: "Frostwood", ), diff --git a/assets/common/items/log/hardwood.ron b/assets/common/items/log/hardwood.ron index fc9105e71d..d23008fc0f 100644 --- a/assets/common/items/log/hardwood.ron +++ b/assets/common/items/log/hardwood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hardwood Logs", - description: "Extra thick and sturdy logs.\n\nThis can be used when crafting wooden weapons.", + legacy_name: "Hardwood Logs", + legacy_description: "Extra thick and sturdy logs.\n\nThis can be used when crafting wooden weapons.", kind: Ingredient( descriptor: "Hardwood", ), diff --git a/assets/common/items/log/ironwood.ron b/assets/common/items/log/ironwood.ron index de965c9713..2124725ce7 100644 --- a/assets/common/items/log/ironwood.ron +++ b/assets/common/items/log/ironwood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ironwood Logs", - description: "A particularly sturdy wood.\n\nThis can be used when crafting wooden weapons.", + legacy_name: "Ironwood Logs", + legacy_description: "A particularly sturdy wood.\n\nThis can be used when crafting wooden weapons.", kind: Ingredient( descriptor: "Ironwood", ), diff --git a/assets/common/items/log/wood.ron b/assets/common/items/log/wood.ron index bd8f43ddd6..dae65de5e8 100644 --- a/assets/common/items/log/wood.ron +++ b/assets/common/items/log/wood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wood Logs", - description: "Regular, sturdy wooden logs.\n\nThis can be used when crafting wooden weapons.", + legacy_name: "Wood Logs", + legacy_description: "Regular, sturdy wooden logs.\n\nThis can be used when crafting wooden weapons.", kind: Ingredient( descriptor: "Wooden", ), diff --git a/assets/common/items/mineral/gem/amethyst.ron b/assets/common/items/mineral/gem/amethyst.ron index 660f58269d..0cf449ce48 100644 --- a/assets/common/items/mineral/gem/amethyst.ron +++ b/assets/common/items/mineral/gem/amethyst.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Amethyst", - description: "A precious purple gem.", + legacy_name: "Amethyst", + legacy_description: "A precious purple gem.", kind: Ingredient( descriptor: "Amethyst", ), diff --git a/assets/common/items/mineral/gem/diamond.ron b/assets/common/items/mineral/gem/diamond.ron index 0ee510d9f9..c5dc3f9833 100644 --- a/assets/common/items/mineral/gem/diamond.ron +++ b/assets/common/items/mineral/gem/diamond.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Diamond", - description: "A sparkling silver gem.", + legacy_name: "Diamond", + legacy_description: "A sparkling silver gem.", kind: Ingredient( descriptor: "Diamond", ), diff --git a/assets/common/items/mineral/gem/emerald.ron b/assets/common/items/mineral/gem/emerald.ron index f7416a95a6..1c8ca8eead 100644 --- a/assets/common/items/mineral/gem/emerald.ron +++ b/assets/common/items/mineral/gem/emerald.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Emerald", - description: "A vibrant viridian gem.", + legacy_name: "Emerald", + legacy_description: "A vibrant viridian gem.", kind: Ingredient( descriptor: "Emerald", ), diff --git a/assets/common/items/mineral/gem/ruby.ron b/assets/common/items/mineral/gem/ruby.ron index 6420321963..51405bc553 100644 --- a/assets/common/items/mineral/gem/ruby.ron +++ b/assets/common/items/mineral/gem/ruby.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ruby", - description: "A superbly scarlet gem.", + legacy_name: "Ruby", + legacy_description: "A superbly scarlet gem.", kind: Ingredient( descriptor: "Ruby", ), diff --git a/assets/common/items/mineral/gem/sapphire.ron b/assets/common/items/mineral/gem/sapphire.ron index 442f3e4601..16272333e7 100644 --- a/assets/common/items/mineral/gem/sapphire.ron +++ b/assets/common/items/mineral/gem/sapphire.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sapphire", - description: "A colorful cobalt gem.", + legacy_name: "Sapphire", + legacy_description: "A colorful cobalt gem.", kind: Ingredient( descriptor: "Sapphire", ), diff --git a/assets/common/items/mineral/gem/topaz.ron b/assets/common/items/mineral/gem/topaz.ron index 3050042362..9c49e34435 100644 --- a/assets/common/items/mineral/gem/topaz.ron +++ b/assets/common/items/mineral/gem/topaz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Topaz", - description: "An outstanding orange gem.", + legacy_name: "Topaz", + legacy_description: "An outstanding orange gem.", kind: Ingredient( descriptor: "Topaz", ), diff --git a/assets/common/items/mineral/ingot/bloodsteel.ron b/assets/common/items/mineral/ingot/bloodsteel.ron index 7513084136..fe1144c1a3 100644 --- a/assets/common/items/mineral/ingot/bloodsteel.ron +++ b/assets/common/items/mineral/ingot/bloodsteel.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodsteel Ingot", - description: "An alloy of bloodstone and iron, with a dark red color.\n\nThis can be used when crafting metal weapons.", + legacy_name: "Bloodsteel Ingot", + legacy_description: "An alloy of bloodstone and iron, with a dark red color.\n\nThis can be used when crafting metal weapons.", kind: Ingredient( descriptor: "Bloodsteel", ), diff --git a/assets/common/items/mineral/ingot/bronze.ron b/assets/common/items/mineral/ingot/bronze.ron index d4a3d26aee..d287d2f0ac 100644 --- a/assets/common/items/mineral/ingot/bronze.ron +++ b/assets/common/items/mineral/ingot/bronze.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bronze Ingot", - description: "A sturdy alloy made from combining copper and tin.\n\nThis can be used when crafting metal weapons.", + legacy_name: "Bronze Ingot", + legacy_description: "A sturdy alloy made from combining copper and tin.\n\nThis can be used when crafting metal weapons.", kind: Ingredient( descriptor: "Bronze", ), diff --git a/assets/common/items/mineral/ingot/cobalt.ron b/assets/common/items/mineral/ingot/cobalt.ron index ca8c18936d..7e5a4ad2f0 100644 --- a/assets/common/items/mineral/ingot/cobalt.ron +++ b/assets/common/items/mineral/ingot/cobalt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Ingot", - description: "A strikingly blue ingot.\n\nThis can be used when crafting metal weapons.", + legacy_name: "Cobalt Ingot", + legacy_description: "A strikingly blue ingot.\n\nThis can be used when crafting metal weapons.", kind: Ingredient( descriptor: "Cobalt", ), diff --git a/assets/common/items/mineral/ingot/copper.ron b/assets/common/items/mineral/ingot/copper.ron index 2217a9a6ea..58193ca3d5 100644 --- a/assets/common/items/mineral/ingot/copper.ron +++ b/assets/common/items/mineral/ingot/copper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Copper Ingot", - description: "An ingot with a unique brown color.", + legacy_name: "Copper Ingot", + legacy_description: "An ingot with a unique brown color.", kind: Ingredient( descriptor: "Copper", ), diff --git a/assets/common/items/mineral/ingot/gold.ron b/assets/common/items/mineral/ingot/gold.ron index e8f4be1470..3274871433 100644 --- a/assets/common/items/mineral/ingot/gold.ron +++ b/assets/common/items/mineral/ingot/gold.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gold Ingot", - description: "An ingot made of refined metallic gold.", + legacy_name: "Gold Ingot", + legacy_description: "An ingot made of refined metallic gold.", kind: Ingredient( descriptor: "Golden", ), diff --git a/assets/common/items/mineral/ingot/iron.ron b/assets/common/items/mineral/ingot/iron.ron index 8bb190f229..280ff22e26 100644 --- a/assets/common/items/mineral/ingot/iron.ron +++ b/assets/common/items/mineral/ingot/iron.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Ingot", - description: "An incredibly commonplace metal.\n\nThis can be used when crafting metal weapons.", + legacy_name: "Iron Ingot", + legacy_description: "An incredibly commonplace metal.\n\nThis can be used when crafting metal weapons.", kind: Ingredient( descriptor: "Iron", ), diff --git a/assets/common/items/mineral/ingot/orichalcum.ron b/assets/common/items/mineral/ingot/orichalcum.ron index 26d82e1424..f6a9fb5db1 100644 --- a/assets/common/items/mineral/ingot/orichalcum.ron +++ b/assets/common/items/mineral/ingot/orichalcum.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Orichalcum Ingot", - description: "An ingot made of refined orichalcum.\n\nThis can be used when crafting metal weapons.", + legacy_name: "Orichalcum Ingot", + legacy_description: "An ingot made of refined orichalcum.\n\nThis can be used when crafting metal weapons.", kind: Ingredient( descriptor: "Orichalcum", ), diff --git a/assets/common/items/mineral/ingot/silver.ron b/assets/common/items/mineral/ingot/silver.ron index 0fc2b14c30..fb386c65f1 100644 --- a/assets/common/items/mineral/ingot/silver.ron +++ b/assets/common/items/mineral/ingot/silver.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silver Ingot", - description: "An ingot made of refined metallic silver.", + legacy_name: "Silver Ingot", + legacy_description: "An ingot made of refined metallic silver.", kind: Ingredient( descriptor: "Silver", ), diff --git a/assets/common/items/mineral/ingot/steel.ron b/assets/common/items/mineral/ingot/steel.ron index b6c3cdc34d..4e06ad02a5 100644 --- a/assets/common/items/mineral/ingot/steel.ron +++ b/assets/common/items/mineral/ingot/steel.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Ingot", - description: "An alloy of iron and coal that is much tougher than its components.\n\nThis can be used when crafting metal weapons.", + legacy_name: "Steel Ingot", + legacy_description: "An alloy of iron and coal that is much tougher than its components.\n\nThis can be used when crafting metal weapons.", kind: Ingredient( descriptor: "Steel", ), diff --git a/assets/common/items/mineral/ingot/tin.ron b/assets/common/items/mineral/ingot/tin.ron index 69c5117144..77eb53bc5e 100644 --- a/assets/common/items/mineral/ingot/tin.ron +++ b/assets/common/items/mineral/ingot/tin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tin Ingot", - description: "An ingot primarily used to make bronze.", + legacy_name: "Tin Ingot", + legacy_description: "An ingot primarily used to make bronze.", kind: Ingredient( descriptor: "Tin", ), diff --git a/assets/common/items/mineral/ore/bloodstone.ron b/assets/common/items/mineral/ore/bloodstone.ron index 4fc1ac377f..3f25379d62 100644 --- a/assets/common/items/mineral/ore/bloodstone.ron +++ b/assets/common/items/mineral/ore/bloodstone.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bloodstone Ore", - description: "A deep red ore, it reminds you of blood.", + legacy_name: "Bloodstone Ore", + legacy_description: "A deep red ore, it reminds you of blood.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/coal.ron b/assets/common/items/mineral/ore/coal.ron index 88ecdaaf33..a746d55578 100644 --- a/assets/common/items/mineral/ore/coal.ron +++ b/assets/common/items/mineral/ore/coal.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Coal", - description: "A dark, combustible energy source.", + legacy_name: "Coal", + legacy_description: "A dark, combustible energy source.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/cobalt.ron b/assets/common/items/mineral/ore/cobalt.ron index bd1ed4eade..5010847ea5 100644 --- a/assets/common/items/mineral/ore/cobalt.ron +++ b/assets/common/items/mineral/ore/cobalt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cobalt Ore", - description: "A blue, shiny ore.", + legacy_name: "Cobalt Ore", + legacy_description: "A blue, shiny ore.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/copper.ron b/assets/common/items/mineral/ore/copper.ron index 415094ef15..bfdfdd38c0 100644 --- a/assets/common/items/mineral/ore/copper.ron +++ b/assets/common/items/mineral/ore/copper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Copper Ore", - description: "A brown metal. Key part of bronze.", + legacy_name: "Copper Ore", + legacy_description: "A brown metal. Key part of bronze.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/gold.ron b/assets/common/items/mineral/ore/gold.ron index 1a95f01a77..cb11b41bb9 100644 --- a/assets/common/items/mineral/ore/gold.ron +++ b/assets/common/items/mineral/ore/gold.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gold Ore", - description: "A precious yellow metal.", + legacy_name: "Gold Ore", + legacy_description: "A precious yellow metal.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/iron.ron b/assets/common/items/mineral/ore/iron.ron index 4eb93945dc..1a5409627e 100644 --- a/assets/common/items/mineral/ore/iron.ron +++ b/assets/common/items/mineral/ore/iron.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Ore", - description: "An incredibly common but incredibly versatile metal.", + legacy_name: "Iron Ore", + legacy_description: "An incredibly common but incredibly versatile metal.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/silver.ron b/assets/common/items/mineral/ore/silver.ron index 9e1539b235..56031f3700 100644 --- a/assets/common/items/mineral/ore/silver.ron +++ b/assets/common/items/mineral/ore/silver.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Silver Ore", - description: "A precious shiny greyish-white metal.", + legacy_name: "Silver Ore", + legacy_description: "A precious shiny greyish-white metal.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/tin.ron b/assets/common/items/mineral/ore/tin.ron index c1ee473e7d..97168e42b1 100644 --- a/assets/common/items/mineral/ore/tin.ron +++ b/assets/common/items/mineral/ore/tin.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tin Ore", - description: "A silvery metal. One of the components of bronze.", + legacy_name: "Tin Ore", + legacy_description: "A silvery metal. One of the components of bronze.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/velorite.ron b/assets/common/items/mineral/ore/velorite.ron index 647ce1377c..3b4e5720c7 100644 --- a/assets/common/items/mineral/ore/velorite.ron +++ b/assets/common/items/mineral/ore/velorite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite", - description: "A bizarre, oddly shimmering ore, its origin seems to be shrouded in mystery.", + legacy_name: "Velorite", + legacy_description: "A bizarre, oddly shimmering ore, its origin seems to be shrouded in mystery.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/ore/veloritefrag.ron b/assets/common/items/mineral/ore/veloritefrag.ron index 9d3b9b35cd..060141e270 100644 --- a/assets/common/items/mineral/ore/veloritefrag.ron +++ b/assets/common/items/mineral/ore/veloritefrag.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Fragment", - description: "Small runes sparkle on its surface, though you don't know what it means.", + legacy_name: "Velorite Fragment", + legacy_description: "Small runes sparkle on its surface, though you don't know what it means.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/stone/basalt.ron b/assets/common/items/mineral/stone/basalt.ron index 1e262a8cdd..9764c6f504 100644 --- a/assets/common/items/mineral/stone/basalt.ron +++ b/assets/common/items/mineral/stone/basalt.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Basalt", - description: "A dark volcanic rock, most volcanic rock tends to be basalt..", + legacy_name: "Basalt", + legacy_description: "A dark volcanic rock, most volcanic rock tends to be basalt..", kind: Ingredient( descriptor: "Basalt", ), diff --git a/assets/common/items/mineral/stone/coal.ron b/assets/common/items/mineral/stone/coal.ron index 558e660e1f..0de67baf17 100644 --- a/assets/common/items/mineral/stone/coal.ron +++ b/assets/common/items/mineral/stone/coal.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Coal", - description: "A combustible black rock that happens to be really good at burning.", + legacy_name: "Coal", + legacy_description: "A combustible black rock that happens to be really good at burning.", kind: Ingredient( // Descriptor not needed descriptor: "", diff --git a/assets/common/items/mineral/stone/granite.ron b/assets/common/items/mineral/stone/granite.ron index 93dc8c178f..5997c25785 100644 --- a/assets/common/items/mineral/stone/granite.ron +++ b/assets/common/items/mineral/stone/granite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Granite", - description: "A light-colored igneous rock, coarse-grained and formed by intrusion.", + legacy_name: "Granite", + legacy_description: "A light-colored igneous rock, coarse-grained and formed by intrusion.", kind: Ingredient( descriptor: "Granite", ), diff --git a/assets/common/items/mineral/stone/obsidian.ron b/assets/common/items/mineral/stone/obsidian.ron index 03ea9ced19..7eb11f4c19 100644 --- a/assets/common/items/mineral/stone/obsidian.ron +++ b/assets/common/items/mineral/stone/obsidian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Obsidian", - description: "An igneous rock that comes from felsic lava, it never seems to dwindle.", + legacy_name: "Obsidian", + legacy_description: "An igneous rock that comes from felsic lava, it never seems to dwindle.", kind: Ingredient( descriptor: "Obsidian", ), diff --git a/assets/common/items/modular/weapon/primary/axe/axe.ron b/assets/common/items/modular/weapon/primary/axe/axe.ron index 01f4d07563..ad2c654260 100644 --- a/assets/common/items/modular/weapon/primary/axe/axe.ron +++ b/assets/common/items/modular/weapon/primary/axe/axe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Axe Head", - description: "", + legacy_name: "Axe Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/primary/axe/battleaxe.ron b/assets/common/items/modular/weapon/primary/axe/battleaxe.ron index 9c17ffe023..c970a82e30 100644 --- a/assets/common/items/modular/weapon/primary/axe/battleaxe.ron +++ b/assets/common/items/modular/weapon/primary/axe/battleaxe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Battleaxe Head", - description: "", + legacy_name: "Battleaxe Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/primary/axe/greataxe.ron b/assets/common/items/modular/weapon/primary/axe/greataxe.ron index b3778b17e4..3ec1edbfa6 100644 --- a/assets/common/items/modular/weapon/primary/axe/greataxe.ron +++ b/assets/common/items/modular/weapon/primary/axe/greataxe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Greataxe Head", - description: "", + legacy_name: "Greataxe Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/primary/axe/jagged.ron b/assets/common/items/modular/weapon/primary/axe/jagged.ron index badf9eaaf5..97b0f7cdd8 100644 --- a/assets/common/items/modular/weapon/primary/axe/jagged.ron +++ b/assets/common/items/modular/weapon/primary/axe/jagged.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Jagged Axe Head", - description: "", + legacy_name: "Jagged Axe Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/primary/axe/labrys.ron b/assets/common/items/modular/weapon/primary/axe/labrys.ron index 54df037d9c..dc26377570 100644 --- a/assets/common/items/modular/weapon/primary/axe/labrys.ron +++ b/assets/common/items/modular/weapon/primary/axe/labrys.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Labrys Head", - description: "", + legacy_name: "Labrys Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/primary/axe/ornate.ron b/assets/common/items/modular/weapon/primary/axe/ornate.ron index 217e3f4367..10f33de489 100644 --- a/assets/common/items/modular/weapon/primary/axe/ornate.ron +++ b/assets/common/items/modular/weapon/primary/axe/ornate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ornate Axe Head", - description: "", + legacy_name: "Ornate Axe Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/primary/axe/poleaxe.ron b/assets/common/items/modular/weapon/primary/axe/poleaxe.ron index 6304d62e91..d3807f6f66 100644 --- a/assets/common/items/modular/weapon/primary/axe/poleaxe.ron +++ b/assets/common/items/modular/weapon/primary/axe/poleaxe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Poleaxe Head", - description: "", + legacy_name: "Poleaxe Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/primary/bow/bow.ron b/assets/common/items/modular/weapon/primary/bow/bow.ron index 78812df86f..e63e3c9bb4 100644 --- a/assets/common/items/modular/weapon/primary/bow/bow.ron +++ b/assets/common/items/modular/weapon/primary/bow/bow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bow Limbs", - description: "", + legacy_name: "Bow Limbs", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/primary/bow/composite.ron b/assets/common/items/modular/weapon/primary/bow/composite.ron index 4ef1e84c0f..f3d4c92ef3 100644 --- a/assets/common/items/modular/weapon/primary/bow/composite.ron +++ b/assets/common/items/modular/weapon/primary/bow/composite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Composite Bow Limbs", - description: "", + legacy_name: "Composite Bow Limbs", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/primary/bow/greatbow.ron b/assets/common/items/modular/weapon/primary/bow/greatbow.ron index 9406679565..0145f90b60 100644 --- a/assets/common/items/modular/weapon/primary/bow/greatbow.ron +++ b/assets/common/items/modular/weapon/primary/bow/greatbow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Greatbow Limbs", - description: "", + legacy_name: "Greatbow Limbs", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/primary/bow/longbow.ron b/assets/common/items/modular/weapon/primary/bow/longbow.ron index d74b476725..16938cd0e9 100644 --- a/assets/common/items/modular/weapon/primary/bow/longbow.ron +++ b/assets/common/items/modular/weapon/primary/bow/longbow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Longbow Limbs", - description: "", + legacy_name: "Longbow Limbs", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/primary/bow/ornate.ron b/assets/common/items/modular/weapon/primary/bow/ornate.ron index 89718b7dfc..03ea5a0031 100644 --- a/assets/common/items/modular/weapon/primary/bow/ornate.ron +++ b/assets/common/items/modular/weapon/primary/bow/ornate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ornate Bow Limbs", - description: "", + legacy_name: "Ornate Bow Limbs", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/primary/bow/shortbow.ron b/assets/common/items/modular/weapon/primary/bow/shortbow.ron index 5c1ba7acdb..1dac9623c5 100644 --- a/assets/common/items/modular/weapon/primary/bow/shortbow.ron +++ b/assets/common/items/modular/weapon/primary/bow/shortbow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Shortbow Limbs", - description: "", + legacy_name: "Shortbow Limbs", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/primary/bow/warbow.ron b/assets/common/items/modular/weapon/primary/bow/warbow.ron index 5ea1d68056..339b9b721f 100644 --- a/assets/common/items/modular/weapon/primary/bow/warbow.ron +++ b/assets/common/items/modular/weapon/primary/bow/warbow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Warbow Limbs", - description: "", + legacy_name: "Warbow Limbs", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/primary/hammer/greathammer.ron b/assets/common/items/modular/weapon/primary/hammer/greathammer.ron index 287a018175..bc1c01d523 100644 --- a/assets/common/items/modular/weapon/primary/hammer/greathammer.ron +++ b/assets/common/items/modular/weapon/primary/hammer/greathammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Greathammer Head", - description: "", + legacy_name: "Greathammer Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/primary/hammer/greatmace.ron b/assets/common/items/modular/weapon/primary/hammer/greatmace.ron index 992a776e10..2d2c626337 100644 --- a/assets/common/items/modular/weapon/primary/hammer/greatmace.ron +++ b/assets/common/items/modular/weapon/primary/hammer/greatmace.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Greatmace Head", - description: "", + legacy_name: "Greatmace Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/primary/hammer/hammer.ron b/assets/common/items/modular/weapon/primary/hammer/hammer.ron index 1326dc34d3..36565a5335 100644 --- a/assets/common/items/modular/weapon/primary/hammer/hammer.ron +++ b/assets/common/items/modular/weapon/primary/hammer/hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hammer Head", - description: "", + legacy_name: "Hammer Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/primary/hammer/maul.ron b/assets/common/items/modular/weapon/primary/hammer/maul.ron index b1730407f1..ade4001ff2 100644 --- a/assets/common/items/modular/weapon/primary/hammer/maul.ron +++ b/assets/common/items/modular/weapon/primary/hammer/maul.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Maul Head", - description: "", + legacy_name: "Maul Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/primary/hammer/ornate.ron b/assets/common/items/modular/weapon/primary/hammer/ornate.ron index 55ce87d7c2..64c98e3e69 100644 --- a/assets/common/items/modular/weapon/primary/hammer/ornate.ron +++ b/assets/common/items/modular/weapon/primary/hammer/ornate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ornate Hammer Head", - description: "", + legacy_name: "Ornate Hammer Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/primary/hammer/spikedmace.ron b/assets/common/items/modular/weapon/primary/hammer/spikedmace.ron index f3d1831e5f..431968edcc 100644 --- a/assets/common/items/modular/weapon/primary/hammer/spikedmace.ron +++ b/assets/common/items/modular/weapon/primary/hammer/spikedmace.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Spiked Mace Head", - description: "", + legacy_name: "Spiked Mace Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/primary/hammer/warhammer.ron b/assets/common/items/modular/weapon/primary/hammer/warhammer.ron index 14fc03241e..7844e84f55 100644 --- a/assets/common/items/modular/weapon/primary/hammer/warhammer.ron +++ b/assets/common/items/modular/weapon/primary/hammer/warhammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Warhammer Head", - description: "", + legacy_name: "Warhammer Head", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/primary/sceptre/arbor.ron b/assets/common/items/modular/weapon/primary/sceptre/arbor.ron index 23e4aee9c3..5d7e76f43b 100644 --- a/assets/common/items/modular/weapon/primary/sceptre/arbor.ron +++ b/assets/common/items/modular/weapon/primary/sceptre/arbor.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Arbor Shaft", - description: "", + legacy_name: "Arbor Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/primary/sceptre/cane.ron b/assets/common/items/modular/weapon/primary/sceptre/cane.ron index f6a2efbd37..cbd2001002 100644 --- a/assets/common/items/modular/weapon/primary/sceptre/cane.ron +++ b/assets/common/items/modular/weapon/primary/sceptre/cane.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cane Shaft", - description: "", + legacy_name: "Cane Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/primary/sceptre/crook.ron b/assets/common/items/modular/weapon/primary/sceptre/crook.ron index e5077374f0..7e15ed35c8 100644 --- a/assets/common/items/modular/weapon/primary/sceptre/crook.ron +++ b/assets/common/items/modular/weapon/primary/sceptre/crook.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Crook Shaft", - description: "", + legacy_name: "Crook Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/primary/sceptre/crozier.ron b/assets/common/items/modular/weapon/primary/sceptre/crozier.ron index 478af3264c..37f6c7f342 100644 --- a/assets/common/items/modular/weapon/primary/sceptre/crozier.ron +++ b/assets/common/items/modular/weapon/primary/sceptre/crozier.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Crozier Shaft", - description: "", + legacy_name: "Crozier Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/primary/sceptre/grandsceptre.ron b/assets/common/items/modular/weapon/primary/sceptre/grandsceptre.ron index f22d5892a5..47f159cac6 100644 --- a/assets/common/items/modular/weapon/primary/sceptre/grandsceptre.ron +++ b/assets/common/items/modular/weapon/primary/sceptre/grandsceptre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Grandsceptre Shaft", - description: "", + legacy_name: "Grandsceptre Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/primary/sceptre/ornate.ron b/assets/common/items/modular/weapon/primary/sceptre/ornate.ron index fa13409059..17d1af8705 100644 --- a/assets/common/items/modular/weapon/primary/sceptre/ornate.ron +++ b/assets/common/items/modular/weapon/primary/sceptre/ornate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ornate Sceptre Shaft", - description: "", + legacy_name: "Ornate Sceptre Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/primary/sceptre/sceptre.ron b/assets/common/items/modular/weapon/primary/sceptre/sceptre.ron index 5e76f663ad..afa34e414e 100644 --- a/assets/common/items/modular/weapon/primary/sceptre/sceptre.ron +++ b/assets/common/items/modular/weapon/primary/sceptre/sceptre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sceptre Shaft", - description: "", + legacy_name: "Sceptre Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/primary/staff/brand.ron b/assets/common/items/modular/weapon/primary/staff/brand.ron index 501e2359ae..c25245769f 100644 --- a/assets/common/items/modular/weapon/primary/staff/brand.ron +++ b/assets/common/items/modular/weapon/primary/staff/brand.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Brand Shaft", - description: "", + legacy_name: "Brand Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/primary/staff/grandstaff.ron b/assets/common/items/modular/weapon/primary/staff/grandstaff.ron index 608f1c3556..d8079424c8 100644 --- a/assets/common/items/modular/weapon/primary/staff/grandstaff.ron +++ b/assets/common/items/modular/weapon/primary/staff/grandstaff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Grandstaff Shaft", - description: "", + legacy_name: "Grandstaff Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/primary/staff/longpole.ron b/assets/common/items/modular/weapon/primary/staff/longpole.ron index eeb27ef834..d29da84303 100644 --- a/assets/common/items/modular/weapon/primary/staff/longpole.ron +++ b/assets/common/items/modular/weapon/primary/staff/longpole.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Long Pole Shaft", - description: "", + legacy_name: "Long Pole Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/primary/staff/ornate.ron b/assets/common/items/modular/weapon/primary/staff/ornate.ron index b32e4b1d4d..0d76468a67 100644 --- a/assets/common/items/modular/weapon/primary/staff/ornate.ron +++ b/assets/common/items/modular/weapon/primary/staff/ornate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ornate Staff Shaft", - description: "", + legacy_name: "Ornate Staff Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/primary/staff/pole.ron b/assets/common/items/modular/weapon/primary/staff/pole.ron index dd56b1ba3f..45fd89e1eb 100644 --- a/assets/common/items/modular/weapon/primary/staff/pole.ron +++ b/assets/common/items/modular/weapon/primary/staff/pole.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pole Shaft", - description: "", + legacy_name: "Pole Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/primary/staff/rod.ron b/assets/common/items/modular/weapon/primary/staff/rod.ron index c124b53e62..085ec02063 100644 --- a/assets/common/items/modular/weapon/primary/staff/rod.ron +++ b/assets/common/items/modular/weapon/primary/staff/rod.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rod Shaft", - description: "", + legacy_name: "Rod Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/primary/staff/staff.ron b/assets/common/items/modular/weapon/primary/staff/staff.ron index 342223e5a6..a11cfaeb7a 100644 --- a/assets/common/items/modular/weapon/primary/staff/staff.ron +++ b/assets/common/items/modular/weapon/primary/staff/staff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Staff Shaft", - description: "", + legacy_name: "Staff Shaft", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/primary/sword/greatsword.ron b/assets/common/items/modular/weapon/primary/sword/greatsword.ron index cf8bdc9e8e..5f9144e2f1 100644 --- a/assets/common/items/modular/weapon/primary/sword/greatsword.ron +++ b/assets/common/items/modular/weapon/primary/sword/greatsword.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Greatsword Blade", - description: "", + legacy_name: "Greatsword Blade", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/primary/sword/katana.ron b/assets/common/items/modular/weapon/primary/sword/katana.ron index 7b66f26480..8ed874dab7 100644 --- a/assets/common/items/modular/weapon/primary/sword/katana.ron +++ b/assets/common/items/modular/weapon/primary/sword/katana.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Katana Blade", - description: "", + legacy_name: "Katana Blade", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/primary/sword/longsword.ron b/assets/common/items/modular/weapon/primary/sword/longsword.ron index c25457b642..e8ec39b07c 100644 --- a/assets/common/items/modular/weapon/primary/sword/longsword.ron +++ b/assets/common/items/modular/weapon/primary/sword/longsword.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Longsword Blade", - description: "", + legacy_name: "Longsword Blade", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/primary/sword/ornate.ron b/assets/common/items/modular/weapon/primary/sword/ornate.ron index 4d0fb8999f..f97feed8ce 100644 --- a/assets/common/items/modular/weapon/primary/sword/ornate.ron +++ b/assets/common/items/modular/weapon/primary/sword/ornate.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ornate Sword Blade", - description: "", + legacy_name: "Ornate Sword Blade", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/primary/sword/sabre.ron b/assets/common/items/modular/weapon/primary/sword/sabre.ron index b77835c677..19a4f38ab6 100644 --- a/assets/common/items/modular/weapon/primary/sword/sabre.ron +++ b/assets/common/items/modular/weapon/primary/sword/sabre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sabre Blade", - description: "", + legacy_name: "Sabre Blade", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/primary/sword/sawblade.ron b/assets/common/items/modular/weapon/primary/sword/sawblade.ron index df1dcfb878..0937b54237 100644 --- a/assets/common/items/modular/weapon/primary/sword/sawblade.ron +++ b/assets/common/items/modular/weapon/primary/sword/sawblade.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sawblade", - description: "", + legacy_name: "Sawblade", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/primary/sword/zweihander.ron b/assets/common/items/modular/weapon/primary/sword/zweihander.ron index df241657b4..87323a2df6 100644 --- a/assets/common/items/modular/weapon/primary/sword/zweihander.ron +++ b/assets/common/items/modular/weapon/primary/sword/zweihander.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Zweihander Blade", - description: "", + legacy_name: "Zweihander Blade", + legacy_description: "", kind: ModularComponent( ToolPrimaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/secondary/axe/long.ron b/assets/common/items/modular/weapon/secondary/axe/long.ron index 45ad406972..e3fdb6e641 100644 --- a/assets/common/items/modular/weapon/secondary/axe/long.ron +++ b/assets/common/items/modular/weapon/secondary/axe/long.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Long Axe Haft", - description: "", + legacy_name: "Long Axe Haft", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/secondary/axe/medium.ron b/assets/common/items/modular/weapon/secondary/axe/medium.ron index 7de73fcc3c..74fdd285cc 100644 --- a/assets/common/items/modular/weapon/secondary/axe/medium.ron +++ b/assets/common/items/modular/weapon/secondary/axe/medium.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Medium Axe Haft", - description: "", + legacy_name: "Medium Axe Haft", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/secondary/axe/short.ron b/assets/common/items/modular/weapon/secondary/axe/short.ron index 6b5036f6e3..68dbbb9a81 100644 --- a/assets/common/items/modular/weapon/secondary/axe/short.ron +++ b/assets/common/items/modular/weapon/secondary/axe/short.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Short Axe Haft", - description: "", + legacy_name: "Short Axe Haft", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Axe, diff --git a/assets/common/items/modular/weapon/secondary/bow/long.ron b/assets/common/items/modular/weapon/secondary/bow/long.ron index 2b937c518e..2b79a72cd3 100644 --- a/assets/common/items/modular/weapon/secondary/bow/long.ron +++ b/assets/common/items/modular/weapon/secondary/bow/long.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Long Bow Grip", - description: "", + legacy_name: "Long Bow Grip", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/secondary/bow/medium.ron b/assets/common/items/modular/weapon/secondary/bow/medium.ron index ac9e495a33..57658a038a 100644 --- a/assets/common/items/modular/weapon/secondary/bow/medium.ron +++ b/assets/common/items/modular/weapon/secondary/bow/medium.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Medium Bow Grip", - description: "", + legacy_name: "Medium Bow Grip", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/secondary/bow/short.ron b/assets/common/items/modular/weapon/secondary/bow/short.ron index 370385789d..43b0016a82 100644 --- a/assets/common/items/modular/weapon/secondary/bow/short.ron +++ b/assets/common/items/modular/weapon/secondary/bow/short.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Short Bow Grip", - description: "", + legacy_name: "Short Bow Grip", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Bow, diff --git a/assets/common/items/modular/weapon/secondary/hammer/long.ron b/assets/common/items/modular/weapon/secondary/hammer/long.ron index a00706d0d3..217f9d930a 100644 --- a/assets/common/items/modular/weapon/secondary/hammer/long.ron +++ b/assets/common/items/modular/weapon/secondary/hammer/long.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Long Hammer Haft", - description: "", + legacy_name: "Long Hammer Haft", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/secondary/hammer/medium.ron b/assets/common/items/modular/weapon/secondary/hammer/medium.ron index 445714d07b..45f6f855db 100644 --- a/assets/common/items/modular/weapon/secondary/hammer/medium.ron +++ b/assets/common/items/modular/weapon/secondary/hammer/medium.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Medium Hammer Haft", - description: "", + legacy_name: "Medium Hammer Haft", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/secondary/hammer/short.ron b/assets/common/items/modular/weapon/secondary/hammer/short.ron index 1ddb4126ba..45ed7e8fa8 100644 --- a/assets/common/items/modular/weapon/secondary/hammer/short.ron +++ b/assets/common/items/modular/weapon/secondary/hammer/short.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Short Hammer Haft", - description: "", + legacy_name: "Short Hammer Haft", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Hammer, diff --git a/assets/common/items/modular/weapon/secondary/sceptre/heavy.ron b/assets/common/items/modular/weapon/secondary/sceptre/heavy.ron index 1428e9d4b8..14f77c137d 100644 --- a/assets/common/items/modular/weapon/secondary/sceptre/heavy.ron +++ b/assets/common/items/modular/weapon/secondary/sceptre/heavy.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Heavy Biocore", - description: "", + legacy_name: "Heavy Biocore", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/secondary/sceptre/light.ron b/assets/common/items/modular/weapon/secondary/sceptre/light.ron index 78f06cdab7..b1b4f15f68 100644 --- a/assets/common/items/modular/weapon/secondary/sceptre/light.ron +++ b/assets/common/items/modular/weapon/secondary/sceptre/light.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Light Biocore", - description: "", + legacy_name: "Light Biocore", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/secondary/sceptre/medium.ron b/assets/common/items/modular/weapon/secondary/sceptre/medium.ron index c89da0484d..a51767f3a4 100644 --- a/assets/common/items/modular/weapon/secondary/sceptre/medium.ron +++ b/assets/common/items/modular/weapon/secondary/sceptre/medium.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Biocore", - description: "", + legacy_name: "Biocore", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Sceptre, diff --git a/assets/common/items/modular/weapon/secondary/staff/heavy.ron b/assets/common/items/modular/weapon/secondary/staff/heavy.ron index 43ab20c7e6..afe5f86f3a 100644 --- a/assets/common/items/modular/weapon/secondary/staff/heavy.ron +++ b/assets/common/items/modular/weapon/secondary/staff/heavy.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Heavy Pyrocore", - description: "", + legacy_name: "Heavy Pyrocore", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/secondary/staff/light.ron b/assets/common/items/modular/weapon/secondary/staff/light.ron index 11e3570153..5a7bc5eb0a 100644 --- a/assets/common/items/modular/weapon/secondary/staff/light.ron +++ b/assets/common/items/modular/weapon/secondary/staff/light.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Light Pyrocore", - description: "", + legacy_name: "Light Pyrocore", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/secondary/staff/medium.ron b/assets/common/items/modular/weapon/secondary/staff/medium.ron index 0d27d29ee1..5c6f49e20c 100644 --- a/assets/common/items/modular/weapon/secondary/staff/medium.ron +++ b/assets/common/items/modular/weapon/secondary/staff/medium.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pyrocore", - description: "", + legacy_name: "Pyrocore", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Staff, diff --git a/assets/common/items/modular/weapon/secondary/sword/long.ron b/assets/common/items/modular/weapon/secondary/sword/long.ron index 52312c925c..071baf2263 100644 --- a/assets/common/items/modular/weapon/secondary/sword/long.ron +++ b/assets/common/items/modular/weapon/secondary/sword/long.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Long Sword Hilt", - description: "", + legacy_name: "Long Sword Hilt", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/secondary/sword/medium.ron b/assets/common/items/modular/weapon/secondary/sword/medium.ron index 4ab1e30d4d..30f1d98537 100644 --- a/assets/common/items/modular/weapon/secondary/sword/medium.ron +++ b/assets/common/items/modular/weapon/secondary/sword/medium.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Medium Sword Hilt", - description: "", + legacy_name: "Medium Sword Hilt", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Sword, diff --git a/assets/common/items/modular/weapon/secondary/sword/short.ron b/assets/common/items/modular/weapon/secondary/sword/short.ron index e1d8e011da..6711a6d7af 100644 --- a/assets/common/items/modular/weapon/secondary/sword/short.ron +++ b/assets/common/items/modular/weapon/secondary/sword/short.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Short Sword Hilt", - description: "", + legacy_name: "Short Sword Hilt", + legacy_description: "", kind: ModularComponent( ToolSecondaryComponent( toolkind: Sword, diff --git a/assets/common/items/npc_armor/arthropod/generic.ron b/assets/common/items/npc_armor/arthropod/generic.ron index 17a19b66a5..e6ebe3c8e0 100644 --- a/assets/common/items/npc_armor/arthropod/generic.ron +++ b/assets/common/items/npc_armor/arthropod/generic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Arthropod Armor", - description: "Worn by arthropods.", + legacy_name: "Arthropod Armor", + legacy_description: "Worn by arthropods.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/back/backpack_blue.ron b/assets/common/items/npc_armor/back/backpack_blue.ron index fb850e4ed0..3372924875 100644 --- a/assets/common/items/npc_armor/back/backpack_blue.ron +++ b/assets/common/items/npc_armor/back/backpack_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rugged Backpack", - description: "Keeps all your stuff together.", + legacy_name: "Rugged Backpack", + legacy_description: "Keeps all your stuff together.", kind: Armor(( kind: Backpack, stats: Direct(( diff --git a/assets/common/items/npc_armor/back/leather_blue.ron b/assets/common/items/npc_armor/back/leather_blue.ron index 0ac4e302f9..f0fe2200c4 100644 --- a/assets/common/items/npc_armor/back/leather_blue.ron +++ b/assets/common/items/npc_armor/back/leather_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Traveler Coat", - description: "", + legacy_name: "Blue Traveler Coat", + legacy_description: "", kind: Armor(( kind: Back, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/cyclops.ron b/assets/common/items/npc_armor/biped_large/cyclops.ron index ac1c0d1ca5..cde845ec91 100644 --- a/assets/common/items/npc_armor/biped_large/cyclops.ron +++ b/assets/common/items/npc_armor/biped_large/cyclops.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cyclops Armor", - description: "Made of mysteries.", + legacy_name: "Cyclops Armor", + legacy_description: "Made of mysteries.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/dullahan.ron b/assets/common/items/npc_armor/biped_large/dullahan.ron index 8cbe6e432b..9243a3ff9d 100644 --- a/assets/common/items/npc_armor/biped_large/dullahan.ron +++ b/assets/common/items/npc_armor/biped_large/dullahan.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dullahan Itself Armor", - description: "Made of It ownself.", + legacy_name: "Dullahan Itself Armor", + legacy_description: "Made of It ownself.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/generic.ron b/assets/common/items/npc_armor/biped_large/generic.ron index 285fb8d4c2..5b8a5ae912 100644 --- a/assets/common/items/npc_armor/biped_large/generic.ron +++ b/assets/common/items/npc_armor/biped_large/generic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Generic Biped Large", - description: "Worn by bipeds.", + legacy_name: "Generic Biped Large", + legacy_description: "Worn by bipeds.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/gigas_frost.ron b/assets/common/items/npc_armor/biped_large/gigas_frost.ron index 15fe2b7a46..68019052bf 100644 --- a/assets/common/items/npc_armor/biped_large/gigas_frost.ron +++ b/assets/common/items/npc_armor/biped_large/gigas_frost.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frost Gigas Armor", - description: "The best defense is a good offense.", + legacy_name: "Frost Gigas Armor", + legacy_description: "The best defense is a good offense.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/harvester.ron b/assets/common/items/npc_armor/biped_large/harvester.ron index b397cc7bea..7126bfcc9b 100644 --- a/assets/common/items/npc_armor/biped_large/harvester.ron +++ b/assets/common/items/npc_armor/biped_large/harvester.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Harvester Shirt", - description: "Made of sunflowers.", + legacy_name: "Harvester Shirt", + legacy_description: "Made of sunflowers.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/mindflayer.ron b/assets/common/items/npc_armor/biped_large/mindflayer.ron index 83e5b67099..07616ff01a 100644 --- a/assets/common/items/npc_armor/biped_large/mindflayer.ron +++ b/assets/common/items/npc_armor/biped_large/mindflayer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mindflayer Armor", - description: "Worn by mindflayer.", + legacy_name: "Mindflayer Armor", + legacy_description: "Worn by mindflayer.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/minotaur.ron b/assets/common/items/npc_armor/biped_large/minotaur.ron index 2f1f3c312b..e6c63a5ee0 100644 --- a/assets/common/items/npc_armor/biped_large/minotaur.ron +++ b/assets/common/items/npc_armor/biped_large/minotaur.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Minotaur Armor", - description: "The best defense is a good offense.", + legacy_name: "Minotaur Armor", + legacy_description: "The best defense is a good offense.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/tidal_warrior.ron b/assets/common/items/npc_armor/biped_large/tidal_warrior.ron index 01997b85da..4644ded07f 100644 --- a/assets/common/items/npc_armor/biped_large/tidal_warrior.ron +++ b/assets/common/items/npc_armor/biped_large/tidal_warrior.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tidal Warrior Armor", - description: "Made of fish scales.", + legacy_name: "Tidal Warrior Armor", + legacy_description: "Made of fish scales.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/tursus.ron b/assets/common/items/npc_armor/biped_large/tursus.ron index cd061e2201..eecc6bb85f 100644 --- a/assets/common/items/npc_armor/biped_large/tursus.ron +++ b/assets/common/items/npc_armor/biped_large/tursus.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tursus Skin", - description: "Born with it", + legacy_name: "Tursus Skin", + legacy_description: "Born with it", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/warlock.ron b/assets/common/items/npc_armor/biped_large/warlock.ron index eeb39ba4ce..e91811fcd0 100644 --- a/assets/common/items/npc_armor/biped_large/warlock.ron +++ b/assets/common/items/npc_armor/biped_large/warlock.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Giant Warlock Chest", - description: "Made of darkest silk.", + legacy_name: "Giant Warlock Chest", + legacy_description: "Made of darkest silk.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/warlord.ron b/assets/common/items/npc_armor/biped_large/warlord.ron index 0b14907d0d..d1331d05fb 100644 --- a/assets/common/items/npc_armor/biped_large/warlord.ron +++ b/assets/common/items/npc_armor/biped_large/warlord.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Giant Warlord Chest", - description: "Made of darkest steel.", + legacy_name: "Giant Warlord Chest", + legacy_description: "Made of darkest steel.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_large/yeti.ron b/assets/common/items/npc_armor/biped_large/yeti.ron index c7699d210d..3c2a203a7b 100644 --- a/assets/common/items/npc_armor/biped_large/yeti.ron +++ b/assets/common/items/npc_armor/biped_large/yeti.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Yeti Hide", - description: "Strong as Yeti itself.", + legacy_name: "Yeti Hide", + legacy_description: "Strong as Yeti itself.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/chest/hunter.ron b/assets/common/items/npc_armor/biped_small/adlet/chest/hunter.ron index e7e2340a50..ea39dad0e5 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/chest/hunter.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/chest/hunter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Hunter", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Hunter", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/chest/icepicker.ron b/assets/common/items/npc_armor/biped_small/adlet/chest/icepicker.ron index a1da835ab1..4f170c23df 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/chest/icepicker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/chest/icepicker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Icepicker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Icepicker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/chest/tracker.ron b/assets/common/items/npc_armor/biped_small/adlet/chest/tracker.ron index 440e95423a..869f7b411d 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/chest/tracker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/chest/tracker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Tracker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Tracker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/foot/hunter.ron b/assets/common/items/npc_armor/biped_small/adlet/foot/hunter.ron index 95b0a08988..a911dfcf14 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/foot/hunter.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/foot/hunter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Hunter", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Hunter", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/foot/icepicker.ron b/assets/common/items/npc_armor/biped_small/adlet/foot/icepicker.ron index 2fd0a99f79..91bc734859 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/foot/icepicker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/foot/icepicker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Icepicker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Icepicker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/foot/tracker.ron b/assets/common/items/npc_armor/biped_small/adlet/foot/tracker.ron index d24a6f2e46..074bdb69cc 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/foot/tracker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/foot/tracker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Tracker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Tracker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/hand/hunter.ron b/assets/common/items/npc_armor/biped_small/adlet/hand/hunter.ron index 6cc59329e8..e17aa3ae74 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/hand/hunter.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/hand/hunter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Hunter", - description: "Ceremonial attire used by members..", + legacy_name: "Adlet Hunter", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/hand/icepicker.ron b/assets/common/items/npc_armor/biped_small/adlet/hand/icepicker.ron index 58a4b7b54d..c758dd0b37 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/hand/icepicker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/hand/icepicker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Icepicker", - description: "Ceremonial attire used by members..", + legacy_name: "Adlet Icepicker", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/hand/tracker.ron b/assets/common/items/npc_armor/biped_small/adlet/hand/tracker.ron index 1f58f2e596..2106baf143 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/hand/tracker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/hand/tracker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Tracker", - description: "Ceremonial attire used by members..", + legacy_name: "Adlet Tracker", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/head/hunter.ron b/assets/common/items/npc_armor/biped_small/adlet/head/hunter.ron index 8f97de0768..64fdcbf1e0 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/head/hunter.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/head/hunter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Hunter", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Hunter", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/head/icepicker.ron b/assets/common/items/npc_armor/biped_small/adlet/head/icepicker.ron index 71c2c000ae..418aabd599 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/head/icepicker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/head/icepicker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Icepicker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Icepicker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/head/tracker.ron b/assets/common/items/npc_armor/biped_small/adlet/head/tracker.ron index c71858758b..ca35e640c6 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/head/tracker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/head/tracker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Tracker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Tracker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/pants/hunter.ron b/assets/common/items/npc_armor/biped_small/adlet/pants/hunter.ron index 3d826839d0..2d4d0e2652 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/pants/hunter.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/pants/hunter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Hunter", - description: "Ceremonial attire used by members..", + legacy_name: "Adlet Hunter", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/pants/icepicker.ron b/assets/common/items/npc_armor/biped_small/adlet/pants/icepicker.ron index 179f98f658..8a5ed8f64f 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/pants/icepicker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/pants/icepicker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Icepicker", - description: "Ceremonial attire used by members..", + legacy_name: "Adlet Icepicker", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/pants/tracker.ron b/assets/common/items/npc_armor/biped_small/adlet/pants/tracker.ron index 8e376c0896..c76a65da4e 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/pants/tracker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/pants/tracker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Tracker", - description: "Ceremonial attire used by members..", + legacy_name: "Adlet Tracker", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/tail/hunter.ron b/assets/common/items/npc_armor/biped_small/adlet/tail/hunter.ron index 85a6843cdd..cef82202ee 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/tail/hunter.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/tail/hunter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Hunter", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Hunter", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/tail/icepicker.ron b/assets/common/items/npc_armor/biped_small/adlet/tail/icepicker.ron index 36c2e9fd06..4d0627eccc 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/tail/icepicker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/tail/icepicker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Icepicker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Icepicker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/adlet/tail/tracker.ron b/assets/common/items/npc_armor/biped_small/adlet/tail/tracker.ron index fb37283cef..e468ea9054 100644 --- a/assets/common/items/npc_armor/biped_small/adlet/tail/tracker.ron +++ b/assets/common/items/npc_armor/biped_small/adlet/tail/tracker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Tracker", - description: "Ceremonial attire used by members.", + legacy_name: "Adlet Tracker", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/boreal/chest/warrior.ron b/assets/common/items/npc_armor/biped_small/boreal/chest/warrior.ron index e8a498506f..44ee3d06a9 100644 --- a/assets/common/items/npc_armor/biped_small/boreal/chest/warrior.ron +++ b/assets/common/items/npc_armor/biped_small/boreal/chest/warrior.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Chestplate", - description: "So frigid that you can feel it in your heart.", + legacy_name: "Boreal Chestplate", + legacy_description: "So frigid that you can feel it in your heart.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/boreal/foot/warrior.ron b/assets/common/items/npc_armor/biped_small/boreal/foot/warrior.ron index a01f14aa74..8e2d81c5f1 100644 --- a/assets/common/items/npc_armor/biped_small/boreal/foot/warrior.ron +++ b/assets/common/items/npc_armor/biped_small/boreal/foot/warrior.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Wrappings", - description: "The blistering cold makes it hard to move.", + legacy_name: "Boreal Wrappings", + legacy_description: "The blistering cold makes it hard to move.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/boreal/hand/warrior.ron b/assets/common/items/npc_armor/biped_small/boreal/hand/warrior.ron index 31846a6486..df42572784 100644 --- a/assets/common/items/npc_armor/biped_small/boreal/hand/warrior.ron +++ b/assets/common/items/npc_armor/biped_small/boreal/hand/warrior.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Gauntlets", - description: "Colder than the touch of death.", + legacy_name: "Boreal Gauntlets", + legacy_description: "Colder than the touch of death.", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/boreal/head/warrior.ron b/assets/common/items/npc_armor/biped_small/boreal/head/warrior.ron index 657175f312..6fda16547b 100644 --- a/assets/common/items/npc_armor/biped_small/boreal/head/warrior.ron +++ b/assets/common/items/npc_armor/biped_small/boreal/head/warrior.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Helmet", - description: "Did somebody say...BRAINFREEZE?!", + legacy_name: "Boreal Helmet", + legacy_description: "Did somebody say...BRAINFREEZE?!", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/boreal/pants/warrior.ron b/assets/common/items/npc_armor/biped_small/boreal/pants/warrior.ron index 3410209e6b..0d125d6aca 100644 --- a/assets/common/items/npc_armor/biped_small/boreal/pants/warrior.ron +++ b/assets/common/items/npc_armor/biped_small/boreal/pants/warrior.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Tunic", - description: "Colder than the climate it protects you from.", + legacy_name: "Boreal Tunic", + legacy_description: "Colder than the climate it protects you from.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/bushly/chest/bushly.ron b/assets/common/items/npc_armor/biped_small/bushly/chest/bushly.ron index fae053f1a7..bc5a0d1aed 100644 --- a/assets/common/items/npc_armor/biped_small/bushly/chest/bushly.ron +++ b/assets/common/items/npc_armor/biped_small/bushly/chest/bushly.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bushly", - description: "Plant Creature", + legacy_name: "Bushly", + legacy_description: "Plant Creature", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/bushly/foot/bushly.ron b/assets/common/items/npc_armor/biped_small/bushly/foot/bushly.ron index 771a737c7d..c95ae681d3 100644 --- a/assets/common/items/npc_armor/biped_small/bushly/foot/bushly.ron +++ b/assets/common/items/npc_armor/biped_small/bushly/foot/bushly.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bushly", - description: "Plant Creature", + legacy_name: "Bushly", + legacy_description: "Plant Creature", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/bushly/hand/bushly.ron b/assets/common/items/npc_armor/biped_small/bushly/hand/bushly.ron index 57e22255ab..038df483fe 100644 --- a/assets/common/items/npc_armor/biped_small/bushly/hand/bushly.ron +++ b/assets/common/items/npc_armor/biped_small/bushly/hand/bushly.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mandragora", - description: "Ceremonial attire used by members.", + legacy_name: "Mandragora", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/bushly/pants/bushly.ron b/assets/common/items/npc_armor/biped_small/bushly/pants/bushly.ron index d531f9aea4..8596e862dc 100644 --- a/assets/common/items/npc_armor/biped_small/bushly/pants/bushly.ron +++ b/assets/common/items/npc_armor/biped_small/bushly/pants/bushly.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bushly", - description: "Plant Creature", + legacy_name: "Bushly", + legacy_description: "Plant Creature", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/clockwork/chest/clockwork.ron b/assets/common/items/npc_armor/biped_small/clockwork/chest/clockwork.ron index e07befe0c5..b54f269c52 100644 --- a/assets/common/items/npc_armor/biped_small/clockwork/chest/clockwork.ron +++ b/assets/common/items/npc_armor/biped_small/clockwork/chest/clockwork.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clockwork Chest", - description: "Clockwork Chest", + legacy_name: "Clockwork Chest", + legacy_description: "Clockwork Chest", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/clockwork/foot/clockwork.ron b/assets/common/items/npc_armor/biped_small/clockwork/foot/clockwork.ron index 91f4446965..d2819c3504 100644 --- a/assets/common/items/npc_armor/biped_small/clockwork/foot/clockwork.ron +++ b/assets/common/items/npc_armor/biped_small/clockwork/foot/clockwork.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clockwork Foot", - description: "Clockwork Foot.", + legacy_name: "Clockwork Foot", + legacy_description: "Clockwork Foot.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/clockwork/hand/clockwork.ron b/assets/common/items/npc_armor/biped_small/clockwork/hand/clockwork.ron index c93923c878..73ca7200a1 100644 --- a/assets/common/items/npc_armor/biped_small/clockwork/hand/clockwork.ron +++ b/assets/common/items/npc_armor/biped_small/clockwork/hand/clockwork.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clockwork Hand", - description: "Clockwork Hand", + legacy_name: "Clockwork Hand", + legacy_description: "Clockwork Hand", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/clockwork/head/clockwork.ron b/assets/common/items/npc_armor/biped_small/clockwork/head/clockwork.ron index 0e54cbde86..0b43e2eeb0 100644 --- a/assets/common/items/npc_armor/biped_small/clockwork/head/clockwork.ron +++ b/assets/common/items/npc_armor/biped_small/clockwork/head/clockwork.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clockwork Head", - description: "Clockwork Head", + legacy_name: "Clockwork Head", + legacy_description: "Clockwork Head", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/clockwork/pants/clockwork.ron b/assets/common/items/npc_armor/biped_small/clockwork/pants/clockwork.ron index faf42eaf0c..eaeef0c154 100644 --- a/assets/common/items/npc_armor/biped_small/clockwork/pants/clockwork.ron +++ b/assets/common/items/npc_armor/biped_small/clockwork/pants/clockwork.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clockwork Pants", - description: "Clockwork Pants", + legacy_name: "Clockwork Pants", + legacy_description: "Clockwork Pants", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/flamekeeper/chest/flamekeeper.ron b/assets/common/items/npc_armor/biped_small/flamekeeper/chest/flamekeeper.ron index d19c70d428..f72d6611d5 100644 --- a/assets/common/items/npc_armor/biped_small/flamekeeper/chest/flamekeeper.ron +++ b/assets/common/items/npc_armor/biped_small/flamekeeper/chest/flamekeeper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamekeeper Chest", - description: "Flamekeeper Chest", + legacy_name: "Flamekeeper Chest", + legacy_description: "Flamekeeper Chest", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/flamekeeper/foot/flamekeeper.ron b/assets/common/items/npc_armor/biped_small/flamekeeper/foot/flamekeeper.ron index e30a09a984..0b21c3155c 100644 --- a/assets/common/items/npc_armor/biped_small/flamekeeper/foot/flamekeeper.ron +++ b/assets/common/items/npc_armor/biped_small/flamekeeper/foot/flamekeeper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamekeeper Foot", - description: "Flamekeeper Foot.", + legacy_name: "Flamekeeper Foot", + legacy_description: "Flamekeeper Foot.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/flamekeeper/hand/flamekeeper.ron b/assets/common/items/npc_armor/biped_small/flamekeeper/hand/flamekeeper.ron index 87ab332f33..6eb8b43ac7 100644 --- a/assets/common/items/npc_armor/biped_small/flamekeeper/hand/flamekeeper.ron +++ b/assets/common/items/npc_armor/biped_small/flamekeeper/hand/flamekeeper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamekeeper Hand", - description: "Flamekeeper Hand", + legacy_name: "Flamekeeper Hand", + legacy_description: "Flamekeeper Hand", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/flamekeeper/head/flamekeeper.ron b/assets/common/items/npc_armor/biped_small/flamekeeper/head/flamekeeper.ron index 1620bb1295..dc2b352a9d 100644 --- a/assets/common/items/npc_armor/biped_small/flamekeeper/head/flamekeeper.ron +++ b/assets/common/items/npc_armor/biped_small/flamekeeper/head/flamekeeper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamekeeper Head", - description: "Flamekeeper Head", + legacy_name: "Flamekeeper Head", + legacy_description: "Flamekeeper Head", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/flamekeeper/pants/flamekeeper.ron b/assets/common/items/npc_armor/biped_small/flamekeeper/pants/flamekeeper.ron index 7002671569..19138b1bd6 100644 --- a/assets/common/items/npc_armor/biped_small/flamekeeper/pants/flamekeeper.ron +++ b/assets/common/items/npc_armor/biped_small/flamekeeper/pants/flamekeeper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamekeeper Pants", - description: "Flamekeeper Pants", + legacy_name: "Flamekeeper Pants", + legacy_description: "Flamekeeper Pants", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/chest/chieftain.ron b/assets/common/items/npc_armor/biped_small/gnarling/chest/chieftain.ron index a987de47f1..b778b502bb 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/chest/chieftain.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/chest/chieftain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Chieftain", - description: "Only worn by the most spiritual of Gnarlings.", + legacy_name: "Gnarling Chieftain", + legacy_description: "Only worn by the most spiritual of Gnarlings.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/chest/logger.ron b/assets/common/items/npc_armor/biped_small/gnarling/chest/logger.ron index 3e08df3845..c4d973aa7e 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/chest/logger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/chest/logger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/chest/mugger.ron b/assets/common/items/npc_armor/biped_small/gnarling/chest/mugger.ron index 3e08df3845..c4d973aa7e 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/chest/mugger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/chest/mugger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/chest/stalker.ron b/assets/common/items/npc_armor/biped_small/gnarling/chest/stalker.ron index 3e08df3845..c4d973aa7e 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/chest/stalker.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/chest/stalker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/foot/chieftain.ron b/assets/common/items/npc_armor/biped_small/gnarling/foot/chieftain.ron index a5c2d8600e..cdeab3dc1c 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/foot/chieftain.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/foot/chieftain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Chieftain", - description: "Only worn by the most spiritual of Gnarlings.", + legacy_name: "Gnarling Chieftain", + legacy_description: "Only worn by the most spiritual of Gnarlings.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/foot/logger.ron b/assets/common/items/npc_armor/biped_small/gnarling/foot/logger.ron index 2a9dbbbc17..5af7c4b748 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/foot/logger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/foot/logger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/foot/mugger.ron b/assets/common/items/npc_armor/biped_small/gnarling/foot/mugger.ron index 2a9dbbbc17..5af7c4b748 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/foot/mugger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/foot/mugger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/foot/stalker.ron b/assets/common/items/npc_armor/biped_small/gnarling/foot/stalker.ron index 2a9dbbbc17..5af7c4b748 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/foot/stalker.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/foot/stalker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/hand/chieftain.ron b/assets/common/items/npc_armor/biped_small/gnarling/hand/chieftain.ron index 95f20bb37e..501f29b383 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/hand/chieftain.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/hand/chieftain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Chieftain", - description: "Only worn by the most spiritual of Gnarlings.", + legacy_name: "Gnarling Chieftain", + legacy_description: "Only worn by the most spiritual of Gnarlings.", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/hand/logger.ron b/assets/common/items/npc_armor/biped_small/gnarling/hand/logger.ron index 97b07b020d..d0add40070 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/hand/logger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/hand/logger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members..", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/hand/mugger.ron b/assets/common/items/npc_armor/biped_small/gnarling/hand/mugger.ron index 97b07b020d..d0add40070 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/hand/mugger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/hand/mugger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members..", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/hand/stalker.ron b/assets/common/items/npc_armor/biped_small/gnarling/hand/stalker.ron index 97b07b020d..d0add40070 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/hand/stalker.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/hand/stalker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members..", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/head/chieftain.ron b/assets/common/items/npc_armor/biped_small/gnarling/head/chieftain.ron index a4e8aaf138..e817985af3 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/head/chieftain.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/head/chieftain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Chieftain", - description: "Only worn by the most spiritual of Gnarlings.", + legacy_name: "Gnarling Chieftain", + legacy_description: "Only worn by the most spiritual of Gnarlings.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/head/logger.ron b/assets/common/items/npc_armor/biped_small/gnarling/head/logger.ron index 0684c3a4e4..58cbcefae4 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/head/logger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/head/logger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/head/mugger.ron b/assets/common/items/npc_armor/biped_small/gnarling/head/mugger.ron index 0684c3a4e4..58cbcefae4 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/head/mugger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/head/mugger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/head/stalker.ron b/assets/common/items/npc_armor/biped_small/gnarling/head/stalker.ron index 0684c3a4e4..58cbcefae4 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/head/stalker.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/head/stalker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/pants/chieftain.ron b/assets/common/items/npc_armor/biped_small/gnarling/pants/chieftain.ron index 99275de76d..fd4d075932 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/pants/chieftain.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/pants/chieftain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Chieftain", - description: "Only worn by the most spiritual of Gnarlings.", + legacy_name: "Gnarling Chieftain", + legacy_description: "Only worn by the most spiritual of Gnarlings.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/pants/logger.ron b/assets/common/items/npc_armor/biped_small/gnarling/pants/logger.ron index 869409e084..16514f357b 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/pants/logger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/pants/logger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members..", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/pants/mugger.ron b/assets/common/items/npc_armor/biped_small/gnarling/pants/mugger.ron index 869409e084..16514f357b 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/pants/mugger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/pants/mugger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members..", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/pants/stalker.ron b/assets/common/items/npc_armor/biped_small/gnarling/pants/stalker.ron index 869409e084..16514f357b 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/pants/stalker.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/pants/stalker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members..", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/tail/chieftain.ron b/assets/common/items/npc_armor/biped_small/gnarling/tail/chieftain.ron index 900a90b2d4..d273995d7c 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/tail/chieftain.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/tail/chieftain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Chieftain", - description: "Only worn by the most spiritual of Gnarlings.", + legacy_name: "Gnarling Chieftain", + legacy_description: "Only worn by the most spiritual of Gnarlings.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/tail/logger.ron b/assets/common/items/npc_armor/biped_small/gnarling/tail/logger.ron index 45d6fa2fe6..ce54acebfa 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/tail/logger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/tail/logger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/tail/mugger.ron b/assets/common/items/npc_armor/biped_small/gnarling/tail/mugger.ron index 45d6fa2fe6..ce54acebfa 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/tail/mugger.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/tail/mugger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnarling/tail/stalker.ron b/assets/common/items/npc_armor/biped_small/gnarling/tail/stalker.ron index 45d6fa2fe6..ce54acebfa 100644 --- a/assets/common/items/npc_armor/biped_small/gnarling/tail/stalker.ron +++ b/assets/common/items/npc_armor/biped_small/gnarling/tail/stalker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling", - description: "Ceremonial attire used by members.", + legacy_name: "Gnarling", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/chest/rogue.ron b/assets/common/items/npc_armor/biped_small/gnoll/chest/rogue.ron index 8a11831a72..cb6d761446 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/chest/rogue.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/chest/rogue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Rogue", - description: "Ceremonial attire used by members.", + legacy_name: "Gnoll Rogue", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/chest/shaman.ron b/assets/common/items/npc_armor/biped_small/gnoll/chest/shaman.ron index c521a976b0..15747c97b4 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/chest/shaman.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/chest/shaman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Shaman", - description: "Ceremonial attire used by members.", + legacy_name: "Gnoll Shaman", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/chest/trapper.ron b/assets/common/items/npc_armor/biped_small/gnoll/chest/trapper.ron index 6810bb0e1a..08baaad3e0 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/chest/trapper.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/chest/trapper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Trapper", - description: "Ceremonial attire used by members.", + legacy_name: "Gnoll Trapper", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/foot/rogue.ron b/assets/common/items/npc_armor/biped_small/gnoll/foot/rogue.ron index 501befcb7e..fe3c3aa698 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/foot/rogue.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/foot/rogue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Rogue", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Rogue", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/foot/shaman.ron b/assets/common/items/npc_armor/biped_small/gnoll/foot/shaman.ron index af42475054..3f50539fca 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/foot/shaman.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/foot/shaman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Shaman", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Shaman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/foot/trapper.ron b/assets/common/items/npc_armor/biped_small/gnoll/foot/trapper.ron index 4248bbc1d2..a88ab98264 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/foot/trapper.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/foot/trapper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Trapper", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Trapper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/hand/rogue.ron b/assets/common/items/npc_armor/biped_small/gnoll/hand/rogue.ron index 98fbbf2b9a..d9afbb558f 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/hand/rogue.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/hand/rogue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Rogue", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Rogue", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/hand/shaman.ron b/assets/common/items/npc_armor/biped_small/gnoll/hand/shaman.ron index 30e20ded9a..f58e9b1360 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/hand/shaman.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/hand/shaman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Shaman", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Shaman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/hand/trapper.ron b/assets/common/items/npc_armor/biped_small/gnoll/hand/trapper.ron index 8db42ced52..d9c0401ce9 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/hand/trapper.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/hand/trapper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Trapper", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Trapper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/head/rogue.ron b/assets/common/items/npc_armor/biped_small/gnoll/head/rogue.ron index 9029eb9a67..fe5d29a398 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/head/rogue.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/head/rogue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Rogue", - description: "Ceremonial attire used by members.", + legacy_name: "Gnoll Rogue", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/head/shaman.ron b/assets/common/items/npc_armor/biped_small/gnoll/head/shaman.ron index 40e40eb2d5..09646f6376 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/head/shaman.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/head/shaman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Shaman", - description: "Ceremonial attire used by members.", + legacy_name: "Gnoll Shaman", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/head/trapper.ron b/assets/common/items/npc_armor/biped_small/gnoll/head/trapper.ron index 1ddd02642a..73eefc7569 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/head/trapper.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/head/trapper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Trapper", - description: "Ceremonial attire used by members.", + legacy_name: "Gnoll Trapper", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/pants/rogue.ron b/assets/common/items/npc_armor/biped_small/gnoll/pants/rogue.ron index ed9274f80e..f5ceb628f1 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/pants/rogue.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/pants/rogue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Rogue", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Rogue", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/pants/shaman.ron b/assets/common/items/npc_armor/biped_small/gnoll/pants/shaman.ron index 9b8216d49c..56f54824fd 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/pants/shaman.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/pants/shaman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Shaman", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Shaman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/pants/trapper.ron b/assets/common/items/npc_armor/biped_small/gnoll/pants/trapper.ron index 07bc23ce1c..3831567c09 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/pants/trapper.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/pants/trapper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Trapper", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Trapper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/tail/rogue.ron b/assets/common/items/npc_armor/biped_small/gnoll/tail/rogue.ron index def85f736b..23f33e39e7 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/tail/rogue.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/tail/rogue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Rogue", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Rogue", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/tail/shaman.ron b/assets/common/items/npc_armor/biped_small/gnoll/tail/shaman.ron index 9d5b77babb..61bca8bd64 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/tail/shaman.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/tail/shaman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Shaman", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Shaman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnoll/tail/trapper.ron b/assets/common/items/npc_armor/biped_small/gnoll/tail/trapper.ron index e8957ba8d2..eb98a2b676 100644 --- a/assets/common/items/npc_armor/biped_small/gnoll/tail/trapper.ron +++ b/assets/common/items/npc_armor/biped_small/gnoll/tail/trapper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnoll Trapper", - description: "Ceremonial attire used by members..", + legacy_name: "Gnoll Trapper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnome/chest/gnome.ron b/assets/common/items/npc_armor/biped_small/gnome/chest/gnome.ron index 86e2c65357..16469a912b 100644 --- a/assets/common/items/npc_armor/biped_small/gnome/chest/gnome.ron +++ b/assets/common/items/npc_armor/biped_small/gnome/chest/gnome.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnome", - description: "Ceremonial attire used by members.", + legacy_name: "Gnome", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnome/foot/gnome.ron b/assets/common/items/npc_armor/biped_small/gnome/foot/gnome.ron index 4d81ebe48e..812256d51e 100644 --- a/assets/common/items/npc_armor/biped_small/gnome/foot/gnome.ron +++ b/assets/common/items/npc_armor/biped_small/gnome/foot/gnome.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnome", - description: "Ceremonial attire used by members.", + legacy_name: "Gnome", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnome/hand/gnome.ron b/assets/common/items/npc_armor/biped_small/gnome/hand/gnome.ron index 3f5f8c901c..b9a64d92b3 100644 --- a/assets/common/items/npc_armor/biped_small/gnome/hand/gnome.ron +++ b/assets/common/items/npc_armor/biped_small/gnome/hand/gnome.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnome", - description: "Ceremonial attire used by members..", + legacy_name: "Gnome", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnome/head/gnome.ron b/assets/common/items/npc_armor/biped_small/gnome/head/gnome.ron index b5c5235af8..fb8677873e 100644 --- a/assets/common/items/npc_armor/biped_small/gnome/head/gnome.ron +++ b/assets/common/items/npc_armor/biped_small/gnome/head/gnome.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnome", - description: "Ceremonial attire used by members.", + legacy_name: "Gnome", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/gnome/pants/gnome.ron b/assets/common/items/npc_armor/biped_small/gnome/pants/gnome.ron index ee779dace3..765331cab4 100644 --- a/assets/common/items/npc_armor/biped_small/gnome/pants/gnome.ron +++ b/assets/common/items/npc_armor/biped_small/gnome/pants/gnome.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnome", - description: "Ceremonial attire used by members..", + legacy_name: "Gnome", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/chest/archer.ron b/assets/common/items/npc_armor/biped_small/haniwa/chest/archer.ron index 50cb81968a..6caf0fa639 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/chest/archer.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/chest/archer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Archer", - description: "Ceremonial attire used by members.", + legacy_name: "Haniwa Archer", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/chest/guard.ron b/assets/common/items/npc_armor/biped_small/haniwa/chest/guard.ron index 912b9e75cd..be6cd98671 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/chest/guard.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/chest/guard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Guard", - description: "Ceremonial attire used by members.", + legacy_name: "Haniwa Guard", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/chest/soldier.ron b/assets/common/items/npc_armor/biped_small/haniwa/chest/soldier.ron index d63e9dfe66..c2a6cb5230 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/chest/soldier.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/chest/soldier.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Soldier", - description: "Ceremonial attire used by members.", + legacy_name: "Haniwa Soldier", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/foot/archer.ron b/assets/common/items/npc_armor/biped_small/haniwa/foot/archer.ron index 16b6e402a7..60b8b1781a 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/foot/archer.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/foot/archer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Archer", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Archer", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/foot/guard.ron b/assets/common/items/npc_armor/biped_small/haniwa/foot/guard.ron index 5f2bfc7f63..f8ef5bed3b 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/foot/guard.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/foot/guard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Guard", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Guard", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/foot/soldier.ron b/assets/common/items/npc_armor/biped_small/haniwa/foot/soldier.ron index 0bcdbd13b5..403498c5d7 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/foot/soldier.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/foot/soldier.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Soldier", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Soldier", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/hand/archer.ron b/assets/common/items/npc_armor/biped_small/haniwa/hand/archer.ron index c38eccafef..675eafe6e0 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/hand/archer.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/hand/archer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Archer", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Archer", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/hand/guard.ron b/assets/common/items/npc_armor/biped_small/haniwa/hand/guard.ron index 7eec4e260b..a4c44361e7 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/hand/guard.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/hand/guard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Guard", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Guard", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/hand/soldier.ron b/assets/common/items/npc_armor/biped_small/haniwa/hand/soldier.ron index 06228a15e7..8de53b53b5 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/hand/soldier.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/hand/soldier.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Soldier", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Soldier", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/head/archer.ron b/assets/common/items/npc_armor/biped_small/haniwa/head/archer.ron index 1589fab193..fd1db1fcb3 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/head/archer.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/head/archer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Archer", - description: "Ceremonial attire used by members.", + legacy_name: "Haniwa Archer", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/head/guard.ron b/assets/common/items/npc_armor/biped_small/haniwa/head/guard.ron index 3e05c2912a..e682dbe529 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/head/guard.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/head/guard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Guard", - description: "Ceremonial attire used by members.", + legacy_name: "Haniwa Guard", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/head/soldier.ron b/assets/common/items/npc_armor/biped_small/haniwa/head/soldier.ron index 26a65b8a2c..4c019e40a3 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/head/soldier.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/head/soldier.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Soldier", - description: "Ceremonial attire used by members.", + legacy_name: "Haniwa Soldier", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/pants/archer.ron b/assets/common/items/npc_armor/biped_small/haniwa/pants/archer.ron index f61debc701..44d88b314e 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/pants/archer.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/pants/archer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Archer", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Archer", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/pants/guard.ron b/assets/common/items/npc_armor/biped_small/haniwa/pants/guard.ron index 0f4ae486d4..66b9badc81 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/pants/guard.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/pants/guard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Guard", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Guard", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/haniwa/pants/soldier.ron b/assets/common/items/npc_armor/biped_small/haniwa/pants/soldier.ron index 2b27f70ceb..23027b1477 100644 --- a/assets/common/items/npc_armor/biped_small/haniwa/pants/soldier.ron +++ b/assets/common/items/npc_armor/biped_small/haniwa/pants/soldier.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Soldier", - description: "Ceremonial attire used by members..", + legacy_name: "Haniwa Soldier", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/husk/chest/husk.ron b/assets/common/items/npc_armor/biped_small/husk/chest/husk.ron index f52914bfaf..a9c81b9571 100644 --- a/assets/common/items/npc_armor/biped_small/husk/chest/husk.ron +++ b/assets/common/items/npc_armor/biped_small/husk/chest/husk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk", - description: "Ceremonial attire used by members.", + legacy_name: "Husk", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/husk/foot/husk.ron b/assets/common/items/npc_armor/biped_small/husk/foot/husk.ron index de0fe5934f..19080d9685 100644 --- a/assets/common/items/npc_armor/biped_small/husk/foot/husk.ron +++ b/assets/common/items/npc_armor/biped_small/husk/foot/husk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk", - description: "Ceremonial attire used by members..", + legacy_name: "Husk", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/husk/hand/husk.ron b/assets/common/items/npc_armor/biped_small/husk/hand/husk.ron index abb1b27dab..725f212522 100644 --- a/assets/common/items/npc_armor/biped_small/husk/hand/husk.ron +++ b/assets/common/items/npc_armor/biped_small/husk/hand/husk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk", - description: "Ceremonial attire used by members..", + legacy_name: "Husk", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/husk/head/husk.ron b/assets/common/items/npc_armor/biped_small/husk/head/husk.ron index ea8ee37073..ba17265f2c 100644 --- a/assets/common/items/npc_armor/biped_small/husk/head/husk.ron +++ b/assets/common/items/npc_armor/biped_small/husk/head/husk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk", - description: "Ceremonial attire used by members.", + legacy_name: "Husk", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/husk/pants/husk.ron b/assets/common/items/npc_armor/biped_small/husk/pants/husk.ron index e03fcb09e3..7609aa4d0d 100644 --- a/assets/common/items/npc_armor/biped_small/husk/pants/husk.ron +++ b/assets/common/items/npc_armor/biped_small/husk/pants/husk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk", - description: "Ceremonial attire used by members..", + legacy_name: "Husk", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/husk/tail/husk.ron b/assets/common/items/npc_armor/biped_small/husk/tail/husk.ron index ce032c59f7..4776cc9523 100644 --- a/assets/common/items/npc_armor/biped_small/husk/tail/husk.ron +++ b/assets/common/items/npc_armor/biped_small/husk/tail/husk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk", - description: "Ceremonial attire used by members..", + legacy_name: "Husk", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/irrwurz/chest/irrwurz.ron b/assets/common/items/npc_armor/biped_small/irrwurz/chest/irrwurz.ron index a483ed1ce4..b91e870edf 100644 --- a/assets/common/items/npc_armor/biped_small/irrwurz/chest/irrwurz.ron +++ b/assets/common/items/npc_armor/biped_small/irrwurz/chest/irrwurz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Irrwurz", - description: "Plant Creature", + legacy_name: "Irrwurz", + legacy_description: "Plant Creature", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/irrwurz/foot/irrwurz.ron b/assets/common/items/npc_armor/biped_small/irrwurz/foot/irrwurz.ron index 106a5ef41b..b3bfa60363 100644 --- a/assets/common/items/npc_armor/biped_small/irrwurz/foot/irrwurz.ron +++ b/assets/common/items/npc_armor/biped_small/irrwurz/foot/irrwurz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Irrwurz", - description: "Plant Creature", + legacy_name: "Irrwurz", + legacy_description: "Plant Creature", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/irrwurz/hand/irrwurz.ron b/assets/common/items/npc_armor/biped_small/irrwurz/hand/irrwurz.ron index a27a0ff3e1..c9008586f8 100644 --- a/assets/common/items/npc_armor/biped_small/irrwurz/hand/irrwurz.ron +++ b/assets/common/items/npc_armor/biped_small/irrwurz/hand/irrwurz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Irrwurz", - description: "Ceremonial attire used by members.", + legacy_name: "Irrwurz", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/irrwurz/pants/irrwurz.ron b/assets/common/items/npc_armor/biped_small/irrwurz/pants/irrwurz.ron index a7619f9b88..8bc60cb400 100644 --- a/assets/common/items/npc_armor/biped_small/irrwurz/pants/irrwurz.ron +++ b/assets/common/items/npc_armor/biped_small/irrwurz/pants/irrwurz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Irrwurz", - description: "Plant Creature", + legacy_name: "Irrwurz", + legacy_description: "Plant Creature", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/kappa/chest/kappa.ron b/assets/common/items/npc_armor/biped_small/kappa/chest/kappa.ron index 0b0227e5a4..d090a2c6cf 100644 --- a/assets/common/items/npc_armor/biped_small/kappa/chest/kappa.ron +++ b/assets/common/items/npc_armor/biped_small/kappa/chest/kappa.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Kappa", - description: "Ceremonial attire used by members.", + legacy_name: "Kappa", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/kappa/foot/kappa.ron b/assets/common/items/npc_armor/biped_small/kappa/foot/kappa.ron index 90e6f0e337..8b30bb2224 100644 --- a/assets/common/items/npc_armor/biped_small/kappa/foot/kappa.ron +++ b/assets/common/items/npc_armor/biped_small/kappa/foot/kappa.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Kappa", - description: "Ceremonial attire used by members.", + legacy_name: "Kappa", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/kappa/hand/kappa.ron b/assets/common/items/npc_armor/biped_small/kappa/hand/kappa.ron index 072a9c96a7..27dbedc0cd 100644 --- a/assets/common/items/npc_armor/biped_small/kappa/hand/kappa.ron +++ b/assets/common/items/npc_armor/biped_small/kappa/hand/kappa.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Kappa", - description: "Ceremonial attire used by members..", + legacy_name: "Kappa", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/kappa/head/kappa.ron b/assets/common/items/npc_armor/biped_small/kappa/head/kappa.ron index e0f7904e8a..f6b26c8216 100644 --- a/assets/common/items/npc_armor/biped_small/kappa/head/kappa.ron +++ b/assets/common/items/npc_armor/biped_small/kappa/head/kappa.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Kappa", - description: "Ceremonial attire used by members.", + legacy_name: "Kappa", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/kappa/pants/kappa.ron b/assets/common/items/npc_armor/biped_small/kappa/pants/kappa.ron index ac44b9a334..60cdc93911 100644 --- a/assets/common/items/npc_armor/biped_small/kappa/pants/kappa.ron +++ b/assets/common/items/npc_armor/biped_small/kappa/pants/kappa.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Kappa", - description: "Ceremonial attire used by members..", + legacy_name: "Kappa", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/kappa/tail/kappa.ron b/assets/common/items/npc_armor/biped_small/kappa/tail/kappa.ron index 92f60447f1..7a758b72f5 100644 --- a/assets/common/items/npc_armor/biped_small/kappa/tail/kappa.ron +++ b/assets/common/items/npc_armor/biped_small/kappa/tail/kappa.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Kappa", - description: "Ceremonial attire used by members.", + legacy_name: "Kappa", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/mandragora/chest/mandragora.ron b/assets/common/items/npc_armor/biped_small/mandragora/chest/mandragora.ron index 34f17b1e3d..d55da212df 100644 --- a/assets/common/items/npc_armor/biped_small/mandragora/chest/mandragora.ron +++ b/assets/common/items/npc_armor/biped_small/mandragora/chest/mandragora.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mandragora", - description: "Ceremonial attire used by members.", + legacy_name: "Mandragora", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/mandragora/foot/mandragora.ron b/assets/common/items/npc_armor/biped_small/mandragora/foot/mandragora.ron index 6d8771757d..ca91f51431 100644 --- a/assets/common/items/npc_armor/biped_small/mandragora/foot/mandragora.ron +++ b/assets/common/items/npc_armor/biped_small/mandragora/foot/mandragora.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mandragora", - description: "Ceremonial attire used by members.", + legacy_name: "Mandragora", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/mandragora/hand/mandragora.ron b/assets/common/items/npc_armor/biped_small/mandragora/hand/mandragora.ron index 82449f27f3..2db97c36af 100644 --- a/assets/common/items/npc_armor/biped_small/mandragora/hand/mandragora.ron +++ b/assets/common/items/npc_armor/biped_small/mandragora/hand/mandragora.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mandragora", - description: "Ceremonial attire used by members.", + legacy_name: "Mandragora", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/mandragora/pants/mandragora.ron b/assets/common/items/npc_armor/biped_small/mandragora/pants/mandragora.ron index 758bac420b..b8a2d34d42 100644 --- a/assets/common/items/npc_armor/biped_small/mandragora/pants/mandragora.ron +++ b/assets/common/items/npc_armor/biped_small/mandragora/pants/mandragora.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mandragora", - description: "Ceremonial attire used by members.", + legacy_name: "Mandragora", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/mandragora/tail/mandragora.ron b/assets/common/items/npc_armor/biped_small/mandragora/tail/mandragora.ron index 25709a7a5f..c72a25ddd7 100644 --- a/assets/common/items/npc_armor/biped_small/mandragora/tail/mandragora.ron +++ b/assets/common/items/npc_armor/biped_small/mandragora/tail/mandragora.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mandragora", - description: "Ceremonial attire used by members.", + legacy_name: "Mandragora", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/chest/hoplite.ron b/assets/common/items/npc_armor/biped_small/myrmidon/chest/hoplite.ron index f40af2675b..977bd9a3dc 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/chest/hoplite.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/chest/hoplite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Hoplite", - description: "Ceremonial attire used by members.", + legacy_name: "Myrmidon Hoplite", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/chest/marksman.ron b/assets/common/items/npc_armor/biped_small/myrmidon/chest/marksman.ron index b8c2fdf158..775823a409 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/chest/marksman.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/chest/marksman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Marksman", - description: "Ceremonial attire used by members.", + legacy_name: "Myrmidon Marksman", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/chest/strategian.ron b/assets/common/items/npc_armor/biped_small/myrmidon/chest/strategian.ron index fcadc33568..9b15f98d78 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/chest/strategian.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/chest/strategian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Strategian", - description: "Ceremonial attire used by members.", + legacy_name: "Myrmidon Strategian", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/foot/hoplite.ron b/assets/common/items/npc_armor/biped_small/myrmidon/foot/hoplite.ron index b07c86692b..ecda55e373 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/foot/hoplite.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/foot/hoplite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Hoplite", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Hoplite", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/foot/marksman.ron b/assets/common/items/npc_armor/biped_small/myrmidon/foot/marksman.ron index ee13d824ac..f491f08bc1 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/foot/marksman.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/foot/marksman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Marksman", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Marksman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/foot/strategian.ron b/assets/common/items/npc_armor/biped_small/myrmidon/foot/strategian.ron index 5f38b950ab..6e028d08bd 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/foot/strategian.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/foot/strategian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Strategian", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Strategian", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/hand/hoplite.ron b/assets/common/items/npc_armor/biped_small/myrmidon/hand/hoplite.ron index b6215422c1..17b863400d 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/hand/hoplite.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/hand/hoplite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Hoplite", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Hoplite", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/hand/marksman.ron b/assets/common/items/npc_armor/biped_small/myrmidon/hand/marksman.ron index 39fa56db30..5724fe36db 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/hand/marksman.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/hand/marksman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Marksman", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Marksman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/hand/strategian.ron b/assets/common/items/npc_armor/biped_small/myrmidon/hand/strategian.ron index cd07aeb9d8..a482d8ee7a 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/hand/strategian.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/hand/strategian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Strategian", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Strategian", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/head/hoplite.ron b/assets/common/items/npc_armor/biped_small/myrmidon/head/hoplite.ron index e511fc88f5..4486168893 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/head/hoplite.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/head/hoplite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Hoplite", - description: "Ceremonial attire used by members.", + legacy_name: "Myrmidon Hoplite", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/head/marksman.ron b/assets/common/items/npc_armor/biped_small/myrmidon/head/marksman.ron index 93b9f4485b..9ed13f9115 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/head/marksman.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/head/marksman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Marksman", - description: "Ceremonial attire used by members.", + legacy_name: "Myrmidon Marksman", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/head/strategian.ron b/assets/common/items/npc_armor/biped_small/myrmidon/head/strategian.ron index 623509b055..32adcdaf46 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/head/strategian.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/head/strategian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Strategian", - description: "Ceremonial attire used by members.", + legacy_name: "Myrmidon Strategian", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/pants/hoplite.ron b/assets/common/items/npc_armor/biped_small/myrmidon/pants/hoplite.ron index a6e5f305bd..902ca68fd7 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/pants/hoplite.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/pants/hoplite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Hoplite", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Hoplite", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/pants/marksman.ron b/assets/common/items/npc_armor/biped_small/myrmidon/pants/marksman.ron index d32e8d6c4f..168963b3cf 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/pants/marksman.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/pants/marksman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Marksman", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Marksman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/pants/strategian.ron b/assets/common/items/npc_armor/biped_small/myrmidon/pants/strategian.ron index aa9f8d5630..e8bb3905ac 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/pants/strategian.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/pants/strategian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Strategian", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Strategian", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/tail/hoplite.ron b/assets/common/items/npc_armor/biped_small/myrmidon/tail/hoplite.ron index 80a1ee58a0..ba27aa2c73 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/tail/hoplite.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/tail/hoplite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Hoplite", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Hoplite", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/tail/marksman.ron b/assets/common/items/npc_armor/biped_small/myrmidon/tail/marksman.ron index dbfdbcd2d3..36226ca65e 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/tail/marksman.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/tail/marksman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Marksman", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Marksman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/myrmidon/tail/strategian.ron b/assets/common/items/npc_armor/biped_small/myrmidon/tail/strategian.ron index ad64a97857..2b15136976 100644 --- a/assets/common/items/npc_armor/biped_small/myrmidon/tail/strategian.ron +++ b/assets/common/items/npc_armor/biped_small/myrmidon/tail/strategian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Myrmidon Strategian", - description: "Ceremonial attire used by members..", + legacy_name: "Myrmidon Strategian", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/chest/sniper.ron b/assets/common/items/npc_armor/biped_small/sahagin/chest/sniper.ron index 926a1e3672..78e0a029f5 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/chest/sniper.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/chest/sniper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sniper", - description: "Ceremonial attire used by members.", + legacy_name: "Sahagin Sniper", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/chest/sorcerer.ron b/assets/common/items/npc_armor/biped_small/sahagin/chest/sorcerer.ron index a7e75e6d9e..d15254d08f 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/chest/sorcerer.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/chest/sorcerer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sorcerer", - description: "Ceremonial attire used by members.", + legacy_name: "Sahagin Sorcerer", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/chest/spearman.ron b/assets/common/items/npc_armor/biped_small/sahagin/chest/spearman.ron index cf7b27d5fc..d90cede6e0 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/chest/spearman.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/chest/spearman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Spearman", - description: "Ceremonial attire used by members.", + legacy_name: "Sahagin Spearman", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/foot/sniper.ron b/assets/common/items/npc_armor/biped_small/sahagin/foot/sniper.ron index 121ed2ee89..d2c2eb1d10 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/foot/sniper.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/foot/sniper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sniper", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sniper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/foot/sorcerer.ron b/assets/common/items/npc_armor/biped_small/sahagin/foot/sorcerer.ron index 5c43d3062a..c9eccc2cc8 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/foot/sorcerer.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/foot/sorcerer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sorcerer", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sorcerer", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/foot/spearman.ron b/assets/common/items/npc_armor/biped_small/sahagin/foot/spearman.ron index d7be59660e..5365d86dd7 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/foot/spearman.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/foot/spearman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Spearman", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Spearman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Foot, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/hand/sniper.ron b/assets/common/items/npc_armor/biped_small/sahagin/hand/sniper.ron index 880645b5d0..d3b8b8d257 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/hand/sniper.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/hand/sniper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sniper", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sniper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/hand/sorcerer.ron b/assets/common/items/npc_armor/biped_small/sahagin/hand/sorcerer.ron index b389d4fcc9..ec08e647de 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/hand/sorcerer.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/hand/sorcerer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sorcerer", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sorcerer", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/hand/spearman.ron b/assets/common/items/npc_armor/biped_small/sahagin/hand/spearman.ron index 7f157a4400..de55e9dc29 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/hand/spearman.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/hand/spearman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Spearman", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Spearman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Hand, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/head/sniper.ron b/assets/common/items/npc_armor/biped_small/sahagin/head/sniper.ron index 400cecdb3b..ac5ee3cd27 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/head/sniper.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/head/sniper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sniper", - description: "Ceremonial attire used by members.", + legacy_name: "Sahagin Sniper", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/head/sorcerer.ron b/assets/common/items/npc_armor/biped_small/sahagin/head/sorcerer.ron index 008d44c60b..b45d859aca 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/head/sorcerer.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/head/sorcerer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sorcerer", - description: "Ceremonial attire used by members.", + legacy_name: "Sahagin Sorcerer", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/head/spearman.ron b/assets/common/items/npc_armor/biped_small/sahagin/head/spearman.ron index 635b5a3e5b..267fd83280 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/head/spearman.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/head/spearman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Spearman", - description: "Ceremonial attire used by members.", + legacy_name: "Sahagin Spearman", + legacy_description: "Ceremonial attire used by members.", kind: Armor(( kind: Head, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/pants/sniper.ron b/assets/common/items/npc_armor/biped_small/sahagin/pants/sniper.ron index 42836184a1..a68351d7f3 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/pants/sniper.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/pants/sniper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sniper", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sniper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/pants/sorcerer.ron b/assets/common/items/npc_armor/biped_small/sahagin/pants/sorcerer.ron index cead09c58f..e952826e1b 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/pants/sorcerer.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/pants/sorcerer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sorcerer", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sorcerer", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/pants/spearman.ron b/assets/common/items/npc_armor/biped_small/sahagin/pants/spearman.ron index 2289df0718..c6cf23041f 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/pants/spearman.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/pants/spearman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Spearman", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Spearman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/tail/sniper.ron b/assets/common/items/npc_armor/biped_small/sahagin/tail/sniper.ron index 374c106bc5..daefbe859b 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/tail/sniper.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/tail/sniper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sniper", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sniper", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/tail/sorcerer.ron b/assets/common/items/npc_armor/biped_small/sahagin/tail/sorcerer.ron index 36c8c8177f..04f5a6688e 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/tail/sorcerer.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/tail/sorcerer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Sorcerer", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Sorcerer", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/biped_small/sahagin/tail/spearman.ron b/assets/common/items/npc_armor/biped_small/sahagin/tail/spearman.ron index f198f413fa..80c29c2a97 100644 --- a/assets/common/items/npc_armor/biped_small/sahagin/tail/spearman.ron +++ b/assets/common/items/npc_armor/biped_small/sahagin/tail/spearman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sahagin Spearman", - description: "Ceremonial attire used by members..", + legacy_name: "Sahagin Spearman", + legacy_description: "Ceremonial attire used by members..", kind: Armor(( kind: Belt, stats: Direct(( diff --git a/assets/common/items/npc_armor/bird_large/phoenix.ron b/assets/common/items/npc_armor/bird_large/phoenix.ron index 07a61788c0..ae67d5ac5d 100644 --- a/assets/common/items/npc_armor/bird_large/phoenix.ron +++ b/assets/common/items/npc_armor/bird_large/phoenix.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Phoenix Armor", - description: "The thickest feather you have ever seen!", + legacy_name: "Phoenix Armor", + legacy_description: "The thickest feather you have ever seen!", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/bird_large/wyvern.ron b/assets/common/items/npc_armor/bird_large/wyvern.ron index 5f92d41967..45b5adb96a 100644 --- a/assets/common/items/npc_armor/bird_large/wyvern.ron +++ b/assets/common/items/npc_armor/bird_large/wyvern.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wyvern Armor", - description: "Generic Protection.", + legacy_name: "Wyvern Armor", + legacy_description: "Generic Protection.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/chest/leather_blue.ron b/assets/common/items/npc_armor/chest/leather_blue.ron index bd0db587b2..a441b23628 100644 --- a/assets/common/items/npc_armor/chest/leather_blue.ron +++ b/assets/common/items/npc_armor/chest/leather_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Leather Cuirass", - description: "", + legacy_name: "Blue Leather Cuirass", + legacy_description: "", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/chest/plate_red.ron b/assets/common/items/npc_armor/chest/plate_red.ron index b7fcd733c3..4da2c6f21a 100644 --- a/assets/common/items/npc_armor/chest/plate_red.ron +++ b/assets/common/items/npc_armor/chest/plate_red.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Chestplate", - description: "A chestplate forged from iron.", + legacy_name: "Iron Chestplate", + legacy_description: "A chestplate forged from iron.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/golem/claygolem.ron b/assets/common/items/npc_armor/golem/claygolem.ron index a51924d924..0e5176c9c0 100644 --- a/assets/common/items/npc_armor/golem/claygolem.ron +++ b/assets/common/items/npc_armor/golem/claygolem.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clay Golem Armor", - description: "Worn by clay golem.", + legacy_name: "Clay Golem Armor", + legacy_description: "Worn by clay golem.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/golem/woodgolem.ron b/assets/common/items/npc_armor/golem/woodgolem.ron index 8d0651a47c..21362d3378 100644 --- a/assets/common/items/npc_armor/golem/woodgolem.ron +++ b/assets/common/items/npc_armor/golem/woodgolem.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wood Golem Armor", - description: "Yeet", + legacy_name: "Wood Golem Armor", + legacy_description: "Yeet", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/pants/leather_blue.ron b/assets/common/items/npc_armor/pants/leather_blue.ron index ada5546ab4..c060a05a59 100644 --- a/assets/common/items/npc_armor/pants/leather_blue.ron +++ b/assets/common/items/npc_armor/pants/leather_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Leather Guards", - description: "", + legacy_name: "Blue Leather Guards", + legacy_description: "", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/pants/plate_red.ron b/assets/common/items/npc_armor/pants/plate_red.ron index 3dc374ada8..784f02fd1a 100644 --- a/assets/common/items/npc_armor/pants/plate_red.ron +++ b/assets/common/items/npc_armor/pants/plate_red.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Iron Legguards", - description: "Greaves forged from iron.", + legacy_name: "Iron Legguards", + legacy_description: "Greaves forged from iron.", kind: Armor(( kind: Pants, stats: Direct(( diff --git a/assets/common/items/npc_armor/quadruped_low/dagon.ron b/assets/common/items/npc_armor/quadruped_low/dagon.ron index 1c1ebc521d..1d2a266903 100644 --- a/assets/common/items/npc_armor/quadruped_low/dagon.ron +++ b/assets/common/items/npc_armor/quadruped_low/dagon.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dagon's Scales", - description: "Rigid enough to withstand the pressure of the deep ocean.", + legacy_name: "Dagon's Scales", + legacy_description: "Rigid enough to withstand the pressure of the deep ocean.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/quadruped_low/generic.ron b/assets/common/items/npc_armor/quadruped_low/generic.ron index ffa37c43cc..9fe0e0988f 100644 --- a/assets/common/items/npc_armor/quadruped_low/generic.ron +++ b/assets/common/items/npc_armor/quadruped_low/generic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Low Generic", - description: "Scaly.", + legacy_name: "Quad Low Generic", + legacy_description: "Scaly.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/quadruped_low/shell.ron b/assets/common/items/npc_armor/quadruped_low/shell.ron index cdc0b39756..c7d7bbef1b 100644 --- a/assets/common/items/npc_armor/quadruped_low/shell.ron +++ b/assets/common/items/npc_armor/quadruped_low/shell.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Low Shell", - description: "Shell.", + legacy_name: "Quad Low Shell", + legacy_description: "Shell.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/quadruped_medium/frostfang.ron b/assets/common/items/npc_armor/quadruped_medium/frostfang.ron index 53f52283f2..7abcff0de7 100644 --- a/assets/common/items/npc_armor/quadruped_medium/frostfang.ron +++ b/assets/common/items/npc_armor/quadruped_medium/frostfang.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frostfang's Thick Skin", - description: "testing123", + legacy_name: "Frostfang's Thick Skin", + legacy_description: "testing123", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/quadruped_medium/roshwalr.ron b/assets/common/items/npc_armor/quadruped_medium/roshwalr.ron index 45b253b657..033e5a0695 100644 --- a/assets/common/items/npc_armor/quadruped_medium/roshwalr.ron +++ b/assets/common/items/npc_armor/quadruped_medium/roshwalr.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Roshwalr's Thick Skin", - description: "testing123", + legacy_name: "Roshwalr's Thick Skin", + legacy_description: "testing123", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_armor/theropod/rugged.ron b/assets/common/items/npc_armor/theropod/rugged.ron index 003741fe7f..77ef94a932 100644 --- a/assets/common/items/npc_armor/theropod/rugged.ron +++ b/assets/common/items/npc_armor/theropod/rugged.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Theropod Rugged", - description: "stronk.", + legacy_name: "Theropod Rugged", + legacy_description: "stronk.", kind: Armor(( kind: Chest, stats: Direct(( diff --git a/assets/common/items/npc_weapons/axe/gigas_frost_axe.ron b/assets/common/items/npc_weapons/axe/gigas_frost_axe.ron index 998b7fade9..06479f69de 100644 --- a/assets/common/items/npc_weapons/axe/gigas_frost_axe.ron +++ b/assets/common/items/npc_weapons/axe/gigas_frost_axe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frost Gigas Axe", - description: "Placeholder", + legacy_name: "Frost Gigas Axe", + legacy_description: "Placeholder", kind: Tool(( kind: Axe, hands: Two, diff --git a/assets/common/items/npc_weapons/axe/minotaur_axe.ron b/assets/common/items/npc_weapons/axe/minotaur_axe.ron index d899336546..252048fa43 100644 --- a/assets/common/items/npc_weapons/axe/minotaur_axe.ron +++ b/assets/common/items/npc_weapons/axe/minotaur_axe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Minotaur Axe", - description: "Placeholder", + legacy_name: "Minotaur Axe", + legacy_description: "Placeholder", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/axe/oni_blue_axe.ron b/assets/common/items/npc_weapons/axe/oni_blue_axe.ron index 9c0aff1290..25972c3adc 100644 --- a/assets/common/items/npc_weapons/axe/oni_blue_axe.ron +++ b/assets/common/items/npc_weapons/axe/oni_blue_axe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Blue Oni Axe", - description: "Placeholder", + legacy_name: "Blue Oni Axe", + legacy_description: "Placeholder", kind: Tool(( kind: Axe, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/adlet/hunter.ron b/assets/common/items/npc_weapons/biped_small/adlet/hunter.ron index 0e2c95b7c0..f22a5c732f 100644 --- a/assets/common/items/npc_weapons/biped_small/adlet/hunter.ron +++ b/assets/common/items/npc_weapons/biped_small/adlet/hunter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hunter Spear", - description: "", + legacy_name: "Hunter Spear", + legacy_description: "", kind: Tool(( kind: Spear, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/adlet/icepicker.ron b/assets/common/items/npc_weapons/biped_small/adlet/icepicker.ron index 1a1180c542..3d6b697c74 100644 --- a/assets/common/items/npc_weapons/biped_small/adlet/icepicker.ron +++ b/assets/common/items/npc_weapons/biped_small/adlet/icepicker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Icepicker Pick", - description: "", + legacy_name: "Icepicker Pick", + legacy_description: "", kind: Tool(( kind: Pick, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/adlet/tracker.ron b/assets/common/items/npc_weapons/biped_small/adlet/tracker.ron index 8a2365a014..6cc065d475 100644 --- a/assets/common/items/npc_weapons/biped_small/adlet/tracker.ron +++ b/assets/common/items/npc_weapons/biped_small/adlet/tracker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tracker Bow", - description: "", + legacy_name: "Tracker Bow", + legacy_description: "", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/boreal/bow.ron b/assets/common/items/npc_weapons/biped_small/boreal/bow.ron index 58d2c845fa..b0972a4a45 100644 --- a/assets/common/items/npc_weapons/biped_small/boreal/bow.ron +++ b/assets/common/items/npc_weapons/biped_small/boreal/bow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Bow", - description: "", + legacy_name: "Boreal Bow", + legacy_description: "", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/boreal/hammer.ron b/assets/common/items/npc_weapons/biped_small/boreal/hammer.ron index ea9bc97a52..f276cb6090 100644 --- a/assets/common/items/npc_weapons/biped_small/boreal/hammer.ron +++ b/assets/common/items/npc_weapons/biped_small/boreal/hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Boreal Hammer", - description: "", + legacy_name: "Boreal Hammer", + legacy_description: "", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/gnarling/chieftain.ron b/assets/common/items/npc_weapons/biped_small/gnarling/chieftain.ron index 22ee5855dd..5d3e931f67 100644 --- a/assets/common/items/npc_weapons/biped_small/gnarling/chieftain.ron +++ b/assets/common/items/npc_weapons/biped_small/gnarling/chieftain.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Chieftain Staff", - description: "", + legacy_name: "Chieftain Staff", + legacy_description: "", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/gnarling/greentotem.ron b/assets/common/items/npc_weapons/biped_small/gnarling/greentotem.ron index 374719de4f..a7f45afa12 100644 --- a/assets/common/items/npc_weapons/biped_small/gnarling/greentotem.ron +++ b/assets/common/items/npc_weapons/biped_small/gnarling/greentotem.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Green Totem", - description: "Yeet", + legacy_name: "Gnarling Green Totem", + legacy_description: "Yeet", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/gnarling/logger.ron b/assets/common/items/npc_weapons/biped_small/gnarling/logger.ron index 637395e17a..80df7d474a 100644 --- a/assets/common/items/npc_weapons/biped_small/gnarling/logger.ron +++ b/assets/common/items/npc_weapons/biped_small/gnarling/logger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Logger Axe", - description: "", + legacy_name: "Logger Axe", + legacy_description: "", kind: Tool(( kind: Axe, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/gnarling/mugger.ron b/assets/common/items/npc_weapons/biped_small/gnarling/mugger.ron index d28b4cc28b..0b83e2d846 100644 --- a/assets/common/items/npc_weapons/biped_small/gnarling/mugger.ron +++ b/assets/common/items/npc_weapons/biped_small/gnarling/mugger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mugger Dagger", - description: "", + legacy_name: "Mugger Dagger", + legacy_description: "", kind: Tool(( kind: Dagger, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/gnarling/redtotem.ron b/assets/common/items/npc_weapons/biped_small/gnarling/redtotem.ron index 9e1b08499d..cdfe703bf0 100644 --- a/assets/common/items/npc_weapons/biped_small/gnarling/redtotem.ron +++ b/assets/common/items/npc_weapons/biped_small/gnarling/redtotem.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling Red Totem", - description: "Yeet", + legacy_name: "Gnarling Red Totem", + legacy_description: "Yeet", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/gnarling/stalker.ron b/assets/common/items/npc_weapons/biped_small/gnarling/stalker.ron index 50bf05f0c9..87962c4b77 100644 --- a/assets/common/items/npc_weapons/biped_small/gnarling/stalker.ron +++ b/assets/common/items/npc_weapons/biped_small/gnarling/stalker.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Stalker Blowgun", - description: "", + legacy_name: "Stalker Blowgun", + legacy_description: "", kind: Tool(( kind: Blowgun, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/gnarling/whitetotem.ron b/assets/common/items/npc_weapons/biped_small/gnarling/whitetotem.ron index 9ccf350383..e05ef5d599 100644 --- a/assets/common/items/npc_weapons/biped_small/gnarling/whitetotem.ron +++ b/assets/common/items/npc_weapons/biped_small/gnarling/whitetotem.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarling White Totem", - description: "Yeet", + legacy_name: "Gnarling White Totem", + legacy_description: "Yeet", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/haniwa/archer.ron b/assets/common/items/npc_weapons/biped_small/haniwa/archer.ron index 5dfda27d4c..4c437cab84 100644 --- a/assets/common/items/npc_weapons/biped_small/haniwa/archer.ron +++ b/assets/common/items/npc_weapons/biped_small/haniwa/archer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Archer Bow", - description: "", + legacy_name: "Archer Bow", + legacy_description: "", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/haniwa/guard.ron b/assets/common/items/npc_weapons/biped_small/haniwa/guard.ron index 7889656c53..b86d43fc81 100644 --- a/assets/common/items/npc_weapons/biped_small/haniwa/guard.ron +++ b/assets/common/items/npc_weapons/biped_small/haniwa/guard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Guard Spear", - description: "", + legacy_name: "Guard Spear", + legacy_description: "", kind: Tool(( kind: Spear, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/haniwa/soldier.ron b/assets/common/items/npc_weapons/biped_small/haniwa/soldier.ron index 4f1f22f088..5a166f152c 100644 --- a/assets/common/items/npc_weapons/biped_small/haniwa/soldier.ron +++ b/assets/common/items/npc_weapons/biped_small/haniwa/soldier.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Soldier Sword", - description: "", + legacy_name: "Soldier Sword", + legacy_description: "", kind: Tool(( kind: Dagger, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/mandragora.ron b/assets/common/items/npc_weapons/biped_small/mandragora.ron index 642fea9e10..3221aa12e7 100644 --- a/assets/common/items/npc_weapons/biped_small/mandragora.ron +++ b/assets/common/items/npc_weapons/biped_small/mandragora.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mandragora", - description: "Testing", + legacy_name: "Mandragora", + legacy_description: "Testing", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/myrmidon/hoplite.ron b/assets/common/items/npc_weapons/biped_small/myrmidon/hoplite.ron index 86a30ba049..f97f48fc8a 100644 --- a/assets/common/items/npc_weapons/biped_small/myrmidon/hoplite.ron +++ b/assets/common/items/npc_weapons/biped_small/myrmidon/hoplite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hoplite Spear", - description: "", + legacy_name: "Hoplite Spear", + legacy_description: "", kind: Tool(( kind: Spear, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/myrmidon/marksman.ron b/assets/common/items/npc_weapons/biped_small/myrmidon/marksman.ron index 021eb8e6a9..e383ece9ff 100644 --- a/assets/common/items/npc_weapons/biped_small/myrmidon/marksman.ron +++ b/assets/common/items/npc_weapons/biped_small/myrmidon/marksman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Marksman Bow", - description: "", + legacy_name: "Marksman Bow", + legacy_description: "", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/myrmidon/strategian.ron b/assets/common/items/npc_weapons/biped_small/myrmidon/strategian.ron index 469837d423..ada61fae67 100644 --- a/assets/common/items/npc_weapons/biped_small/myrmidon/strategian.ron +++ b/assets/common/items/npc_weapons/biped_small/myrmidon/strategian.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Strategian Axe", - description: "", + legacy_name: "Strategian Axe", + legacy_description: "", kind: Tool(( kind: Axe, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/sahagin/sniper.ron b/assets/common/items/npc_weapons/biped_small/sahagin/sniper.ron index 3ca7e66ae0..22850de9b1 100644 --- a/assets/common/items/npc_weapons/biped_small/sahagin/sniper.ron +++ b/assets/common/items/npc_weapons/biped_small/sahagin/sniper.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sniper Bow", - description: "", + legacy_name: "Sniper Bow", + legacy_description: "", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/sahagin/sorcerer.ron b/assets/common/items/npc_weapons/biped_small/sahagin/sorcerer.ron index 868d844faa..aa8ba23754 100644 --- a/assets/common/items/npc_weapons/biped_small/sahagin/sorcerer.ron +++ b/assets/common/items/npc_weapons/biped_small/sahagin/sorcerer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sorcerer Staff", - description: "", + legacy_name: "Sorcerer Staff", + legacy_description: "", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/npc_weapons/biped_small/sahagin/spearman.ron b/assets/common/items/npc_weapons/biped_small/sahagin/spearman.ron index e97fc78e73..eccfa36326 100644 --- a/assets/common/items/npc_weapons/biped_small/sahagin/spearman.ron +++ b/assets/common/items/npc_weapons/biped_small/sahagin/spearman.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Spearman Spear", - description: "", + legacy_name: "Spearman Spear", + legacy_description: "", kind: Tool(( kind: Spear, hands: Two, diff --git a/assets/common/items/npc_weapons/bow/bipedlarge-velorite.ron b/assets/common/items/npc_weapons/bow/bipedlarge-velorite.ron index 4887d23adc..428a2dd7d6 100644 --- a/assets/common/items/npc_weapons/bow/bipedlarge-velorite.ron +++ b/assets/common/items/npc_weapons/bow/bipedlarge-velorite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Giant Velorite Bow", - description: "Infused with Velorite power.", + legacy_name: "Giant Velorite Bow", + legacy_description: "Infused with Velorite power.", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/npc_weapons/bow/saurok_bow.ron b/assets/common/items/npc_weapons/bow/saurok_bow.ron index ec871e33e3..c0dec88fee 100644 --- a/assets/common/items/npc_weapons/bow/saurok_bow.ron +++ b/assets/common/items/npc_weapons/bow/saurok_bow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Saurok bow", - description: "Placeholder", + legacy_name: "Saurok bow", + legacy_description: "Placeholder", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/bipedlarge-cultist.ron b/assets/common/items/npc_weapons/hammer/bipedlarge-cultist.ron index d5165d0cf7..68145757f8 100644 --- a/assets/common/items/npc_weapons/hammer/bipedlarge-cultist.ron +++ b/assets/common/items/npc_weapons/hammer/bipedlarge-cultist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Giant Cultist Warhammer", - description: "This belonged to an evil Cult Leader.", + legacy_name: "Giant Cultist Warhammer", + legacy_description: "This belonged to an evil Cult Leader.", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/cyclops_hammer.ron b/assets/common/items/npc_weapons/hammer/cyclops_hammer.ron index 225c804031..3db8cdc22d 100644 --- a/assets/common/items/npc_weapons/hammer/cyclops_hammer.ron +++ b/assets/common/items/npc_weapons/hammer/cyclops_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cyclops Hammer", - description: "Placeholder", + legacy_name: "Cyclops Hammer", + legacy_description: "Placeholder", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/harvester_scythe.ron b/assets/common/items/npc_weapons/hammer/harvester_scythe.ron index fe0f943dd4..bc6ad15763 100644 --- a/assets/common/items/npc_weapons/hammer/harvester_scythe.ron +++ b/assets/common/items/npc_weapons/hammer/harvester_scythe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Harvester Sythe", - description: "Placeholder", + legacy_name: "Harvester Sythe", + legacy_description: "Placeholder", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/ogre_hammer.ron b/assets/common/items/npc_weapons/hammer/ogre_hammer.ron index 10a6ebef76..4c3da32f55 100644 --- a/assets/common/items/npc_weapons/hammer/ogre_hammer.ron +++ b/assets/common/items/npc_weapons/hammer/ogre_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ogre Hammer", - description: "Placeholder", + legacy_name: "Ogre Hammer", + legacy_description: "Placeholder", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/oni_red_hammer.ron b/assets/common/items/npc_weapons/hammer/oni_red_hammer.ron index e70d51185a..3281a8733e 100644 --- a/assets/common/items/npc_weapons/hammer/oni_red_hammer.ron +++ b/assets/common/items/npc_weapons/hammer/oni_red_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Red Oni Hammer", - description: "Placeholder", + legacy_name: "Red Oni Hammer", + legacy_description: "Placeholder", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/troll_hammer.ron b/assets/common/items/npc_weapons/hammer/troll_hammer.ron index 0e9b322a64..f4acc68f9b 100644 --- a/assets/common/items/npc_weapons/hammer/troll_hammer.ron +++ b/assets/common/items/npc_weapons/hammer/troll_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Troll Hammer", - description: "Placeholder", + legacy_name: "Troll Hammer", + legacy_description: "Placeholder", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/wendigo_hammer.ron b/assets/common/items/npc_weapons/hammer/wendigo_hammer.ron index ef8cf4759d..6663a32f6e 100644 --- a/assets/common/items/npc_weapons/hammer/wendigo_hammer.ron +++ b/assets/common/items/npc_weapons/hammer/wendigo_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wendigo Hammer", - description: "Placeholder", + legacy_name: "Wendigo Hammer", + legacy_description: "Placeholder", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/npc_weapons/hammer/yeti_hammer.ron b/assets/common/items/npc_weapons/hammer/yeti_hammer.ron index f7df89fbf7..4538a60927 100644 --- a/assets/common/items/npc_weapons/hammer/yeti_hammer.ron +++ b/assets/common/items/npc_weapons/hammer/yeti_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Yeti Hammer", - description: "Placeholder", + legacy_name: "Yeti Hammer", + legacy_description: "Placeholder", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/staff/bipedlarge-cultist.ron b/assets/common/items/npc_weapons/staff/bipedlarge-cultist.ron index 8420f007c6..1f8d6aefff 100644 --- a/assets/common/items/npc_weapons/staff/bipedlarge-cultist.ron +++ b/assets/common/items/npc_weapons/staff/bipedlarge-cultist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Giant Cultist Staff", - description: "The fire gives off no heat.", + legacy_name: "Giant Cultist Staff", + legacy_description: "The fire gives off no heat.", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/npc_weapons/staff/mindflayer_staff.ron b/assets/common/items/npc_weapons/staff/mindflayer_staff.ron index 677a3b2d0e..d01f54172c 100644 --- a/assets/common/items/npc_weapons/staff/mindflayer_staff.ron +++ b/assets/common/items/npc_weapons/staff/mindflayer_staff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mindflayer Staff", - description: "Placeholder", + legacy_name: "Mindflayer Staff", + legacy_description: "Placeholder", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/npc_weapons/staff/ogre_staff.ron b/assets/common/items/npc_weapons/staff/ogre_staff.ron index 1c569d8f75..5049d03eeb 100644 --- a/assets/common/items/npc_weapons/staff/ogre_staff.ron +++ b/assets/common/items/npc_weapons/staff/ogre_staff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ogre Staff", - description: "Placeholder", + legacy_name: "Ogre Staff", + legacy_description: "Placeholder", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/npc_weapons/staff/saurok_staff.ron b/assets/common/items/npc_weapons/staff/saurok_staff.ron index 9210b2190d..b3e82a8480 100644 --- a/assets/common/items/npc_weapons/staff/saurok_staff.ron +++ b/assets/common/items/npc_weapons/staff/saurok_staff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Saurok Staff", - description: "Placeholder", + legacy_name: "Saurok Staff", + legacy_description: "Placeholder", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/npc_weapons/sword/adlet_elder_sword.ron b/assets/common/items/npc_weapons/sword/adlet_elder_sword.ron index 799bcca960..fc24a48650 100644 --- a/assets/common/items/npc_weapons/sword/adlet_elder_sword.ron +++ b/assets/common/items/npc_weapons/sword/adlet_elder_sword.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Adlet Elder Sword", - description: "Placeholder", + legacy_name: "Adlet Elder Sword", + legacy_description: "Placeholder", kind: Tool(( kind: Sword, hands: One, diff --git a/assets/common/items/npc_weapons/sword/bipedlarge-cultist.ron b/assets/common/items/npc_weapons/sword/bipedlarge-cultist.ron index 2031618e27..87e1183979 100644 --- a/assets/common/items/npc_weapons/sword/bipedlarge-cultist.ron +++ b/assets/common/items/npc_weapons/sword/bipedlarge-cultist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Giant Cultist Greatsword", - description: "This belonged to an evil Cult Leader.", + legacy_name: "Giant Cultist Greatsword", + legacy_description: "This belonged to an evil Cult Leader.", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/npc_weapons/sword/dullahan_sword.ron b/assets/common/items/npc_weapons/sword/dullahan_sword.ron index 6aa0350119..c2e84d28f0 100644 --- a/assets/common/items/npc_weapons/sword/dullahan_sword.ron +++ b/assets/common/items/npc_weapons/sword/dullahan_sword.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dullahan Sword", - description: "Placeholder", + legacy_name: "Dullahan Sword", + legacy_description: "Placeholder", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/npc_weapons/sword/pickaxe_velorite_sword.ron b/assets/common/items/npc_weapons/sword/pickaxe_velorite_sword.ron index 45463d5d82..8b18130bfc 100644 --- a/assets/common/items/npc_weapons/sword/pickaxe_velorite_sword.ron +++ b/assets/common/items/npc_weapons/sword/pickaxe_velorite_sword.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Pickaxe", - description: "", + legacy_name: "Velorite Pickaxe", + legacy_description: "", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/npc_weapons/sword/saurok_sword.ron b/assets/common/items/npc_weapons/sword/saurok_sword.ron index 14b426fccf..0137729b8d 100644 --- a/assets/common/items/npc_weapons/sword/saurok_sword.ron +++ b/assets/common/items/npc_weapons/sword/saurok_sword.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Saurok Sword", - description: "Placeholder", + legacy_name: "Saurok Sword", + legacy_description: "Placeholder", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/akhlut.ron b/assets/common/items/npc_weapons/unique/akhlut.ron index 852729098a..497a15edf0 100644 --- a/assets/common/items/npc_weapons/unique/akhlut.ron +++ b/assets/common/items/npc_weapons/unique/akhlut.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Med Basic", - description: "testing123", + legacy_name: "Quad Med Basic", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/antlion.ron b/assets/common/items/npc_weapons/unique/arthropods/antlion.ron index d0045a9852..9eab36d8f5 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/antlion.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/antlion.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Antlion", - description: "testing123", + legacy_name: "Antlion", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/blackwidow.ron b/assets/common/items/npc_weapons/unique/arthropods/blackwidow.ron index ae97ca4183..657e23949e 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/blackwidow.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/blackwidow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Black Widow", - description: "testing123", + legacy_name: "Black Widow", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/cavespider.ron b/assets/common/items/npc_weapons/unique/arthropods/cavespider.ron index 46daae9959..503ea0c27d 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/cavespider.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/cavespider.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cave Spider", - description: "testing123", + legacy_name: "Cave Spider", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/dagonite.ron b/assets/common/items/npc_weapons/unique/arthropods/dagonite.ron index 730f35b2e6..1d8bfe04b6 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/dagonite.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/dagonite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dagonite", - description: "testing123", + legacy_name: "Dagonite", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/hornbeetle.ron b/assets/common/items/npc_weapons/unique/arthropods/hornbeetle.ron index e89bd53ca4..a40c89dcd1 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/hornbeetle.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/hornbeetle.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Horn Beetle", - description: "testing123", + legacy_name: "Horn Beetle", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/leafbeetle.ron b/assets/common/items/npc_weapons/unique/arthropods/leafbeetle.ron index d5406414ab..06e881ac41 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/leafbeetle.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/leafbeetle.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Leaf Beetle", - description: "testing123", + legacy_name: "Leaf Beetle", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/mosscrawler.ron b/assets/common/items/npc_weapons/unique/arthropods/mosscrawler.ron index 0aa064be81..56f0b289fc 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/mosscrawler.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/mosscrawler.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Moss Crawler", - description: "testing123", + legacy_name: "Moss Crawler", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/tarantula.ron b/assets/common/items/npc_weapons/unique/arthropods/tarantula.ron index c01c86b3fa..ca5fade24d 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/tarantula.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/tarantula.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tarantula", - description: "testing123", + legacy_name: "Tarantula", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/arthropods/weevil.ron b/assets/common/items/npc_weapons/unique/arthropods/weevil.ron index 50d64e6c36..fca272b27c 100644 --- a/assets/common/items/npc_weapons/unique/arthropods/weevil.ron +++ b/assets/common/items/npc_weapons/unique/arthropods/weevil.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Weevil", - description: "testing123", + legacy_name: "Weevil", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/asp.ron b/assets/common/items/npc_weapons/unique/asp.ron index e95f170f64..d681e7d93f 100644 --- a/assets/common/items/npc_weapons/unique/asp.ron +++ b/assets/common/items/npc_weapons/unique/asp.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Asp", - description: "testing123", + legacy_name: "Asp", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/basilisk.ron b/assets/common/items/npc_weapons/unique/basilisk.ron index aa61b5b3e5..6c3e3af031 100644 --- a/assets/common/items/npc_weapons/unique/basilisk.ron +++ b/assets/common/items/npc_weapons/unique/basilisk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Basilisk", - description: "testing123", + legacy_name: "Basilisk", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/beast_claws.ron b/assets/common/items/npc_weapons/unique/beast_claws.ron index 719f66fe92..fd0a6f646f 100644 --- a/assets/common/items/npc_weapons/unique/beast_claws.ron +++ b/assets/common/items/npc_weapons/unique/beast_claws.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Beast Claws", - description: "Was attached to a beast.", + legacy_name: "Beast Claws", + legacy_description: "Was attached to a beast.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/birdlargebasic.ron b/assets/common/items/npc_weapons/unique/birdlargebasic.ron index 4544108723..e94d48df75 100644 --- a/assets/common/items/npc_weapons/unique/birdlargebasic.ron +++ b/assets/common/items/npc_weapons/unique/birdlargebasic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bird Large Basic", - description: "testing123", + legacy_name: "Bird Large Basic", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/birdlargebreathe.ron b/assets/common/items/npc_weapons/unique/birdlargebreathe.ron index 2e9090f65d..8a5fabe2de 100644 --- a/assets/common/items/npc_weapons/unique/birdlargebreathe.ron +++ b/assets/common/items/npc_weapons/unique/birdlargebreathe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bird Large Breathe", - description: "testing123", + legacy_name: "Bird Large Breathe", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/birdlargefire.ron b/assets/common/items/npc_weapons/unique/birdlargefire.ron index 79e4732dcd..db3ee75dd4 100644 --- a/assets/common/items/npc_weapons/unique/birdlargefire.ron +++ b/assets/common/items/npc_weapons/unique/birdlargefire.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bird Large Fire", - description: "Fiery touch of a mighty aerial beast", + legacy_name: "Bird Large Fire", + legacy_description: "Fiery touch of a mighty aerial beast", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/birdmediumbasic.ron b/assets/common/items/npc_weapons/unique/birdmediumbasic.ron index 042f09df36..b5b487bf4c 100644 --- a/assets/common/items/npc_weapons/unique/birdmediumbasic.ron +++ b/assets/common/items/npc_weapons/unique/birdmediumbasic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bird Medium Basic", - description: "BiteBiteBite!!! FightFightFight!!!", + legacy_name: "Bird Medium Basic", + legacy_description: "BiteBiteBite!!! FightFightFight!!!", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/bushly.ron b/assets/common/items/npc_weapons/unique/bushly.ron index c1e3be7a52..ed847558b1 100644 --- a/assets/common/items/npc_weapons/unique/bushly.ron +++ b/assets/common/items/npc_weapons/unique/bushly.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Starter Grace", - description: "Fret not, newbies shant cry.", + legacy_name: "Starter Grace", + legacy_description: "Fret not, newbies shant cry.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/cardinal.ron b/assets/common/items/npc_weapons/unique/cardinal.ron index 1f11252f8d..2c0dfa6e45 100644 --- a/assets/common/items/npc_weapons/unique/cardinal.ron +++ b/assets/common/items/npc_weapons/unique/cardinal.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Caduceus", - description: "The snakes seem to be alive", + legacy_name: "Caduceus", + legacy_description: "The snakes seem to be alive", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/clay_golem_fist.ron b/assets/common/items/npc_weapons/unique/clay_golem_fist.ron index 3afe9d4898..2497ccdc36 100644 --- a/assets/common/items/npc_weapons/unique/clay_golem_fist.ron +++ b/assets/common/items/npc_weapons/unique/clay_golem_fist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clay Golem Fists", - description: "Yeet.", + legacy_name: "Clay Golem Fists", + legacy_description: "Yeet.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/clockwork.ron b/assets/common/items/npc_weapons/unique/clockwork.ron index bd8eb227d1..a8c18ef05f 100644 --- a/assets/common/items/npc_weapons/unique/clockwork.ron +++ b/assets/common/items/npc_weapons/unique/clockwork.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Clockwork", - description: "testing123", + legacy_name: "Clockwork", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/cloudwyvern.ron b/assets/common/items/npc_weapons/unique/cloudwyvern.ron index 44e9712421..04c0c72f23 100644 --- a/assets/common/items/npc_weapons/unique/cloudwyvern.ron +++ b/assets/common/items/npc_weapons/unique/cloudwyvern.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cloud Wyvern", - description: "testing123", + legacy_name: "Cloud Wyvern", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/coral_golem_fist.ron b/assets/common/items/npc_weapons/unique/coral_golem_fist.ron index e35e86395b..d457ab0de1 100644 --- a/assets/common/items/npc_weapons/unique/coral_golem_fist.ron +++ b/assets/common/items/npc_weapons/unique/coral_golem_fist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Coral Golem Fists", - description: "Yeet", + legacy_name: "Coral Golem Fists", + legacy_description: "Yeet", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/crab_pincer.ron b/assets/common/items/npc_weapons/unique/crab_pincer.ron index 83b24cc10f..160b75ef83 100644 --- a/assets/common/items/npc_weapons/unique/crab_pincer.ron +++ b/assets/common/items/npc_weapons/unique/crab_pincer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Crab Pincer", - description: "testing123", + legacy_name: "Crab Pincer", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/dagon.ron b/assets/common/items/npc_weapons/unique/dagon.ron index 232a24d81e..8c53c43697 100644 --- a/assets/common/items/npc_weapons/unique/dagon.ron +++ b/assets/common/items/npc_weapons/unique/dagon.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dagon Kit", - description: "Ocean Power!", + legacy_name: "Dagon Kit", + legacy_description: "Ocean Power!", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/deadwood.ron b/assets/common/items/npc_weapons/unique/deadwood.ron index 38682b24db..b7cbbca7aa 100644 --- a/assets/common/items/npc_weapons/unique/deadwood.ron +++ b/assets/common/items/npc_weapons/unique/deadwood.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Deadwood", - description: "testing123", + legacy_name: "Deadwood", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/driggle.ron b/assets/common/items/npc_weapons/unique/driggle.ron index 6602684414..9d07bc34f1 100644 --- a/assets/common/items/npc_weapons/unique/driggle.ron +++ b/assets/common/items/npc_weapons/unique/driggle.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Starter Grace", - description: "Fret not, newbies shant cry.", + legacy_name: "Starter Grace", + legacy_description: "Fret not, newbies shant cry.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/emberfly.ron b/assets/common/items/npc_weapons/unique/emberfly.ron index 1bbcf9ccd2..6547384de4 100644 --- a/assets/common/items/npc_weapons/unique/emberfly.ron +++ b/assets/common/items/npc_weapons/unique/emberfly.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Starter Grace", - description: "Fret not, newbies shant cry.", + legacy_name: "Starter Grace", + legacy_description: "Fret not, newbies shant cry.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/fiery_tornado.ron b/assets/common/items/npc_weapons/unique/fiery_tornado.ron index 5e769c0247..15fc3fc4e7 100644 --- a/assets/common/items/npc_weapons/unique/fiery_tornado.ron +++ b/assets/common/items/npc_weapons/unique/fiery_tornado.ron @@ -1,6 +1,6 @@ ItemDef( - name: "FieryTornado", - description: "Fiery Tornado weapon", + legacy_name: "FieryTornado", + legacy_description: "Fiery Tornado weapon", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/flamekeeper_staff.ron b/assets/common/items/npc_weapons/unique/flamekeeper_staff.ron index 666fe99673..1108077005 100644 --- a/assets/common/items/npc_weapons/unique/flamekeeper_staff.ron +++ b/assets/common/items/npc_weapons/unique/flamekeeper_staff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamekeeper Staff", - description: "Flamekeeper Staff", + legacy_name: "Flamekeeper Staff", + legacy_description: "Flamekeeper Staff", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/flamethrower.ron b/assets/common/items/npc_weapons/unique/flamethrower.ron index a6a0daca1f..e38b6f9ca6 100644 --- a/assets/common/items/npc_weapons/unique/flamethrower.ron +++ b/assets/common/items/npc_weapons/unique/flamethrower.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flamethrower", - description: "Throwing Flames", + legacy_name: "Flamethrower", + legacy_description: "Throwing Flames", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/flamewyvern.ron b/assets/common/items/npc_weapons/unique/flamewyvern.ron index a7484c425d..121805e4a4 100644 --- a/assets/common/items/npc_weapons/unique/flamewyvern.ron +++ b/assets/common/items/npc_weapons/unique/flamewyvern.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flame Wyvern", - description: "testing123", + legacy_name: "Flame Wyvern", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/frostfang.ron b/assets/common/items/npc_weapons/unique/frostfang.ron index 5cdb52e006..fab3c9bc89 100644 --- a/assets/common/items/npc_weapons/unique/frostfang.ron +++ b/assets/common/items/npc_weapons/unique/frostfang.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frostfang", - description: "testing123", + legacy_name: "Frostfang", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/frostwyvern.ron b/assets/common/items/npc_weapons/unique/frostwyvern.ron index 803bd66998..fb6ddc3d2f 100644 --- a/assets/common/items/npc_weapons/unique/frostwyvern.ron +++ b/assets/common/items/npc_weapons/unique/frostwyvern.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frost Wyvern", - description: "testing123", + legacy_name: "Frost Wyvern", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/haniwa_sentry.ron b/assets/common/items/npc_weapons/unique/haniwa_sentry.ron index 36c72bf0ec..69955ec568 100644 --- a/assets/common/items/npc_weapons/unique/haniwa_sentry.ron +++ b/assets/common/items/npc_weapons/unique/haniwa_sentry.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Haniwa Sentry", - description: "Rotating turret weapon", + legacy_name: "Haniwa Sentry", + legacy_description: "Rotating turret weapon", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/hermit_alligator.ron b/assets/common/items/npc_weapons/unique/hermit_alligator.ron index 911c49fed6..584d5f9085 100644 --- a/assets/common/items/npc_weapons/unique/hermit_alligator.ron +++ b/assets/common/items/npc_weapons/unique/hermit_alligator.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hermit Alligator Teeth", - description: "Grrr!", + legacy_name: "Hermit Alligator Teeth", + legacy_description: "Grrr!", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/husk.ron b/assets/common/items/npc_weapons/unique/husk.ron index 25d71565d4..8de3d046f4 100644 --- a/assets/common/items/npc_weapons/unique/husk.ron +++ b/assets/common/items/npc_weapons/unique/husk.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk", - description: "testing123", + legacy_name: "Husk", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/husk_brute.ron b/assets/common/items/npc_weapons/unique/husk_brute.ron index 79065777c3..7ed05973b8 100644 --- a/assets/common/items/npc_weapons/unique/husk_brute.ron +++ b/assets/common/items/npc_weapons/unique/husk_brute.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Husk Brute", - description: "testing123", + legacy_name: "Husk Brute", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/icedrake.ron b/assets/common/items/npc_weapons/unique/icedrake.ron index b42af159fa..c1d1de0e7f 100644 --- a/assets/common/items/npc_weapons/unique/icedrake.ron +++ b/assets/common/items/npc_weapons/unique/icedrake.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Ice Drake", - description: "testing123", + legacy_name: "Ice Drake", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/irrwurz.ron b/assets/common/items/npc_weapons/unique/irrwurz.ron index 71cae78fd3..147b965660 100644 --- a/assets/common/items/npc_weapons/unique/irrwurz.ron +++ b/assets/common/items/npc_weapons/unique/irrwurz.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Starter Grace", - description: "Fret not, newbies shant cry.", + legacy_name: "Starter Grace", + legacy_description: "Fret not, newbies shant cry.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/maneater.ron b/assets/common/items/npc_weapons/unique/maneater.ron index 78a318ea69..d19f3cc2d6 100644 --- a/assets/common/items/npc_weapons/unique/maneater.ron +++ b/assets/common/items/npc_weapons/unique/maneater.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Maneater", - description: "testing123", + legacy_name: "Maneater", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/mossysnail.ron b/assets/common/items/npc_weapons/unique/mossysnail.ron index 15e83d65b6..6980dad168 100644 --- a/assets/common/items/npc_weapons/unique/mossysnail.ron +++ b/assets/common/items/npc_weapons/unique/mossysnail.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Starter Grace", - description: "Fret not, newbies shant cry.", + legacy_name: "Starter Grace", + legacy_description: "Fret not, newbies shant cry.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/organ.ron b/assets/common/items/npc_weapons/unique/organ.ron index 457d5f6b5d..62526c081d 100644 --- a/assets/common/items/npc_weapons/unique/organ.ron +++ b/assets/common/items/npc_weapons/unique/organ.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Organ Aura", - description: "Motivational Tune", + legacy_name: "Organ Aura", + legacy_description: "Motivational Tune", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadlowbasic.ron b/assets/common/items/npc_weapons/unique/quadlowbasic.ron index 08c3565d9d..881ddea4c9 100644 --- a/assets/common/items/npc_weapons/unique/quadlowbasic.ron +++ b/assets/common/items/npc_weapons/unique/quadlowbasic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Low Basic", - description: "testing123", + legacy_name: "Quad Low Basic", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadlowbeam.ron b/assets/common/items/npc_weapons/unique/quadlowbeam.ron index 4cbd700a87..7de891448f 100644 --- a/assets/common/items/npc_weapons/unique/quadlowbeam.ron +++ b/assets/common/items/npc_weapons/unique/quadlowbeam.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Small Beam", - description: "testing123", + legacy_name: "Quad Small Beam", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadlowbreathe.ron b/assets/common/items/npc_weapons/unique/quadlowbreathe.ron index d0e2e3b46a..cddeaebc90 100644 --- a/assets/common/items/npc_weapons/unique/quadlowbreathe.ron +++ b/assets/common/items/npc_weapons/unique/quadlowbreathe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Low Breathe", - description: "testing123", + legacy_name: "Quad Low Breathe", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadlowquick.ron b/assets/common/items/npc_weapons/unique/quadlowquick.ron index 778904d8b8..58a3c95752 100644 --- a/assets/common/items/npc_weapons/unique/quadlowquick.ron +++ b/assets/common/items/npc_weapons/unique/quadlowquick.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Low Quick", - description: "testing123", + legacy_name: "Quad Low Quick", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadlowtail.ron b/assets/common/items/npc_weapons/unique/quadlowtail.ron index 2058ea0db5..bbe2642eea 100644 --- a/assets/common/items/npc_weapons/unique/quadlowtail.ron +++ b/assets/common/items/npc_weapons/unique/quadlowtail.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Low Tail", - description: "testing123", + legacy_name: "Quad Low Tail", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadmedbasic.ron b/assets/common/items/npc_weapons/unique/quadmedbasic.ron index 1fd771db46..56f3cf3c8a 100644 --- a/assets/common/items/npc_weapons/unique/quadmedbasic.ron +++ b/assets/common/items/npc_weapons/unique/quadmedbasic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Med Basic", - description: "testing123", + legacy_name: "Quad Med Basic", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadmedbasicgentle.ron b/assets/common/items/npc_weapons/unique/quadmedbasicgentle.ron index caea8d0e56..fa889c4b51 100644 --- a/assets/common/items/npc_weapons/unique/quadmedbasicgentle.ron +++ b/assets/common/items/npc_weapons/unique/quadmedbasicgentle.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Med Basic", - description: "testing123", + legacy_name: "Quad Med Basic", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadmedcharge.ron b/assets/common/items/npc_weapons/unique/quadmedcharge.ron index 5136da4e74..108125ec39 100644 --- a/assets/common/items/npc_weapons/unique/quadmedcharge.ron +++ b/assets/common/items/npc_weapons/unique/quadmedcharge.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Med Charge", - description: "testing123", + legacy_name: "Quad Med Charge", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadmedhoof.ron b/assets/common/items/npc_weapons/unique/quadmedhoof.ron index 90155be699..5d6a41183e 100644 --- a/assets/common/items/npc_weapons/unique/quadmedhoof.ron +++ b/assets/common/items/npc_weapons/unique/quadmedhoof.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Med Hoof", - description: "testing123", + legacy_name: "Quad Med Hoof", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadmedjump.ron b/assets/common/items/npc_weapons/unique/quadmedjump.ron index df90e38b28..8d44003988 100644 --- a/assets/common/items/npc_weapons/unique/quadmedjump.ron +++ b/assets/common/items/npc_weapons/unique/quadmedjump.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Med Jump", - description: "testing123", + legacy_name: "Quad Med Jump", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadmedquick.ron b/assets/common/items/npc_weapons/unique/quadmedquick.ron index 0c06f30c7c..37e25021f8 100644 --- a/assets/common/items/npc_weapons/unique/quadmedquick.ron +++ b/assets/common/items/npc_weapons/unique/quadmedquick.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Med Quick", - description: "testing123", + legacy_name: "Quad Med Quick", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/quadsmallbasic.ron b/assets/common/items/npc_weapons/unique/quadsmallbasic.ron index a6250a0273..f0e66ae730 100644 --- a/assets/common/items/npc_weapons/unique/quadsmallbasic.ron +++ b/assets/common/items/npc_weapons/unique/quadsmallbasic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Quad Small Basic", - description: "testing123", + legacy_name: "Quad Small Basic", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/roshwalr.ron b/assets/common/items/npc_weapons/unique/roshwalr.ron index b92a636498..e1e57309e3 100644 --- a/assets/common/items/npc_weapons/unique/roshwalr.ron +++ b/assets/common/items/npc_weapons/unique/roshwalr.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Roshwalr", - description: "testing123", + legacy_name: "Roshwalr", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/sea_bishop_sceptre.ron b/assets/common/items/npc_weapons/unique/sea_bishop_sceptre.ron index 70b0fc93e5..0cd96a85a5 100644 --- a/assets/common/items/npc_weapons/unique/sea_bishop_sceptre.ron +++ b/assets/common/items/npc_weapons/unique/sea_bishop_sceptre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sea Bishop Sceptre", - description: "Hits like a wave.", + legacy_name: "Sea Bishop Sceptre", + legacy_description: "Hits like a wave.", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/seawyvern.ron b/assets/common/items/npc_weapons/unique/seawyvern.ron index 19f01547b3..ac87d9227f 100644 --- a/assets/common/items/npc_weapons/unique/seawyvern.ron +++ b/assets/common/items/npc_weapons/unique/seawyvern.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sea Wyvern", - description: "testing123", + legacy_name: "Sea Wyvern", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/simpleflyingbasic.ron b/assets/common/items/npc_weapons/unique/simpleflyingbasic.ron index 0504795ceb..ddf9042336 100644 --- a/assets/common/items/npc_weapons/unique/simpleflyingbasic.ron +++ b/assets/common/items/npc_weapons/unique/simpleflyingbasic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Simple Flying Melee", - description: "I believe I can fly!!!!!", + legacy_name: "Simple Flying Melee", + legacy_description: "I believe I can fly!!!!!", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/stone_golems_fist.ron b/assets/common/items/npc_weapons/unique/stone_golems_fist.ron index 2583c19866..1834a3b4d5 100644 --- a/assets/common/items/npc_weapons/unique/stone_golems_fist.ron +++ b/assets/common/items/npc_weapons/unique/stone_golems_fist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Stone Golem's Fist", - description: "Was attached to a mighty stone golem.", + legacy_name: "Stone Golem's Fist", + legacy_description: "Was attached to a mighty stone golem.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/theropodbasic.ron b/assets/common/items/npc_weapons/unique/theropodbasic.ron index dcb354cc77..7061742e10 100644 --- a/assets/common/items/npc_weapons/unique/theropodbasic.ron +++ b/assets/common/items/npc_weapons/unique/theropodbasic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Theropod Basic", - description: "testing123", + legacy_name: "Theropod Basic", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/theropodbird.ron b/assets/common/items/npc_weapons/unique/theropodbird.ron index 84f51ad72d..82ffcd4abc 100644 --- a/assets/common/items/npc_weapons/unique/theropodbird.ron +++ b/assets/common/items/npc_weapons/unique/theropodbird.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Theropod Bird", - description: "testing123", + legacy_name: "Theropod Bird", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/theropodcharge.ron b/assets/common/items/npc_weapons/unique/theropodcharge.ron index 0f7eaf348c..dd53e92c0e 100644 --- a/assets/common/items/npc_weapons/unique/theropodcharge.ron +++ b/assets/common/items/npc_weapons/unique/theropodcharge.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Theropod Charge", - description: "testing123", + legacy_name: "Theropod Charge", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/theropodsmall.ron b/assets/common/items/npc_weapons/unique/theropodsmall.ron index 7fd355bec9..ee7cad2faf 100644 --- a/assets/common/items/npc_weapons/unique/theropodsmall.ron +++ b/assets/common/items/npc_weapons/unique/theropodsmall.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Theropod Small", - description: "testing123", + legacy_name: "Theropod Small", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/tidal_claws.ron b/assets/common/items/npc_weapons/unique/tidal_claws.ron index 9ca5e5ec18..ecba1a2ec0 100644 --- a/assets/common/items/npc_weapons/unique/tidal_claws.ron +++ b/assets/common/items/npc_weapons/unique/tidal_claws.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tidal Claws", - description: "Snip snap", + legacy_name: "Tidal Claws", + legacy_description: "Snip snap", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/tidal_totem.ron b/assets/common/items/npc_weapons/unique/tidal_totem.ron index 796c6fb52d..032b829c7b 100644 --- a/assets/common/items/npc_weapons/unique/tidal_totem.ron +++ b/assets/common/items/npc_weapons/unique/tidal_totem.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tidal Totem", - description: "Yeet", + legacy_name: "Tidal Totem", + legacy_description: "Yeet", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/tornado.ron b/assets/common/items/npc_weapons/unique/tornado.ron index 711780fdaf..1d3c97eafe 100644 --- a/assets/common/items/npc_weapons/unique/tornado.ron +++ b/assets/common/items/npc_weapons/unique/tornado.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tornado", - description: "Tornado weapon", + legacy_name: "Tornado", + legacy_description: "Tornado weapon", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/treantsapling.ron b/assets/common/items/npc_weapons/unique/treantsapling.ron index 7f2cfa9482..9accfd6096 100644 --- a/assets/common/items/npc_weapons/unique/treantsapling.ron +++ b/assets/common/items/npc_weapons/unique/treantsapling.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Starter Grace", - description: "Fret not, newbies shant cry.", + legacy_name: "Starter Grace", + legacy_description: "Fret not, newbies shant cry.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/turret.ron b/assets/common/items/npc_weapons/unique/turret.ron index ba14895e67..02abe1edb5 100644 --- a/assets/common/items/npc_weapons/unique/turret.ron +++ b/assets/common/items/npc_weapons/unique/turret.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Turret", - description: "Turret weapon", + legacy_name: "Turret", + legacy_description: "Turret weapon", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/tursus_claws.ron b/assets/common/items/npc_weapons/unique/tursus_claws.ron index d77443a3b0..c5798669f4 100644 --- a/assets/common/items/npc_weapons/unique/tursus_claws.ron +++ b/assets/common/items/npc_weapons/unique/tursus_claws.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Tursus Claws", - description: "Was attached to a beast.", + legacy_name: "Tursus Claws", + legacy_description: "Was attached to a beast.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/wealdwyvern.ron b/assets/common/items/npc_weapons/unique/wealdwyvern.ron index b8a63cb345..c95badbce4 100644 --- a/assets/common/items/npc_weapons/unique/wealdwyvern.ron +++ b/assets/common/items/npc_weapons/unique/wealdwyvern.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Weald Wyvern", - description: "testing123", + legacy_name: "Weald Wyvern", + legacy_description: "testing123", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/wendigo_magic.ron b/assets/common/items/npc_weapons/unique/wendigo_magic.ron index 9ad5427922..753242d4e0 100644 --- a/assets/common/items/npc_weapons/unique/wendigo_magic.ron +++ b/assets/common/items/npc_weapons/unique/wendigo_magic.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wendigo Magic", - description: "spook.", + legacy_name: "Wendigo Magic", + legacy_description: "spook.", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/npc_weapons/unique/wood_golem_fist.ron b/assets/common/items/npc_weapons/unique/wood_golem_fist.ron index 111766d4ab..198143e5cf 100644 --- a/assets/common/items/npc_weapons/unique/wood_golem_fist.ron +++ b/assets/common/items/npc_weapons/unique/wood_golem_fist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wood Golem Fists", - description: "Yeet", + legacy_name: "Wood Golem Fists", + legacy_description: "Yeet", kind: Tool(( kind: Natural, hands: Two, diff --git a/assets/common/items/tag_examples/cultist.ron b/assets/common/items/tag_examples/cultist.ron index a2d33d9fa4..2f3424b7c8 100644 --- a/assets/common/items/tag_examples/cultist.ron +++ b/assets/common/items/tag_examples/cultist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Anything related to cultists", - description: "These items are a little creepy.", + legacy_name: "Anything related to cultists", + legacy_description: "These items are a little creepy.", kind: TagExamples( item_ids: [ "common.items.armor.cultist.belt", diff --git a/assets/common/items/tag_examples/gnarling.ron b/assets/common/items/tag_examples/gnarling.ron index 3089df840c..a112befa77 100644 --- a/assets/common/items/tag_examples/gnarling.ron +++ b/assets/common/items/tag_examples/gnarling.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Attire of the Gnarling tribes", - description: "Worn by Gnarlings and their Chieftains.", + legacy_name: "Attire of the Gnarling tribes", + legacy_description: "Worn by Gnarlings and their Chieftains.", kind: TagExamples( item_ids: [ "common.items.armor.misc.head.gnarling_mask", diff --git a/assets/common/items/testing/test_bag_18_slot.ron b/assets/common/items/testing/test_bag_18_slot.ron index 3bf0e174cd..927d158f7e 100644 --- a/assets/common/items/testing/test_bag_18_slot.ron +++ b/assets/common/items/testing/test_bag_18_slot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Test 18 slot bag", - description: "Used for unit tests do not delete", + legacy_name: "Test 18 slot bag", + legacy_description: "Used for unit tests do not delete", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/testing/test_bag_9_slot.ron b/assets/common/items/testing/test_bag_9_slot.ron index de1a6f9e66..7170c12c65 100644 --- a/assets/common/items/testing/test_bag_9_slot.ron +++ b/assets/common/items/testing/test_bag_9_slot.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Test 9 slot bag", - description: "Used for unit tests do not delete", + legacy_name: "Test 9 slot bag", + legacy_description: "Used for unit tests do not delete", kind: Armor(( kind: Bag, stats: Direct(()), diff --git a/assets/common/items/testing/test_boots.ron b/assets/common/items/testing/test_boots.ron index 04d67fa4b9..de0b397ff1 100644 --- a/assets/common/items/testing/test_boots.ron +++ b/assets/common/items/testing/test_boots.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Testing Boots", - description: "Hopefully this test doesn't break!", + legacy_name: "Testing Boots", + legacy_description: "Hopefully this test doesn't break!", kind: Armor(( kind: Foot, stats: Direct(()), diff --git a/assets/common/items/tool/craftsman_hammer.ron b/assets/common/items/tool/craftsman_hammer.ron index 9d6ff1c9bd..609eeb9434 100644 --- a/assets/common/items/tool/craftsman_hammer.ron +++ b/assets/common/items/tool/craftsman_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Craftsman Hammer", - description: "Used to craft various items.", + legacy_name: "Craftsman Hammer", + legacy_description: "Used to craft various items.", kind: Tool(( kind: Hammer, hands: One, diff --git a/assets/common/items/tool/instruments/double_bass.ron b/assets/common/items/tool/instruments/double_bass.ron index b758ae49e5..dad0a27100 100644 --- a/assets/common/items/tool/instruments/double_bass.ron +++ b/assets/common/items/tool/instruments/double_bass.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Double Bass", - description: "Wooden Bass.", + legacy_name: "Double Bass", + legacy_description: "Wooden Bass.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/flute.ron b/assets/common/items/tool/instruments/flute.ron index 63ce004b50..8bc58532f1 100644 --- a/assets/common/items/tool/instruments/flute.ron +++ b/assets/common/items/tool/instruments/flute.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flute", - description: "Wooden Flute.", + legacy_name: "Flute", + legacy_description: "Wooden Flute.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/glass_flute.ron b/assets/common/items/tool/instruments/glass_flute.ron index e7f805ccc2..9eaefed1c8 100644 --- a/assets/common/items/tool/instruments/glass_flute.ron +++ b/assets/common/items/tool/instruments/glass_flute.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Glass Flute", - description: "What's the Cardinal doing with it?", + legacy_name: "Glass Flute", + legacy_description: "What's the Cardinal doing with it?", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/guitar.ron b/assets/common/items/tool/instruments/guitar.ron index de0ea6a228..a51eecaf6a 100644 --- a/assets/common/items/tool/instruments/guitar.ron +++ b/assets/common/items/tool/instruments/guitar.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Guitar", - description: "Wooden Guitar.", + legacy_name: "Guitar", + legacy_description: "Wooden Guitar.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/guitar_dark.ron b/assets/common/items/tool/instruments/guitar_dark.ron index 2d17889bcd..e0a35a2f47 100644 --- a/assets/common/items/tool/instruments/guitar_dark.ron +++ b/assets/common/items/tool/instruments/guitar_dark.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Dark Guitar", - description: "Sounds edgy.", + legacy_name: "Dark Guitar", + legacy_description: "Sounds edgy.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/icy_talharpa.ron b/assets/common/items/tool/instruments/icy_talharpa.ron index 3d76b880f6..ba6c01a092 100644 --- a/assets/common/items/tool/instruments/icy_talharpa.ron +++ b/assets/common/items/tool/instruments/icy_talharpa.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Icy Talharpa", - description: "Icy Talharpa.", + legacy_name: "Icy Talharpa", + legacy_description: "Icy Talharpa.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/kalimba.ron b/assets/common/items/tool/instruments/kalimba.ron index 6a45dd77d2..29f66061bf 100644 --- a/assets/common/items/tool/instruments/kalimba.ron +++ b/assets/common/items/tool/instruments/kalimba.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Kalimba", - description: "Wooden Kalimba.", + legacy_name: "Kalimba", + legacy_description: "Wooden Kalimba.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/lute.ron b/assets/common/items/tool/instruments/lute.ron index f5564228b9..9de216cbbc 100644 --- a/assets/common/items/tool/instruments/lute.ron +++ b/assets/common/items/tool/instruments/lute.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Lute", - description: "Wooden Lute.", + legacy_name: "Lute", + legacy_description: "Wooden Lute.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/lyre.ron b/assets/common/items/tool/instruments/lyre.ron index 1da28fd894..c9cc7a14f7 100644 --- a/assets/common/items/tool/instruments/lyre.ron +++ b/assets/common/items/tool/instruments/lyre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Lyre", - description: "Wooden Lyre.", + legacy_name: "Lyre", + legacy_description: "Wooden Lyre.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/melodica.ron b/assets/common/items/tool/instruments/melodica.ron index 94fbbdbda3..84cf081475 100644 --- a/assets/common/items/tool/instruments/melodica.ron +++ b/assets/common/items/tool/instruments/melodica.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Melodica", - description: "Wooden Melodica.", + legacy_name: "Melodica", + legacy_description: "Wooden Melodica.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/sitar.ron b/assets/common/items/tool/instruments/sitar.ron index 28f4bdccf7..338a6c7889 100644 --- a/assets/common/items/tool/instruments/sitar.ron +++ b/assets/common/items/tool/instruments/sitar.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sitar", - description: "Wooden Sitar.", + legacy_name: "Sitar", + legacy_description: "Wooden Sitar.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/washboard.ron b/assets/common/items/tool/instruments/washboard.ron index cbb14d8cec..1607cdc7e8 100644 --- a/assets/common/items/tool/instruments/washboard.ron +++ b/assets/common/items/tool/instruments/washboard.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Washboard", - description: "Washboard.", + legacy_name: "Washboard", + legacy_description: "Washboard.", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/instruments/wildskin_drum.ron b/assets/common/items/tool/instruments/wildskin_drum.ron index b897288577..5418b5c9a8 100644 --- a/assets/common/items/tool/instruments/wildskin_drum.ron +++ b/assets/common/items/tool/instruments/wildskin_drum.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Wildskin Drum", - description: "one, two, you know what to do!", + legacy_name: "Wildskin Drum", + legacy_description: "one, two, you know what to do!", kind: Tool(( kind: Instrument, hands: Two, diff --git a/assets/common/items/tool/pickaxe_steel.ron b/assets/common/items/tool/pickaxe_steel.ron index 1009f643ee..ce027ff25f 100644 --- a/assets/common/items/tool/pickaxe_steel.ron +++ b/assets/common/items/tool/pickaxe_steel.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Steel Pickaxe", - description: "Allows for swift excavation of any ore in sight.", + legacy_name: "Steel Pickaxe", + legacy_description: "Allows for swift excavation of any ore in sight.", kind: Tool(( kind: Pick, hands: Two, diff --git a/assets/common/items/tool/pickaxe_stone.ron b/assets/common/items/tool/pickaxe_stone.ron index ae27c3cffc..f80d70a039 100644 --- a/assets/common/items/tool/pickaxe_stone.ron +++ b/assets/common/items/tool/pickaxe_stone.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Stone Pickaxe", - description: "Strike the earth!", + legacy_name: "Stone Pickaxe", + legacy_description: "Strike the earth!", kind: Tool(( kind: Pick, hands: Two, diff --git a/assets/common/items/tool/pickaxe_velorite.ron b/assets/common/items/tool/pickaxe_velorite.ron index 6ab7ce9bf7..303f2d2fca 100644 --- a/assets/common/items/tool/pickaxe_velorite.ron +++ b/assets/common/items/tool/pickaxe_velorite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Pickaxe", - description: "Allows for swift excavation of any ore in sight.", + legacy_name: "Velorite Pickaxe", + legacy_description: "Allows for swift excavation of any ore in sight.", kind: Tool(( kind: Pick, hands: Two, diff --git a/assets/common/items/utility/bomb.ron b/assets/common/items/utility/bomb.ron index 0fc5690ba0..a33ef76be0 100644 --- a/assets/common/items/utility/bomb.ron +++ b/assets/common/items/utility/bomb.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Bomb", - description: "A highly explosive device, demolitionists adore them!", + legacy_name: "Bomb", + legacy_description: "A highly explosive device, demolitionists adore them!", kind: Throwable( kind: Bomb, ), diff --git a/assets/common/items/utility/coins.ron b/assets/common/items/utility/coins.ron index fa4dbc14d0..61cb50ab87 100644 --- a/assets/common/items/utility/coins.ron +++ b/assets/common/items/utility/coins.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Coins", - description: "Precious coins, can be exchanged for goods and services.", + legacy_name: "Coins", + legacy_description: "Precious coins, can be exchanged for goods and services.", kind: Utility( kind: Coins, ), diff --git a/assets/common/items/utility/collar.ron b/assets/common/items/utility/collar.ron index 51d34c8c93..365b2c10ec 100644 --- a/assets/common/items/utility/collar.ron +++ b/assets/common/items/utility/collar.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Collar", - description: "Tames neutral wild animals within 5 blocks", + legacy_name: "Collar", + legacy_description: "Tames neutral wild animals within 5 blocks", kind: Utility( kind: Collar, ), diff --git a/assets/common/items/utility/firework_blue.ron b/assets/common/items/utility/firework_blue.ron index 36153323a2..49f5503a65 100644 --- a/assets/common/items/utility/firework_blue.ron +++ b/assets/common/items/utility/firework_blue.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Firework Blue", - description: "Recommended clearance: 42 chonks", + legacy_name: "Firework Blue", + legacy_description: "Recommended clearance: 42 chonks", kind: Throwable( kind: Firework(Blue), ), diff --git a/assets/common/items/utility/firework_green.ron b/assets/common/items/utility/firework_green.ron index a30592e845..51b0653570 100644 --- a/assets/common/items/utility/firework_green.ron +++ b/assets/common/items/utility/firework_green.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Firework Green", - description: "Watch out for trees.", + legacy_name: "Firework Green", + legacy_description: "Watch out for trees.", kind: Throwable( kind: Firework(Green), ), diff --git a/assets/common/items/utility/firework_purple.ron b/assets/common/items/utility/firework_purple.ron index 662739b961..9c5764a305 100644 --- a/assets/common/items/utility/firework_purple.ron +++ b/assets/common/items/utility/firework_purple.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Firework Purple", - description: "Cult favourite.", + legacy_name: "Firework Purple", + legacy_description: "Cult favourite.", kind: Throwable( kind: Firework(Purple), ), diff --git a/assets/common/items/utility/firework_red.ron b/assets/common/items/utility/firework_red.ron index a86b71f0fc..1bd0d32092 100644 --- a/assets/common/items/utility/firework_red.ron +++ b/assets/common/items/utility/firework_red.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Firework Red", - description: "Humans sometimes use these\nas a flare in a pinch.", + legacy_name: "Firework Red", + legacy_description: "Humans sometimes use these\nas a flare in a pinch.", kind: Throwable( kind: Firework(Red), ), diff --git a/assets/common/items/utility/firework_white.ron b/assets/common/items/utility/firework_white.ron index 9b53c6a35f..1dae2f40f4 100644 --- a/assets/common/items/utility/firework_white.ron +++ b/assets/common/items/utility/firework_white.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Firework White", - description: "Twinkles like the stars", + legacy_name: "Firework White", + legacy_description: "Twinkles like the stars", kind: Throwable( kind: Firework(White), ), diff --git a/assets/common/items/utility/firework_yellow.ron b/assets/common/items/utility/firework_yellow.ron index 96e43dcb0b..18f6d5baf9 100644 --- a/assets/common/items/utility/firework_yellow.ron +++ b/assets/common/items/utility/firework_yellow.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Firework Yellow", - description: "The Great Doctor passed away after\ntesting this contraption indoors.", + legacy_name: "Firework Yellow", + legacy_description: "The Great Doctor passed away after\ntesting this contraption indoors.", kind: Throwable( kind: Firework(Yellow), ), diff --git a/assets/common/items/utility/lockpick_0.ron b/assets/common/items/utility/lockpick_0.ron index 3a6294113f..51bd2e3da6 100644 --- a/assets/common/items/utility/lockpick_0.ron +++ b/assets/common/items/utility/lockpick_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Common Lockpick", - description: "Used to open common locks. Will break after use.", + legacy_name: "Common Lockpick", + legacy_description: "Used to open common locks. Will break after use.", kind: Utility( kind: Key, ), diff --git a/assets/common/items/utility/training_dummy.ron b/assets/common/items/utility/training_dummy.ron index a3522b268e..2bedace374 100644 --- a/assets/common/items/utility/training_dummy.ron +++ b/assets/common/items/utility/training_dummy.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Training Dummy", - description: "His name is William. Fire at will.", + legacy_name: "Training Dummy", + legacy_description: "His name is William. Fire at will.", kind: Throwable( kind: TrainingDummy, ), diff --git a/assets/common/items/weapons/axe/malachite_axe-0.ron b/assets/common/items/weapons/axe/malachite_axe-0.ron index 33a24c0e2a..c6817414ba 100644 --- a/assets/common/items/weapons/axe/malachite_axe-0.ron +++ b/assets/common/items/weapons/axe/malachite_axe-0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Malachite Axe", - description: "Etched axe head decorated with malachite on the blades to provide magical properties.", + legacy_name: "Malachite Axe", + legacy_description: "Etched axe head decorated with malachite on the blades to provide magical properties.", kind: Tool(( kind: Axe, hands: Two, diff --git a/assets/common/items/weapons/axe/parashu.ron b/assets/common/items/weapons/axe/parashu.ron index f9b792a225..d7a72fddfd 100644 --- a/assets/common/items/weapons/axe/parashu.ron +++ b/assets/common/items/weapons/axe/parashu.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Parashu", - description: "Said to be able to cleave the heavens.", + legacy_name: "Parashu", + legacy_description: "Said to be able to cleave the heavens.", kind: Tool(( kind: Axe, hands: Two, diff --git a/assets/common/items/weapons/axe/starter_axe.ron b/assets/common/items/weapons/axe/starter_axe.ron index af5a537418..7bb1665639 100644 --- a/assets/common/items/weapons/axe/starter_axe.ron +++ b/assets/common/items/weapons/axe/starter_axe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Notched Axe", - description: "Every dent tells the story of a chopped tree.", + legacy_name: "Notched Axe", + legacy_description: "Every dent tells the story of a chopped tree.", kind: Tool(( kind: Axe, hands: Two, diff --git a/assets/common/items/weapons/bow/sagitta.ron b/assets/common/items/weapons/bow/sagitta.ron index 8cda674730..9f82f8588f 100644 --- a/assets/common/items/weapons/bow/sagitta.ron +++ b/assets/common/items/weapons/bow/sagitta.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sagitta", - description: "Said to have slain a dragon with a single arrow", + legacy_name: "Sagitta", + legacy_description: "Said to have slain a dragon with a single arrow", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/weapons/bow/starter.ron b/assets/common/items/weapons/bow/starter.ron index a9d33d0cad..1f8d3dee6a 100644 --- a/assets/common/items/weapons/bow/starter.ron +++ b/assets/common/items/weapons/bow/starter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Uneven Bow", - description: "Someone carved their initials into it.", + legacy_name: "Uneven Bow", + legacy_description: "Someone carved their initials into it.", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/weapons/bow/velorite.ron b/assets/common/items/weapons/bow/velorite.ron index cf689b954e..1f244104fa 100644 --- a/assets/common/items/weapons/bow/velorite.ron +++ b/assets/common/items/weapons/bow/velorite.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Bow", - description: "Infused with Velorite power.", + legacy_name: "Velorite Bow", + legacy_description: "Infused with Velorite power.", kind: Tool(( kind: Bow, hands: Two, diff --git a/assets/common/items/weapons/dagger/basic_0.ron b/assets/common/items/weapons/dagger/basic_0.ron index 71ebc25539..2a5b0f7cb3 100644 --- a/assets/common/items/weapons/dagger/basic_0.ron +++ b/assets/common/items/weapons/dagger/basic_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Suspicious Paper Knife", - description: "Opens letters quickly.", + legacy_name: "Suspicious Paper Knife", + legacy_description: "Opens letters quickly.", kind: Tool(( kind: Dagger, hands: One, diff --git a/assets/common/items/weapons/dagger/cultist_0.ron b/assets/common/items/weapons/dagger/cultist_0.ron index 9b9eefbcd1..3cf353373b 100644 --- a/assets/common/items/weapons/dagger/cultist_0.ron +++ b/assets/common/items/weapons/dagger/cultist_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Magical Cultist Dagger", - description: "This belonged to an evil Cult Leader.", + legacy_name: "Magical Cultist Dagger", + legacy_description: "This belonged to an evil Cult Leader.", kind: Tool(( kind: Dagger, hands: One, diff --git a/assets/common/items/weapons/dagger/starter_dagger.ron b/assets/common/items/weapons/dagger/starter_dagger.ron index a7a451b19f..031bf7b1a0 100644 --- a/assets/common/items/weapons/dagger/starter_dagger.ron +++ b/assets/common/items/weapons/dagger/starter_dagger.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rusty Dagger", - description: "Easily concealed.", + legacy_name: "Rusty Dagger", + legacy_description: "Easily concealed.", kind: Tool(( kind: Dagger, hands: One, diff --git a/assets/common/items/weapons/empty/empty.ron b/assets/common/items/weapons/empty/empty.ron index 3732232a55..104aadc3cb 100644 --- a/assets/common/items/weapons/empty/empty.ron +++ b/assets/common/items/weapons/empty/empty.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Empty Item", - description: "This item may grant abilities, but is invisible", + legacy_name: "Empty Item", + legacy_description: "This item may grant abilities, but is invisible", kind: Tool(( kind: Empty, hands: One, diff --git a/assets/common/items/weapons/hammer/burnt_drumstick.ron b/assets/common/items/weapons/hammer/burnt_drumstick.ron index a093659d7e..cd58f31881 100644 --- a/assets/common/items/weapons/hammer/burnt_drumstick.ron +++ b/assets/common/items/weapons/hammer/burnt_drumstick.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Burnt Drumstick", - description: "Might need more practice...", + legacy_name: "Burnt Drumstick", + legacy_description: "Might need more practice...", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/weapons/hammer/cultist_purp_2h-0.ron b/assets/common/items/weapons/hammer/cultist_purp_2h-0.ron index c846a25df0..8676ced138 100644 --- a/assets/common/items/weapons/hammer/cultist_purp_2h-0.ron +++ b/assets/common/items/weapons/hammer/cultist_purp_2h-0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Magical Cultist Warhammer", - description: "This belonged to an evil Cult Leader.", + legacy_name: "Magical Cultist Warhammer", + legacy_description: "This belonged to an evil Cult Leader.", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/weapons/hammer/flimsy_hammer.ron b/assets/common/items/weapons/hammer/flimsy_hammer.ron index f93b3e527d..f074fa3ba9 100644 --- a/assets/common/items/weapons/hammer/flimsy_hammer.ron +++ b/assets/common/items/weapons/hammer/flimsy_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Flimsy Hammer", - description: "The head is barely secured.", + legacy_name: "Flimsy Hammer", + legacy_description: "The head is barely secured.", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/weapons/hammer/hammer_1.ron b/assets/common/items/weapons/hammer/hammer_1.ron index 3cf77969a0..dbf8e866a3 100644 --- a/assets/common/items/weapons/hammer/hammer_1.ron +++ b/assets/common/items/weapons/hammer/hammer_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Crude Mallet", - description: "Breaks bones like sticks and stones.", + legacy_name: "Crude Mallet", + legacy_description: "Breaks bones like sticks and stones.", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/weapons/hammer/mjolnir.ron b/assets/common/items/weapons/hammer/mjolnir.ron index 5d661d7a10..32dfac09aa 100644 --- a/assets/common/items/weapons/hammer/mjolnir.ron +++ b/assets/common/items/weapons/hammer/mjolnir.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Mjolnir", - description: "It's crackling with lightning.", + legacy_name: "Mjolnir", + legacy_description: "It's crackling with lightning.", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/weapons/hammer/starter_hammer.ron b/assets/common/items/weapons/hammer/starter_hammer.ron index 3c465223a4..55e89008ed 100644 --- a/assets/common/items/weapons/hammer/starter_hammer.ron +++ b/assets/common/items/weapons/hammer/starter_hammer.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Sturdy Old Hammer", - description: "'Property of...' The rest is missing.", + legacy_name: "Sturdy Old Hammer", + legacy_description: "'Property of...' The rest is missing.", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/weapons/sceptre/amethyst.ron b/assets/common/items/weapons/sceptre/amethyst.ron index 0bd5dc0287..c3132e5d81 100644 --- a/assets/common/items/weapons/sceptre/amethyst.ron +++ b/assets/common/items/weapons/sceptre/amethyst.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Amethyst Staff", - description: "Its stone is the closest thing from perfection", + legacy_name: "Amethyst Staff", + legacy_description: "Its stone is the closest thing from perfection", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/weapons/sceptre/belzeshrub.ron b/assets/common/items/weapons/sceptre/belzeshrub.ron index a5a9f19ddf..44c19f5191 100644 --- a/assets/common/items/weapons/sceptre/belzeshrub.ron +++ b/assets/common/items/weapons/sceptre/belzeshrub.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Belzeshrub the Broom God", - description: "'Is it... alive?'", + legacy_name: "Belzeshrub the Broom God", + legacy_description: "'Is it... alive?'", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/weapons/sceptre/caduceus.ron b/assets/common/items/weapons/sceptre/caduceus.ron index 291ed2c603..17c6a767e3 100644 --- a/assets/common/items/weapons/sceptre/caduceus.ron +++ b/assets/common/items/weapons/sceptre/caduceus.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Caduceus", - description: "The snakes seem to be alive", + legacy_name: "Caduceus", + legacy_description: "The snakes seem to be alive", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/weapons/sceptre/root_evil.ron b/assets/common/items/weapons/sceptre/root_evil.ron index 7e331870da..9e8d651b7f 100644 --- a/assets/common/items/weapons/sceptre/root_evil.ron +++ b/assets/common/items/weapons/sceptre/root_evil.ron @@ -1,6 +1,6 @@ ItemDef( - name: "The Root of Evil", - description: "'Everything comes at a price...'", + legacy_name: "The Root of Evil", + legacy_description: "'Everything comes at a price...'", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/weapons/sceptre/sceptre_velorite_0.ron b/assets/common/items/weapons/sceptre/sceptre_velorite_0.ron index 7f5a69481e..b3ae7ff9cf 100644 --- a/assets/common/items/weapons/sceptre/sceptre_velorite_0.ron +++ b/assets/common/items/weapons/sceptre/sceptre_velorite_0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Velorite Sceptre", - description: "Heals your allies with the mystical Velorite aura.", + legacy_name: "Velorite Sceptre", + legacy_description: "Heals your allies with the mystical Velorite aura.", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/weapons/sceptre/starter_sceptre.ron b/assets/common/items/weapons/sceptre/starter_sceptre.ron index 1ce8b85252..f8d9f3a4ba 100644 --- a/assets/common/items/weapons/sceptre/starter_sceptre.ron +++ b/assets/common/items/weapons/sceptre/starter_sceptre.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Naturalist Walking Stick", - description: "Heals your allies with the power of nature.", + legacy_name: "Naturalist Walking Stick", + legacy_description: "Heals your allies with the power of nature.", kind: Tool(( kind: Sceptre, hands: Two, diff --git a/assets/common/items/weapons/shield/shield_1.ron b/assets/common/items/weapons/shield/shield_1.ron index de2aece989..414ce995cc 100644 --- a/assets/common/items/weapons/shield/shield_1.ron +++ b/assets/common/items/weapons/shield/shield_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "A Tattered Targe", - description: "Should withstand a few more hits, hopefully...", + legacy_name: "A Tattered Targe", + legacy_description: "Should withstand a few more hits, hopefully...", kind: Tool(( kind: Shield, hands: One, diff --git a/assets/common/items/weapons/staff/cultist_staff.ron b/assets/common/items/weapons/staff/cultist_staff.ron index a8a302720d..ca70a427c1 100644 --- a/assets/common/items/weapons/staff/cultist_staff.ron +++ b/assets/common/items/weapons/staff/cultist_staff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Cultist Staff", - description: "The fire gives off no heat.", + legacy_name: "Cultist Staff", + legacy_description: "The fire gives off no heat.", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/weapons/staff/laevateinn.ron b/assets/common/items/weapons/staff/laevateinn.ron index 0c4e2621d9..a7fdb45803 100644 --- a/assets/common/items/weapons/staff/laevateinn.ron +++ b/assets/common/items/weapons/staff/laevateinn.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Laevateinn", - description: "Can shatter the gate of death", + legacy_name: "Laevateinn", + legacy_description: "Can shatter the gate of death", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/weapons/staff/staff_1.ron b/assets/common/items/weapons/staff/staff_1.ron index c3ff542043..7ef8188d6f 100644 --- a/assets/common/items/weapons/staff/staff_1.ron +++ b/assets/common/items/weapons/staff/staff_1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Humble Stick", - description: "Walking stick with a sharpened end.", + legacy_name: "Humble Stick", + legacy_description: "Walking stick with a sharpened end.", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/weapons/staff/starter_staff.ron b/assets/common/items/weapons/staff/starter_staff.ron index 1ad6a20019..32782cbec4 100644 --- a/assets/common/items/weapons/staff/starter_staff.ron +++ b/assets/common/items/weapons/staff/starter_staff.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Gnarled Rod", - description: "Smells like resin and magic.", + legacy_name: "Gnarled Rod", + legacy_description: "Smells like resin and magic.", kind: Tool(( kind: Staff, hands: Two, diff --git a/assets/common/items/weapons/sword/caladbolg.ron b/assets/common/items/weapons/sword/caladbolg.ron index 0e5d3234a9..3f2c0f2e4f 100644 --- a/assets/common/items/weapons/sword/caladbolg.ron +++ b/assets/common/items/weapons/sword/caladbolg.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Caladbolg", - description: "You sense an eldritch presence watching you.", + legacy_name: "Caladbolg", + legacy_description: "You sense an eldritch presence watching you.", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/weapons/sword/cultist.ron b/assets/common/items/weapons/sword/cultist.ron index 8d01a5191f..6d872b4466 100644 --- a/assets/common/items/weapons/sword/cultist.ron +++ b/assets/common/items/weapons/sword/cultist.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Magical Cultist Greatsword", - description: "This belonged to an evil Cult Leader.", + legacy_name: "Magical Cultist Greatsword", + legacy_description: "This belonged to an evil Cult Leader.", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/weapons/sword/frost-0.ron b/assets/common/items/weapons/sword/frost-0.ron index 9df7a73475..b63bcb0416 100644 --- a/assets/common/items/weapons/sword/frost-0.ron +++ b/assets/common/items/weapons/sword/frost-0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frost Cleaver", - description: "Radiates a freezing aura.", + legacy_name: "Frost Cleaver", + legacy_description: "Radiates a freezing aura.", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/weapons/sword/frost-1.ron b/assets/common/items/weapons/sword/frost-1.ron index 26f853364b..4a5e0bfe8c 100644 --- a/assets/common/items/weapons/sword/frost-1.ron +++ b/assets/common/items/weapons/sword/frost-1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Frost Saw", - description: "Forged from a single piece of eternal ice.", + legacy_name: "Frost Saw", + legacy_description: "Forged from a single piece of eternal ice.", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/weapons/sword/starter.ron b/assets/common/items/weapons/sword/starter.ron index 84ac1ee867..23bda7b705 100644 --- a/assets/common/items/weapons/sword/starter.ron +++ b/assets/common/items/weapons/sword/starter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Damaged Greatsword", - description: "The blade could snap at any moment, but you hope it will endure future fights.", + legacy_name: "Damaged Greatsword", + legacy_description: "The blade could snap at any moment, but you hope it will endure future fights.", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/weapons/sword_1h/starter.ron b/assets/common/items/weapons/sword_1h/starter.ron index 515c70467e..0970886c6d 100644 --- a/assets/common/items/weapons/sword_1h/starter.ron +++ b/assets/common/items/weapons/sword_1h/starter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Damaged Gladius", - description: "This blade has seen better days, but surely it will last.", + legacy_name: "Damaged Gladius", + legacy_description: "This blade has seen better days, but surely it will last.", kind: Tool(( kind: Sword, hands: One, diff --git a/assets/common/items/weapons/tool/broom.ron b/assets/common/items/weapons/tool/broom.ron index 46e5a67631..d8ed48f70f 100644 --- a/assets/common/items/weapons/tool/broom.ron +++ b/assets/common/items/weapons/tool/broom.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Broom", - description: "It's beginning to fall apart.", + legacy_name: "Broom", + legacy_description: "It's beginning to fall apart.", kind: Tool(( kind: Farming, hands: Two, diff --git a/assets/common/items/weapons/tool/fishing_rod.ron b/assets/common/items/weapons/tool/fishing_rod.ron index 03512a5e47..b3fc0f7175 100644 --- a/assets/common/items/weapons/tool/fishing_rod.ron +++ b/assets/common/items/weapons/tool/fishing_rod.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Fishing Rod", - description: "Smells of fish.", + legacy_name: "Fishing Rod", + legacy_description: "Smells of fish.", kind: Tool(( kind: Farming, hands: Two, diff --git a/assets/common/items/weapons/tool/golf_club.ron b/assets/common/items/weapons/tool/golf_club.ron index e88f6df934..59a0ae0c1e 100644 --- a/assets/common/items/weapons/tool/golf_club.ron +++ b/assets/common/items/weapons/tool/golf_club.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Golf Club", - description: "Peasant swatter. Fiercely anti-urbanist. Climate crisis? What climate crisis?", + legacy_name: "Golf Club", + legacy_description: "Peasant swatter. Fiercely anti-urbanist. Climate crisis? What climate crisis?", kind: Tool(( kind: Hammer, hands: Two, diff --git a/assets/common/items/weapons/tool/hoe.ron b/assets/common/items/weapons/tool/hoe.ron index 0721c022e8..c70fcdf0d7 100644 --- a/assets/common/items/weapons/tool/hoe.ron +++ b/assets/common/items/weapons/tool/hoe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Hoe", - description: "It's stained with dirt.", + legacy_name: "Hoe", + legacy_description: "It's stained with dirt.", kind: Tool(( kind: Farming, hands: Two, diff --git a/assets/common/items/weapons/tool/pickaxe.ron b/assets/common/items/weapons/tool/pickaxe.ron index d75a01a658..4756a5a3a9 100644 --- a/assets/common/items/weapons/tool/pickaxe.ron +++ b/assets/common/items/weapons/tool/pickaxe.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pickaxe", - description: "It has a chipped edge.", + legacy_name: "Pickaxe", + legacy_description: "It has a chipped edge.", kind: Tool(( kind: Farming, hands: Two, diff --git a/assets/common/items/weapons/tool/pitchfork.ron b/assets/common/items/weapons/tool/pitchfork.ron index 1a54e97f17..08629a7d11 100644 --- a/assets/common/items/weapons/tool/pitchfork.ron +++ b/assets/common/items/weapons/tool/pitchfork.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Pitchfork", - description: "One of the prongs is broken.", + legacy_name: "Pitchfork", + legacy_description: "One of the prongs is broken.", kind: Tool(( kind: Farming, hands: Two, diff --git a/assets/common/items/weapons/tool/rake.ron b/assets/common/items/weapons/tool/rake.ron index 4d12815f4f..4f9e23d777 100644 --- a/assets/common/items/weapons/tool/rake.ron +++ b/assets/common/items/weapons/tool/rake.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Rake", - description: "Held together with twine.", + legacy_name: "Rake", + legacy_description: "Held together with twine.", kind: Tool(( kind: Farming, hands: Two, diff --git a/assets/common/items/weapons/tool/shovel-0.ron b/assets/common/items/weapons/tool/shovel-0.ron index 5ea84be019..19cb7556dc 100644 --- a/assets/common/items/weapons/tool/shovel-0.ron +++ b/assets/common/items/weapons/tool/shovel-0.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Shovel", - description: "It's covered in manure.", + legacy_name: "Shovel", + legacy_description: "It's covered in manure.", kind: Tool(( kind: Shovel, hands: Two, diff --git a/assets/common/items/weapons/tool/shovel-1.ron b/assets/common/items/weapons/tool/shovel-1.ron index 838486c59a..efeaaf0201 100644 --- a/assets/common/items/weapons/tool/shovel-1.ron +++ b/assets/common/items/weapons/tool/shovel-1.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Shovel", - description: "It's been recently cleaned.", + legacy_name: "Shovel", + legacy_description: "It's been recently cleaned.", kind: Tool(( kind: Shovel, hands: Two,