// ogl/skills.js



// Skill information used by 3EProfiler that was released by WotC under

// the Open Gaming License (OGL). This file however, is not released under

// the OGL (see above).

var abilityKeys = [
  , // zero index undefined.
  'Str',
  'Dex',
  'Con',
  'Int',
  'Wis',
  'Cha'
];

// Defines the key abilities for each set of core skills.
var skillKeys = {
  'acrobatics': 2,
  'appraise': 4,
  'bluff': 6,
  'climb': 1,
  'craft': 4,
  'diplomacy': 6,
  'disable device': 2,
  'disguise': 6,
  'escape artist': 2,
  'fly': 2,
  'handle animal': 6,
  'heal': 5,
  'intimidate': 6,
  'knowledge': 4,
  'linguistics': 4,
  'perception': 5,
  'perform': 6,
  'profession': 5,
  'ride': 2,
  'sense motive': 5,
  'sleight of hand': 2,
  'spellcraft': 4,
  'stealth': 2,
  'survival': 5,
  'swim': 1,
  'use magic device': 6
  };

// Defines which skills are class skills for each core class.
var classSkills = {
                           // Bbn Brd Clr Drd Ftr Mnk Pal Rgr Rog Sor Wiz
  'Acrobatics':	              [1,  1,  0,  0,  0,  1,  0,  0,  1,  0,  0 ],	
  'Appraise':                 [0,  1,  0,  0,  0,  0,  0,  0,  1,  0,  0 ],
  'Bluff':                    [0,  1,  0,  0,  0,  0,  0,  0,  1,  1,  0 ],
  'Climb':                    [1,  1,  0,  0,  1,  1,  0,  1,  1,  0,  0 ],
  'Craft':                    [1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1 ],
  'Diplomacy':                [0,  1,  1,  1,  0,  1,  1,  0,  1,  0,  0 ],
  'Disable Device':           [0,  0,  0,  0,  0,  0,  0,  0,  1,  0,  0 ],
  'Disguise':                 [0,  1,  0,  0,  0,  0,  0,  0,  1,  0,  0 ],
  'Escape Artist':            [0,  1,  0,  0,  0,  1,  0,  0,  1,  0,  0 ],
  'Fly':		      [0,  0,  0,  1,  0,  0,  0,  0,  0,  1,  1 ],
  'Handle Animal':            [1,  0,  0,  1,  1,  0,  1,  1,  0,  0,  0 ],
  'Heal':                     [0,  0,  1,  1,  0,  0,  1,  1,  0,  0,  0 ],
  'Intimidate':               [1,  0,  0,  0,  1,  0,  0,  0,  1,  0,  0 ],
  'Knowledge: Arcana':        [0,  1,  1,  0,  0,  1,  0,  0,  0,  1,  1 ],
  'Knowledge: Architecture':  [0,  1,  0,  0,  0,  0,  0,  0,  0,  0,  1 ],
  'Knowledge: Dungeoneering': [0,  1,  0,  0,  0,  0,  0,  1,  0,  0,  1 ],
  'Knowledge: Geography':     [0,  1,  0,  0,  0,  0,  0,  1,  0,  0,  1 ],
  'Knowledge: History':       [0,  1,  1,  0,  0,  0,  0,  0,  0,  0,  1 ],
  'Knowledge: Local':         [0,  1,  0,  0,  0,  0,  0,  0,  1,  0,  1 ],
  'Knowledge: Nature':        [0,  1,  0,  1,  0,  0,  0,  1,  0,  0,  1 ],
  'Knowledge: Nobility':      [0,  1,  0,  0,  0,  0,  1,  0,  0,  0,  1 ],
  'Knowledge: Religion':      [0,  1,  1,  0,  0,  1,  1,  0,  0,  0,  1 ],
  'Knowledge: The Planes':    [0,  1,  1,  0,  0,  0,  0,  0,  0,  0,  1 ],
  'Linguistics':              [0,  1,  1,  0,  0,  0,  0,  0,  1,  0,  1 ],
  'Perception':               [1,  1,  0,  1,  0,  1,  0,  1,  1,  0,  0 ],
  'Perform':                  [0,  1,  0,  0,  0,  1,  0,  0,  1,  0,  0 ],
  'Profession':               [0,  1,  1,  1,  0,  1,  1,  1,  1,  1,  1 ],
  'Ride':                     [1,  0,  0,  1,  1,  0,  1,  1,  0,  0,  0 ],
  'Sense Motive':             [0,  1,  0,  0,  0,  1,  1,  0,  1,  0,  0 ],
  'Sleight of Hand':          [0,  1,  0,  0,  0,  0,  0,  0,  1,  0,  0 ],
  'Spellcraft':               [0,  1,  1,  1,  0,  0,  0,  0,  0,  1,  1 ],
  'Stealth':                  [0,  1,  0,  0,  0,  1,  0,  1,  1,  0,  0 ],
  'Survival':                 [1,  0,  0,  1,  0,  0,  0,  1,  0,  0,  0 ],
  'Swim':                     [1,  1,  0,  1,  1,  1,  0,  1,  1,  0,  0 ],
  'Use Magic Device':         [0,  1,  0,  0,  0,  0,  0,  0,  1,  0,  0 ]
  };


var skillAttributes = {
                           // Unskilled use   Armor check
  'acrobatics':               [  true,          true         ],
  'appraise':                 [  true,          false        ],
  'bluff':                    [  true,          false        ],
  'climb':                    [  true,          true         ],
  'craft':                    [  true,          false        ],
  'diplomacy':                [  true,          false        ],
  'disable device':           [  false,         false        ],
  'disguise':                 [  true,          false        ],
  'escape artist':            [  true,          true         ],
  'fly':                      [  false,         true         ],
  'handle animal':            [  false,         false        ],
  'heal':                     [  true,          false        ],
  'intimidate':               [  true,          false        ],
  'knowledge:':               [  false,         false        ],
  'linguistics':              [  false,         false        ],
  'open lock':                [  false,         false        ],
  'perception':               [  true,          false        ],
  'perform':                  [  true,          false        ],
  'profession':               [  true,          false        ],
  'ride':                     [  true,          false        ],
  'sense motive':             [  true,          false        ],
  'sleight of hand':          [  false,         true         ],
  'spellcraft':               [  false,         false        ],
  'stealth':                  [  true,          true         ],
  'survival':                 [  true,          false        ],
  'swim':                     [  true,          true         ],
  'use magic device':         [  false,         false        ]
  };

// Now transform the classSkill object to contain a bitset rather than an array.
for (var skill in classSkills)

{

  var cc_code = 0;

  for (var i = 0; i < classSkills[skill].length; i++)

    cc_code = (cc_code << 1) | classSkills[skill][i];

  classSkills[skill] = cc_code;

}

var baseHelpURL = "http://www.d20pfsrd.com/"

// Defines the URL that points to help for each skill, feat, ability, etc.
// NOTE: in cases where there is some overlap in names--like "armor proficiency"
// and "armor proficiency (light)"--the more specific one MUST come first.
var skillsHelpURL = {

  // Skills
  'acrobatics':                baseHelpURL + "skills/acrobatics",
  'appraise':                baseHelpURL + "skills/appraise",
  'bluff':                   baseHelpURL + "skills/bluff",
  'climb':                   baseHelpURL + "skills/climb",
  'craft':                   baseHelpURL + "skills/craft",
  'diplomacy':               baseHelpURL + "skills/diplomacy",
  'disable device':      baseHelpURL + "skills/disable-device",
  'disguise':                baseHelpURL + "skills/disguise",
  'escape artist':       baseHelpURL + "skills/escape-artist",
  'fly':                 baseHelpURL + "skills/fly",
  'handle animal':       baseHelpURL + "skills/handle-animal",
  'heal':                    baseHelpURL + "skills/heal",
  'hide':                    baseHelpURL + "skills/hide",
  'intimidate':          baseHelpURL + "skills/intimidate",
  'knowledge':               baseHelpURL + "skills/knowledge",
  'linguistics':                  baseHelpURL + "skills/listen",
  'open lock':               baseHelpURL + "skills/open-lock",
  'perception':                 baseHelpURL + "skills/perception",
  'perform':                 baseHelpURL + "skills/perform",
  'profession':          baseHelpURL + "skills/profession",
  'ride':                    baseHelpURL + "skills/ride",
  'sense motive':            baseHelpURL + "skills/sense-motive",
  'sleight of hand':         baseHelpURL + "skills/sleight-of-hand",
  'spellcraft':          baseHelpURL + "skills/spellcraft",
  'stealth':                    baseHelpURL + "skills/stealth",
  'survival':                baseHelpURL + "skills/survival",
  'swim':                    baseHelpURL + "skills/swim",
  'use magic device':    baseHelpURL + "skills/use-magic-device",
  
  // Feats

'acrobatic': baseHelpURL + 'feats/acrobatic---final',
'agile maneuvers': baseHelpURL + 'feats/agile-maneuvers-combat',
'alertness': baseHelpURL + 'feats/alertness---final',
'animal affinity': baseHelpURL + 'feats/animal-affinity---final',
'arcane armor training': baseHelpURL + 'feats/arcane-armor-training-combat---final',
'arcane armor mastery': baseHelpURL + 'feats/arcane-armor-mastery-combat---final',
'arcane strike': baseHelpURL + 'feats/arcane-strike',
'armor proficiency, light': baseHelpURL + 'feats/armor-proficiency-light---final',
'armor proficiency, medium': baseHelpURL + 'feats/armor-proficiency-medium---final',
'armor proficiency, heavy': baseHelpURL + 'feats/armor-proficiency-heavy---final',
'athletic': baseHelpURL + 'feats/athletic---final',
'augment summoning': baseHelpURL + 'feats/augment-summoning---final',
'blind-fight': baseHelpURL + 'feats/blind-fight-combat---final',
'caught off-guard': baseHelpURL + 'feats/caught-off-guard-combat---final',
'combat casting': baseHelpURL + 'feats/combat-casting---final',
'combat expertise': baseHelpURL + 'feats/combat-expertise-combat---final',
'improved disarm': baseHelpURL + 'feats/improved-disarm-combat---final',
'greater disarm': baseHelpURL + 'feats/greater-disarm-combat---final',
'improved feint': baseHelpURL + 'feats/improved-feint-combat---final',
'greater feint': baseHelpURL + 'feats/greater-feint-combat---final',
'improved trip': baseHelpURL + 'feats/improved-trip-combat---final',
'greater trip': baseHelpURL + 'feats/greater-trip-combat---final',
'whirlwind attack': baseHelpURL + 'feats/whirlwind-attack-combat---final',
'combat reflexes': baseHelpURL + 'feats/combat- reflexes-combat---final',
'shall not pass': baseHelpURL + 'feats/shall-not-pass-combat---final',
'cornugon shield': baseHelpURL + 'feats/cornugon-shield-combat',
'cornugon smash': baseHelpURL + 'feats/cornugon-smash-combat',
'cornugon stun': baseHelpURL + 'feats/cornugon-stun-combat',
'cornugon trip': baseHelpURL + 'feats/cornugon-trip-combat',
'awesome blow': baseHelpURL + 'feats/awesome-blow',
'beliers bite': baseHelpURL + 'feats/belier-s-bite-combat',
'hellcat pounce': baseHelpURL + 'feats/hellcat-pounce-combat',
'hamatula strike': baseHelpURL + 'feats/hamatula-strike-combat',
'critical focus': baseHelpURL + 'feats/critical-focus-combat---final',
'catch off guard':baseHelpURL + 'feats/catch-off-guard-combat---final',
'bleeding critical': baseHelpURL + 'feats/bleeding-critical-combat-critical---final',
'blinding critical': baseHelpURL + 'feats/blinding-critical-combat-critical---final',
'critical mastery': baseHelpURL + 'feats/critical-mastery-combat---final',
'deafening critical': baseHelpURL + 'feats/deafening-critical-combat-critical---final',
'exhausting critical': baseHelpURL + 'feats/exhausting-critical-combat-critical---final',
'sickening critical': baseHelpURL + 'feats/sickening-critical-combat-critical---final',
'staggering critical': baseHelpURL + 'feats/staggering-critical-combat-critical---final',
'stunning critical': baseHelpURL + 'feats/stunning-critical-combat-critical---final',
'tiring critical': baseHelpURL + 'feats/tiring-critical-combat-critical---final',
'dazzling display': baseHelpURL + 'feats/dazzling-display-combat---final',
'stunning defense': baseHelpURL + 'feats/stunning-defense-combat---final',
'deadly stroke': baseHelpURL + 'feats/deadly-stroke-combat---final',
'deadly aim': baseHelpURL + 'feats/deadly-aim-combat---final',
'deceitful': baseHelpURL + 'feats/deceitful---final',
'defensive combat training': baseHelpURL + 'feats/defensive-combat-training-combat---final',
'deft hands': baseHelpURL + 'feats/deft-hands---final',
'disruptive': baseHelpURL + 'feats/disruptive-combat---final',
'spellbreaker': baseHelpURL + 'feats/spellbreaker-combat---final',
'dodge': baseHelpURL + 'feats/dodge-combat---final',
'mobility': baseHelpURL + 'feats/mobility-combat---final',
'advance': baseHelpURL + 'feats/advance',
'spring attack': baseHelpURL + 'feats/spring-attack-combat---final',
'wind stance': baseHelpURL + 'feats/wind-stance-combat---final',
'lightning stance': baseHelpURL + 'feats/lightning-stance-combat---final',
'endurance': baseHelpURL + 'feats/endurance---final',
'diehard': baseHelpURL + 'feats/diehard---final',
'eschew materials': baseHelpURL + 'feats/eschew-materials---final',
'exotic weapon proficiency': baseHelpURL + 'feats/exotic-weapon-proficiency-combat---final',
'extra ki': baseHelpURL + 'feats/extra-ki---final',
'extra lay on hands': baseHelpURL + 'feats/extra-lay-on-hands---final',
'extra rage': baseHelpURL + 'feats/extra-rage---final',
'fleet': baseHelpURL + 'feats/fleet---final',
'great fortitude': baseHelpURL + 'feats/great-fortitude',
'improved great fortitude': baseHelpURL + 'feats/improved-great-fortitude---final',
'improved counterspell': baseHelpURL + 'feats/improved-counterspell---final',
'improved critical': baseHelpURL + 'feats/improved-critical-combat---final',
'improved familiar': baseHelpURL + 'feats/improved-familiar',
'improved initiative': baseHelpURL + 'feats/improved-initiative-combat---final',
'improved turning': baseHelpURL + 'feats/improved-turning',
'improved unarmed strike': baseHelpURL + 'feats/improved-unarmed-strike-combat---final',
'deflect arrows': baseHelpURL + 'feats/deflect-arrows-combat---final',
'snatch arrows': baseHelpURL + 'feats/snatch-arrows-combat---final',
'improved grapple': baseHelpURL + 'feats/improved-grapple-combat---final',
'greater grapple': baseHelpURL + 'feats/greater-grapple-combat---final',
'scorpion style': baseHelpURL + 'feats/scorpion-style-combat---final',
'gorgons fist': baseHelpURL + 'feats/gorgons-fist-combat---final',
'medusas wrath': baseHelpURL + 'feats/medusa-s-wrath-combat---final',
'stunning fist': baseHelpURL + 'feats/stunning-fist-combat---final',
'intimidating prowess': baseHelpURL + 'feats/intimidating-prowess-combat---final',
'iron will': baseHelpURL + 'feats/iron-will---final',
'improved iron will': baseHelpURL + 'feats/improved-iron-will---final',
'leadership': baseHelpURL + 'feats/leadership---final',
'lightning reflexes': baseHelpURL + 'feats/lightning-reflexes---final',
'improved lightning reflexes': baseHelpURL + 'feats/improved-lightning-reflexes---final',
'lunge': baseHelpURL + 'feats/lunge-combat---final',
'magical aptitude': baseHelpURL + 'feats/magical-aptitude---final',
'martial weapon proficiency': baseHelpURL + 'feats/martial-weapon-proficiency---final',
'master craftsman': baseHelpURL + 'feats/master-craftsman---final',
'mounted final': baseHelpURL + 'feats/mounted-combat-combat---final',
'mounted archery': baseHelpURL + 'feats/mounted-archery-combat---final',
'ride-by attack': baseHelpURL + 'feats/ride-by-attack-combat---final',
'spirited charge': baseHelpURL + 'feats/spirited-charge-combat---final',
'trample': baseHelpURL + 'feats/trample-combat---final',
'natural spell': baseHelpURL + 'feats/natural-spell---final',
'nimble moves': baseHelpURL + 'feats/nimble-moves---final',
'acrobatic steps': baseHelpURL + 'feats/acrobatic-steps---final',
'overhand chop': baseHelpURL + 'feats/overhand-chop-combat---final',
'backswing': baseHelpURL + 'feats/backswing-combat---final',
'devastating blow': baseHelpURL + 'feats/devastating-blow-combat---final',
'persuasive': baseHelpURL + 'feats/persuasive---final',
'point blank shot': baseHelpURL + 'feats/point-blank-shot',
'far shot': baseHelpURL + 'feats/far-shot-combat---final',
'furys snare': baseHelpURL + 'feats/fury-s-snare-combat',
'furys fall': baseHelpURL + 'feats/fury-s-fall-combat',
'precise shot': baseHelpURL + 'feats/precise-shot-combat---final',
'improved precise shot': baseHelpURL + 'feats/improved-precise-shot-combat---final',
'pinpoint targeting': baseHelpURL + 'feats/pinpoint-targeting-combat---final',
'shot on the run': baseHelpURL + 'feats/shot-on-the-run-combat---final',
'rapid shot': baseHelpURL + 'feats/rapid-shot-combat---final',
'manyshot': baseHelpURL + 'feats/manyshot-combat---final',
'power attack': baseHelpURL + 'feats/power-attack-combat---final',
'cleave': baseHelpURL + 'feats/cleave-combat---final',
'great cleave': baseHelpURL + 'feats/great-cleave-combat---final',
'improved bull rush': baseHelpURL + 'feats/improved-bull-rush-combat---final',
'greater bull rush': baseHelpURL + 'feats/greater-bull-rush-combat---final',
'improved overrun': baseHelpURL + 'feats/improved-overrun-combat---final',
'greater overrun': baseHelpURL + 'feats/greater-overrun-combat---final',
'improved sunder': baseHelpURL + 'feats/improved-sunder-combat---final',
'greater sunder': baseHelpURL + 'feats/greater-sunder-combat---final',
'powerful critical': baseHelpURL + 'feats/powerful-critical-combat---final',
'quick draw': baseHelpURL + 'feats/quickdraw-combat---final',
'rapid reload': baseHelpURL + 'feats/rapid-reload-combat---final',
'razor sharp chair leg': baseHelpURL + 'feats/razor-sharp-chair-leg-combat---final',
'run': baseHelpURL + 'feats/run---final',
'selective channeling': baseHelpURL + 'feats/selective-channeling---final',
'channel smite': baseHelpURL + 'feats/channel-smite-combat---final',
'alignment channel': baseHelpURL + 'feats/alignment-channel---final',
'self-sufficient': baseHelpURL + 'feats/self-sufficient---final',
'shield proficiency': baseHelpURL + 'feats/shield-proficiency---final',
'shield focus': baseHelpURL + 'feats/shield-focus-combat---final',
'greater shield focus': baseHelpURL + 'feats/greater-shield-focus-combat---final',
'shield mastery': baseHelpURL + 'feats/shield-mastery-combat---final',
'improved shield bash': baseHelpURL + 'feats/improved-shield-bash-combat---final',
'shield slam': baseHelpURL + 'feats/shield-slam-combat---final',
'shield master': baseHelpURL + 'feats/shield-master-combat---final',
'tower shield proficiency': baseHelpURL + 'feats/tower-shield-proficiency',
'simple weapon proficiency': baseHelpURL + 'feats/simple-weapon-proficiency---final',
'skill focus': baseHelpURL + 'feats/skill-focus---final',
'spell focus': baseHelpURL + 'feats/spell-focus---final',
'greater spell focus': baseHelpURL + 'feats/greater-spell-focus---final',
'spell mastery': baseHelpURL + 'feats/spell-mastery---final',
'spell penetration': baseHelpURL + 'feats/spell-penetration---final',
'greater spell penetration': baseHelpURL + 'feats/greater-spell-penetration---final',
'stealthy': baseHelpURL + 'feats/stealthy---final',
'step up': baseHelpURL + 'feats/step-up-combat---final',
'strike back': baseHelpURL + 'feats/strike-back-combat---final',
'throw anything': baseHelpURL + 'feats/throw-anything-combat---final',
'toughness': baseHelpURL + 'feats/toughness---final',
'elemental channel': baseHelpURL + 'feats/channel-elemental---final',
'two-weapon fighting': baseHelpURL + 'feats/two-weapon-fighting-combat---final',
'double slice': baseHelpURL + 'feats/double-slice-combat---final',
'two-weapon rend': baseHelpURL + 'feats/two-weapon-rend-combat---final',
'improved two-weapon fighting': baseHelpURL + 'feats/improved-two-weapon-fighting-combat---final',
'greater two-weapon fighting': baseHelpURL + 'feats/greater-two-weapon-fighting-combat---final',
'weapon swap': baseHelpURL + 'feats/weapon-swap-combat---final',
'two-weapon defense': baseHelpURL + 'feats/two-weapon-defense-combat---final',
'vital strike': baseHelpURL + 'feats/vital-strike-combat---final',
'improved vital strike': baseHelpURL + 'feats/improved-vital-strike-combat---final-2',
'weapon finesse': baseHelpURL + 'feats/weapon-finesse-combat---final',
'weapon focus': baseHelpURL + 'feats/weapon-focus-combat---final',
'greater weapon focus': baseHelpURL + 'feats/greater-weapon-focus-combat---final',
'penetrating strike': baseHelpURL + 'feats/penetrating-strike-combat---final',
'greater penetrating strike': baseHelpURL + 'feats/greater-penetrating-strike---final',
'weapon specialization': baseHelpURL + 'feats/weapon-specialization-combat---final',
'greater weapon specialization': baseHelpURL + 'feats/greater-weapon-specialization-combat---final',
'brew potion': baseHelpURL + 'feats/brew-potion-item-creation---final',
'craft magic arms and armor': baseHelpURL + 'feats/craft-magic-arms-and-armor-item-creation---final',
'craft rod': baseHelpURL + 'feats/craft-rod-item-creation---final',
'craft staff': baseHelpURL + 'feats/craft-staff-item-creation---final',
'craft wondrous items': baseHelpURL + 'feats/craft-wondrous-items-item-creation---final',
'forge rings': baseHelpURL + 'feats/forge-ring-item-creation---final',
'scribe scroll': baseHelpURL + 'feats/scribe-scroll-item-creation---final',
'empower spell': baseHelpURL + 'feats/empower-spell-metamagic---final',
'enlarge spell': baseHelpURL + 'feats/enlarge-spell-metamagic---final',
'extend spell': baseHelpURL + 'feats/extend-spell-metamagic---final',
'heighten spell': baseHelpURL + 'feats/heighten-spell-metamagic---final',
'maximize spell': baseHelpURL + 'feats/maximize-spell-metamagic---final',
'quicken spell': baseHelpURL + 'feats/quicken-spell-metamagic---final',
'silent spell': baseHelpURL + 'feats/silent-spell-metamagic---final',
'still spell': baseHelpURL + 'feats/still-spell-metamagic---final',
'widen spell': baseHelpURL + 'feats/widen-spell-metamagic---final',
'osyluth guile': baseHelpURL + 'feats/osyluth-guile-combat',
'multiattack': baseHelpURL + 'feats/multiattack-combat',
'multiweapon fighting': baseHelpURL + 'feats/multiweapon-fighting-combat',
'hamatula grasp': baseHelpURL + 'feats/hamatula-grasp-combat',
'ability focus': baseHelpURL + 'feats/ability-focus',
'craft construct': baseHelpURL + 'feats/craft-construct-item-creation',
'draconic defender': baseHelpURL + 'feats/draconic-defender',
'draconic discipline': baseHelpURL + 'feats/draconic-discipline',
'flyby attack': baseHelpURL + 'feats/flyby-attack',
'hover': baseHelpURL + 'feats/hover',
'improved natural armor': baseHelpURL + 'feats/improved-natural-armor',
'improved natural attack': baseHelpURL + 'feats/improved-natural-attack',
'noxious bite': baseHelpURL + 'feats/noxious-bite',
'quicken spell-like ability': baseHelpURL + 'feats/quicken-spell-like-ability',
'snatch': baseHelpURL + 'feats/snatch',
'wingover': baseHelpURL + 'feats/wingover',
'hellcat stealth': baseHelpURL + 'feats/hellcat-stealth',
'mounted blade': baseHelpURL + 'feats/mounted-blade',
'command undead': baseHelpURL + 'feats/command-undead---final',
'improved channel': baseHelpURL + 'feats/improved-channel---final',
'turn undead': baseHelpURL + 'feats/turn-undead---final',
'extra channel': baseHelpURL + 'feats/extra-channel---final',
'extra mercy': baseHelpURL + 'feats/extra-mercy---final',
'extra perform': baseHelpURL + 'feats/extra-perform---final',


  // Abilities
  'ability damage':          baseHelpURL + "special-abilities#TOC-Ability-Damage",
  'ability drain':           baseHelpURL + "special-abilities#TOC-Ability-Drain",
  'ability score loss':      baseHelpURL + "special-abilities#TOC-Ability-Score-Loss",
  'alternate form':          baseHelpURL + "special-abilities#TOC-Alternate-Form",
  'antimagic':               baseHelpURL + "special-abilities#TOC-Antimagic",
  'bite':                    baseHelpURL + "special-abilities#TOC-Bite",
  'blindsense':              baseHelpURL + "special-abilities#TOC-Blindsight-And-Blindsense",
  'blindsight':              baseHelpURL + "special-abilities#TOC-Blindsight-And-Blindsense",
  'breath weapon':           baseHelpURL + "special-abilities#TOC-Breath-Weapon",
  'burrow':                  baseHelpURL + "special-abilities#TOC-Burrow",
  'change shape':            baseHelpURL + "special-abilities#TOC-Change-Shape",
  'charm':                   baseHelpURL + "special-abilities#TOC-Charm-And-Compulsion",
  'claw':                    baseHelpURL + "special-abilities#TOC-Claw-or-Talon",
  'climb':                   baseHelpURL + "special-abilities#TOC-Climb",
  'cold immunity':           baseHelpURL + "special-abilities#TOC-Cold-Immunity",
  'compulsion':              baseHelpURL + "special-abilities#TOC-Charm-And-Compulsion",
  'constrict':               baseHelpURL + "special-abilities#TOC-Constrict",
  'damage reduction':        baseHelpURL + "special-abilities#TOC-Damage-Reduction",
  'darkvision':              baseHelpURL + "special-abilities#TOC-Darkvision",
  'death attacks':           baseHelpURL + "special-abilities#TOC-Death-Attacks",
  'disease':                 baseHelpURL + "special-abilities#TOC-Disease",
  'energy drain':            baseHelpURL + "special-abilities#TOC-Energy-Drain-And-Negative-Levels",
  'etherealness':            baseHelpURL + "special-abilities#TOC-Etherealness",
  'evasion':                 baseHelpURL + "special-abilities#TOC-Evasion-And-Improved-Evasion",
  'fast healing':            baseHelpURL + "special-abilities#TOC-Fast-Healing",
  'fear aura':               baseHelpURL + "special-abilities#TOC-Fear-Aura",
  'fear cones':              baseHelpURL + "special-abilities#TOC-Fear-Cones-Sp-and-Rays",
  'fear rays':               baseHelpURL + "special-abilities#TOC-Fear-Cones-Sp-and-Rays",
  'fear':                    baseHelpURL + "special-abilities#TOC-Fear",
  'fire immunity':           baseHelpURL + "special-abilities#TOC-Fire-Immunity",
  'fly':                     baseHelpURL + "special-abilities#TOC-Fly",
  'frightful presence':      baseHelpURL + "special-abilities#TOC-Frightful-Presence",
  'gaseous form':            baseHelpURL + "special-abilities#TOC-Gaseous-Form",
  'gaze attacks':            baseHelpURL + "special-abilities#TOC-Gaze-Attacks",
  'gore':                    baseHelpURL + "special-abilities#TOC-Gore",
  'improved evasion':        baseHelpURL + "special-abilities#TOC-Evasion-And-Improved-Evasion",
  'improved grab':           baseHelpURL + "special-abilities#TOC-Improved-Grab",
  'incorporeality':          baseHelpURL + "special-abilities#TOC-Incorporeality",
  'invisibility':            baseHelpURL + "special-abilities#TOC-Invisibility",
  'level loss':              baseHelpURL + "special-abilities#TOC-Level-Loss",
  'low-light vision':        baseHelpURL + "special-abilities#TOC-Low-Light-Vision",
  'manufactured weapons':    baseHelpURL + "special-abilities#TOC-Manufactured-Weapons",
  'movement modes':          baseHelpURL + "special-abilities#TOC-Movement-Modes",
  'natural weapons':         baseHelpURL + "special-abilities#TOC-Natural-Weapons",
  'negative levels':         baseHelpURL + "special-abilities#TOC-Energy-Drain-And-Negative-Levels",
  'nonabilities':            baseHelpURL + "special-abilities#TOC-Nonabilities",
  'paralysis':               baseHelpURL + "special-abilities#TOC-Paralysis",
  'poison':                  baseHelpURL + "special-abilities#TOC-Poison",
  'polymorph':               baseHelpURL + "special-abilities#TOC-Polymorph",
  'pounce':                  baseHelpURL + "special-abilities#TOC-Pounce",
  'powerful charge':         baseHelpURL + "special-abilities#TOC-Powerful-Charge",
  'psionics':                baseHelpURL + "special-abilities#TOC-Psionics",
  'rake':                    baseHelpURL + "special-abilities#TOC-Rake",
  'rays':                    baseHelpURL + "special-abilities#TOC-Rays",
  'regeneration':            baseHelpURL + "special-abilities#TOC-Regeneration",
  'resistance to energy':    baseHelpURL + "special-abilities#TOC-Resistance-To-Energy",
  'scent':                   baseHelpURL + "special-abilities#TOC-Scent",
  'slam':                    baseHelpURL + "special-abilities#TOC-Slap-or-Slam",
  'slap':                    baseHelpURL + "special-abilities#TOC-Slap-or-Slam",
  'sonic attacks':           baseHelpURL + "special-abilities#TOC-Sonic-Attacks",
  'spell immunity':          baseHelpURL + "special-abilities#TOC-Spell-Immunity",
  'spell resistance':        baseHelpURL + "special-abilities#TOC-Spell-Resistance",
  'spells':                  baseHelpURL + "special-abilities#TOC-Spells",
  'sting':                   baseHelpURL + "special-abilities#TOC-Sting",
  'summon':                  baseHelpURL + "special-abilities#TOC-Summon",
  'swallow whole':           baseHelpURL + "special-abilities#TOC-Swallow-Whole",
  'swim':                    baseHelpURL + "special-abilities#TOC-Swim",
  'talon':                   baseHelpURL + "special-abilities#TOC-Slaw-or-Talon",
  'telepathy':               baseHelpURL + "special-abilities#TOC-Telepathy",
  'tentacle':                baseHelpURL + "special-abilities#TOC-Tentacle",
  'trample':                 baseHelpURL + "special-abilities#TOC-Trample",
  'tremorsense':             baseHelpURL + "special-abilities#TOC-Tremorsense",
  'turn resistance':         baseHelpURL + "special-abilities#TOC-Turn-Resistance",
  'vulnerability to energy': baseHelpURL + "special-abilities#TOC-Vulnerability-to-Energy",

  // Druid special abilities.
  'animal companion' :        baseHelpURL + "classes/druid.htm#animalCompanion",
  'wild empathy'     :        baseHelpURL + "classes/druid.htm#wildEmpathy",
  'woodland stride'  :       baseHelpURL + "classes/druid.htm#woodlandStride",
  'nature sense'     :        baseHelpURL + "classes/druid.htm#natureSense",
  'trackless step'   :        baseHelpURL + "classes/druid.htm#tracklessStep",
  "resist nature's lure":    baseHelpURL + "classes/druid.htm#resistNaturesLure",
  'wild shape'       :       baseHelpURL + "classes/druid.htm#wildShape",
  'venom immunity'   :       baseHelpURL + "classes/druid.htm#venomImmunity",
  'a thousand faces' :       baseHelpURL + "classes/druid.htm#aThousandFaces",
  'timeless body'    :       baseHelpURL + "classes/druid.htm#druidTimelessBody",

  // Animal companion abilities.
  'link'             :       baseHelpURL + "classes/druid",
  'share spells'     :       baseHelpURL + "classes/druid",
  'devotion'         :       baseHelpURL + "classes/druid",
  'multiattack'      :       baseHelpURL + "classes/druid",

  // Ranger special abilities.
  'wild empathy'     :        baseHelpURL + "classes/ranger",
  'favored enemy'    :        baseHelpURL + "classes/ranger",
  'combat style'     :        baseHelpURL + "classes/ranger",
  'animal companion' :        baseHelpURL + "classes/druid",
  'improved combat style':   baseHelpURL + "classes/ranger",
  'woodland stride'  :       baseHelpURL + "classes/ranger",
  'swift tracker'    :       baseHelpURL + "classes/ranger",
  'combat style mastery':    baseHelpURL + "classes/ranger",
  'camouflage'       :       baseHelpURL + "classes/ranger",
  'hide in plain sight':     baseHelpURL + "classes/ranger",

  // Rogue special abilities.
  'sneak attack'     :        baseHelpURL + "classes/rogue.htm",
  'trapfinding'      :        baseHelpURL + "classes/rogue.htm",
  'trap sense'       :        baseHelpURL + "classes/rogue.htm",
  'uncanny dodge'    :        baseHelpURL + "classes/rogue.htm",
  'improved uncanny dodge':  baseHelpURL + "classes/rogue.htm",

  // Wizard special abilities.
  'summon familiar'  :        baseHelpURL + "classes/wizard",
  'scribe scroll'    :        baseHelpURL + "classes/wizard",

  '###last one###'   :           ""
};


var spellsHelpURL = {
  // Spells
"acid arrow": baseHelpURL + "magic/all-spells---final/acid-arrow", 
"acid fog": baseHelpURL + "magic/all-spells---final/acid-fog", 
"aid": baseHelpURL + "magic/all-spells---final/aid", 
"air walk": baseHelpURL + "magic/all-spells---final/air-walk", 
"alarm": baseHelpURL + "magic/all-spells---final/alarm", 
"align fang": baseHelpURL + "magic/all-spells---final/align-fang", 
"align weapon": baseHelpURL + "magic/all-spells---final/align-weapon", 
"alter self": baseHelpURL + "magic/all-spells---final/alter-self", 
"analyze dweomer": baseHelpURL + "magic/all-spells---final/analyze-dweomer", 
"animal growth": baseHelpURL + "magic/all-spells---final/animal-growth", 
"animal messenger": baseHelpURL + "magic/all-spells---final/animal-messenger", 
"animal shapes": baseHelpURL + "magic/all-spells---final/animal-shapes", 
"animal trance": baseHelpURL + "magic/all-spells---final/animal-trance", 
"animate dead": baseHelpURL + "magic/all-spells---final/animate-dead", 
"animate objects": baseHelpURL + "magic/all-spells---final/animate-objects", 
"animate plants": baseHelpURL + "magic/all-spells---final/animate-plants", 
"animate rope": baseHelpURL + "magic/all-spells---final/animate-rope", 
"antilife shell": baseHelpURL + "magic/all-spells---final/antilife-shell", 
"antimagic field": baseHelpURL + "magic/all-spells---final/antimagic-field", 
"antipathy": baseHelpURL + "magic/all-spells---final/antipathy", 
"antiplant shell": baseHelpURL + "magic/all-spells---final/antiplant-shell", 
"arcane eye": baseHelpURL + "magic/all-spells---final/arcane-eye", 
"arcane lock": baseHelpURL + "magic/all-spells---final/arcane-lock", 
"arcane mark": baseHelpURL + "magic/all-spells---final/arcane-mark", 
"arcane sight": baseHelpURL + "magic/all-spells---final/arcane-sight", 
"arcane sight, greater": baseHelpURL + "magic/all-spells---final/arcane-sight-greater", 
"astral projection": baseHelpURL + "magic/all-spells---final/astral-projection", 
"atonement": baseHelpURL + "magic/all-spells---final/atonement", 
"augury": baseHelpURL + "magic/all-spells---final/augury", 
"awaken": baseHelpURL + "magic/all-spells---final/awaken", 
"baleful polymorph": baseHelpURL + "magic/all-spells---final/baleful-polymorph", 
"bane": baseHelpURL + "magic/all-spells---final/bane", 
"banishment": baseHelpURL + "magic/all-spells---final/banishment", 
"barkskin": baseHelpURL + "magic/all-spells---final/barkskin", 
"bear's endurance": baseHelpURL + "magic/all-spells---final/bear-s-endurance", 
"bear's endurance, mass": baseHelpURL + "magic/all-spells---final/bear-s-endurance-mass", 
"beast shape i": baseHelpURL + "magic/all-spells---final/beast-shape-i", 
"beast shape ii": baseHelpURL + "magic/all-spells---final/beast-shape-ii", 
"beast shape ii": baseHelpURL + "magic/all-spells---final/beast-shape-ii1", 
"beast shape iv": baseHelpURL + "magic/all-spells---final/beast-shape-iv", 
"bestow curse": baseHelpURL + "magic/all-spells---final/bestow-curse", 
"binding": baseHelpURL + "magic/all-spells---final/binding", 
"black tentacles": baseHelpURL + "magic/all-spells---final/black-tentacles", 
"blade barrier": baseHelpURL + "magic/all-spells---final/blade-barrier", 
"blasphemy": baseHelpURL + "magic/all-spells---final/blasphemy", 
"bleed": baseHelpURL + "magic/all-spells---final/bleed", 
"bless": baseHelpURL + "magic/all-spells---final/bless", 
"bless water": baseHelpURL + "magic/all-spells---final/bless-water", 
"bless weapon": baseHelpURL + "magic/all-spells---final/bless-weapon", 
"blight": baseHelpURL + "magic/all-spells---final/blight", 
"blindness/deafness": baseHelpURL + "magic/all-spells---final/blindness-deafness", 
"blink": baseHelpURL + "magic/all-spells---final/blink", 
"blur": baseHelpURL + "magic/all-spells---final/blur", 
"break enchantment": baseHelpURL + "magic/all-spells---final/break-enchantment", 
"breath of life": baseHelpURL + "magic/all-spells---final/breath-of-life", 
"bull's strength": baseHelpURL + "magic/all-spells---final/bull-s-strength", 
"bull's strength, mass": baseHelpURL + "magic/all-spells---final/bull-s-strength-mass", 
"burning hands": baseHelpURL + "magic/all-spells---final/burning-hands", 
"call lightning": baseHelpURL + "magic/all-spells---final/call-lightning", 
"call lightning storm": baseHelpURL + "magic/all-spells---final/call-lightning-storm", 
"calm animals": baseHelpURL + "magic/all-spells---final/calm-animals", 
"calm emotions": baseHelpURL + "magic/all-spells---final/calm-emotions", 
"cat's grace": baseHelpURL + "magic/all-spells---final/cat-s-grace", 
"cat's grace, mass": baseHelpURL + "magic/all-spells---final/cat-s-grace-mass", 
"cause fear": baseHelpURL + "magic/all-spells---final/cause-fear", 
"chain lightning": baseHelpURL + "magic/all-spells---final/chain-lightning", 
"changestaff": baseHelpURL + "magic/all-spells---final/changestaff", 
"chaos hammer": baseHelpURL + "magic/all-spells---final/chaos-hammer", 
"charm animal": baseHelpURL + "magic/all-spells---final/charm-animal", 
"charm monster": baseHelpURL + "magic/all-spells---final/charm-monster", 
"charm monster, mass": baseHelpURL + "magic/all-spells---final/charm-monster-mass", 
"charm person": baseHelpURL + "magic/all-spells---final/charm-person", 
"chill metal": baseHelpURL + "magic/all-spells---final/chill-metal", 
"chill touch": baseHelpURL + "magic/all-spells---final/chill-touch", 
"circle of death": baseHelpURL + "magic/all-spells---final/circle-of-death", 
"clairaudience/clairvoyance": baseHelpURL + "magic/all-spells---final/clairaudience-clairvoyance", 
"clenched fist": baseHelpURL + "magic/all-spells---final/clenched-fist", 
"cloak of chaos": baseHelpURL + "magic/all-spells---final/cloak-of-chaos", 
"clone": baseHelpURL + "magic/all-spells---final/clone", 
"cloudkill": baseHelpURL + "magic/all-spells---final/cloudkill", 
"color spray": baseHelpURL + "magic/all-spells---final/color-spray", 
"command": baseHelpURL + "magic/all-spells---final/command", 
"command, greater": baseHelpURL + "magic/all-spells---final/command-greater", 
"command plants": baseHelpURL + "magic/all-spells---final/command-plants", 
"command undead": baseHelpURL + "magic/all-spells---final/command-undead", 
"commune": baseHelpURL + "magic/all-spells---final/commune", 
"commune with nature": baseHelpURL + "magic/all-spells---final/commune-with-nature", 
"comprehend languages": baseHelpURL + "magic/all-spells---final/comprehend-languages", 
"cone of cold": baseHelpURL + "magic/all-spells---final/cone-of-cold", 
"confusion": baseHelpURL + "magic/all-spells---final/confusion", 
"confusion, lesser": baseHelpURL + "magic/all-spells---final/confusion-lesser", 
"consecrate": baseHelpURL + "magic/all-spells---final/consecrate", 
"contact other plane": baseHelpURL + "magic/all-spells---final/contact-other-plane", 
"contagion": baseHelpURL + "magic/all-spells---final/contagion", 
"contingency": baseHelpURL + "magic/all-spells---final/contingency", 
"continual flame": baseHelpURL + "magic/all-spells---final/continual-flame", 
"control plants": baseHelpURL + "magic/all-spells---final/control-plants", 
"control undead": baseHelpURL + "magic/all-spells---final/control-undead", 
"control water": baseHelpURL + "magic/all-spells---final/control-water", 
"control weather": baseHelpURL + "magic/all-spells---final/control-weather", 
"control winds": baseHelpURL + "magic/all-spells---final/control-winds", 
"create food and water": baseHelpURL + "magic/all-spells---final/create-food-and-water", 
"create greater undead": baseHelpURL + "magic/all-spells---final/create-greater-undead", 
"create undead": baseHelpURL + "magic/all-spells---final/create-undead", 
"create water": baseHelpURL + "magic/all-spells---final/create-water", 
"creeping doom": baseHelpURL + "magic/all-spells---final/creeping-doom", 
"crushing despair": baseHelpURL + "magic/all-spells---final/crushing-despair", 
"crushing hand": baseHelpURL + "magic/all-spells---final/crushing-hand", 
"cure critical wounds": baseHelpURL + "magic/all-spells---final/cure-critical-wounds", 
"cure critical wounds, mass": baseHelpURL + "magic/all-spells---final/cure-critical-wounds-mass", 
"cure light wounds": baseHelpURL + "magic/all-spells---final/cure-light-wounds", 
"cure light wounds, mass": baseHelpURL + "magic/all-spells---final/cure-light-wounds-mass", 
"cure moderate wounds": baseHelpURL + "magic/all-spells---final/cure-moderate-wounds", 
"cure moderate wounds, mass": baseHelpURL + "magic/all-spells---final/cure-moderate-wounds-mass", 
"cure serious wounds": baseHelpURL + "magic/all-spells---final/cure-serious-wounds", 
"cure serious wounds, mass": baseHelpURL + "magic/all-spells---final/cure-serious-wounds-mass", 
"curse water": baseHelpURL + "magic/all-spells---final/curse-water", 
"dancing lights": baseHelpURL + "magic/all-spells---final/dancing-lights", 
"darkness": baseHelpURL + "magic/all-spells---final/darkness", 
"darkvision": baseHelpURL + "magic/all-spells---final/darkvision", 
"daylight": baseHelpURL + "magic/all-spells---final/daylight", 
"daze": baseHelpURL + "magic/all-spells---final/daze", 
"daze monster": baseHelpURL + "magic/all-spells---final/daze-monster", 
"death knell": baseHelpURL + "magic/all-spells---final/death-knell", 
"death ward": baseHelpURL + "magic/all-spells---final/death-ward", 
"deathwatch": baseHelpURL + "magic/all-spells---final/deathwatch", 
"deeper darkness": baseHelpURL + "magic/all-spells---final/deeper-darkness", 
"deep slumber": baseHelpURL + "magic/all-spells---final/deep-slumber", 
"delayed blast fireball": baseHelpURL + "magic/all-spells---final/delayed-blast-fireball", 
"delay poison": baseHelpURL + "magic/all-spells---final/delay-poison", 
"demand": baseHelpURL + "magic/all-spells---final/demand", 
"desecrate": baseHelpURL + "magic/all-spells---final/desecrate", 
"destruction": baseHelpURL + "magic/all-spells---final/destruction", 
"detect animals or plants": baseHelpURL + "magic/all-spells---final/detect-animals-or-plants", 
"detect chaos": baseHelpURL + "magic/all-spells---final/detect-chaos", 
"detect evil": baseHelpURL + "magic/all-spells---final/detect-evil", 
"detect good": baseHelpURL + "magic/all-spells---final/detect-good", 
"detect law": baseHelpURL + "magic/all-spells---final/detect-law", 
"detect magic": baseHelpURL + "magic/all-spells---final/detect-magic", 
"detect poison": baseHelpURL + "magic/all-spells---final/detect-poison", 
"detect scrying": baseHelpURL + "magic/all-spells---final/detect-scrying", 
"detect secret doors": baseHelpURL + "magic/all-spells---final/detect-secret-doors", 
"detect snares and pits": baseHelpURL + "magic/all-spells---final/detect-snares-and-pits", 
"detect thoughts": baseHelpURL + "magic/all-spells---final/detect-thoughts", 
"detect undead": baseHelpURL + "magic/all-spells---final/detect-undead", 
"dictum": baseHelpURL + "magic/all-spells---final/dictum", 
"dimensional anchor": baseHelpURL + "magic/all-spells---final/dimensional-anchor", 
"dimensional lock": baseHelpURL + "magic/all-spells---final/dimensional-lock", 
"dimension door": baseHelpURL + "magic/all-spells---final/dimension-door", 
"diminish plants": baseHelpURL + "magic/all-spells---final/diminish-plants", 
"discern lies": baseHelpURL + "magic/all-spells---final/discern-lies", 
"discern location": baseHelpURL + "magic/all-spells---final/discern-location", 
"disguise self": baseHelpURL + "magic/all-spells---final/disguise-self", 
"disintegrate": baseHelpURL + "magic/all-spells---final/disintegrate", 
"dismissal": baseHelpURL + "magic/all-spells---final/dismissal", 
"dispel chaos": baseHelpURL + "magic/all-spells---final/dispel-chaos", 
"dispel evil": baseHelpURL + "magic/all-spells---final/dispel-evil", 
"dispel good": baseHelpURL + "magic/all-spells---final/dispel-good", 
"dispel law": baseHelpURL + "magic/all-spells---final/dispel-law", 
"dispel magic": baseHelpURL + "magic/all-spells---final/dispel-magic", 
"dispel magic, greater": baseHelpURL + "magic/all-spells---final/dispel-magic-greater", 
"displacement": baseHelpURL + "magic/all-spells---final/displacement", 
"disrupting weapon": baseHelpURL + "magic/all-spells---final/disrupting-weapon", 
"disrupt undead": baseHelpURL + "magic/all-spells---final/disrupt-undead", 
"divination": baseHelpURL + "magic/all-spells---final/divination", 
"divine favor": baseHelpURL + "magic/all-spells---final/divine-favor", 
"divine power": baseHelpURL + "magic/all-spells---final/divine-power", 
"dominate animal": baseHelpURL + "magic/all-spells---final/dominate-animal", 
"dominate monster": baseHelpURL + "magic/all-spells---final/dominate-monster", 
"dominate person": baseHelpURL + "magic/all-spells---final/dominate-person", 
"doom": baseHelpURL + "magic/all-spells---final/doom", 
"dream": baseHelpURL + "magic/all-spells---final/dream", 
"eagle's splendor": baseHelpURL + "magic/all-spells---final/eagle-s-splendor", 
"eagle's splendor, mass": baseHelpURL + "magic/all-spells---final/eagle-s-splendor-mass", 
"earthquake": baseHelpURL + "magic/all-spells---final/earthquake", 
"elemental body i": baseHelpURL + "magic/all-spells---final/elemental-body-i", 
"elemental body ii": baseHelpURL + "magic/all-spells---final/elemental-body-ii", 
"elemental body ii": baseHelpURL + "magic/all-spells---final/elemental-body-ii1", 
"elemental body iv": baseHelpURL + "magic/all-spells---final/elemental-body-iv", 
"elemental swarm": baseHelpURL + "magic/all-spells---final/elemental-swarm", 
"endure elements": baseHelpURL + "magic/all-spells---final/endure-elements", 
"energy drain": baseHelpURL + "magic/all-spells---final/energy-drain", 
"enervation": baseHelpURL + "magic/all-spells---final/enervation", 
"enlarge person": baseHelpURL + "magic/all-spells---final/enlarge-person", 
"enlarge person, mass": baseHelpURL + "magic/all-spells---final/enlarge-person-mass", 
"entangle": baseHelpURL + "magic/all-spells---final/entangle", 
"enthrall": baseHelpURL + "magic/all-spells---final/enthrall", 
"entropic shield": baseHelpURL + "magic/all-spells---final/entropic-shield", 
"erase": baseHelpURL + "magic/all-spells---final/erase", 
"ethereal jaunt": baseHelpURL + "magic/all-spells---final/ethereal-jaunt", 
"etherealness": baseHelpURL + "magic/all-spells---final/etherealness", 
"expeditious retreat": baseHelpURL + "magic/all-spells---final/expeditious-retreat", 
"explosive runes": baseHelpURL + "magic/all-spells---final/explosive-runes", 
"eyebite": baseHelpURL + "magic/all-spells---final/eyebite", 
"fabricate": baseHelpURL + "magic/all-spells---final/fabricate", 
"faerie fire": baseHelpURL + "magic/all-spells---final/faerie-fire", 
"false life": baseHelpURL + "magic/all-spells---final/false-life", 
"false vision": baseHelpURL + "magic/all-spells---final/false-vision", 
"fear": baseHelpURL + "magic/all-spells---final/fear", 
"feather fall": baseHelpURL + "magic/all-spells---final/feather-fall", 
"feeblemind": baseHelpURL + "magic/all-spells---final/feeblemind", 
"find the path": baseHelpURL + "magic/all-spells---final/find-the-path", 
"find traps": baseHelpURL + "magic/all-spells---final/find-traps", 
"finger of death": baseHelpURL + "magic/all-spells---final/finger-of-death", 
"fireball": baseHelpURL + "magic/all-spells---final/fireball", 
"fire seeds": baseHelpURL + "magic/all-spells---final/fire-seeds", 
"fire shield": baseHelpURL + "magic/all-spells---final/fire-shield", 
"fire storm": baseHelpURL + "magic/all-spells---final/fire-storm", 
"fire trap": baseHelpURL + "magic/all-spells---final/fire-trap", 
"flame arrow": baseHelpURL + "magic/all-spells---final/flame-arrow", 
"flame blade": baseHelpURL + "magic/all-spells---final/flame-blade", 
"flame strike": baseHelpURL + "magic/all-spells---final/flame-strike", 
"flaming sphere": baseHelpURL + "magic/all-spells---final/flaming-sphere", 
"flare": baseHelpURL + "magic/all-spells---final/flare", 
"flesh to stone": baseHelpURL + "magic/all-spells---final/flesh-to-stone", 
"floating disk": baseHelpURL + "magic/all-spells---final/floating-disk", 
"fly": baseHelpURL + "magic/all-spells---final/fly", 
"fog cloud": baseHelpURL + "magic/all-spells---final/fog-cloud", 
"forbiddance": baseHelpURL + "magic/all-spells---final/forbiddance", 
"forcecage": baseHelpURL + "magic/all-spells---final/forcecage", 
"forceful hand": baseHelpURL + "magic/all-spells---final/forceful-hand", 
"foresight": baseHelpURL + "magic/all-spells---final/foresight", 
"form of the dragon i": baseHelpURL + "magic/all-spells---final/form-of-the-dragon-i", 
"form of the dragon ii": baseHelpURL + "magic/all-spells---final/form-of-the-dragon-ii", 
"form of the dragon iii": baseHelpURL + "magic/all-spells---final/form-of-the-dragon-iii", 
"fox's cunning": baseHelpURL + "magic/all-spells---final/fox-s-cunning", 
"fox's cunning , mass": baseHelpURL + "magic/all-spells---final/fox-s-cunning-mass", 
"freedom": baseHelpURL + "magic/all-spells---final/freedom", 
"freedom of movement": baseHelpURL + "magic/all-spells---final/freedom-of-movement", 
"freezing sphere": baseHelpURL + "magic/all-spells---final/freezing-sphere", 
"gaseous form": baseHelpURL + "magic/all-spells---final/gaseous-form", 
"gate": baseHelpURL + "magic/all-spells---final/gate", 
"geas, lesser": baseHelpURL + "magic/all-spells---final/geas-lesser", 
"geas/quest": baseHelpURL + "magic/all-spells---final/geas-quest", 
"gentle repose": baseHelpURL + "magic/all-spells---final/gentle-repose", 
"ghost sound": baseHelpURL + "magic/all-spells---final/ghost-sound", 
"ghoultouch": baseHelpURL + "magic/all-spells---final/ghoultouch", 
"giant form i": baseHelpURL + "magic/all-spells---final/giant-form-i", 
"giant form ii": baseHelpURL + "magic/all-spells---final/giant-form-ii", 
"giant vermin": baseHelpURL + "magic/all-spells---final/giant-vermin", 
"glibness": baseHelpURL + "magic/all-spells---final/glibness", 
"glitterdust": baseHelpURL + "magic/all-spells---final/glitterdust", 
"globe of invulnerability": baseHelpURL + "magic/all-spells---final/globe-of-invulnerability", 
"globe of invulnerability, lesser": baseHelpURL + "magic/all-spells---final/globe-of-invulnerability-lesser", 
"glyph of warding": baseHelpURL + "magic/all-spells---final/glyph-of-warding", 
"glyph of warding, greater": baseHelpURL + "magic/all-spells---final/glyph-of-warding-greater", 
"goodberry": baseHelpURL + "magic/all-spells---final/goodberry", 
"good hope": baseHelpURL + "magic/all-spells---final/good-hope", 
"grasping hand": baseHelpURL + "magic/all-spells---final/grasping-hand", 
"grease": baseHelpURL + "magic/all-spells---final/grease", 
"greater (spell name)": baseHelpURL + "magic/all-spells---final/greater-spell-name-", 
"guards and wards": baseHelpURL + "magic/all-spells---final/guards-and-wards", 
"guidance": baseHelpURL + "magic/all-spells---final/guidance", 
"gust of wind": baseHelpURL + "magic/all-spells---final/gust-of-wind", 
"hallow": baseHelpURL + "magic/all-spells---final/hallow", 
"hallucinatory terrain": baseHelpURL + "magic/all-spells---final/hallucinatory-terrain", 
"halt undead": baseHelpURL + "magic/all-spells---final/halt-undead", 
"harm": baseHelpURL + "magic/all-spells---final/harm", 
"haste": baseHelpURL + "magic/all-spells---final/haste", 
"heal": baseHelpURL + "magic/all-spells---final/heal", 
"heal , mass": baseHelpURL + "magic/all-spells---final/heal-mass", 
"heal mount": baseHelpURL + "magic/all-spells---final/heal-mount", 
"heat metal": baseHelpURL + "magic/all-spells---final/heat-metal", 
"helping hand": baseHelpURL + "magic/all-spells---final/helping-hand", 
"heroes' feast": baseHelpURL + "magic/all-spells---final/heroes-feast", 
"heroism, greater": baseHelpURL + "magic/all-spells---final/heroism-greater", 
"heroism": baseHelpURL + "magic/all-spells---final/heroism", 
"hide from animals": baseHelpURL + "magic/all-spells---final/hide-from-animals", 
"hide from undead": baseHelpURL + "magic/all-spells---final/hide-from-undead", 
"hideous laughter": baseHelpURL + "magic/all-spells---final/hideous-laughter", 
"hold animal": baseHelpURL + "magic/all-spells---final/hold-animal", 
"hold monster": baseHelpURL + "magic/all-spells---final/hold-monster", 
"hold monster, mass": baseHelpURL + "magic/all-spells---final/hold-monster-mass", 
"hold person": baseHelpURL + "magic/all-spells---final/hold-person", 
"hold person, mass": baseHelpURL + "magic/all-spells---final/hold-person-mass", 
"hold portal": baseHelpURL + "magic/all-spells---final/hold-portal", 
"holy aura": baseHelpURL + "magic/all-spells---final/holy-aura", 
"holy smite": baseHelpURL + "magic/all-spells---final/holy-smite", 
"holy sword": baseHelpURL + "magic/all-spells---final/holy-sword", 
"holy word": baseHelpURL + "magic/all-spells---final/holy-word", 
"horrid wilting": baseHelpURL + "magic/all-spells---final/horrid-wilting", 
"hypnotic pattern": baseHelpURL + "magic/all-spells---final/hypnotic-pattern", 
"hypnotism": baseHelpURL + "magic/all-spells---final/hypnotism", 
"ice storm": baseHelpURL + "magic/all-spells---final/ice-storm", 
"identify": baseHelpURL + "magic/all-spells---final/identify", 
"illusory script": baseHelpURL + "magic/all-spells---final/illusory-script", 
"illusory wall": baseHelpURL + "magic/all-spells---final/illusory-wall", 
"imbue with spell ability": baseHelpURL + "magic/all-spells---final/imbue-with-spell-ability", 
"implosion": baseHelpURL + "magic/all-spells---final/implosion", 
"imprisonment": baseHelpURL + "magic/all-spells---final/imprisonment", 
"incendiary cloud": baseHelpURL + "magic/all-spells---final/incendiary-cloud", 
"inflict critical wounds": baseHelpURL + "magic/all-spells---final/inflict-critical-wounds", 
"inflict critical wounds, mass": baseHelpURL + "magic/all-spells---final/inflict-critical-wounds-mass", 
"inflict light wounds": baseHelpURL + "magic/all-spells---final/inflict-light-wounds", 
"inflict light wounds, mass": baseHelpURL + "magic/all-spells---final/inflict-light-wounds-mass", 
"inflict moderate wounds": baseHelpURL + "magic/all-spells---final/inflict-moderate-wounds", 
"inflict moderate wounds, mass": baseHelpURL + "magic/all-spells---final/inflict-moderate-wounds-mass", 
"inflict serious wounds": baseHelpURL + "magic/all-spells---final/inflict-serious-wounds", 
"inflict serious wounds, mass": baseHelpURL + "magic/all-spells---final/inflict-serious-wounds-mass", 
"insanity": baseHelpURL + "magic/all-spells---final/insanity", 
"insect plague": baseHelpURL + "magic/all-spells---final/insect-plague", 
"instant summons": baseHelpURL + "magic/all-spells---final/instant-summons", 
"interposing hand": baseHelpURL + "magic/all-spells---final/interposing-hand", 
"invisibility, greater": baseHelpURL + "magic/all-spells---final/invisibility-greater", 
"invisibility": baseHelpURL + "magic/all-spells---final/invisibility", 
"invisibility, mass": baseHelpURL + "magic/all-spells---final/invisibility-mass", 
"invisibility purge": baseHelpURL + "magic/all-spells---final/invisibility-purge", 
"invisibility sphere": baseHelpURL + "magic/all-spells---final/invisibility-sphere", 
"iron body": baseHelpURL + "magic/all-spells---final/iron-body", 
"ironwood": baseHelpURL + "magic/all-spells---final/ironwood", 
"irresistible dance": baseHelpURL + "magic/all-spells---final/irresistible-dance", 
"jump": baseHelpURL + "magic/all-spells---final/jump", 
"keen edge": baseHelpURL + "magic/all-spells---final/keen-edge", 
"knock": baseHelpURL + "magic/all-spells---final/knock", 
"know direction": baseHelpURL + "magic/all-spells---final/know-direction", 
"legend lore": baseHelpURL + "magic/all-spells---final/legend-lore", 
"levitate": baseHelpURL + "magic/all-spells---final/levitate", 
"light": baseHelpURL + "magic/all-spells---final/light", 
"lightning bolt": baseHelpURL + "magic/all-spells---final/lightning-bolt", 
"limited wish": baseHelpURL + "magic/all-spells---final/limited-wish", 
"liveoak": baseHelpURL + "magic/all-spells---final/liveoak", 
"locate creature": baseHelpURL + "magic/all-spells---final/locate-creature", 
"locate object": baseHelpURL + "magic/all-spells---final/locate-object", 
"longstrider": baseHelpURL + "magic/all-spells---final/longstrider", 
"lullaby": baseHelpURL + "magic/all-spells---final/lullaby", 
"mage armor": baseHelpURL + "magic/all-spells---final/mage-armor",
"mage hand": baseHelpURL + "magic/all-spells---final/mage-hand", 
"mage's disjunction": baseHelpURL + "magic/all-spells---final/mage-s-disjunction", 
"mage's faithful hound": baseHelpURL + "magic/all-spells---final/mage-s-faithful-hound", 
"mage's lucubration": baseHelpURL + "magic/all-spells---final/mage-s-lucubration", 
"mage's magnificent mansion": baseHelpURL + "magic/all-spells---final/mage-s-magnificent-mansion", 
"mage's private sanctum": baseHelpURL + "magic/all-spells---final/mage-s-private-sanctum", 
"mage's sword": baseHelpURL + "magic/all-spells---final/mage-s-sword", 
"magic aura": baseHelpURL + "magic/all-spells---final/magic-aura", 
"magic circle against chaos": baseHelpURL + "magic/all-spells---final/magic-circle-against-chaos", 
"magic circle against evil": baseHelpURL + "magic/all-spells---final/magic-circle-against-evil", 
"magic circle against good": baseHelpURL + "magic/all-spells---final/magic-circle-against-good", 
"magic circle against law": baseHelpURL + "magic/all-spells---final/magic-circle-against-law", 
"magic fang, greater": baseHelpURL + "magic/all-spells---final/magic-fang-greater", 
"magic fang": baseHelpURL + "magic/all-spells---final/magic-fang", 
"magic jar": baseHelpURL + "magic/all-spells---final/magic-jar", 
"magic missile": baseHelpURL + "magic/all-spells---final/magic-missile", 
"magic mouth": baseHelpURL + "magic/all-spells---final/magic-mouth", 
"magic stone": baseHelpURL + "magic/all-spells---final/magic-stone", 
"magic vestment": baseHelpURL + "magic/all-spells---final/magic-vestment", 
"magic weapon, greater": baseHelpURL + "magic/all-spells---final/magic-weapon-greater", 
"magic weapon": baseHelpURL + "magic/all-spells---final/magic-weapon", 
"major creation": baseHelpURL + "magic/all-spells---final/major-creation", 
"major image": baseHelpURL + "magic/all-spells---final/major-image", 
"make whole": baseHelpURL + "magic/all-spells---final/make-whole", 
"mark of justice": baseHelpURL + "magic/all-spells---final/mark-of-justice", 
"maze": baseHelpURL + "magic/all-spells---final/maze", 
"meld into stone": baseHelpURL + "magic/all-spells---final/meld-into-stone", 
"mending": baseHelpURL + "magic/all-spells---final/mending", 
"message": baseHelpURL + "magic/all-spells---final/message", 
"meteor swarm": baseHelpURL + "magic/all-spells---final/meteor-swarm", 
"mind blank": baseHelpURL + "magic/all-spells---final/mind-blank", 
"mind fog": baseHelpURL + "magic/all-spells---final/mind-fog", 
"minor creation": baseHelpURL + "magic/all-spells---final/minor-creation", 
"minor image": baseHelpURL + "magic/all-spells---final/minor-image", 
"miracle": baseHelpURL + "magic/all-spells---final/miracle", 
"mirage arcana": baseHelpURL + "magic/all-spells---final/mirage-arcana", 
"mirror image": baseHelpURL + "magic/all-spells---final/mirror-image", 
"misdirection": baseHelpURL + "magic/all-spells---final/misdirection", 
"mislead": baseHelpURL + "magic/all-spells---final/mislead", 
"mnemonic enhancer": baseHelpURL + "magic/all-spells---final/mnemonic-enhancer", 
"modify memory": baseHelpURL + "magic/all-spells---final/modify-memory", 
"moment of prescience": baseHelpURL + "magic/all-spells---final/moment-of-prescience", 
"mount": baseHelpURL + "magic/all-spells---final/mount", 
"move earth": baseHelpURL + "magic/all-spells---final/move-earth", 
"neutralize poison": baseHelpURL + "magic/all-spells---final/neutralize-poison",
"nightmare": baseHelpURL + "magic/all-spells---final/nightmare", 
"nondetection": baseHelpURL + "magic/all-spells---final/nondetection", 
"obscure object": baseHelpURL + "magic/all-spells---final/obscure-object",
"obscuring mist": baseHelpURL + "magic/all-spells---final/obscuring-mist", 
"open/close": baseHelpURL + "magic/all-spells---final/open-close", 
"order's wrath": baseHelpURL + "magic/all-spells---final/order-s-wrath", 
"overland flight": baseHelpURL + "magic/all-spells---final/overland-flight", 
"owl's wisdom, mass": baseHelpURL + "magic/all-spells---final/owl-s-wisdom-mass", 
"owl's wisdom": baseHelpURL + "magic/all-spells---final/owl-s-wisdom", 
"passwall": baseHelpURL + "magic/all-spells---final/passwall",
"pass without trace": baseHelpURL + "magic/all-spells---final/pass-without-trace", 
"permanency": baseHelpURL + "magic/all-spells---final/permanency", 
"permanent image": baseHelpURL + "magic/all-spells---final/permanent-image", 
"persistent image": baseHelpURL + "magic/all-spells---final/persistent-image", 
"phantasmal killer": baseHelpURL + "magic/all-spells---final/phantasmal-killer", 
"phantom steed": baseHelpURL + "magic/all-spells---final/phantom-steed", 
"phantom trap": baseHelpURL + "magic/all-spells---final/phantom-trap", 
"phase door": baseHelpURL + "magic/all-spells---final/phase-door", 
"planar ally, greater": baseHelpURL + "magic/all-spells---final/planar-ally-greater", 
"planar ally, lesser": baseHelpURL + "magic/all-spells---final/planar-ally-lesser", 
"planar ally": baseHelpURL + "magic/all-spells---final/planar-ally", 
"planar binding, greater": baseHelpURL + "magic/all-spells---final/planar-binding-greater", 
"planar binding, lesser": baseHelpURL + "magic/all-spells---final/planar-binding-lesser", 
"planar binding": baseHelpURL + "magic/all-spells---final/planar-binding", 
"plane shift": baseHelpURL + "magic/all-spells---final/plane-shift", 
"plant growth": baseHelpURL + "magic/all-spells---final/plant-growth", 
"plant shape ii": baseHelpURL + "magic/all-spells---final/plant-shape-ii", 
"plant shape iii": baseHelpURL + "magic/all-spells---final/plant-shape-iii", 
"plant shape i": baseHelpURL + "magic/all-spells---final/plant-shape-i", 
"poison": baseHelpURL + "magic/all-spells---final/poison", 
"polar ray": baseHelpURL + "magic/all-spells---final/polar-ray", 
"polymorph any object": baseHelpURL + "magic/all-spells---final/polymorph-any-object", 
"polymorph, greater": baseHelpURL + "magic/all-spells---final/polymorph-greater", 
"polymorph": baseHelpURL + "magic/all-spells---final/polymorph", 
"power word blind": baseHelpURL + "magic/all-spells---final/power-word-blind", 
"power word kill": baseHelpURL + "magic/all-spells---final/power-word-kill", 
"power word stun": baseHelpURL + "magic/all-spells---final/power-word-stun", 
"prayer": baseHelpURL + "magic/all-spells---final/prayer", 
"prestidigitation": baseHelpURL + "magic/all-spells---final/prestidigitation", 
"prismatic sphere": baseHelpURL + "magic/all-spells---final/prismatic-sphere", 
"prismatic spray": baseHelpURL + "magic/all-spells---final/prismatic-spray", 
"prismatic wall": baseHelpURL + "magic/all-spells---final/prismatic-wall", 
"produce flame": baseHelpURL + "magic/all-spells---final/produce-flame", 
"programmed image": baseHelpURL + "magic/all-spells---final/programmed-image", 
"project image": baseHelpURL + "magic/all-spells---final/project-image", 
"protection from arrows": baseHelpURL + "magic/all-spells---final/protection-from-arrows", 
"protection from chaos": baseHelpURL + "magic/all-spells---final/protection-from-chaos", 
"protection from energy": baseHelpURL + "magic/all-spells---final/protection-from-energy", 
"protection from evil": baseHelpURL + "magic/all-spells---final/protection-from-evil", 
"protection from good": baseHelpURL + "magic/all-spells---final/protection-from-good", 
"protection from law": baseHelpURL + "magic/all-spells---final/protection-from-law", 
"protection from spells": baseHelpURL + "magic/all-spells---final/protection-from-spells", 
"prying eyes, greater": baseHelpURL + "magic/all-spells---final/prying-eyes-greater", 
"prying eyes": baseHelpURL + "magic/all-spells---final/prying-eyes", 
"purify food and drink": baseHelpURL + "magic/all-spells---final/purify-food-and-drink", 
"pyrotechnics": baseHelpURL + "magic/all-spells---final/pyrotechnics", 
"quench": baseHelpURL + "magic/all-spells---final/quench", 
"rage": baseHelpURL + "magic/all-spells---final/rage", 
"rainbow pattern": baseHelpURL + "magic/all-spells---final/rainbow-pattern", 
"raise dead": baseHelpURL + "magic/all-spells---final/raise-dead", 
"ray of enfeeblement": baseHelpURL + "magic/all-spells---final/ray-of-enfeeblement", 
"ray of exhaustion": baseHelpURL + "magic/all-spells---final/ray-of-exhaustion", 
"ray of frost": baseHelpURL + "magic/all-spells---final/ray-of-frost", 
"read magic": baseHelpURL + "magic/all-spells---final/read-magic", 
"reduce animal": baseHelpURL + "magic/all-spells---final/reduce-animal", 
"reduce person, mass": baseHelpURL + "magic/all-spells---final/reduce-person-mass", 
"reduce person": baseHelpURL + "magic/all-spells---final/reduce-person", 
"refuge": baseHelpURL + "magic/all-spells---final/refuge", 
"regenerate": baseHelpURL + "magic/all-spells---final/regenerate", 
"reincarnate": baseHelpURL + "magic/all-spells---final/reincarnate", 
"remove blindness/deafness": baseHelpURL + "magic/all-spells---final/remove-blindness-deafness", 
"remove curse": baseHelpURL + "magic/all-spells---final/remove-curse", 
"remove disease": baseHelpURL + "magic/all-spells---final/remove-disease", 
"remove fear": baseHelpURL + "magic/all-spells---final/remove-fear", 
"remove paralysis": baseHelpURL + "magic/all-spells---final/remove-paralysis", 
"repel metal or stone": baseHelpURL + "magic/all-spells---final/repel-metal-or-stone", 
"repel vermin": baseHelpURL + "magic/all-spells---final/repel-vermin", 
"repel wood": baseHelpURL + "magic/all-spells---final/repel-wood", 
"repulsion": baseHelpURL + "magic/all-spells---final/repulsion", 
"resilient sphere": baseHelpURL + "magic/all-spells---final/resilient-sphere", 
"resistance": baseHelpURL + "magic/all-spells---final/resistance", 
"resist energy": baseHelpURL + "magic/all-spells---final/resist-energy", 
"restoration, greater": baseHelpURL + "magic/all-spells---final/restoration-greater", 
"restoration, lesser": baseHelpURL + "magic/all-spells---final/restoration-lesser", 
"restoration": baseHelpURL + "magic/all-spells---final/restoration", 
"resurrection": baseHelpURL + "magic/all-spells---final/resurrection", 
"reverse gravity": baseHelpURL + "magic/all-spells---final/reverse-gravity", 
"righteous might": baseHelpURL + "magic/all-spells---final/righteous-might", 
"rope trick": baseHelpURL + "magic/all-spells---final/rope-trick", 
"rusting grasp": baseHelpURL + "magic/all-spells---final/rusting-grasp", 
"sanctuary": baseHelpURL + "magic/all-spells---final/sanctuary",
"scare": baseHelpURL + "magic/all-spells---final/scare", 
"scintillating pattern": baseHelpURL + "magic/all-spells---final/scintillating-pattern", 
"scorching ray": baseHelpURL + "magic/all-spells---final/scorching-ray", 
"screen": baseHelpURL + "magic/all-spells---final/screen", 
"scrying, greater": baseHelpURL + "magic/all-spells---final/scrying-greater", 
"scrying": baseHelpURL + "magic/all-spells---final/scrying", 
"sculpt sound": baseHelpURL + "magic/all-spells---final/sculpt-sound", 
"searing light": baseHelpURL + "magic/all-spells---final/searing-light", 
"secret chest": baseHelpURL + "magic/all-spells---final/secret-chest", 
"secret page": baseHelpURL + "magic/all-spells---final/secret-page", 
"secure shelter": baseHelpURL + "magic/all-spells---final/secure-shelter", 
"see invisibility": baseHelpURL + "magic/all-spells---final/see-invisibility", 
"seeming": baseHelpURL + "magic/all-spells---final/seeming", 
"sending": baseHelpURL + "magic/all-spells---final/sending", 
"sepia snake sigil": baseHelpURL + "magic/all-spells---final/sepia-snake-sigil", 
"sequester": baseHelpURL + "magic/all-spells---final/sequester", 
"shades": baseHelpURL + "magic/all-spells---final/shades", 
"shadow conjuration, greater": baseHelpURL + "magic/all-spells---final/shadow-conjuration-greater", 
"shadow conjuration": baseHelpURL + "magic/all-spells---final/shadow-conjuration", 
"shadow evocation, greater": baseHelpURL + "magic/all-spells---final/shadow-evocation-greater", 
"shadow evocation": baseHelpURL + "magic/all-spells---final/shadow-evocation", 
"shadow walk": baseHelpURL + "magic/all-spells---final/shadow-walk", 
"shambler": baseHelpURL + "magic/all-spells---final/shambler", 
"shapechange": baseHelpURL + "magic/all-spells---final/shapechange", 
"shatter": baseHelpURL + "magic/all-spells---final/shatter", 
"shield of faith": baseHelpURL + "magic/all-spells---final/shield-of-faith", 
"shield of law": baseHelpURL + "magic/all-spells---final/shield-of-law", 
"shield other": baseHelpURL + "magic/all-spells---final/shield-other", 
"shield": baseHelpURL + "magic/all-spells---final/shield", 
"shillelagh": baseHelpURL + "magic/all-spells---final/shillelagh", 
"shocking grasp": baseHelpURL + "magic/all-spells---final/shocking-grasp", 
"shout, greater": baseHelpURL + "magic/all-spells---final/shout-greater", 
"shout": baseHelpURL + "magic/all-spells---final/shout", 
"shrink item": baseHelpURL + "magic/all-spells---final/shrink-item", 
"silence": baseHelpURL + "magic/all-spells---final/silence", 
"silent image": baseHelpURL + "magic/all-spells---final/silent-image", 
"simulacrum": baseHelpURL + "magic/all-spells---final/simulacrum", 
"slay living": baseHelpURL + "magic/all-spells---final/slay-living", 
"sleep": baseHelpURL + "magic/all-spells---final/sleep", 
"sleet storm": baseHelpURL + "magic/all-spells---final/sleet-storm", 
"slow": baseHelpURL + "magic/all-spells---final/slow", 
"snare": baseHelpURL + "magic/all-spells---final/snare", 
"soften earth and stone": baseHelpURL + "magic/all-spells---final/soften-earth-and-stone", 
"solid fog": baseHelpURL + "magic/all-spells---final/solid-fog", 
"song of discord": baseHelpURL + "magic/all-spells---final/song-of-discord", 
"soul bind": baseHelpURL + "magic/all-spells---final/soul-bind", 
"sound burst": baseHelpURL + "magic/all-spells---final/sound-burst", 
"speak with animals": baseHelpURL + "magic/all-spells---final/speak-with-animals", 
"speak with dead": baseHelpURL + "magic/all-spells---final/speak-with-dead", 
"speak with plants": baseHelpURL + "magic/all-spells---final/speak-with-plants", 
"spectral hand": baseHelpURL + "magic/all-spells---final/spectral-hand", 
"spell immunity, greater": baseHelpURL + "magic/all-spells---final/spell-immunity-greater", 
"spell immunity": baseHelpURL + "magic/all-spells---final/spell-immunity", 
"spell resistance": baseHelpURL + "magic/all-spells---final/spell-resistance", 
"spellstaff": baseHelpURL + "magic/all-spells---final/spellstaff", 
"spell turning": baseHelpURL + "magic/all-spells---final/spell-turning", 
"spider climb": baseHelpURL + "magic/all-spells---final/spider-climb", 
"spike growth": baseHelpURL + "magic/all-spells---final/spike-growth", 
"spike stones": baseHelpURL + "magic/all-spells---final/spike-stones", 
"spiritual weapon": baseHelpURL + "magic/all-spells---final/spiritual-weapon", 
"stabilize": baseHelpURL + "magic/all-spells---final/stabilize", 
"statue": baseHelpURL + "magic/all-spells---final/statue", 
"status": baseHelpURL + "magic/all-spells---final/status", 
"stinking cloud": baseHelpURL + "magic/all-spells---final/stinking-cloud", 
"stone shape": baseHelpURL + "magic/all-spells---final/stone-shape", 
"stoneskin": baseHelpURL + "magic/all-spells---final/stoneskin", 
"stone tell": baseHelpURL + "magic/all-spells---final/stone-tell", 
"stone to flesh": baseHelpURL + "magic/all-spells---final/stone-to-flesh", 
"storm of vengeance": baseHelpURL + "magic/all-spells---final/storm-of-vengeance", 
"suggestion, mass": baseHelpURL + "magic/all-spells---final/suggestion-mass", 
"suggestion": baseHelpURL + "magic/all-spells---final/suggestion", 
"summon instrument": baseHelpURL + "magic/all-spells---final/summon-instrument", 
"summon monster iii": baseHelpURL + "magic/all-spells---final/summon-monster-iii", 
"summon monster ii": baseHelpURL + "magic/all-spells---final/summon-monster-ii", 
"summon monster i": baseHelpURL + "magic/all-spells---final/summon-monster-i", 
"summon monster iv": baseHelpURL + "magic/all-spells---final/summon-monster-iv", 
"summon monster ix": baseHelpURL + "magic/all-spells---final/summon-monster-ix", 
"summon monster vii": baseHelpURL + "magic/all-spells---final/summon-monster-vii", 
"summon monster vii": baseHelpURL + "magic/all-spells---final/summon-monster-vii1", 
"summon monster vi": baseHelpURL + "magic/all-spells---final/summon-monster-vi", 
"summon monster v": baseHelpURL + "magic/all-spells---final/summon-monster-v", 
"summon nature's ally iii": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-iii", 
"summon nature's ally ii": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-ii", 
"summon nature's ally i": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-i", 
"summon nature's ally iv": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-iv", 
"summon nature's ally ix": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-ix", 
"summon nature's ally vii": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-vii", 
"summon nature's ally viii": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-viii", 
"summon nature's ally vi": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-vi", 
"summon nature's ally v": baseHelpURL + "magic/all-spells---final/summon-nature-s-ally-v", 
"summon swarm": baseHelpURL + "magic/all-spells---final/summon-swarm", 
"sunbeam": baseHelpURL + "magic/all-spells---final/sunbeam", 
"sunburst": baseHelpURL + "magic/all-spells---final/sunburst", 
"symbol of death": baseHelpURL + "magic/all-spells---final/symbol-of-death", 
"symbol of fear": baseHelpURL + "magic/all-spells---final/symbol-of-fear", 
"symbol of insanity": baseHelpURL + "magic/all-spells---final/symbol-of-insanity", 
"symbol of pain": baseHelpURL + "magic/all-spells---final/symbol-of-pain", 
"symbol of persuasion": baseHelpURL + "magic/all-spells---final/symbol-of-persuasion", 
"symbol of sleep": baseHelpURL + "magic/all-spells---final/symbol-of-sleep", 
"symbol of stunning": baseHelpURL + "magic/all-spells---final/symbol-of-stunning", 
"symbol of weakness": baseHelpURL + "magic/all-spells---final/symbol-of-weakness", 
"sympathetic vibration": baseHelpURL + "magic/all-spells---final/sympathetic-vibration", 
"sympathy": baseHelpURL + "magic/all-spells---final/sympathy", 
"telekinesis": baseHelpURL + "magic/all-spells---final/telekinesis", 
"telekinetic sphere": baseHelpURL + "magic/all-spells---final/telekinetic-sphere", 
"telepathic bond": baseHelpURL + "magic/all-spells---final/telepathic-bond", 
"teleportation circle": baseHelpURL + "magic/all-spells---final/teleportation-circle", 
"teleport, greater": baseHelpURL + "magic/all-spells---final/teleport-greater", 
"teleport object": baseHelpURL + "magic/all-spells---final/teleport-object", 
"teleport": baseHelpURL + "magic/all-spells---final/teleport", 
"temporal stasis": baseHelpURL + "magic/all-spells---final/temporal-stasis", 
"time stop": baseHelpURL + "magic/all-spells---final/time-stop", 
"tiny hut": baseHelpURL + "magic/all-spells---final/tiny-hut", 
"tongues": baseHelpURL + "magic/all-spells---final/tongues", 
"touch of fatigue": baseHelpURL + "magic/all-spells---final/touch-of-fatigue", 
"touch of idiocy": baseHelpURL + "magic/all-spells---final/touch-of-idiocy", 
"transformation": baseHelpURL + "magic/all-spells---final/transformation", 
"transmute metal to wood": baseHelpURL + "magic/all-spells---final/transmute-metal-to-wood", 
"transmute mud to rock": baseHelpURL + "magic/all-spells---final/transmute-mud-to-rock", 
"transmute rock to mud": baseHelpURL + "magic/all-spells---final/transmute-rock-to-mud", 
"transport via plants": baseHelpURL + "magic/all-spells---final/transport-via-plants", 
"trap the soul": baseHelpURL + "magic/all-spells---final/trap-the-soul", 
"tree shape": baseHelpURL + "magic/all-spells---final/tree-shape", 
"tree stride": baseHelpURL + "magic/all-spells---final/tree-stride", 
"true resurrection": baseHelpURL + "magic/all-spells---final/true-resurrection", 
"true seeing": baseHelpURL + "magic/all-spells---final/true-seeing", 
"true strike": baseHelpURL + "magic/all-spells---final/true-strike", 
"undeath to death": baseHelpURL + "magic/all-spells---final/undeath-to-death", 
"undetectable alignment": baseHelpURL + "magic/all-spells---final/undetectable-alignment", 
"unhallow": baseHelpURL + "magic/all-spells---final/unhallow", 
"unholy aura": baseHelpURL + "magic/all-spells---final/unholy-aura", 
"unholy blight": baseHelpURL + "magic/all-spells---final/unholy-blight", 
"unseen servant": baseHelpURL + "magic/all-spells---final/unseen-servant", 
"vampiric touch": baseHelpURL + "magic/all-spells---final/vampiric-touch", 
"veil": baseHelpURL + "magic/all-spells---final/veil", 
"ventriloquism": baseHelpURL + "magic/all-spells---final/ventriloquism", 
"virtue": baseHelpURL + "magic/all-spells---final/virtue", 
"vision": baseHelpURL + "magic/all-spells---final/vision", 
"wail of the banshee": baseHelpURL + "magic/all-spells---final/wail-of-the-banshee", 
"wall of fire": baseHelpURL + "magic/all-spells---final/wall-of-fire", 
"wall of force": baseHelpURL + "magic/all-spells---final/wall-of-force", 
"wall of ice": baseHelpURL + "magic/all-spells---final/wall-of-ice", 
"wall of iron": baseHelpURL + "magic/all-spells---final/wall-of-iron", 
"wall of stone": baseHelpURL + "magic/all-spells---final/wall-of-stone", 
"wall of thorns": baseHelpURL + "magic/all-spells---final/wall-of-thorns", 
"warp wood": baseHelpURL + "magic/all-spells---final/warp-wood", 
"water breathing": baseHelpURL + "magic/all-spells---final/water-breathing", 
"water walk": baseHelpURL + "magic/all-spells---final/water-walk", 
"waves of exhaustion": baseHelpURL + "magic/all-spells---final/waves-of-exhaustion", 
"waves of fatigue": baseHelpURL + "magic/all-spells---final/waves-of-fatigue", 
"web": baseHelpURL + "magic/all-spells---final/web", 
"weird": baseHelpURL + "magic/all-spells---final/weird", 
"whirlwind": baseHelpURL + "magic/all-spells---final/whirlwind", 
"whispering wind": baseHelpURL + "magic/all-spells---final/whispering-wind", 
"wind walk": baseHelpURL + "magic/all-spells---final/wind-walk", 
"wind wall": baseHelpURL + "magic/all-spells---final/wind-wall", 
"wish": baseHelpURL + "magic/all-spells---final/wish", 
"wood shape": baseHelpURL + "magic/all-spells---final/wood-shape", 
"word of chaos": baseHelpURL + "magic/all-spells---final/word-of-chaos", 
"word of recall": baseHelpURL + "magic/all-spells---final/word-of-recall", 
"zone of silence": baseHelpURL + "magic/all-spells---final/zone-of-silence", 
"zone of truth": baseHelpURL + "magic/all-spells---final/zone-of-truth",
  '###last one###'   :           ""
};

