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,