data partially done on languages

merge-requests/15/head
James Miller 2019-08-06 17:16:09 -05:00
parent 98d881839f
commit 5b4badadd3
1 changed files with 13 additions and 13 deletions

View File

@ -15,8 +15,8 @@ VALUES
(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', 'TODO'),
(3, 1, 'Dwarven', 'TODO'), (3, 1, 'Dwarven', 'TODO'),
(4, 1, 'Elven', 'TODO'), (4, 1, 'Elven', 'Elves, half-elves'),
(5, 1, 'Gnomish', 'TODO'), (5, 1, 'Gnomish', 'Gnomes'),
(6, 1, 'Goblin', 'TODO'), (6, 1, 'Goblin', 'TODO'),
(7, 1, 'Halfling', 'TODO'), (7, 1, 'Halfling', 'TODO'),
(8, 1, 'Jotun', 'TODO'), (8, 1, 'Jotun', 'TODO'),
@ -24,17 +24,17 @@ VALUES
(10, 1, 'Sylvan', 'TODO'), (10, 1, 'Sylvan', 'TODO'),
(11, 1, 'Undercommon', 'TODO'), (11, 1, 'Undercommon', 'TODO'),
-- Uncommon languages -- Uncommon languages
(100, 2, 'Abyssal', 'TODO'), (100, 2, 'Abyssal', 'Demons'),
(101, 2, 'Aklo', 'TODO'), (101, 2, 'Aklo', 'Deros, evil fey, otherworldly monsters'),
(102, 2, 'Aquan', 'TODO'), (102, 2, 'Aquan', 'Aquatic creatures, water elemental creatures'),
(103, 2, 'Auran', 'TODO'), (103, 2, 'Auran', 'Air elemental creatures, flying creatures'),
(104, 2, 'Celestial', 'TODO'), (104, 2, 'Celestial', 'Angels'),
(105, 2, 'Gnoll', 'TODO'), (105, 2, 'Gnoll', 'Gnolls'),
(106, 2, 'Ignan', 'TODO'), (106, 2, 'Ignan', 'Fire elemental creatures'),
(107, 2, 'Infernal', 'TODO'), (107, 2, 'Infernal', 'Devils'),
(108, 2, 'Necril', 'TODO'), (108, 2, 'Necril', 'Ghouls, intelligent undead'),
(109, 2, 'Shadowtongue', 'TODO'), (109, 2, 'Shadowtongue', 'Nidalese, Shadow Plane creatures'),
(110, 2, 'Terran', 'TODO'), (110, 2, 'Terran', 'Earth elemental creatures'),
-- Secret languages -- Secret languages
(200, 3, 'Druidic', 'Druids'); (200, 3, 'Druidic', 'Druids');