diff --git a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua
index b6dc6c5dc26fd08d0df2a0955f4b956949c9d9df..319c3488a2925e362f783ac19cdf063e93ab942a 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua
@@ -64,6 +64,8 @@ newEntity{ base = "BASE_TRIDENT",
 	define_as = "TRIDENT_TIDES",
 	unided_name = "ever-dripping trident",
 	name = "Trident of the Tides", unique=true, image = "object/artifact/trident_of_the_tides.png",
+	moddable_tile = "special/%s_trident_of_the_tides",
+	moddable_tile_big = true,
 	desc = [[The power of the tides rush through this trident.
 Tridents require the exotic weapons mastery talent to use correctly.]],
 	require = { stat = { str=35 }, },
diff --git a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
index c9b11358fd13bef1a705922e4ff5824558f86e91..8781a9bd994224ddea0b753260559c0a41c45292 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
@@ -1396,6 +1396,8 @@ newEntity{ base = "BASE_TRIDENT",
 	define_as = "TRIDENT_STREAM",
 	unided_name = "ornate trident",
 	name = "The River's Fury", unique=true, image = "object/artifact/the_rivers_fury.png",
+	moddable_tile = "special/%s_the_rivers_fury",
+	moddable_tile_big = true,
 	desc = [[This gorgeous and ornate trident was wielded by Lady Nashva, and when you hold it, you can faintly hear the roar of a rushing river.]],
 	require = { stat = { str=12 }, },
 	level_range = {1, 10},
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..48bfebe9c908ddc34adc305c88ff6cfc55b47cbb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..e5d00d649be1ecefbc82227fa3a48ba1fa3f5006
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..183d1b7ce3dba28be31a9959a378d99bd53603e5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..cb692f205c843f57a2dea5653250e1c8c3ed8872
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..48bfebe9c908ddc34adc305c88ff6cfc55b47cbb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..e5d00d649be1ecefbc82227fa3a48ba1fa3f5006
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..183d1b7ce3dba28be31a9959a378d99bd53603e5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..cb692f205c843f57a2dea5653250e1c8c3ed8872
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..4bcccf0182f56a94d7c0ad266e13e601cb8e4010
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..4e751681cf3f768ee51575190cfb68da7eb8fe71
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..486e5f04ec29e151c8610868cf10021ae20e62cf
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..3686d37861579f9e623a3468725512d9f7e4fc6c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_female/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..733347fbc5068901ea3e3b4cefa0e2aa29908835
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d41c89b43f762747d320ae85f49ee532c36da9a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..1fd0aed8ff6f435e6223646f3861e8a7b7bbe15a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..93ebadb164883d89d9f3de1c38d00d49f6070fa6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/elf_male/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..756d4af7a246fe068ef2971365abcd1c0e8b4415
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..bfc73fc8d531b11e7774dbae7cc6954f6392d107
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..bbc51a681d8507cb27bd0b270281ea4d1b6b1416
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f7e09fb93cb0149a573ae3b187810716c372e9e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ghoul/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..50fdf16de43d5f5d73eaa4101648e9ef549649fb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..fafd00cdcdc5a49a1bb6af23d357c91dbb131897
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..f058ecc09aa88db55769bc298ff50691594c7c4a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..ec4acc853941f0d0122ba9428589961d5200f8e1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_female/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..50fdf16de43d5f5d73eaa4101648e9ef549649fb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..fafd00cdcdc5a49a1bb6af23d357c91dbb131897
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..f058ecc09aa88db55769bc298ff50691594c7c4a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..ec4acc853941f0d0122ba9428589961d5200f8e1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/halfling_male/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..4bcccf0182f56a94d7c0ad266e13e601cb8e4010
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..4e751681cf3f768ee51575190cfb68da7eb8fe71
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..486e5f04ec29e151c8610868cf10021ae20e62cf
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..3686d37861579f9e623a3468725512d9f7e4fc6c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_female/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..690e2b3a448dc912bcd1cb622b97085abc43fb7a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..f9ad57d395a46750539bf9433b3c040ddebc2829
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..65968ee8198d9c90a73eda4ea9a2d55e6d0936f7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..b27c75b8b12e473db339bc69dc4606d03e4eec4a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/human_male/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..07569358f0d03f5e2e8264dbb17454339c998d75
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..3698b973b3e35ead1f934d71ec081d91e52388f3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef289881abd14a7c31d84372c24a50dde86ed87a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..67c20b32b99407ab2ade14d5ef0b99745cd67906
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/orc/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..48bfebe9c908ddc34adc305c88ff6cfc55b47cbb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..e5d00d649be1ecefbc82227fa3a48ba1fa3f5006
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..183d1b7ce3dba28be31a9959a378d99bd53603e5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..cb692f205c843f57a2dea5653250e1c8c3ed8872
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/runic_golem/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..690e2b3a448dc912bcd1cb622b97085abc43fb7a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..f9ad57d395a46750539bf9433b3c040ddebc2829
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..65968ee8198d9c90a73eda4ea9a2d55e6d0936f7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..b27c75b8b12e473db339bc69dc4606d03e4eec4a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/skeleton/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..c4f6aa795f7002742fb405d00eca553a8467a72d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..af9aa1ef3474d88d4c7b9d20315c907dc55e71f6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..2766817ee101d733c7baf188fa8b4ee192aaf55e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..b3fb773ecb8068604a2eecbdfcd3af4284337e4f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/yeek/special/right_trident_of_the_tides.png differ