diff options
Diffstat (limited to 'data/conditions.yml')
-rw-r--r-- | data/conditions.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/data/conditions.yml b/data/conditions.yml index 95d2bda..4cb71b0 100644 --- a/data/conditions.yml +++ b/data/conditions.yml @@ -116,7 +116,7 @@ dazzle: modifier: -1 stinging_rays: name: "stinging rays" - description: "Adds arcane damage to your attacks." + description: "Does arcane damage over time." whatnot: effects: - type: "dot" @@ -124,3 +124,13 @@ stinging_rays: min: 1 max: 3 message: "Stinging rays spring from the air around you and hit your enemy." +flame_whirl: + name: "flame whirl" + description: "Does fire damage over time." + whatnot: + effects: + - type: "dot" + gid: "fire" + min: 1 + max: 8 + message: "A ring of flame spins about you, licking at your enemy." |