Pericia::registrar(new Pericia('jitte-sai', _('Jitte/Sai'), FISICA, MEDIA, array('dx' => -5, 'force-sword' => -4, 'main-gauche' => -4, 'shortsword' => -3)));
Pericia::registrar(new Pericia('knife', _('Knife'), FISICA, FACIL, array('dx' => -4, 'force-sword' => -3, 'main-gauche' => -3, 'shortsword' => -3)));
Pericia::registrar(new Pericia('shortsword', _('Shortsword'), FISICA, MEDIA, array('dx' => -5, 'broadsword' => -2, 'force-sword' => -4, 'jitte-sai' => -3, 'knife' => -4, 'saber' => -4, 'smallsword' => -4, 'tonfa' => -3)));
Pericia::registrar(new Pericia('two-handed-sword', _('Two-Handed Sword'), FISICA, MEDIA, array('dx' => -5, 'broadsword' => -4, 'force-sword' => -4)));
Pericia::registrar(new Pericia('shield', _('Shield'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('spear-thrower', _('Spear Thrower'), FISICA, MEDIA, array('dx' => -5, 'thrown-spear' => -4)));
Pericia::registrar(new Pericia('stealth', _('Stealth'), FISICA, MEDIA, array('dx' => -5, 'iq' => -5)));
Pericia::registrar(new Pericia('swimming', _('Swimming'), RESISTENCIA, FACIL, array('ht' => -4)));
Pericia::registrar(new Pericia('thrown-axe-mace', _('Thrown Weapon(Axe/Mace)'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('thrown-dart', _('Thrown Weapon(Dart)'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('thrown-harpoon', _('Thrown Weapon(Harpoon)'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('thrown-knife', _('Thrown Weapon(Knife)'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('thrown-shuriken', _('Thrown Weapon(Shuriken)'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('thrown-spear', _('Thrown Weapon(Spear)'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('thrown-stick', _('Thrown Weapon(Stick)'), FISICA, FACIL, array('dx' => -4)));
Pericia::registrar(new Pericia('traps', _('Traps'), MENTAL, MEDIA, array('iq' => -5, 'lockpicking' => -3)));
/*
Pericia::registrar(new Pericia('adestramento-animais', 'Adestramento de Animais', PERICIA_ANIMAIS, MENTAL, DIFICIL, array('iq' => -6)));
Pericia::registrar(new Pericia('falcoaria', 'Falcoaria', PERICIA_ANIMAIS, MENTAL, MEDIA, array('iq' => -5)));
Pericia::registrar(new Pericia('carregamento', 'Carregamento', PERICIA_ANIMAIS, MENTAL, DIFICIL, array('iq' => -6), array('adestramento-animais' => 0)));
Pericia::registrar(new Pericia('cavalgar', 'Cavalgar', PERICIA_ANIMAIS, FISICA, MEDIA, array('dx' => -5, 'adestramento-animais' => -3)));
Pericia::registrar(new Pericia('carreiro', 'Carreiro', PERICIA_ANIMAIS, MENTAL, MEDIA, array('adestramento-animais' => -4, 'cavalgar' => -2), array('adestramento-animais' => 0)));
Pericia::registrar(new Pericia('veterinaria', 'VeterinĂ¡ria', PERICIA_ANIMAIS, MENTAL, DIFICIL, array('adestramento-animais' => -5)));

Pericia::registrar(new Pericia('artista', 'Artista', PERICIA_ARTISTICA, MENTAL, DIFICIL, array('iq' => -6)));
Pericia::registrar(new Pericia('trovador', 'Trovador', PERICIA_ARTISTICA, MENTAL, MEDIA, array('iq' => -5, 'atuacao' => -2)));
Pericia::registrar(new Pericia('caligrafia', 'Caligrafia', PERICIA_ARTISTICA, FISICA, MEDIA, array('dx' => -5, 'artista' => -2), array('alfabetizado' => 0)));
Pericia::registrar(new Pericia('danca', 'Dança', PERICIA_ARTISTICA, FISICA, MEDIA, array('dx' => -5)));
Pericia::registrar(new Pericia('instrumento-musicial', 'Instrumento Musical', PERICIA_ARTISTICA, MENTAL, DIFICIL));
Pericia::registrar(new Pericia('fotografia', 'Fotografia', PERICIA_ARTISTICA, MENTAL, MEDIA, array('iq' => -5)));
Pericia::registrar(new Pericia('poesia', 'Poesia', PERICIA_ARTISTICA, MENTAL, MEDIA, array('iq' => -5)));