diff --git a/game/engines/default/engine/generator/map/Roomer.lua b/game/engines/default/engine/generator/map/Roomer.lua
index b098622394066c609d5cc5195b3dca1bdc0e8cba..d0e2d9ce5aa073dd49f28ee2ea50a5eafe434665 100644
--- a/game/engines/default/engine/generator/map/Roomer.lua
+++ b/game/engines/default/engine/generator/map/Roomer.lua
@@ -79,7 +79,7 @@ function _M:makeStairsSides(lev, old_lev, sides, rooms, spots)
 
 			if not self.map.room_map[dx][dy].special then
 				local i = rng.range(1, #rooms)
-				self:tunnel(dx, dy, rooms[i].cx, rooms[i].cy, rooms[i].id)
+				if not self.data.no_tunnels then self:tunnel(dx, dy, rooms[i].cx, rooms[i].cy, rooms[i].id) end
 				self.map(dx, dy, Map.TERRAIN, self:resolve("down"))
 				self.map.room_map[dx][dy].special = "exit"
 				break
@@ -98,7 +98,7 @@ function _M:makeStairsSides(lev, old_lev, sides, rooms, spots)
 
 		if not self.map.room_map[ux][uy].special then
 			local i = rng.range(1, #rooms)
-			self:tunnel(ux, uy, rooms[i].cx, rooms[i].cy, rooms[i].id)
+			if not self.data.no_tunnels then self:tunnel(ux, uy, rooms[i].cx, rooms[i].cy, rooms[i].id) end
 			self.map(ux, uy, Map.TERRAIN, self:resolve("up"))
 			self.map.room_map[ux][uy].special = "exit"
 			break
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..676c7a3e9e70e14d1578f9e3f1dd85958154340d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..8c603187f5d23c4d3999544f3d9878415e54d542
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd74bf8bb7023055cfbaefab4cf7f6d218648ee4
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_bold_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_bold_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..1a69a85967c0352a0390be9e010cbac1ab0fba15
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_bold_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..efd05a04031fb1efe70c9b155ae30db7a28cafea
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..b4bcb6cbe8073ff73988a7fe165562e9186576f9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..7ced4dba0618c74fbc71b052880d319873c9cc6f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_readhead_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_shadow_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_shadow_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..0e51845a1bb43014985a3abe1416e4a95a7fb0a5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/base_shadow_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..559af95429d40bba6d636d4bf2d380a2917c68e1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..300d21d1b1dfff138a2bac6cbe92ed4c49dee612
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..3170169a7b06d91350688253732683339fc03a6d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..b8830c83690cf151f95d4867103ea762d85ea6d2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca5c21567e105b097607abfce18deef8a8bee101
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d161d27bacd64483c34d09fc34791b320409657
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_behind_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..e10239dadce92111393d7d0f5c8052e866d558b7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..01b50724a3728e84339f20b3bebb5115e746eda7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..316fe2f79985d8ddb31ff7d759eedf48dbef840a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..d80d21a37e7ade34a0caea9e6e97351128b41898
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..43e6388e3f69462f77c387bf0866d1fbe2176f4c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_hood_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..ff46f10c3c4694014ff2c335666199d5861c6df1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..792ddd8a1371aa601a459757603fa6d85e48c126
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..9cf0b984da61f4406070280b9fb0816dde2009f9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8e28f1e80d37b671b888ffd2b3757dcc232fa2f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..92b432607f0529a2efcb8141c6d59ac6ebc363b5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/cloak_shoulder_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..99a7b221375c2adf4c346ea6bf483f8177a4d359
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..52fa1f9321749442f2df61fcebb8b9544cfeb9ba
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..51b3dab52703db41697f0e9885882c7d8a58ef48
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..4fb7a9a935bf5ce9ef2d62c71e56fdf98912089a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..8dc9fa4e953962f2aa3627614bf83d189f63ff47
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..36b61178eb1daa76b608a2bb2aed810e631df416
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_07.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_07.png
new file mode 100644
index 0000000000000000000000000000000000000000..61e50fb2743bc6e09a37d3fc8531f8c49764de07
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_07.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_08.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_08.png
new file mode 100644
index 0000000000000000000000000000000000000000..860c3e26af7ce0ef2aec9a9c8c643638a55cc079
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_08.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_09.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_09.png
new file mode 100644
index 0000000000000000000000000000000000000000..523a98d99c215dee88ead71cf60ab0d61de78da3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/feet_09.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/gembag.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/gembag.png
new file mode 100644
index 0000000000000000000000000000000000000000..883204bbefc9db045ead349096711021c99c0a45
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/gembag.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..643436d0b421d26ca847f5b60ccea10d92fd75f5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c2e9eb4902adf6654aadaa31f393b0a859fc90e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..934e96dbfb64e0440b3b460e41b0317c092874d7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..dc3a4a4161cbbe1330f1619b2ab41254c7714820
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..2856e216ab11521c1623c1905b0750a08cbf9eea
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..dd9c35cf912594d14517c9ef05593801b542bfbb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_07.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_07.png
new file mode 100644
index 0000000000000000000000000000000000000000..7bcbcfc185bcdc208541c4a6d7baad5706c41c67
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/hands_07.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e3c2cbb2f7724a56a0e70d767951a3b2b90ee90
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..f26352acd7ba23360cdf8bc5b5a0dbf7c034f00b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..bb1f73efa72dfde2ef876b6f77c45067c84c19f6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..77c5c4cf4c09a86158a31b95c0ff056ed715f394
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..cec53cbaa7e947e3fb239334a3a1bca11740fddb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..bca6123509beff4abd3964fd2399fe78efb88042
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_07.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_07.png
new file mode 100644
index 0000000000000000000000000000000000000000..54e9f1a5150c3296c26b5b126d522b3637ae3bda
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_07.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_08.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_08.png
new file mode 100644
index 0000000000000000000000000000000000000000..abee51f8cf616e440e90bf4544685270e9c03a1e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_08.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_09.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_09.png
new file mode 100644
index 0000000000000000000000000000000000000000..40364856e95ac5f47c0f314f20a3ccc7e4031acc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_09.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_10.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_10.png
new file mode 100644
index 0000000000000000000000000000000000000000..28b939597d483df9b10ca62738599d393ca5ece6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_10.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_11.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_11.png
new file mode 100644
index 0000000000000000000000000000000000000000..0a8390849b5ab73b84c61ea05752de9779be1aea
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_11.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_12.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_12.png
new file mode 100644
index 0000000000000000000000000000000000000000..a490390f3f4bf75860030a917e4b20ccfbfa17d3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_12.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_13.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_13.png
new file mode 100644
index 0000000000000000000000000000000000000000..a6e30c9f9eac9b541a171c23d7937d8346d1e255
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_13.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_14.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_14.png
new file mode 100644
index 0000000000000000000000000000000000000000..2dd5c38748449733600f97b6bc1183a5b86c912a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_14.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_15.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_15.png
new file mode 100644
index 0000000000000000000000000000000000000000..d1837a42687f956777fd60f2623162c40dd82bae
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_15.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_16.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_16.png
new file mode 100644
index 0000000000000000000000000000000000000000..c8c8f295cfa1a51a512ef5685f5a05a164341a9c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_16.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_17.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_17.png
new file mode 100644
index 0000000000000000000000000000000000000000..3d5f83f818f7436e3e68492a66c2068ac41bdfeb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_17.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_18.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_18.png
new file mode 100644
index 0000000000000000000000000000000000000000..b88c7c3ce9dd82b2715963a569994204405f5861
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/head_18.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2haxe.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2haxe.png
new file mode 100644
index 0000000000000000000000000000000000000000..afc3eb5b35a5394105014419b5b0dee1693251a2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2haxe.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2hmace.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2hmace.png
new file mode 100644
index 0000000000000000000000000000000000000000..40c9ef6d1af92bea38580228a9167961acbf6178
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2hmace.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2hsword.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2hsword.png
new file mode 100644
index 0000000000000000000000000000000000000000..66515f1e6f8dc48a590f1ad8eed7dfa7c38c86ad
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_2hsword.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..b6c2581cda53b9fa150dd0881b6b95c88b4f4b6b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..9dd46ec592d3f6db917ac60de4e27f41e736f301
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..aac5fed6ad4d32ad73122e6b204fe9a8e4c8008c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c779788e3d56366128b6c856fa42984c6025bd3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..632467bbab6830a1e77b1eb8f1b503e63e62e9b2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..ee87556942b4f5f07705539507f5dfc108fd4feb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_07.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_07.png
new file mode 100644
index 0000000000000000000000000000000000000000..0d58a1e9747eba182795ad0e37446818a0920af0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_07.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_08.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_08.png
new file mode 100644
index 0000000000000000000000000000000000000000..3916888402c879bd2e9ed6835b6f24b473d19cef
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_08.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_09.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_09.png
new file mode 100644
index 0000000000000000000000000000000000000000..167116247aa1b75fcc37ca78d60a796b4d12a0f4
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_09.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_10.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_10.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f6d69884b99aef30fc1f62744c4a7befba5402b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_10.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_11.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_11.png
new file mode 100644
index 0000000000000000000000000000000000000000..8b581467cb62b8291be3cdb58b9f0eeb1821d765
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_11.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_12.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_12.png
new file mode 100644
index 0000000000000000000000000000000000000000..1940a2b82404abe4065a313b13b5629f17713270
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_12.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_13.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_13.png
new file mode 100644
index 0000000000000000000000000000000000000000..3cb3f4ed4032bf70ebb6203b389a15b93d32a449
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/left_hand_13.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..9edc52dd435b6e2f94221941832d9f8247105ddb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_01_old.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_01_old.png
new file mode 100644
index 0000000000000000000000000000000000000000..9a71276f9882faaba14233d35d184383a1ef1c2d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_01_old.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..ce9e368be6c1ae701f8c48b460dd63bf7a6bf374
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..ddcddeb8c7ec3372085d15c6227d073f186a34ad
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..0f9b9ccf36e1852a1f57730af1f4f7a361b17be9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..7ae84a337d19e9695ca5d6879db8ac5dbde9acbd
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c717b71928f7fabf541cf594142ae4111964e77
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_07.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_07.png
new file mode 100644
index 0000000000000000000000000000000000000000..c52cca7b32820e311373e75e17e11780eaef3e09
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_07.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_08.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_08.png
new file mode 100644
index 0000000000000000000000000000000000000000..981a99936b6ace487196ff31e3afb9206cdae507
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_08.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_09.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_09.png
new file mode 100644
index 0000000000000000000000000000000000000000..6272aeea7360d6830610b0ac9738ade6b1610aa6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_09.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_10.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_10.png
new file mode 100644
index 0000000000000000000000000000000000000000..7fbfe6fb70af29d9d5a2ef0118bcbaf8447cdd6d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_10.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_11.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_11.png
new file mode 100644
index 0000000000000000000000000000000000000000..95ad3bb85473484d0566d362c91f4373ed2a05b0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_11.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_12.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_12.png
new file mode 100644
index 0000000000000000000000000000000000000000..233f7011b7484769d5fb392be83224742f005bbe
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_12.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_13.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_13.png
new file mode 100644
index 0000000000000000000000000000000000000000..66a454d18f473de7695a07100a5975bc1a9dacd5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/lower_body_13.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_living_left_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_living_left_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..4ed01705f0c9975c1f0936aedacfc9ea54bd2748
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_living_left_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_living_right_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_living_right_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..83c739ef5cc533171a1dfbaaf08e72e1a40adafa
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_living_right_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_mossy_left_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_mossy_left_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..9f45195a2a47030984b12a07ed652c396d558572
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_mossy_left_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_mossy_right_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_mossy_right_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..7316eb898057e9a0a8d40a6dcc99d03cd72cd975
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_mossy_right_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_psiblade_left_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_psiblade_left_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..67dc6b87124554ca9941c92f327c40b5f384c937
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_psiblade_left_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_psiblade_right_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_psiblade_right_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..c6b0e2c46bf8271b91a8d9eccceaff7bf7d145e0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_psiblade_right_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_pulsing_left_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_pulsing_left_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe331c19656db681abc52247cc6195366b187968
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_pulsing_left_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_pulsing_right_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_pulsing_right_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..ccd54ff4712a51bce444c66ad0bcbd7ace50e5fc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_pulsing_right_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_thorn_left_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_thorn_left_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..78bfd8a53a67ef74dbeac18c0b3de782f37afea4
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_thorn_left_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_thorn_right_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_thorn_right_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..17cfa196e9acd977b964b54c0585ad0426f0d3c0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_thorn_right_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_vines_left_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_vines_left_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..2a861ad889015b27a6b958dc37636aaeddf8ca43
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_vines_left_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_vines_right_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_vines_right_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..8687a02b488a100f54eba2e3e5c0cd21ced928e9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/mindstar_vines_right_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/quiver.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/quiver.png
new file mode 100644
index 0000000000000000000000000000000000000000..ddfee1c576a7e741b91120e01ba06e39d7d643ba
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/quiver.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2haxe.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2haxe.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac03e3e9d2a8880e53e4705af8474d4b9202e007
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2haxe.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2hmace.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2hmace.png
new file mode 100644
index 0000000000000000000000000000000000000000..57749cd13910721e9c647ab6039da175fefad1e9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2hmace.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2hsword.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2hsword.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d943c1a7ae79b8e2fa728b557da0a833a22272c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_2hsword.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..91d0d5ee6540541da262280f2e38d04c7dc69a58
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..c50ef44915882b79f9655fe3dd80da47355afc2c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..aca6938bf243e30fd32fabaee68aa4ade970df66
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6f9a19c95e7dbdaa21f8046707e52de83bd4abc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ab690fe2728bf66655c4bc58bc2eb3f7e6374ba
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..1c99fd8fa5d11f426cb3f86744174d09ba8673b9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_07.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_07.png
new file mode 100644
index 0000000000000000000000000000000000000000..53d87de8e064146354174ed62a5236e138238396
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_07.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_08.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_08.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c17ed6f0c20496d44eaa9391d8816bc6735d48e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_08.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_09.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_09.png
new file mode 100644
index 0000000000000000000000000000000000000000..8dfd7a1d2aa014cb561224222a08f13bf871377b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_09.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_10.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_10.png
new file mode 100644
index 0000000000000000000000000000000000000000..05b42b2ca2fe6b5b90e52cd7b151702d6a505bfb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_10.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_11.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_11.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa022bb1b80bd9ed7b66e05569447a21984e66da
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_11.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_12.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_12.png
new file mode 100644
index 0000000000000000000000000000000000000000..83560b93542c4593f1ccf80304f1285815b6a2bf
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_12.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_13.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_13.png
new file mode 100644
index 0000000000000000000000000000000000000000..4cb921da7b1f71f7910695c6a175aee42adeaffd
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/right_hand_13.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..26f42ccca8b1b041e7cbe3d74a7e12d389184c14
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..6cefb27f4158acf9469e1ca046853d151049bf4f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_glow_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_glow_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..5cb4660205821d5e20d875c7434948be72d81b4c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_glow_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_glow_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_glow_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..f8a98fd64090fe5da8d80e5a511c0e0e85da0a3c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/runes_red_glow_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/shotbag_left.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/shotbag_left.png
new file mode 100644
index 0000000000000000000000000000000000000000..e6fa49a12392d68a381168473861682f6d687274
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/shotbag_left.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/shotbag_right.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/shotbag_right.png
new file mode 100644
index 0000000000000000000000000000000000000000..db9af2daa21833aec70732e43ba804b83fc66500
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/shotbag_right.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/2H_golden_sword_left.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/2H_golden_sword_left.png
new file mode 100644
index 0000000000000000000000000000000000000000..3d268879d8e97e5ab7de4ceaa2e21c0cccbbc6e4
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/2H_golden_sword_left.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/2H_golden_sword_right.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/2H_golden_sword_right.png
new file mode 100644
index 0000000000000000000000000000000000000000..83b109fc3be3e381cc6825fb71fcadcb4a6b8a5b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/2H_golden_sword_right.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/bikini_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/bikini_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..bc813c7ad9315c1aea6745c9c228a75c974ff9c6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/bikini_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/dgs_clothes.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/dgs_clothes.png
new file mode 100644
index 0000000000000000000000000000000000000000..25d95c2100493298d61d04ef3d5e132312083f25
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/dgs_clothes.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/fez.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/fez.png
new file mode 100644
index 0000000000000000000000000000000000000000..30b7df187227e0fd1f5e2880e857943914063cfc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/fez.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/golden_sword_left.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/golden_sword_left.png
new file mode 100644
index 0000000000000000000000000000000000000000..bdd0046e6359cb144096020fda68fa2f5123eb26
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/golden_sword_left.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/golden_sword_right.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/golden_sword_right.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fe776ac378e0c7d3b5c66e2360c8b34ce7683b9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/golden_sword_right.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_acera.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_acera.png
new file mode 100644
index 0000000000000000000000000000000000000000..cc23ef78692332370ccc08ca1794b5e197cd0df8
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_acera.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_anmalice.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_anmalice.png
new file mode 100644
index 0000000000000000000000000000000000000000..26411b49addb9d9d4a6b9791c53897192844d6f6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_anmalice.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_drakes_bane.png
new file mode 100644
index 0000000000000000000000000000000000000000..024e18c10a16f8e038161ef5cb651b98fa7aefdd
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_drakes_bane.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_malediction.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_malediction.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc11c9d1bff1957e279b9c042224693e02ff1556
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_malediction.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_skullcleaver.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_skullcleaver.png
new file mode 100644
index 0000000000000000000000000000000000000000..c42bb0c9ac840912d09014930b80c532d951a825
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_axe_skullcleaver.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_battleaxe_the_gaping_maw.png
new file mode 100644
index 0000000000000000000000000000000000000000..68452ca3a67537fa58b89b076518a57c25b91bc7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_battleaxe_the_gaping_maw.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_black_mesh.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe79368da94bc849f831ff1d5f28a6f0365dfddf
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_black_mesh.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_blade_of_distorted_time.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_blade_of_distorted_time.png
new file mode 100644
index 0000000000000000000000000000000000000000..0fc599ff76cf0c83a060c3eb18ba9b15902d235b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_blade_of_distorted_time.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_blightstopper.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_blightstopper.png
new file mode 100644
index 0000000000000000000000000000000000000000..cbe998a41729d471c96d9af3601143e737761ed2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_blightstopper.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_butcher.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_butcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..6ed7daa1ed93161015b6f08911f5d4643575e4b4
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_butcher.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_club_ureslaks_femur.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_club_ureslaks_femur.png
new file mode 100644
index 0000000000000000000000000000000000000000..d16c98514218c92f83e13152788ab1bc1b61e609
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_club_ureslaks_femur.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_coral_spray.png
new file mode 100644
index 0000000000000000000000000000000000000000..128ad1ceef209dcf724b3294054aeb1d1c3750b9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_coral_spray.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_corpus.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_corpus.png
new file mode 100644
index 0000000000000000000000000000000000000000..71cf80c9cb853c509f68e3c9857fc2d06527cbb7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_corpus.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_crude_iron_battleaxe_of_kroll.png
new file mode 100644
index 0000000000000000000000000000000000000000..27a0ec2fb4f5894f348350c11e7c6824e6a932fe
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_crude_iron_battleaxe_of_kroll.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_life_drinker.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_life_drinker.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b38de8860dfa1289b829d21898a77d42520e0c8
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_life_drinker.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_moon.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_moon.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef0eb6f41c7104132bc1375a9491f685d505b305
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_moon.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_of_the_past.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_of_the_past.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5e69c15d4fb9e6c2723af4d1735445ae180ce7b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_of_the_past.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_orc_feller.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_orc_feller.png
new file mode 100644
index 0000000000000000000000000000000000000000..90c7dc291bab2b8fc950d3938f9c243ab973d7e8
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_orc_feller.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_silent_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_silent_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..a94882baa6091e16705e454484ab11d5ca465cac
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_silent_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_star.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_star.png
new file mode 100644
index 0000000000000000000000000000000000000000..d520da1b1434b79e04240deffbfb0e77e9438945
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dagger_star.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dawn_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dawn_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..1a41607dd3ee693dd02025f876ffbaf852fd76cc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_dawn_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_eskatins_ultimatum.png
new file mode 100644
index 0000000000000000000000000000000000000000..5d50da9c126c0268be189654b1fe816e84a32728
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_eskatins_ultimatum.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_everpyre_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..715435935fd3221b616dd7c25c39faec9cc777b7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_everpyre_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_fire_dragon_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_fire_dragon_shield.png
new file mode 100644
index 0000000000000000000000000000000000000000..6994dffbce1f171621267ef6e50fa30cee06ae7b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_fire_dragon_shield.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hand_sanguine_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hand_sanguine_shield.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1eb433b10da7a19f8760ae68a6dc543d81e89ba
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hand_sanguine_shield.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hand_summertide.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hand_summertide.png
new file mode 100644
index 0000000000000000000000000000000000000000..81359a68b79e13b141ab589a622f489a58d86f12
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hand_summertide.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hellfire.png
new file mode 100644
index 0000000000000000000000000000000000000000..c7b25085171c86e10a39cd947bfc97a3dab0bdf2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_hellfire.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_kinetic_spike.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_kinetic_spike.png
new file mode 100644
index 0000000000000000000000000000000000000000..4aa3abb267df3a4402bc3a1739322d42422e8c6c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_kinetic_spike.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_lunar_shield.png
new file mode 100644
index 0000000000000000000000000000000000000000..96ee408ce89454bf151b083f24d3b3cd8b9e68ea
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_lunar_shield.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mace_natures_vengeance.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mace_natures_vengeance.png
new file mode 100644
index 0000000000000000000000000000000000000000..34555affb142ff05770c1c2d6c2d6f83196b40ce
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mace_natures_vengeance.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mandible_of_ungolmor.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mandible_of_ungolmor.png
new file mode 100644
index 0000000000000000000000000000000000000000..0caeabef78a214d5426f745c22cede5e10174bc0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mandible_of_ungolmor.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mercy.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mercy.png
new file mode 100644
index 0000000000000000000000000000000000000000..0a578d9f9439ca8e33c0304aa85d793432ab0d2c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_mercy.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_morrigor.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_morrigor.png
new file mode 100644
index 0000000000000000000000000000000000000000..1cd944b315a9ad3972087be7df6d2814564a7e37
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_morrigor.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_piercing_gaze.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ad5fe630923f17ed48c9ddcb227eb9385bb8b4c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_piercing_gaze.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_punaes_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_punaes_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..65f6d452f47e4d54e9e3f7b60dc80c850450cf78
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_punaes_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_razorblade_the_cursed_waraxe.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_razorblade_the_cursed_waraxe.png
new file mode 100644
index 0000000000000000000000000000000000000000..55b7464bb02c2460e48365f7ae859eaf5272b5f0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_razorblade_the_cursed_waraxe.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_shantiz_the_stromblade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_shantiz_the_stromblade.png
new file mode 100644
index 0000000000000000000000000000000000000000..131e6bf70b1c82c5e1b4eaf19ed3b15b2034c703
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_shantiz_the_stromblade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_shieldmaiden.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_shieldmaiden.png
new file mode 100644
index 0000000000000000000000000000000000000000..89ecb5cf534c9d14dd159283cae4d0ee2fee547a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_shieldmaiden.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_spellblaze.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_spellblaze.png
new file mode 100644
index 0000000000000000000000000000000000000000..c90017a654d1f53c99df74ce0647a93c22367e38
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_spellblaze.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_spelldrinker.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_spelldrinker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8b652554e5018e7abf2203dc536a461cbf420e1e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_spelldrinker.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_blood_edge.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_blood_edge.png
new file mode 100644
index 0000000000000000000000000000000000000000..81e5278c510751bc1972d5f0a409c1c1e0cfc2ea
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_blood_edge.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_of_potential_futures.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_of_potential_futures.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba7da8fbc23b5b51afb2a478a374ccd977ebb7c0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_of_potential_futures.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_witch_bane.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_witch_bane.png
new file mode 100644
index 0000000000000000000000000000000000000000..b2910b2d48c85b63f383ccddb03875add6d00315
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_sword_witch_bane.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_swordbreaker.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_swordbreaker.png
new file mode 100644
index 0000000000000000000000000000000000000000..c511d4caccc3c1f9562e2bf347fc8950f26ef436
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_swordbreaker.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_temporal_rift.png
new file mode 100644
index 0000000000000000000000000000000000000000..d847f115d229745ce09856c598602f32a7bdb9b6
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_temporal_rift.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..ec5bd8ea88fd37b8b7cf9a81cc60baebbed94c92
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_tirakais_maul.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_tirakais_maul.png
new file mode 100644
index 0000000000000000000000000000000000000000..82e76a8e15a3faea2a35d9d161c5697e2f63e439
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_tirakais_maul.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_titanic.png
new file mode 100644
index 0000000000000000000000000000000000000000..5414601b2ba93bc976a51ef9e5e1a097f9272256
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_titanic.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_treetrunk.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_treetrunk.png
new file mode 100644
index 0000000000000000000000000000000000000000..c65ebb299c0ab881f154b8d069dbfca98fdf4011
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_treetrunk.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..27397feae3a111c215ecdd9316a3855316356650
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_twilights_edge.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_twilights_edge.png
new file mode 100644
index 0000000000000000000000000000000000000000..9648f4152c946f515cdbe3cb9f98304447206fe3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_twilights_edge.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_unerring_scalpel.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_unerring_scalpel.png
new file mode 100644
index 0000000000000000000000000000000000000000..fc7f6b5ba7f3ee9cacd506f1c8a296a0fa77de00
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_unerring_scalpel.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_unsetting_sun.png
new file mode 100644
index 0000000000000000000000000000000000000000..f515762fd74f02e43e2ea7fbcbcedeb5d6a334c3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_unsetting_sun.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_axe_blood_letter.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_axe_blood_letter.png
new file mode 100644
index 0000000000000000000000000000000000000000..75fc9e11162de0984a732392890a1ded8541c7d4
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_axe_blood_letter.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_crooked_club.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_crooked_club.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f72dd59db1fdb86752d7d3a091de1416b48b046
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_crooked_club.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_spellblade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_spellblade.png
new file mode 100644
index 0000000000000000000000000000000000000000..c5f55f466909d447679bec8a08bcec7ec04b2602
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_weapon_spellblade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_wintertide.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_wintertide.png
new file mode 100644
index 0000000000000000000000000000000000000000..dabd80cfa0d86b24cf9d12dacbb43da7521b89fc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_wintertide.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_wrathroots_barkwood.png
new file mode 100644
index 0000000000000000000000000000000000000000..f551d20cc6cc7ebce1de19855a722f6f34b33725
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/left_wrathroots_barkwood.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/mankini_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/mankini_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..70882d8f64db802ac5241962b924774c2f50cba1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/mankini_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/molten_skin.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/molten_skin.png
new file mode 100644
index 0000000000000000000000000000000000000000..b1be96b3bb53faf633dda6839d91b6ddd0ac8f1b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/molten_skin.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/mummy_wrappings.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/mummy_wrappings.png
new file mode 100644
index 0000000000000000000000000000000000000000..1de7bd3c93f8000abac6b3de842867fae5dee00b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/mummy_wrappings.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_acera.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_acera.png
new file mode 100644
index 0000000000000000000000000000000000000000..917eef75d32d716af512dabb593ee1853680bfa3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_acera.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_anmalice.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_anmalice.png
new file mode 100644
index 0000000000000000000000000000000000000000..787aa6880b4378f8f5e4380f0232904a94ee9755
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_anmalice.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_drakes_bane.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_drakes_bane.png
new file mode 100644
index 0000000000000000000000000000000000000000..2e3edc2ed5290f359aafdcb5b1287d4f48ab50ec
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_drakes_bane.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_malediction.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_malediction.png
new file mode 100644
index 0000000000000000000000000000000000000000..1b698eb509c7fb33538e90421066439c4f3c6276
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_malediction.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_skullcleaver.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_skullcleaver.png
new file mode 100644
index 0000000000000000000000000000000000000000..f9d6cfeca5da6eca068ac50f241e460572bca79e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_axe_skullcleaver.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_battleaxe_the_gaping_maw.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_battleaxe_the_gaping_maw.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa23c9a8aaf09eabb5db54d99f0ef85bd6598316
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_battleaxe_the_gaping_maw.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_black_mesh.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_black_mesh.png
new file mode 100644
index 0000000000000000000000000000000000000000..10845fcc00f3b6933f0e4d09b98de3ce925bb065
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_black_mesh.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_blade_of_distorted_time.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_blade_of_distorted_time.png
new file mode 100644
index 0000000000000000000000000000000000000000..beba047a2df5144fb564b12a6f207cd8d28e85f4
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_blade_of_distorted_time.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_blightstopper.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_blightstopper.png
new file mode 100644
index 0000000000000000000000000000000000000000..77dd7f68b14a93bf4f53eee821b6f1f4e6529e42
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_blightstopper.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_butcher.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_butcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..32f7956bad3f045444cd2a7b04723beea76ee797
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_butcher.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_club_ureslaks_femur.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_club_ureslaks_femur.png
new file mode 100644
index 0000000000000000000000000000000000000000..66b2b25876e60d538200b7997f549e69c411b448
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_club_ureslaks_femur.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_coral_spray.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_coral_spray.png
new file mode 100644
index 0000000000000000000000000000000000000000..96d7220baf40b9996a5f913a8245181e05921ebc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_coral_spray.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_corpus.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_corpus.png
new file mode 100644
index 0000000000000000000000000000000000000000..383a2b374bb218d256d939df3041cd80df224dcf
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_corpus.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_crude_iron_battleaxe_of_kroll.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_crude_iron_battleaxe_of_kroll.png
new file mode 100644
index 0000000000000000000000000000000000000000..aea8dd7c70433482272804c858e7d25bbd53f162
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_crude_iron_battleaxe_of_kroll.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_life_drinker.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_life_drinker.png
new file mode 100644
index 0000000000000000000000000000000000000000..7fa1dbce379d7c83788e4a8922b3c62ce56ce331
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_life_drinker.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_moon.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_moon.png
new file mode 100644
index 0000000000000000000000000000000000000000..163c91fc59e597ffbec0621d695a9902ae03459c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_moon.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_of_the_past.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_of_the_past.png
new file mode 100644
index 0000000000000000000000000000000000000000..d221167db4d9d6e018c0c7d4ca774529270eb2a1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_of_the_past.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_orc_feller.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_orc_feller.png
new file mode 100644
index 0000000000000000000000000000000000000000..67851adfa7334c9e3b527ec96302f0f0759ac8c3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_orc_feller.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_silent_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_silent_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..741849fccce311982582b14feeaacc83c0dbf442
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_silent_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_star.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_star.png
new file mode 100644
index 0000000000000000000000000000000000000000..73dd2254dab6a77a3846cc48c70134fc42b7e11b
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dagger_star.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dawn_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dawn_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..1b0c9c131b3cf526c5f3ac049fff5b6949f310fa
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_dawn_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_eskatins_ultimatum.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_eskatins_ultimatum.png
new file mode 100644
index 0000000000000000000000000000000000000000..8c02d498ee8f77491dcaa521c359c897747528bf
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_eskatins_ultimatum.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_everpyre_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_everpyre_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..a897a785807c04d52d7c64cb546d2246ca2941b9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_everpyre_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_fire_dragon_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_fire_dragon_shield.png
new file mode 100644
index 0000000000000000000000000000000000000000..d58d1955a9d3b930843f5efd50883b101fe5fe11
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_fire_dragon_shield.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hand_sanguine_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hand_sanguine_shield.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0cdf7c59aaa7478a522b98b359c340f2f9c7e1c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hand_sanguine_shield.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hand_summertide.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hand_summertide.png
new file mode 100644
index 0000000000000000000000000000000000000000..0efc949de7a7f62ac8f27cd9c8a75993cd66f3e7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hand_summertide.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hellfire.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hellfire.png
new file mode 100644
index 0000000000000000000000000000000000000000..94cf650921cc09d27b2afcbb6d9e212a6beb167d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_hellfire.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_kinetic_spike.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_kinetic_spike.png
new file mode 100644
index 0000000000000000000000000000000000000000..f4d51d0733ed6562033d967a35849ad1ae5deffa
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_kinetic_spike.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_lunar_shield.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_lunar_shield.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac93542963a1bbe3252c2483ec2999ca8cdffacd
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_lunar_shield.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mace_natures_vengeance.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mace_natures_vengeance.png
new file mode 100644
index 0000000000000000000000000000000000000000..4e2a5f4165896fb2d4ff6296b8645f77ef1847f2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mace_natures_vengeance.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mandible_of_ungolmor.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mandible_of_ungolmor.png
new file mode 100644
index 0000000000000000000000000000000000000000..745c789f9277556d0bb82148454559b740af0d0d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mandible_of_ungolmor.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mercy.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mercy.png
new file mode 100644
index 0000000000000000000000000000000000000000..9aa7b547457dfa52ee7d0471155e74086a5a6dc7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_mercy.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_morrigor.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_morrigor.png
new file mode 100644
index 0000000000000000000000000000000000000000..779d4d81d95c975eb0dea08177d9f45eea8d2f22
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_morrigor.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_piercing_gaze.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_piercing_gaze.png
new file mode 100644
index 0000000000000000000000000000000000000000..c67813cc919696bb6325bee61efab8ef0ae002b5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_piercing_gaze.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_punaes_blade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_punaes_blade.png
new file mode 100644
index 0000000000000000000000000000000000000000..86bab994de61cf4fbc7113b84789143a556c3d19
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_punaes_blade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_razorblade_the_cursed_waraxe.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_razorblade_the_cursed_waraxe.png
new file mode 100644
index 0000000000000000000000000000000000000000..a2348665bdd16586ba8c2721c0ecb5374f5d2e0c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_razorblade_the_cursed_waraxe.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_shantiz_the_stromblade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_shantiz_the_stromblade.png
new file mode 100644
index 0000000000000000000000000000000000000000..e1d366c88fa51010bb9aec8f1253d1f994988877
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_shantiz_the_stromblade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_shieldmaiden.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_shieldmaiden.png
new file mode 100644
index 0000000000000000000000000000000000000000..44e2a9aa9458ad0421b645e4d1ecf3d5d08d3312
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_shieldmaiden.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_spellblaze.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_spellblaze.png
new file mode 100644
index 0000000000000000000000000000000000000000..a86a30608c0f6296644e42b54c8a48eda2928ee9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_spellblaze.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_spelldrinker.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_spelldrinker.png
new file mode 100644
index 0000000000000000000000000000000000000000..8e905faa6ea27734d4862ec34bfe45ac1d46cfea
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_spelldrinker.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_blood_edge.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_blood_edge.png
new file mode 100644
index 0000000000000000000000000000000000000000..9ddbd1f1216be33db9ac236675c2bb3ae2235a2e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_blood_edge.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_of_potential_futures.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_of_potential_futures.png
new file mode 100644
index 0000000000000000000000000000000000000000..d6bffa7bda9001df64b6188289946236f0dd569f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_of_potential_futures.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_witch_bane.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_witch_bane.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f350cb5b647b50290c9165b5960d21ba519ea48
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_sword_witch_bane.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_swordbreaker.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_swordbreaker.png
new file mode 100644
index 0000000000000000000000000000000000000000..7fb1713bb5d0995e434bf638a1254d85ab05bc09
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_swordbreaker.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_temporal_rift.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_temporal_rift.png
new file mode 100644
index 0000000000000000000000000000000000000000..c9ef48ca4c5b428a8f516e1bc94e05fe24ca6d74
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_temporal_rift.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_the_rivers_fury.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_the_rivers_fury.png
new file mode 100644
index 0000000000000000000000000000000000000000..6b05e48a756aed0b96efc3c8e01fa1b1737792ab
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_the_rivers_fury.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_tirakais_maul.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_tirakais_maul.png
new file mode 100644
index 0000000000000000000000000000000000000000..57847765e8f18df6cdd771a12ad7dc9a321da2e2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_tirakais_maul.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_titanic.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_titanic.png
new file mode 100644
index 0000000000000000000000000000000000000000..f53247200c94de79ed034024e651fbc352078a44
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_titanic.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_treetrunk.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_treetrunk.png
new file mode 100644
index 0000000000000000000000000000000000000000..800eb7d2493a5d5f93bada02cdac5a3e656310df
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_treetrunk.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_trident_of_the_tides.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_trident_of_the_tides.png
new file mode 100644
index 0000000000000000000000000000000000000000..1c4a11dc9ac7c7a4e567ba16a9f3b0bd54984edc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_trident_of_the_tides.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_twilights_edge.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_twilights_edge.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d1d7be17c595669729d0f63b9b42546aa891d99
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_twilights_edge.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_unerring_scalpel.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_unerring_scalpel.png
new file mode 100644
index 0000000000000000000000000000000000000000..8fc3f9862eb522648be4c8e98f70bb4ddc738e8a
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_unerring_scalpel.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_unsetting_sun.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_unsetting_sun.png
new file mode 100644
index 0000000000000000000000000000000000000000..72b416055a97a0450f7df968e31c9023999821aa
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_unsetting_sun.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_axe_blood_letter.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_axe_blood_letter.png
new file mode 100644
index 0000000000000000000000000000000000000000..c58c8fdbb0bf0d1566f9034640464dcbe3416694
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_axe_blood_letter.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_crooked_club.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_crooked_club.png
new file mode 100644
index 0000000000000000000000000000000000000000..34891a1dfdc003d054b1f8461c3f551ed9c523fb
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_crooked_club.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_spellblade.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_spellblade.png
new file mode 100644
index 0000000000000000000000000000000000000000..162f5bf79ea46c1dad725031bda557bba3df0ad2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_weapon_spellblade.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_wintertide.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_wintertide.png
new file mode 100644
index 0000000000000000000000000000000000000000..82faecdc8a9cd5ba45e13fcfeefef1ff54f1d3f1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_wintertide.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_wrathroots_barkwood.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_wrathroots_barkwood.png
new file mode 100644
index 0000000000000000000000000000000000000000..bfb798d665b3afdd74f69c39190c0980f063c3b0
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/right_wrathroots_barkwood.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/robe_of_the_archmage.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/robe_of_the_archmage.png
new file mode 100644
index 0000000000000000000000000000000000000000..455408191b57bc66d608e73c456fc1863d254130
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/robe_of_the_archmage.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/skin_of_many.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/skin_of_many.png
new file mode 100644
index 0000000000000000000000000000000000000000..8e037d795de1567b065231c6e8cb23504605f455
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/skin_of_many.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/skin_of_many_legs.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/skin_of_many_legs.png
new file mode 100644
index 0000000000000000000000000000000000000000..6bfa7b5675d8558a9954e00eff52e72d689d5fb1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/skin_of_many_legs.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/the_face_of_fear.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/the_face_of_fear.png
new file mode 100644
index 0000000000000000000000000000000000000000..3a3079d69cd26eff598105b6e637ba3ca0f13a19
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/the_face_of_fear.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/wooden_cuirass.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/wooden_cuirass.png
new file mode 100644
index 0000000000000000000000000000000000000000..c028a024417c6bdf2b9c7691169364410ff2f3ab
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/special/wooden_cuirass.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_01.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..dd313d08c8ecf473a1f10c67c66a61f61a5f8e44
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_01.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_02.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_02.png
new file mode 100644
index 0000000000000000000000000000000000000000..64214c89c08a0cbd133f55057035c56665397c38
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_02.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_03.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..40039d8dde470a995293a453bac1e8bedef0c819
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_03.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_04.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_04.png
new file mode 100644
index 0000000000000000000000000000000000000000..a632df210301b24efbf75afb524d8a8b5fcb1af7
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_04.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_05.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_05.png
new file mode 100644
index 0000000000000000000000000000000000000000..6439543e11ad1748e4c4233a9f02d42717eaa083
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_05.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_06.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_06.png
new file mode 100644
index 0000000000000000000000000000000000000000..908ef4e5280698da4846c317f0c534ac0316a5fc
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_06.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_07.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_07.png
new file mode 100644
index 0000000000000000000000000000000000000000..74f348068d20a95c7181dd9e9117a2ba4234eef2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_07.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_08.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_08.png
new file mode 100644
index 0000000000000000000000000000000000000000..017e7031f0d235785dac0bfbdd5e2cd68a3d24c3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_08.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_09.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_09.png
new file mode 100644
index 0000000000000000000000000000000000000000..f9e9abd70a77976ca66b9fd3edb0188604ca8a5c
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_09.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_10.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_10.png
new file mode 100644
index 0000000000000000000000000000000000000000..dd4c8241c1825a08d3b2daf83bb7c482735aa54e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_10.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_11.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_11.png
new file mode 100644
index 0000000000000000000000000000000000000000..22d264bd50e7b427db944b5604b64a2d18c52c59
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_11.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_12.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_12.png
new file mode 100644
index 0000000000000000000000000000000000000000..99b83ae45f93af524028471b5cd163a3ac8eeef1
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_12.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_13.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_13.png
new file mode 100644
index 0000000000000000000000000000000000000000..b442ce9754c805acbe42ccf3bee9652d2bad7759
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_13.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_14.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_14.png
new file mode 100644
index 0000000000000000000000000000000000000000..f49732db887086a90dd852e20b16799027832d92
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_14.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_15.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_15.png
new file mode 100644
index 0000000000000000000000000000000000000000..05d90d99466f3153bc1b0d8e9876be65efeb799e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_15.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_16.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_16.png
new file mode 100644
index 0000000000000000000000000000000000000000..598cfeb692b617a83c7428c86f2c3cdd90c53f0f
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_16.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_17.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_17.png
new file mode 100644
index 0000000000000000000000000000000000000000..95737c3325540f9994400903ebfc6eb7f39d5657
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_17.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_18.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_18.png
new file mode 100644
index 0000000000000000000000000000000000000000..aa711d16bde2f8c44dcc552f59125c762504b76d
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_18.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_19.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_19.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd50c08b0a6ada363f0d390588f2633cfa6983a9
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_19.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_20.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_20.png
new file mode 100644
index 0000000000000000000000000000000000000000..ea3110fba6cc79903640b8daae373a45f6eb4b91
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_20.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_21.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_21.png
new file mode 100644
index 0000000000000000000000000000000000000000..4de609fb88f0dce71fa888cb532a6ad24decb600
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_21.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_22.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_22.png
new file mode 100644
index 0000000000000000000000000000000000000000..4b16d53c4e5937ecd83f0a178c7e61f3b0855d62
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_22.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_23.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_23.png
new file mode 100644
index 0000000000000000000000000000000000000000..247ec141a78fd0bfb65b891bb29ae89001c0a8f5
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_23.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_24.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_24.png
new file mode 100644
index 0000000000000000000000000000000000000000..69d76c47091126ac4bac8af0d066a02e33a3a403
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_24.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_25.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_25.png
new file mode 100644
index 0000000000000000000000000000000000000000..483f23d5aa5a9bee65c87708419ca0a5580a50b2
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_25.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_26.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_26.png
new file mode 100644
index 0000000000000000000000000000000000000000..59fc6e6ca123c81835c8dcb0d7d3236fd248bb88
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_26.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_27.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_27.png
new file mode 100644
index 0000000000000000000000000000000000000000..b7a3df83526ff5d89e0d023a50c72d4d523e5120
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_27.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_28.png b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_28.png
new file mode 100644
index 0000000000000000000000000000000000000000..bcccb4b713aa1bb8c743a02aa07e0c3f542d75e3
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/ogre_male/upper_body_28.png differ