diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index 1a0d13ba109ad73bb865df1cac56174fd18407a3..0515ba46be4e020e8428d83ba9ed6e541c65e91c 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -2029,6 +2029,7 @@ newEntity{ base = "BASE_ARROW",
 	unided_name = "bright quiver",
 	desc = [[This strange orange quiver is made of brass and etched with many bright red runes that glow and glitter in the light.  The arrows themselves appear to be solid shafts of blazing hot light, like rays of sunshine, hammered and forged into a solid state.]],
 	color = colors.BLUE, image = "object/artifact/quiver_of_the_sun.png",
+	proj_image = "object/artifact/arrow_s_quiver_of_the_sun.png",
 	level_range = {20, 40},
 	rarity = 300,
 	cost = 100,
@@ -2053,6 +2054,7 @@ newEntity{ base = "BASE_ARROW",
 	unided_name = "grey quiver",
 	desc = [[Powerful telepathic forces emanate from the arrows of this quiver. The tips appear dull, but touching them causes you intense pain.]],
 	color = colors.GREY, image = "object/artifact/quiver_of_domination.png",
+	proj_image = "object/artifact/arrow_s_quiver_of_domination.png",
 	level_range = {20, 40},
 	rarity = 300,
 	cost = 100,
@@ -2198,6 +2200,7 @@ newEntity{ base = "BASE_SHOT",
 	unided_name = "blazing shot",
 	desc = [[Intense heat radiates from this powerful shot.]],
 	color = colors.RED, image = "object/artifact/star_shot.png",
+	proj_image = "object/artifact/shot_s_star_shot.png",
 	level_range = {25, 40},
 	rarity = 300,
 	cost = 110,
@@ -2827,6 +2830,7 @@ newEntity{ base = "BASE_SHOT",
 	power_source = {arcane=true},
 	unique = true,
 	name = "Frozen Shards", image = "object/artifact/frozen_shards.png",
+	proj_image = "object/artifact/shot_s_frozen_shards.png",
 	unided_name = "pouch of crystallized ice",
 	desc = [[In this dark blue pouch lie several small orbs of ice. A strange vapour surrounds them, and touching them chills you to the bone.]],
 	color = colors.BLUE,
@@ -4082,6 +4086,7 @@ newEntity{ base = "BASE_ARROW", --Thanks Grayswandir!
 	unided_name = "ethereal quiver",
 	desc = [[An endless supply of arrows lay within this deep black quiver. Tiny white lights dot its surface.]],
 	color = colors.BLUE, image = "object/artifact/void_quiver.png",
+	proj_image = "object/artifact/arrow_s_void_quiver.png",
 	level_range = {35, 50},
 	rarity = 300,
 	cost = 100,
@@ -4104,6 +4109,7 @@ newEntity{ base = "BASE_ARROW", --Thanks Grayswandir!
 	power_source = {nature=true},
 	unique = true,
 	name = "Hornet Stingers", image = "object/artifact/hornet_stingers.png",
+	proj_image = "object/artifact/arrow_s_hornet_stingers.png",
 	unided_name = "sting tipped arrows",
 	desc = [[A vile poison drips from the tips of these arrows.]],
 	color = colors.BLUE,
@@ -4588,6 +4594,7 @@ newEntity{ base = "BASE_SHOT", --Thanks Grayswandir!
 	power_source = {psionic=true},
 	unique = true,
 	name = "Pouch of the Subconscious", image = "object/artifact/pouch_of_the_subconscious.png",
+	proj_image = "object/artifact/shot_s_pouch_of_the_subconscious.png",
 	unided_name = "familiar pouch",
 	desc = [[You find yourself constantly fighting an urge to handle this strange pouch of shot.]],
 	color = colors.RED,
@@ -4619,6 +4626,7 @@ newEntity{ base = "BASE_SHOT", --Thanks Grayswandir!
 	power_source = {nature=true},
 	unique = true,
 	name = "Wind Worn Shot", image = "object/artifact/wind_worn_shot.png",
+	proj_image = "object/artifact/shot_s_wind_worn_shot.png",
 	unided_name = "perfectly smooth shot",
 	desc = [[These perfectly white spheres appear to have been worn down by years of exposure to strong winds.]],
 	color = colors.RED,
@@ -5385,6 +5393,7 @@ newEntity{ base = "BASE_ARROW",
 	power_source = {technique=true},
 	unique = true,
 	name = "The Titan's Quiver", image = "object/artifact/the_titans_quiver.png",
+	proj_image = "object/artifact/arrow_s_the_titans_quiver.png",
 	unided_name = "gigantic ceramic arrows",
 	desc = [[These massive arrows are honed to a vicious sharpness, and appear to be nearly unbreakable. They seem more like spikes than any arrow you've ever seen.]],
 	color = colors.GREY,
@@ -6442,6 +6451,7 @@ newEntity{ base = "BASE_ARROW",
 	power_source = {technique=true},
 	unique = true,
 	name = "Arkul's Siege Arrows", image = "object/artifact/arkuls_seige_arrows.png",
+	proj_image = "object/artifact/arrow_s_arkuls_seige_arrows.png",
 	unided_name = "gigantic spiral arrows",
 	desc = [[These titanic double-helical arrows seem to have been designed more for knocking down towers than for use in regular combat. They'll no doubt make short work of most foes.]],
 	color = colors.GREY,
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/arkuls_seige_arrows.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/arkuls_seige_arrows.png
index 7a1d4427467f769aad7898db65d176074495e1d9..eae872fc97035d7f3054d9210d27c87f2fa0b9ae 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/arkuls_seige_arrows.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/arkuls_seige_arrows.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_arkuls_seige_arrows.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_arkuls_seige_arrows.png
new file mode 100644
index 0000000000000000000000000000000000000000..7a1d4427467f769aad7898db65d176074495e1d9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_arkuls_seige_arrows.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_hornet_stingers.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_hornet_stingers.png
new file mode 100644
index 0000000000000000000000000000000000000000..551e8fc37d4d000e458813d3868cc3415b37a209
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_hornet_stingers.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_quiver_of_domination.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_quiver_of_domination.png
new file mode 100644
index 0000000000000000000000000000000000000000..053e1db31d823e855a2a08759df28ab2d4845784
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_quiver_of_domination.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_quiver_of_the_sun.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_quiver_of_the_sun.png
new file mode 100644
index 0000000000000000000000000000000000000000..4966d4bd0963b67251ac4b16dc7d4438d492e3da
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_quiver_of_the_sun.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_the_titans_quiver.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_the_titans_quiver.png
new file mode 100644
index 0000000000000000000000000000000000000000..c509c1918040547320b4053d33329708de92e019
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_the_titans_quiver.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_void_quiver.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_void_quiver.png
new file mode 100644
index 0000000000000000000000000000000000000000..ccc3732fabf6c22f27d0aae4d49e544a8ac2f31f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/arrow_s_void_quiver.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/frozen_shards.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/frozen_shards.png
index ae0c8a4745d7f685212f084fa16af7c3b950aa37..5107297ee6500e01da0fdb4a25f1a5ac1b1a7eae 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/frozen_shards.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/frozen_shards.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/hornet_stingers.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/hornet_stingers.png
index 551e8fc37d4d000e458813d3868cc3415b37a209..2817aee4a8bce30eb0ca28d001530cb0da98ea47 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/hornet_stingers.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/hornet_stingers.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/pouch_of_the_subconscious.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/pouch_of_the_subconscious.png
index 3d2818b1b9aa54fb5ffd5a07a2cf8a7ddc784ed2..2c5b4b6fa0199d0e31153e55f21d0f1a33d11f57 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/pouch_of_the_subconscious.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/pouch_of_the_subconscious.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_domination.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_domination.png
index 053e1db31d823e855a2a08759df28ab2d4845784..ea1205e8f98de4d4bfd47f2b7c88875f36d61197 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_domination.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_domination.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_the_sun.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_the_sun.png
index 4966d4bd0963b67251ac4b16dc7d4438d492e3da..0c8005c9a6dfbbe1f811d064867c6d2e2c4c9ad0 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_the_sun.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/quiver_of_the_sun.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_frozen_shards.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_frozen_shards.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae0c8a4745d7f685212f084fa16af7c3b950aa37
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_frozen_shards.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_pouch_of_the_subconscious.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_pouch_of_the_subconscious.png
new file mode 100644
index 0000000000000000000000000000000000000000..3d2818b1b9aa54fb5ffd5a07a2cf8a7ddc784ed2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_pouch_of_the_subconscious.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_star_shot.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_star_shot.png
new file mode 100644
index 0000000000000000000000000000000000000000..8676a75dea00dfbdcdc4ac9dfd0d6341dd98196f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_star_shot.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_wind_worn_shot.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_wind_worn_shot.png
new file mode 100644
index 0000000000000000000000000000000000000000..c60bff968e6aa247d8c58d43478bb824ffb77808
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/object/artifact/shot_s_wind_worn_shot.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/star_shot.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/star_shot.png
index 8676a75dea00dfbdcdc4ac9dfd0d6341dd98196f..dfb583ebee6f5088650531f479f765a806715fa9 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/star_shot.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/star_shot.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/the_titans_quiver.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/the_titans_quiver.png
index c509c1918040547320b4053d33329708de92e019..c0c99638a82273f24218beccb98be4b99d36d0b8 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/the_titans_quiver.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/the_titans_quiver.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/void_quiver.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/void_quiver.png
index ccc3732fabf6c22f27d0aae4d49e544a8ac2f31f..db1a2ad3d2e7dcd41a21b74adcd418bf6487ef52 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/void_quiver.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/void_quiver.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/object/artifact/wind_worn_shot.png b/game/modules/tome/data/gfx/shockbolt/object/artifact/wind_worn_shot.png
index c60bff968e6aa247d8c58d43478bb824ffb77808..462018e9d419f4a52bdf5157a35f0fd1160d5905 100644
Binary files a/game/modules/tome/data/gfx/shockbolt/object/artifact/wind_worn_shot.png and b/game/modules/tome/data/gfx/shockbolt/object/artifact/wind_worn_shot.png differ