finish boost flaw data
							parent
							
								
									9276249959
								
							
						
					
					
						commit
						f30f68aa03
					
				|  | @ -34,11 +34,29 @@ INSERT INTO ancestries_boosts (ancestry_id, abilityscores_id) | ||||||
| VALUES | VALUES | ||||||
|   (1, 3), -- dwarf CON |   (1, 3), -- dwarf CON | ||||||
|   (1, 5), -- dwarf WIS |   (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) | INSERT INTO ancestries_flaws (ancestry_id, abilityscores_id) | ||||||
| VALUES | 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 */ | /* TODO flesh out the ancestry-trait pairs */ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue