diff --git a/game/modules/tome/data/general/npcs/gwelgoroth.lua b/game/modules/tome/data/general/npcs/gwelgoroth.lua
index 45e2689f637ed7e277a8fc2c1f7e464d75afad5e..8f1a8c6aaeb856a81a869120025129b6da96b3d9 100644
--- a/game/modules/tome/data/general/npcs/gwelgoroth.lua
+++ b/game/modules/tome/data/general/npcs/gwelgoroth.lua
@@ -61,6 +61,7 @@ newEntity{ base = "BASE_NPC_GWELGOROTH",
 
 newEntity{ base = "BASE_NPC_GWELGOROTH",
 	name = "greater gwelgoroth", color=colors.STEEL_BLUE,
+	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_air_greater_gwelgoroth.png", display_h=2, display_y=-1}}},
 	desc = [[Gwelgoroth are mighty air elementals, torn away from their home world by a powerful magic.]],
 	level_range = {12, nil}, exp_worth = 1,
 	rarity = 3,
@@ -77,6 +78,7 @@ newEntity{ base = "BASE_NPC_GWELGOROTH",
 
 newEntity{ base = "BASE_NPC_GWELGOROTH",
 	name = "ultimate gwelgoroth", color=colors.ROYAL_BLUE,
+	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_air_ultimate_gwelgoroth.png", display_h=2, display_y=-1}}},
 	desc = [[Gwelgoroth are mighty air elementals, torn away from their home world by a powerful magic.]],
 	level_range = {15, nil}, exp_worth = 1,
 	rarity = 5,
diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_greater_gwelgoroth.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_greater_gwelgoroth.png
new file mode 100644
index 0000000000000000000000000000000000000000..9bd61a33a5eab05db408a5bc17ba4ea4a958dfea
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_greater_gwelgoroth.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_gwelgoroth.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_gwelgoroth.png
new file mode 100644
index 0000000000000000000000000000000000000000..42b7d0ffeb36d7c11fb60373551d41f6ca73232e
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_gwelgoroth.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_ultimate_gwelgoroth.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_ultimate_gwelgoroth.png
new file mode 100644
index 0000000000000000000000000000000000000000..89dd9e7512465b6852c01dfa577c9fa4851cf299
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_air_ultimate_gwelgoroth.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/npc/horror_eldritch_headless_horror.png b/game/modules/tome/data/gfx/shockbolt/npc/horror_eldritch_headless_horror.png
new file mode 100644
index 0000000000000000000000000000000000000000..d30e0a88e3d2a9e91cfa99fa6f09f41a41f0f0aa
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/horror_eldritch_headless_horror.png differ