From e90193f7114d4e4fe8aeed2cdd680cf57c1e1f53 Mon Sep 17 00:00:00 2001 From: John Candlebury Date: Sat, 21 Sep 2019 16:32:18 -0600 Subject: [PATCH] Add legacy artifact teleport spell --- data/json/legacy_artifact_active.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/json/legacy_artifact_active.json b/data/json/legacy_artifact_active.json index 8d2c357794a3d..07a48debd0e25 100644 --- a/data/json/legacy_artifact_active.json +++ b/data/json/legacy_artifact_active.json @@ -73,6 +73,19 @@ "max_damage": -15, "message": "You're wracked with pain!" }, + { + "type": "SPELL", + "id": "AEA_TELEPORT", + "name": "Artifact Teleport", + "description": "Randomly teleports you a short distance.", + "effect": "teleport_random", + "valid_targets": [ "self" ], + "flags": [ "NO_HANDS", "SILENT", "NO_LEGS", "UNSAFE_TELEPORT" ], + "min_range": 2, + "max_range": 12, + "max_level": 1, + "message": "You teleport!" + }, { "type": "SPELL", "id": "AEA_ATTENTION",