diff --git a/game/modules/tome/data/gfx/talents/grisly_constitution.png b/game/modules/tome/data/gfx/talents/grisly_constitution.png
new file mode 100644
index 0000000000000000000000000000000000000000..c5b4ef1035012b26e00464d0025459c348c524b4
Binary files /dev/null and b/game/modules/tome/data/gfx/talents/grisly_constitution.png differ
diff --git a/game/modules/tome/data/gfx/talents/ogre_wrath.png b/game/modules/tome/data/gfx/talents/ogre_wrath.png
new file mode 100644
index 0000000000000000000000000000000000000000..786f7cfc2eaa038f5663a14692ab759cb55af1d1
Binary files /dev/null and b/game/modules/tome/data/gfx/talents/ogre_wrath.png differ
diff --git a/game/modules/tome/data/gfx/talents/scar_scripted_flesh.png b/game/modules/tome/data/gfx/talents/scar_scripted_flesh.png
new file mode 100644
index 0000000000000000000000000000000000000000..d911b9b7081fea458b3cd1d5155496c68285f5ce
Binary files /dev/null and b/game/modules/tome/data/gfx/talents/scar_scripted_flesh.png differ
diff --git a/game/modules/tome/data/gfx/talents/writ_large.png b/game/modules/tome/data/gfx/talents/writ_large.png
new file mode 100644
index 0000000000000000000000000000000000000000..e9c50994632b84763910b2d4a739c1c23a222b7a
Binary files /dev/null and b/game/modules/tome/data/gfx/talents/writ_large.png differ
diff --git a/game/modules/tome/data/timed_effects/magical.lua b/game/modules/tome/data/timed_effects/magical.lua
index a7c01edf0c102db0c6e981e4360c899c2e2af066..1b025d4cada2b066156225fb23dbe365d79bb4e9 100644
--- a/game/modules/tome/data/timed_effects/magical.lua
+++ b/game/modules/tome/data/timed_effects/magical.lua
@@ -3162,7 +3162,7 @@ newEffect{
 }
 
 newEffect{
-	name = "OGRIC_WRATH", image = "talents/ogric_wrath.png",
+	name = "OGRIC_WRATH", image = "talents/ogre_wrath.png",
 	desc = "Ogric Wrath",
 	long_desc = function(self, eff) return ("Do not try to resist it!"):format() end,
 	type = "magical",
@@ -3191,7 +3191,7 @@ newEffect{
 }
 
 newEffect{
-	name = "OGRE_FURY", image = "talents/ogric_wrath.png",
+	name = "OGRE_FURY", image = "effects/ogre_fury.png",
 	desc = "Ogre Fury",
 	long_desc = function(self, eff) return ("Inscriptions cooldown twice as fast."):format(eff.power) end,
 	type = "magical", decrease = 0,