// skillbase.js

/*
  3EProfiler character sheet source file.
  Copyright (C) 2008 Myth-Weavers Games
  **
*/

// **

// 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',
  'Con',
  'Dex',
  'Int',
  'Wis',
  'Cha'
];

//D&D4th edition starts here.

var skillKeys = {
	'Acrobatics': [3],
	'Arcana': [4],
	'Athletics': [1],
	'Bluff': [6],
	'Diplomacy': [6],
	'Dungeoneering': [5],
	'Endurance': [2],
	'Heal': [5],
	'History': [4],
	'Insight': [5],
	'Intimidate': [6],
	'Nature': [5],
	'Perception': [5],
	'Religion': [4],
	'Stealth': [3],
	'Streetwise': [6],
	'Thievery': [3]
};