/* TODO Fill in all the other traits from here: https://2e.aonprd.com/Traits.aspx */ INSERT INTO traits (trait_id, short_name, description) VALUES (1, 'Dwarf', 'A creature with this trait is a member of the dwarf ancestry. Dwarves are stout folk who often live underground and typically have darkvision. An ability with this trait can be used or selected only by dwarves. An item with this trait is created and used by dwarves.'), (2, 'Elf', 'A creature with this trait is a member of the elf ancestry. Elves are mysterious people with rich traditions of magic and scholarship who typically have low-light vision. An ability with this trait can be used or selected only by elves. A weapon with this trait is created and used by elves.'), (3, 'Gnome', 'TODO'), (4, 'Goblin', 'TODO'), (5, 'Halfling', 'TODO'), (6, 'Human', 'TODO'), (7, 'Half-Elf', 'TODO'), (8, 'Half-Orc', 'TODO'), (9, 'Humanoid', 'TODO') );