finished anc-trait table, INCLUDING half elf and half orc

merge-requests/6/head
James DeVore 2019-08-05 19:40:39 +00:00 committed by James Miller
parent e5e935019a
commit 7f630a4cf4
1 changed files with 23 additions and 12 deletions

View File

@ -19,17 +19,28 @@ VALUES
/* TODO flesh out the ancestry-trait pairs */ /* TODO flesh out the ancestry-trait pairs */
/* ancestries 7 = half elf and 8 = half orc.
(8,91),
(8,124),
(7,58),
(7,91),
*/
INSERT INTO ancestries_traits (ancestry_id, trait_id) INSERT INTO ancestries_traits (ancestry_id, trait_id)
VALUES VALUES
(1, 1), (4,81),
(1, 9), (4,91),
(2, 2), (6,90),
(2, 9), (6,91),
(3, 3), (2,58),
(3, 9), (2,91),
(4, 4), (1,54),
(4, 9), (1,91),
(5, 5), (5,87),
(5, 9), (5,91),
(6, 6), (3,80),
(6, 9); (3,91);