diff --git a/assets/common/items/crafting_ing/modular/damage/axe/axe.ron b/assets/common/items/crafting_ing/modular/damage/axe/axe.ron index 53920fcae0..6646b7f912 100644 --- a/assets/common/items/crafting_ing/modular/damage/axe/axe.ron +++ b/assets/common/items/crafting_ing/modular/damage/axe/axe.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Axe Head"), - description: "An axe head made of metal.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/axe/battleaxe.ron b/assets/common/items/crafting_ing/modular/damage/axe/battleaxe.ron index fb2ab5a3d9..994aa5725f 100644 --- a/assets/common/items/crafting_ing/modular/damage/axe/battleaxe.ron +++ b/assets/common/items/crafting_ing/modular/damage/axe/battleaxe.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Battleaxe Head"), - description: "An axe head made of metal.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/axe/greataxe.ron b/assets/common/items/crafting_ing/modular/damage/axe/greataxe.ron index 4645c7c396..3e7c8448f0 100644 --- a/assets/common/items/crafting_ing/modular/damage/axe/greataxe.ron +++ b/assets/common/items/crafting_ing/modular/damage/axe/greataxe.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Greataxe Head"), - description: "An axe head made of metal.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/axe/jagged.ron b/assets/common/items/crafting_ing/modular/damage/axe/jagged.ron index e33a973a42..88ab57f8da 100644 --- a/assets/common/items/crafting_ing/modular/damage/axe/jagged.ron +++ b/assets/common/items/crafting_ing/modular/damage/axe/jagged.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Jagged Axe Head"), - description: "An axe head made of metal.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/axe/labrys.ron b/assets/common/items/crafting_ing/modular/damage/axe/labrys.ron index a754144cdb..50e30987b6 100644 --- a/assets/common/items/crafting_ing/modular/damage/axe/labrys.ron +++ b/assets/common/items/crafting_ing/modular/damage/axe/labrys.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Great Mace Head"), - description: "A hamemr head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/axe/ornate.ron b/assets/common/items/crafting_ing/modular/damage/axe/ornate.ron index 00464111ac..223e88916d 100644 --- a/assets/common/items/crafting_ing/modular/damage/axe/ornate.ron +++ b/assets/common/items/crafting_ing/modular/damage/axe/ornate.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Ornate Axe Head"), - description: "An axe head made of metal.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/axe/poleaxe.ron b/assets/common/items/crafting_ing/modular/damage/axe/poleaxe.ron index bd9e8ca9b1..ba1cc50400 100644 --- a/assets/common/items/crafting_ing/modular/damage/axe/poleaxe.ron +++ b/assets/common/items/crafting_ing/modular/damage/axe/poleaxe.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Poleaxe Head"), - description: "An axe head made of metal.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/hammer/greathammer.ron b/assets/common/items/crafting_ing/modular/damage/hammer/greathammer.ron index 8e23e5f915..f6f681dbb7 100644 --- a/assets/common/items/crafting_ing/modular/damage/hammer/greathammer.ron +++ b/assets/common/items/crafting_ing/modular/damage/hammer/greathammer.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Greathammer Head"), - description: "A hammer head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/hammer/greatmace.ron b/assets/common/items/crafting_ing/modular/damage/hammer/greatmace.ron index a754144cdb..50e30987b6 100644 --- a/assets/common/items/crafting_ing/modular/damage/hammer/greatmace.ron +++ b/assets/common/items/crafting_ing/modular/damage/hammer/greatmace.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Great Mace Head"), - description: "A hamemr head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/hammer/hammer.ron b/assets/common/items/crafting_ing/modular/damage/hammer/hammer.ron index 879ae1fa86..3780111956 100644 --- a/assets/common/items/crafting_ing/modular/damage/hammer/hammer.ron +++ b/assets/common/items/crafting_ing/modular/damage/hammer/hammer.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Hammer Head"), - description: "A hammer head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/hammer/maul.ron b/assets/common/items/crafting_ing/modular/damage/hammer/maul.ron index 465275a2bd..27ddea4fc2 100644 --- a/assets/common/items/crafting_ing/modular/damage/hammer/maul.ron +++ b/assets/common/items/crafting_ing/modular/damage/hammer/maul.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Maul Head"), - description: "A hammer head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/hammer/ornate.ron b/assets/common/items/crafting_ing/modular/damage/hammer/ornate.ron index 22e540d42a..cf01d1a266 100644 --- a/assets/common/items/crafting_ing/modular/damage/hammer/ornate.ron +++ b/assets/common/items/crafting_ing/modular/damage/hammer/ornate.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Ornate Hammer Head"), - description: "A hammer head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/hammer/spikedmace.ron b/assets/common/items/crafting_ing/modular/damage/hammer/spikedmace.ron index de1f016533..302d6bf0aa 100644 --- a/assets/common/items/crafting_ing/modular/damage/hammer/spikedmace.ron +++ b/assets/common/items/crafting_ing/modular/damage/hammer/spikedmace.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Spiked Mace Head"), - description: "A hammer head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/hammer/warhammer.ron b/assets/common/items/crafting_ing/modular/damage/hammer/warhammer.ron index 96c7a266da..55a34e6d4c 100644 --- a/assets/common/items/crafting_ing/modular/damage/hammer/warhammer.ron +++ b/assets/common/items/crafting_ing/modular/damage/hammer/warhammer.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Warhammer Head"), - description: "A hammer head made of metal.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/sword/greatsword.ron b/assets/common/items/crafting_ing/modular/damage/sword/greatsword.ron index 061f8b90d3..1b75d85ee7 100644 --- a/assets/common/items/crafting_ing/modular/damage/sword/greatsword.ron +++ b/assets/common/items/crafting_ing/modular/damage/sword/greatsword.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Greatsword Blade"), - description: "A sword blade made of metal.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/sword/katana.ron b/assets/common/items/crafting_ing/modular/damage/sword/katana.ron index 3c21fd9f4b..6ed23e9406 100644 --- a/assets/common/items/crafting_ing/modular/damage/sword/katana.ron +++ b/assets/common/items/crafting_ing/modular/damage/sword/katana.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Katana Blade"), - description: "A sword blade made of metal.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/sword/longsword.ron b/assets/common/items/crafting_ing/modular/damage/sword/longsword.ron index 27d8fa659f..6acb3daa18 100644 --- a/assets/common/items/crafting_ing/modular/damage/sword/longsword.ron +++ b/assets/common/items/crafting_ing/modular/damage/sword/longsword.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Longsword Blade"), - description: "A sword blade made of metal.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/sword/ornate.ron b/assets/common/items/crafting_ing/modular/damage/sword/ornate.ron index 1215934428..238e619aa3 100644 --- a/assets/common/items/crafting_ing/modular/damage/sword/ornate.ron +++ b/assets/common/items/crafting_ing/modular/damage/sword/ornate.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Ornate Sword Blade"), - description: "A sword blade made of metal.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/sword/sabre.ron b/assets/common/items/crafting_ing/modular/damage/sword/sabre.ron index 96405a2651..7d92c50239 100644 --- a/assets/common/items/crafting_ing/modular/damage/sword/sabre.ron +++ b/assets/common/items/crafting_ing/modular/damage/sword/sabre.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Sabre Blade"), - description: "A sword blade made of metal.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/sword/sawblade.ron b/assets/common/items/crafting_ing/modular/damage/sword/sawblade.ron index 556bfacd7f..b1c111c948 100644 --- a/assets/common/items/crafting_ing/modular/damage/sword/sawblade.ron +++ b/assets/common/items/crafting_ing/modular/damage/sword/sawblade.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Sawblade"), - description: "A sword blade made of metal.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/damage/sword/zweihander.ron b/assets/common/items/crafting_ing/modular/damage/sword/zweihander.ron index bfdfbc238d..417f058bca 100644 --- a/assets/common/items/crafting_ing/modular/damage/sword/zweihander.ron +++ b/assets/common/items/crafting_ing/modular/damage/sword/zweihander.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Zweihander Blade"), - description: "A sword blade made of metal.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Damage, diff --git a/assets/common/items/crafting_ing/modular/held/axe/long.ron b/assets/common/items/crafting_ing/modular/held/axe/long.ron index 333ab46849..7f409f79ff 100644 --- a/assets/common/items/crafting_ing/modular/held/axe/long.ron +++ b/assets/common/items/crafting_ing/modular/held/axe/long.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Long Axe Haft"), - description: "A axe haft.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/axe/medium.ron b/assets/common/items/crafting_ing/modular/held/axe/medium.ron index dd2189b76d..1006e9b07a 100644 --- a/assets/common/items/crafting_ing/modular/held/axe/medium.ron +++ b/assets/common/items/crafting_ing/modular/held/axe/medium.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Medium Axe Haft"), - description: "A axe half.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/axe/short.ron b/assets/common/items/crafting_ing/modular/held/axe/short.ron index d695be1dd1..4906fde20a 100644 --- a/assets/common/items/crafting_ing/modular/held/axe/short.ron +++ b/assets/common/items/crafting_ing/modular/held/axe/short.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Short Axe Haft"), - description: "A axe haft.", + description: "", kind: ModularComponent(( toolkind: Axe, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/hammer/long.ron b/assets/common/items/crafting_ing/modular/held/hammer/long.ron index 6c59a4f58a..ea206f08e2 100644 --- a/assets/common/items/crafting_ing/modular/held/hammer/long.ron +++ b/assets/common/items/crafting_ing/modular/held/hammer/long.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Long Hammer Haft"), - description: "A hammer haft.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/hammer/medium.ron b/assets/common/items/crafting_ing/modular/held/hammer/medium.ron index 809048ed5c..78b944c8e0 100644 --- a/assets/common/items/crafting_ing/modular/held/hammer/medium.ron +++ b/assets/common/items/crafting_ing/modular/held/hammer/medium.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Medium Hammer Haft"), - description: "A hammer half.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/hammer/short.ron b/assets/common/items/crafting_ing/modular/held/hammer/short.ron index 37cd182491..8e19020a4d 100644 --- a/assets/common/items/crafting_ing/modular/held/hammer/short.ron +++ b/assets/common/items/crafting_ing/modular/held/hammer/short.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Short Hammer Haft"), - description: "A hammer haft.", + description: "", kind: ModularComponent(( toolkind: Hammer, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/sword/hand-and-half.ron b/assets/common/items/crafting_ing/modular/held/sword/hand-and-half.ron index 0c012dcbe8..0040d0d5be 100644 --- a/assets/common/items/crafting_ing/modular/held/sword/hand-and-half.ron +++ b/assets/common/items/crafting_ing/modular/held/sword/hand-and-half.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Hand-and-a-Half Sword Hilt"), - description: "A sword hilt.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/sword/one-handed.ron b/assets/common/items/crafting_ing/modular/held/sword/one-handed.ron index 8dfbcbedff..cc23090d9d 100644 --- a/assets/common/items/crafting_ing/modular/held/sword/one-handed.ron +++ b/assets/common/items/crafting_ing/modular/held/sword/one-handed.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("One-Handed Sword Hilt"), - description: "A sword hilt.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Held, diff --git a/assets/common/items/crafting_ing/modular/held/sword/two-handed.ron b/assets/common/items/crafting_ing/modular/held/sword/two-handed.ron index e9b9964492..4bf33dc1fb 100644 --- a/assets/common/items/crafting_ing/modular/held/sword/two-handed.ron +++ b/assets/common/items/crafting_ing/modular/held/sword/two-handed.ron @@ -1,6 +1,6 @@ ItemDef( name: Component("Two-Handed Sword Hilt"), - description: "A sword hilt.", + description: "", kind: ModularComponent(( toolkind: Sword, modkind: Held, diff --git a/common/src/comp/inventory/item/modular.rs b/common/src/comp/inventory/item/modular.rs index c503401147..0ebfa9971c 100644 --- a/common/src/comp/inventory/item/modular.rs +++ b/common/src/comp/inventory/item/modular.rs @@ -115,7 +115,6 @@ const HANDS: [Hands; 2] = [Hands::One, Hands::Two]; fn make_weapon_def(toolkind: ToolKind) -> (String, RawItemDef) { let identifier = format!("{}.{}", WEAPON_PREFIX, toolkind.identifier_name()); let name = ItemName::Modular; - let description = format!("A {} made of components", toolkind.identifier_name()); let tool = tool::Tool { kind: toolkind, hands: tool::HandsKind::Modular, @@ -125,7 +124,7 @@ fn make_weapon_def(toolkind: ToolKind) -> (String, RawItemDef) { let quality = Quality::Common; let item = RawItemDef { name, - description, + description: "".to_string(), kind, quality, tags: Vec::new(), @@ -172,11 +171,6 @@ fn make_tagexample_def( }; // TODO: i18n let name = ItemName::Direct(format!("Any {}", tag.name())); - let description = format!( - "{}s used to make {}s", - tag.name(), - toolkind.identifier_name() - ); let kind = ItemKind::TagExamples { // TODO: Iterate over components item_ids: Vec::new(), @@ -185,7 +179,7 @@ fn make_tagexample_def( let item = RawItemDef { name, - description, + description: "".to_string(), kind, quality, tags: vec![ItemTag::ModularComponent(tag)],