diff options
author | David Gay <david@davidgay.org> | 2021-06-16 19:45:34 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-16 19:45:34 -0400 |
commit | 8b9191b20faf7473e42b08f5cbf73783f4353b4a (patch) | |
tree | 61f36978f917ac30f322b05fe82999d27ed467ba /data | |
parent | 361acfad2162e08a962c63c4443641fbbd812089 (diff) |
Stinging Rays spell as the first DoT
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 2 | ||||
-rw-r--r-- | data/conditions.yml | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/data/activities.yml b/data/activities.yml index 3202e7f..316b3de 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -3001,7 +3001,7 @@ havencast_stinging_rays: results: - type: "condition" gid: "stinging_rays" - duration: 300 # 10 minutes + duration: 600 # 10 minutes message: "Beams of arcane energy shoot at your enemies from the air around you." - type: "xp" gid: "havencast" diff --git a/data/conditions.yml b/data/conditions.yml index c72cf36..95d2bda 100644 --- a/data/conditions.yml +++ b/data/conditions.yml @@ -115,11 +115,12 @@ dazzle: gid: "accuracy" modifier: -1 stinging_rays: - name: "stinging_rays" + name: "stinging rays" description: "Adds arcane damage to your attacks." whatnot: effects: - - type: "damage" + - type: "dot" gid: "arcane" min: 1 max: 3 + message: "Stinging rays spring from the air around you and hit your enemy." |