Skip to content

Commit

Permalink
Add legacy artifact teleport spell
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed Sep 24, 2019
1 parent 5946847 commit e90193f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/json/legacy_artifact_active.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e90193f

Please sign in to comment.