diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index fcef1a6a6d1282ffc2b439683f97d81f6fc790c9..46fb29b95435f9cfd594ce7c2f60ca92f0958ff8 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -182,7 +182,7 @@ newEntity{ base = "BASE_STAFF",
 newEntity{ base = "BASE_RING",
 	power_source = {nature=true},
 	unique = true,
-	name = "Vargh Redemption", color = colors.LIGHT_BLUE,
+	name = "Vargh Redemption", color = colors.LIGHT_BLUE, image="object/artifact/ring_vargh_redemption.png",
 	unided_name = "sea-blue ring",
 	desc = [[This azure ring seems to be always moist to the touch.]],
 	level_range = {10, 20},
@@ -1942,7 +1942,7 @@ newEntity{ base = "BASE_GREATSWORD",
 
 newEntity{ base = "BASE_MACE",
 	power_source = {nature=true},
-	name = "Ureslak's Femur", define_as = "URESLAK_FEMUR",
+	name = "Ureslak's Femur", define_as = "URESLAK_FEMUR", image="object/artifact/club_ureslaks_femur.png",
 	unided_name = "a strangely colored bone", unique = true,
 	desc = [[A shortened femur of the mighty prismatic dragon, this erratic club still pulses with Ureslak's volatile nature.]],
 	level_range = {42, 50},
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/bow_epochs_curve.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/bow_epochs_curve.png
new file mode 100644
index 0000000000000000000000000000000000000000..1e06b900df18bd520ae23a557c12d6061c5e1acd
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/bow_epochs_curve.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/club_ureslaks_femur.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/club_ureslaks_femur.png
new file mode 100644
index 0000000000000000000000000000000000000000..c7dadae88938b024225fb63cb74eaf9352308bce
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/club_ureslaks_femur.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/ring_vargh_redemption.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/ring_vargh_redemption.png
new file mode 100644
index 0000000000000000000000000000000000000000..1472660c25dac1392a5e5f78b344568d8b00528a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/ring_vargh_redemption.png differ
diff --git a/game/modules/tome/data/zones/paradox-plane/objects.lua b/game/modules/tome/data/zones/paradox-plane/objects.lua
index 53991d65532b496b2c54130be003fe533a9e332b..2f981eaa80a45f1b0f0e3db7fe678e44716bb2d1 100644
--- a/game/modules/tome/data/zones/paradox-plane/objects.lua
+++ b/game/modules/tome/data/zones/paradox-plane/objects.lua
@@ -27,7 +27,7 @@ newEntity{ base = "BASE_LONGBOW",
 	define_as = "EPOCH_CURVE",
 	-- not sure what rarity does so commented out for now
 	rarity=false,
-	name = "Epoch's Curve", unided_name = "white ash longbow", unique=true,
+	name = "Epoch's Curve", unided_name = "white ash longbow", unique=true, image="object/artifact/bow_epochs_curve.png",
 	desc = [[Epoch's Curve has served the Wardens for generations and was passed from Warden to Warden for many generations before being lost.
 	According to legend it was made from the first ash sapling to sprout after the Spellblaze and carries powers of both time and renewal.]],
 	level_range = {20, 40},