-- -*- mode:sql sql-product:sqlite -*- /* TODO figure out how to model the reaction with heritages */ /* TODO fill in the rest of the heritages */ INSERT INTO heritages (heritage_id, short_name, description) VALUES (1, 'Ancient-Blooded Dwarf', 'Dwarven heroes of old could shrug off their enemies'' magic, and some of the resistance manifests in you. You gain the Call on Ancient Blood reaction.'), (2, 'Death Warden Dwarf', 'TODO'), (3, 'Forge Dwarf', 'TODO'), (4, 'Rock Dwarf', 'TODO'), (5, 'Strong-Blooded Dwarf', 'TODO');