diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index 9cf221420915d28d006f47db542437f22d2f6fa5..e4fba5c8f19a4fbc2760cd2279c3619f1ca68210 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -33,7 +33,7 @@ newEntity{ base = "BASE_GEM", unique = true, unided_name = "windy gem", name = "Windborne Azurite", subtype = "blue", - color = colors.BLUE, image = "object/sapphire.png", + color = colors.BLUE, image = "object/artifact/windborn_azurite.png", level_range = {18, 40}, desc = [[Air currents swirl around this bright blue jewel.]], rarity = 240, diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/windborn_azurite.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/windborn_azurite.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ae5dbe37779b0e2c45488c8f7a636fe5e73bab Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/windborn_azurite.png differ