diff --git a/data/heritages.sql b/data/heritages.sql index 60eb8c5..a7e124f 100644 --- a/data/heritages.sql +++ b/data/heritages.sql @@ -16,12 +16,47 @@ 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.'), + + -- Start of Dwarf Heritages + (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', 'Your ancestors have been tomb guardians for generations, and the power they cultivated to ward off necromancy has passed on to you. If you roll a success on a saving throw against a necromancy effect, you get a critical success instead.'), (3, 'Forge Dwarf', 'You have a remarkable adaptation to hot environments from ancestors who inhabited blazing deserts or volcanic chambers beneath the earth. This grants you fire resistance equal to half your level (minimum 1), and you treat environmental heat effects as if they were one step less extreme (incredible heat becomes extreme, extreme heat becomes severe, and so on).'), (4, 'Rock Dwarf', 'Your ancestors lived and worked among the great ancient stones of the mountains or the depths of the earth. This makes you solid as a rock when you plant your feet. You gain a +2 circumstance bonus to your Fortitude or Reflex DC against attempts to Shove or Trip you. This bonus also applies to saving throws against spells or effects that attempt to knock you prone. TODO INSERT PARAGRAH BREAK HERE In addition, if any effect would force you to move 10 feet or more, you are moved only half the distance.'), (5, 'Strong-Blooded Dwarf', 'Your blood runs hearty and strong, and you can shake off toxins. You gain poison resistance equal to half your level (minimum 1), and each of your successful saving throws against a poison affliction reduces its stage by 2, or by 1 for a virulent poison. Each critical success against an ongoing poison reduces its stage by 3, or by 2 for a virulent poison.'), - (6, 'Half-Elf', 'Either one of your parents was an elf, or one or both were half-elves. You have pointed ears and other telltale signs of elf heritage. You gain the elf trait and low-light vision. In addition, you can select elf, half-elf, and human feats whenever you gain an ancestry feat.'); + + -- Start of Elf Heritages + (100, 'Arctic Elf', 'TODO'), + (101, 'Cavern Elf', 'TODO'), + (102, 'Seer Elf', 'TODO'), + (103, 'Whisper Elf', 'TODO'), + (104, 'Woodland Elf', 'TODO'), + + -- Start of Gnome Heritages + (200, 'Chameleon Gnome', 'TODO'), + (201, 'Fey-Touched Gnome', 'TODO'), + (202, 'Sensate Gnome', 'TODO'), + (203, 'Umbral Gnome', 'TODO'), + (204, 'Wellspring Gnome', 'TODO'), + + -- Start of Goblin Heritages + (300, 'Charhide Goblin', 'TODO'), + (301, 'Irongut Goblin', 'TODO'), + (302, 'Razortooth Goblin', 'TODO'), + (303, 'Snow Goblin', 'TODO'), + (304, 'Unbreakable Goblin', 'TODO'), + + -- Start of Halfling Heritages + (400, 'Gutsy Halfling', 'TODO'), + (401, 'Hillock Halfling', 'TODO'), + (402, 'Nomadic Halfling', 'TODO'), + (403, 'Twilight Halfling', 'TODO'), + (404, 'Wildwood Halfling', 'TODO'), + + -- Start of Human Heritages + (500, 'Half-Elf', 'Either one of your parents was an elf, or one or both were half-elves. You have pointed ears and other telltale signs of elf heritage. You gain the elf trait and low-light vision. In addition, you can select elf, half-elf, and human feats whenever you gain an ancestry feat.'); + (501, 'Half-Orc', 'TODO'), + (502, 'Skilled Heritage', 'TODO'), + (503, 'Versatile Heritage', 'TODO'); INSERT INTO ancestries_heritages (ancestry_id, heritage_id)