finish languages

merge-requests/15/head
James Miller 2019-08-06 17:18:02 -05:00
parent 5b4badadd3
commit 4f21c576ba
1 changed files with 8 additions and 8 deletions

View File

@ -13,16 +13,16 @@ INSERT INTO langs (lang_id, rarity_id, lang, speakers)
VALUES
-- Common languages
(1, 1, 'Common', 'Humans, dwarves, elves, halflings, and other common ancestries'),
(2, 1, 'Draconic', 'TODO'),
(3, 1, 'Dwarven', 'TODO'),
(2, 1, 'Draconic', 'Dragons, reptilian humanoids'),
(3, 1, 'Dwarven', 'Dwarves'),
(4, 1, 'Elven', 'Elves, half-elves'),
(5, 1, 'Gnomish', 'Gnomes'),
(6, 1, 'Goblin', 'TODO'),
(7, 1, 'Halfling', 'TODO'),
(8, 1, 'Jotun', 'TODO'),
(9, 1, 'Orcish', 'TODO'),
(10, 1, 'Sylvan', 'TODO'),
(11, 1, 'Undercommon', 'TODO'),
(6, 1, 'Goblin', 'Goblins, hobgoblins, bugbears'),
(7, 1, 'Halfling', 'Halflings'),
(8, 1, 'Jotun', 'Giants, ogres, trolls, ettins, cyclopes'),
(9, 1, 'Orcish', 'Orcs, half-orcs'),
(10, 1, 'Sylvan', 'Fey, centaurs, plant creatures'),
(11, 1, 'Undercommon', 'Drow, duergars, xulgaths'),
-- Uncommon languages
(100, 2, 'Abyssal', 'Demons'),
(101, 2, 'Aklo', 'Deros, evil fey, otherworldly monsters'),