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

merge-requests/5/head^2
James DeVore 2019-08-05 14:48:53 -04:00
parent 2189998406
commit aeef65c67e
1 changed files with 17 additions and 12 deletions

View File

@ -19,17 +19,22 @@ VALUES
/* TODO flesh out the ancestry-trait pairs */ /* TODO flesh out the ancestry-trait pairs */
/* ancestries 7 = half elf and 8 = half orc. Not sure why they aren't in the ancestry table so I just included them - James D */
INSERT INTO ancestries_traits (ancestry_id, trait_id) INSERT INTO ancestries_traits (ancestry_id, trait_id)
VALUES VALUES
(1, 1), (8,91),
(1, 9), (8,124),
(2, 2), (7,58),
(2, 9), (7,91),
(3, 3), (4,81),
(3, 9), (4,91),
(4, 4), (6,90),
(4, 9), (6,91),
(5, 5), (2,58),
(5, 9), (2,91),
(6, 6), (1,54),
(6, 9); (1,91),
(5,87),
(5,91),
(3,80),
(3,91);