diff options
Diffstat (limited to 'data/conditions.yml')
-rw-r--r-- | data/conditions.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/data/conditions.yml b/data/conditions.yml index b691254..4cb71b0 100644 --- a/data/conditions.yml +++ b/data/conditions.yml @@ -96,3 +96,41 @@ mercuria: - type: "stat_change" gid: "evasion" modifier: 1 +light: + name: "light" + description: "Allows seeing in dark areas." + whatnot: + effects: + - type: "special" + gid: "darkvision" + - type: "stat_change" + gid: "necrotic_resistance" + modifier: 1 +dazzle: + name: "dazzle" + description: "Reduces enemies' accuracy." + whatnot: + effects: + - type: "enemy_stat_change" + gid: "accuracy" + modifier: -1 +stinging_rays: + name: "stinging rays" + description: "Does arcane damage over time." + whatnot: + effects: + - type: "dot" + gid: "arcane" + 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." |