Skip to content

Commit

Permalink
fix category names
Browse files Browse the repository at this point in the history
  • Loading branch information
Zottelchen committed Mar 23, 2024
1 parent 470fe16 commit 4485ced
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions items/recipes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mergeable = true
merged_by_default = true

[alchemy]
name = "Alchemy"
name = "Alchemy Recipes"
description = { _ = "Recipes for crafting potions, elixirs, and transmuting materials." }
color = 0x4E9A06
items = [
Expand Down Expand Up @@ -86,7 +86,7 @@ items = [
]

[blacksmithing]
name = "Blacksmithing"
name = "Blacksmithing Recipes"
description = { _ = "Recipes for forging metal armor, weapons, and enhancements." }
color = 0x8F8F8F
items = [
Expand Down Expand Up @@ -245,7 +245,7 @@ items = [
]

[enchanting]
name = "Enchanting"
name = "Enchanting Recipes"
description = { _ = "Recipes for enchanting gear with magical properties." }
color = 0x5C3566
items = [
Expand Down Expand Up @@ -333,7 +333,7 @@ items = [
]

[engineering]
name = "Engineering"
name = "Engineering Recipes"
description = { _ = "Recipes for creating gadgets, explosives, and mechanical devices." }
color = 0xC4A000
items = [
Expand Down Expand Up @@ -413,25 +413,25 @@ items = [
]

# [herbalism]
# name = "Herbalism"
# name = "Herbalism Recipes"
# description = { _ = "Recipes for gathering herbs for use in Alchemy and Inscription." }
# color = 0x4E9A06
# items = []

# [inscription] # introduced in WotLK
# name = "Inscription"
# name = "Inscription Recipes"
# description = { _ = "Recipes for scribing glyphs and crafting scrolls and tomes." }
# color = 0x855C33
# items = []

# [Jewelcrafting] # introduced in TBC
# name = "Jewelcrafting"
# name = "Jewelcrafting Recipes"
# description = { _ = "Recipes for cutting gems and crafting jewelry." }
# color = 0xAD7FA8
# items = []

[Leatherworking]
name = "Leatherworking"
name = "Leatherworking Recipes"
description = { _ = "Recipes for crafting leather and mail armor." }
color = 0x8B4513
items = [
Expand Down Expand Up @@ -591,19 +591,19 @@ items = [
]

# [mining]
# name = "Mining"
# name = "Mining Recipes"
# description = { _ = "Recipes for extracting ores and stones." }
# color = 0x7F7F7F
# items = []

# [skinning]
# name = "Skinning"
# name = "Skinning Recipes"
# description = { _ = "Recipes for harvesting leather from beasts." }
# color = 0x7B3503
# items = []

[Tailoring]
name = "Tailoring"
name = "Tailoring Recipes"
description = { _ = "Recipes for weaving cloth armor and other cloth items." }
color = 0xD3D7CF
items = [
Expand Down Expand Up @@ -748,7 +748,7 @@ items = [
]

[Cooking]
name = "Cooking"
name = "Cooking Recipes"
description = { _ = "Recipes for preparing food that provides buffs." }
color = 0xE9B96E
items = [
Expand Down Expand Up @@ -826,19 +826,19 @@ items = [
]

[Fishing]
name = "Fishing"
name = "Fishing Recipes"
description = { _ = "Recipes for catching fish and other underwater items." }
color = 0x3465A4
items = [16083]

# [Archaeology] # introduced in Cataclysm
# name = "Archaeology"
# name = "Archaeology Recipes"
# description = { _ = "Recipes for uncovering artifacts and historical items." }
# color = 0xC17D11
# items = []

# [First_Aid] # gone with BFA
# name = "First Aid"
# name = "First Aid Recipes"
# description = { _ = "Recipes for crafting bandages and anti-venoms." }
# color = 0xCC0000
# items = []

0 comments on commit 4485ced

Please sign in to comment.