diff --git a/game/modules/tome/data/general/objects/boss-artifacts.lua b/game/modules/tome/data/general/objects/boss-artifacts.lua
index a7368cbede144254544c3094f1289ef4215e261e..4e69484e6015840b5405b8c3e853f1ee0d495e05 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts.lua
@@ -664,7 +664,7 @@ newEntity{ base = "BASE_WHIP",
 	power_source = {arcane=true},
 	define_as = "WHIP_URH_ROK",
 	unided_name = "fiery whip",
-	name = "Whip of Urh'Rok", color=colors.PURPLE, unique = true,
+	name = "Whip of Urh'Rok", color=colors.PURPLE, unique = true, image = "object/artifact/whip_of_urh_rok.png",
 	desc = [[With this unbearably bright whip of flame, the demon master Urh'Rok has become known for never having lost in combat.]],
 	require = { stat = { dex=48 }, },
 	level_range = {40, 50},
diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index e3fff59c403e3e01c7c592971eaf0c3fb4eeca9c..fd772f395c7cffb9e9e11e050de9798499624929 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -1616,7 +1616,7 @@ newEntity{ base = "BASE_WARAXE",
 newEntity{ base = "BASE_WHIP",
 	power_source = {nature=true},
 	unided_name = "metal whip",
-	name = "Scorpion's Tail", color=colors.GREEN, unique = true,
+	name = "Scorpion's Tail", color=colors.GREEN, unique = true, image = "object/artifact/whip_scorpions_tail.png",
 	desc = [[A long whip of linked metal joints finished with a viciously sharp barb leaking venomous poison.]],
 	require = { stat = { dex=28 }, },
 	cost = 150,
diff --git a/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_assassin_lord.png b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_assassin_lord.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba26615cc48a42d6ed69582053cdc6e145496251
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_assassin_lord.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_lost_merchant.png b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_lost_merchant.png
new file mode 100644
index 0000000000000000000000000000000000000000..06f9c1759d997ddc592703ff74d5d4d58d5f3cc3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_lost_merchant.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/blood_runed_athame.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/blood_runed_athame.png
new file mode 100644
index 0000000000000000000000000000000000000000..4de3f4b6fe6aa6335670e47ea30c9d0c5f99e1a2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/blood_runed_athame.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/whip_of_urh_rok.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/whip_of_urh_rok.png
new file mode 100644
index 0000000000000000000000000000000000000000..bfde7a9bdd1fd4369b8ab520b32361116cb6b27a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/whip_of_urh_rok.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/whip_scorpions_tail.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/whip_scorpions_tail.png
new file mode 100644
index 0000000000000000000000000000000000000000..47a8ee949c113e8e5cabb54f7d8947d529edfadb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/whip_scorpions_tail.png differ
diff --git a/game/modules/tome/data/zones/reknor/objects.lua b/game/modules/tome/data/zones/reknor/objects.lua
index 4b68ecf5f746ef1a65a02f618380a75ce0a27d9c..09f67acf09b4cc4706d41cd2f3bc2b490f876e76 100644
--- a/game/modules/tome/data/zones/reknor/objects.lua
+++ b/game/modules/tome/data/zones/reknor/objects.lua
@@ -47,7 +47,7 @@ newEntity{ define_as = "ATHAME_WEST",
 	quest=true, unique="Blood-Runed Athame West", identified=true, no_unique_lore=true,
 	type = "misc", subtype="misc",
 	unided_name = "athame",
-	name = "Blood-Runed Athame",
+	name = "Blood-Runed Athame", image = "object/artifact/blood_runed_athame.png",
 	level_range = {50, 50},
 	display = "|", color=colors.VIOLET,
 	encumber = 1,
diff --git a/game/modules/tome/data/zones/tannen-tower/objects.lua b/game/modules/tome/data/zones/tannen-tower/objects.lua
index 04bd18b30a0253728ffba6bbae7bf0aaf1b63fb5..7d36cd0dc029f587597a99adfb7822f647af232b 100644
--- a/game/modules/tome/data/zones/tannen-tower/objects.lua
+++ b/game/modules/tome/data/zones/tannen-tower/objects.lua
@@ -43,7 +43,7 @@ newEntity{ define_as = "ATHAME_WEST2",
 	quest=true, unique="Blood-Runed Athame West2", identified=true, no_unique_lore=true,
 	type = "misc", subtype="misc",
 	unided_name = "athame",
-	name = "Blood-Runed Athame",
+	name = "Blood-Runed Athame", image = "object/artifact/blood_runed_athame.png",
 	level_range = {50, 50},
 	display = "|", color=colors.VIOLET,
 	encumber = 1,
diff --git a/game/modules/tome/data/zones/vor-armoury/objects.lua b/game/modules/tome/data/zones/vor-armoury/objects.lua
index f5895e17a3be2a4e812ae3aaac63134db4e86601..d6348c55998ff12d27a8efcecac45e8e1d227a88 100644
--- a/game/modules/tome/data/zones/vor-armoury/objects.lua
+++ b/game/modules/tome/data/zones/vor-armoury/objects.lua
@@ -23,7 +23,7 @@ newEntity{ define_as = "ATHAME",
 	quest=true, unique=true, identified=true, no_unique_lore=true,
 	type = "misc", subtype="misc",
 	unided_name = "athame",
-	name = "Blood-Runed Athame",
+	name = "Blood-Runed Athame", image = "object/artifact/blood_runed_athame.png",
 	level_range = {50, 50},
 	display = "|", color=colors.VIOLET,
 	encumber = 1,