minor tweaks, Null -> NULL and added a TODO on commenting

merge-requests/29/head
James Miller 2019-08-12 11:55:40 -05:00
parent 440c2557a8
commit 1bf9f1476f
1 changed files with 10 additions and 10 deletions

View File

@ -66,7 +66,7 @@ VALUES
(52, NULL, 'expert in Athletics'), (52, NULL, 'expert in Athletics'),
(53, NULL, 'Feature: animal instinct'), (53, NULL, 'Feature: animal instinct'),
(54, NULL, 'Feature: dragon instinct'), (54, NULL, 'Feature: dragon instinct'),
(55, Null, 'Feature: giant instinct'), (55, NULL, 'Feature: giant instinct'),
(56, NULL, 'Feature: spirit instinct'), (56, NULL, 'Feature: spirit instinct'),
(57, NULL, 'master in Athletics'), (57, NULL, 'master in Athletics'),
(58, 147, 'Feat: Cleave'), (58, 147, 'Feat: Cleave'),
@ -132,7 +132,7 @@ VALUES
(116, 286, 'Feat: Align Armament'), (116, 286, 'Feat: Align Armament'),
(117, 295, 'Feat: Domain Focus'), (117, 295, 'Feat: Domain Focus'),
(118, 301, 'Feat: Swift Banishment'), (118, 301, 'Feat: Swift Banishment'),
(119, Null, 'Feature: miraculous spell'), (119, NULL, 'Feature: miraculous spell'),
--Druid --Druid
(120, NULL, 'Feature: animal order'), (120, NULL, 'Feature: animal order'),
(121, NULL, 'Feature: leaf order'), (121, NULL, 'Feature: leaf order'),
@ -238,9 +238,9 @@ VALUES
(216, 577, 'Feat: Sly Striker'), (216, 577, 'Feat: Sly Striker'),
(217, 595, 'Feat: Perfect Distraction'), (217, 595, 'Feat: Perfect Distraction'),
--Sorcerer --Sorcerer
(218, Null, 'bloodline that grants arcane spells'), (218, NULL, 'bloodline that grants arcane spells'),
(219, Null, 'bloodline that grants divine spells'), (219, NULL, 'bloodline that grants divine spells'),
(220, Null, 'bloodline that grants occult spells'), (220, NULL, 'bloodline that grants occult spells'),
(221, NULL, 'bloodline that grants primal spells'), (221, NULL, 'bloodline that grants primal spells'),
(222, NULL, 'bloodline spell'), (222, NULL, 'bloodline spell'),
(223, NULL, 'dispel magic in your spell repetoire'), (223, NULL, 'dispel magic in your spell repetoire'),
@ -251,8 +251,8 @@ VALUES
(228, 617, 'Feat: Crossblooded Evolution'), (228, 617, 'Feat: Crossblooded Evolution'),
(229, NULL, 'Feature: bloodline paragon'), (229, NULL, 'Feature: bloodline paragon'),
--Wizard --Wizard
(230, Null, 'Feature: arcane bond'), (230, NULL, 'Feature: arcane bond'),
(231, Null, 'Feature: arcane school'), (231, NULL, 'Feature: arcane school'),
(232, 640, 'Feat: Conceal Spell'), (232, 640, 'Feat: Conceal Spell'),
(233, NULL, 'Feature: universalist wizard'), (233, NULL, 'Feature: universalist wizard'),
(234, 636, 'Feat: Hand of the Apprentice'), (234, 636, 'Feat: Hand of the Apprentice'),
@ -319,7 +319,7 @@ VALUES
(284, 735, 'Feat: Basic Sorcerer Spellcasting'), (284, 735, 'Feat: Basic Sorcerer Spellcasting'),
(285, NULL, 'master in Arcana, Nature, Occultism, Religion, depending on bloodline'), (285, NULL, 'master in Arcana, Nature, Occultism, Religion, depending on bloodline'),
(286, 740, 'Feat: Expert Sorcerer Spellcasting'), (286, 740, 'Feat: Expert Sorcerer Spellcasting'),
(287, Null, 'legendary in Arcana, Nature, Occultism, Religion, depending on bloodline'), (287, NULL, 'legendary in Arcana, Nature, Occultism, Religion, depending on bloodline'),
-- Wizard Dedication -- Wizard Dedication
(288, 742, 'Feat: Wizard Dedication'), (288, 742, 'Feat: Wizard Dedication'),
(289, 744, 'Feat: Basic Arcana'), (289, 744, 'Feat: Basic Arcana'),
@ -328,7 +328,7 @@ VALUES
(292, 748, 'Feat: Expert Wizard Spellcasting'), (292, 748, 'Feat: Expert Wizard Spellcasting'),
(293, NULL, 'Feat: legendary in Arcana'), (293, NULL, 'Feat: legendary in Arcana'),
--Feats Section --Feats Section
(294, Null, 'Class Level 3 '), (294, NULL, 'Class Level 3 '),
(295, NULL, 'trained in Lore'), (295, NULL, 'trained in Lore'),
(296, NULL, 'trained in Arcana'), (296, NULL, 'trained in Arcana'),
(297, NULL, 'trained in at least one skill'), (297, NULL, 'trained in at least one skill'),
@ -2695,7 +2695,7 @@ VALUES
INSERT INTO feats_traits (feat_id, trait_id) INSERT INTO feats_traits (feat_id, trait_id)
VALUES VALUES
--May run a quick script to comment these -- TODO run a quick script to comment these
-- Dwarf Ancestry Trait -- Dwarf Ancestry Trait
(1,79), (1,79),
(2,79), (2,79),