From f30f68aa039d85ed3e3649b9a97cb2f4e0c5c368 Mon Sep 17 00:00:00 2001 From: James R Miller Date: Mon, 5 Aug 2019 23:02:14 -0500 Subject: [PATCH] finish boost flaw data --- data/ancestries.sql | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/data/ancestries.sql b/data/ancestries.sql index 6ebdbe5..b75797a 100644 --- a/data/ancestries.sql +++ b/data/ancestries.sql @@ -34,11 +34,29 @@ INSERT INTO ancestries_boosts (ancestry_id, abilityscores_id) VALUES (1, 3), -- dwarf CON (1, 5), -- dwarf WIS - (1, 7); -- dwarf free 1 + (1, 7), -- dwarf free 1 + (2, 2), -- elf DEX + (2, 4), -- elf INT + (2, 7), -- elf free 1 + (3, 3), -- gnome CON + (3, 6), -- gnome CHA + (3, 7), -- gnome free 1 + (4, 2), -- goblin DEX + (4, 6), -- goblin CHA + (4, 7), -- goblin free 1 + (5, 2), -- halfling DEX + (5, 5), -- halfling WIS + (5, 7), -- halfling free 1 + (6, 7), -- human free 1 + (6, 8), -- human free 2 INSERT INTO ancestries_flaws (ancestry_id, abilityscores_id) VALUES - (1, 6); -- dwarf CHA + (1, 6), -- dwarf CHA + (2, 3), -- elf CON + (3, 1), -- gnome STR + (4, 5), -- goblin WIS + (5, 1), -- halfling STR /* TODO flesh out the ancestry-trait pairs */