diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index 15b4ef065e68026677305c7ade7d3e190413135b..4f67fb959898460d077bbb7550c9466249cc6db0 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -294,6 +294,26 @@ newEntity{ base = "BASE_AMULET",
 	},
 }
 
+newEntity{ base = "BASE_AMULET",
+	power_source = {unknown=true},
+	unique = true,
+	name = "The Far-Hand", color = colors.YELLOW, image = "object/artifact/the_far_hand.png",
+	unided_name = "a weird metallic hand",
+	desc = [[You can feel this strange metallic hand wriggling around, it feels as if space distorts around it.]],
+	level_range = {20, 40},
+	rarity = 200,
+	cost = 1000,
+	material_level = 3,
+	wielder = {
+		teleport_immune = 1,
+		inc_stats = {
+			[Stats.STAT_CON] = 10,
+		},
+	},
+	max_power = 36, power_regen = 1,
+	use_talent = { id = Talents.T_TELEPORT, level = 4, power = 36 },
+}
+
 newEntity{ base = "BASE_AMULET", define_as = "SET_GARKUL_TEETH",
 	power_source = {technique=true},
 	unique = true,