From dc445245a7821923f89b5d7cd453f2fbc07e2304 Mon Sep 17 00:00:00 2001 From: Yord Date: Wed, 3 Feb 2016 20:57:36 +0100 Subject: [PATCH] Updated generator db. --- static/javascripts/generator.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/javascripts/generator.js b/static/javascripts/generator.js index e9425b4..262c1d0 100644 --- a/static/javascripts/generator.js +++ b/static/javascripts/generator.js @@ -169,6 +169,7 @@ var ikrpg = ikrpg || {}; "Crusader's Call": { "cost": 3, "rng": "SELF", "aoe": "CTRL", "pow": "–", "up": "NO", "off": "NO", "description": "" }, "Curse of Shadows": { "cost": 3, "rng": 8, "aoe": "–", "pow": "–", "up": "YES", "off": "YES", "description": "" }, "Dark Fire": { "cost": 2, "rng": 10, "aoe": "–", "pow": 12, "up": "NO", "off": "YES", "description": "" }, + "Dark Guidance": { "cost": 4, "rng": "SELF", "aoe": "CTRL", "pow": "–", "up": "NO", "off": "NO", "description": "" }, "Dark Persuader": { "cost": 1, "rng": 6, "aoe": "–", "pow": "–", "up": "YES", "off": "YES", "description": "" }, "Dark Water": { "cost": 3, "rng": "CTRL", "aoe": "4", "pow": "–", "up": "NO", "off": "NO", "description": "" }, "Dash": { "cost": 2, "rng": "SELF", "aoe": "CTRL", "pow": "–", "up": "NO", "off": "NO", "description": "" }, @@ -909,6 +910,7 @@ var ikrpg = ikrpg || {}; "Dispel": undefined, "Distiller": undefined, "Divine Fortitude": undefined, + "Divine Might": undefined, "Dodger": undefined, "Dominating Presence": undefined, "Doom Gaze": undefined,