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