Fix staff_id

merge-requests/36/head
Brian Haley 2019-08-28 16:26:47 -04:00
parent 5b5d1accc4
commit 6d23e8ed20
1 changed files with 6 additions and 2 deletions

View File

@ -16,6 +16,7 @@ INSERT INTO staff (
"description" "description"
) )
VALUES VALUES
-- Animal Staff --
( (
1, 1,
'Animal Staff', 'Animal Staff',
@ -32,7 +33,7 @@ VALUES
"This staff is topped with carved animal and monster heads. While wielding the staff, you gain a +2 circumstance bonus to Nature checks to identify animals." -- https://2e.aonprd.com/Equipment.aspx?ID=349 -- See if they fix <%ACTIONS#197> unsure what it is -- "This staff is topped with carved animal and monster heads. While wielding the staff, you gain a +2 circumstance bonus to Nature checks to identify animals." -- https://2e.aonprd.com/Equipment.aspx?ID=349 -- See if they fix <%ACTIONS#197> unsure what it is --
), ),
( (
1, 2,
'Animal Staff (Greater)', 'Animal Staff (Greater)',
8, 8,
460, 460,
@ -47,7 +48,7 @@ VALUES
"This staff is topped with carved animal and monster heads. While wielding the staff, you gain a +2 circumstance bonus to Nature checks to identify animals." -- https://2e.aonprd.com/Equipment.aspx?ID=349 -- See if they fix <%ACTIONS#197> unsure what it is -- "This staff is topped with carved animal and monster heads. While wielding the staff, you gain a +2 circumstance bonus to Nature checks to identify animals." -- https://2e.aonprd.com/Equipment.aspx?ID=349 -- See if they fix <%ACTIONS#197> unsure what it is --
), ),
( (
1, 3,
'Animal Staff (Major)', 'Animal Staff (Major)',
12, 12,
900, 900,
@ -61,7 +62,10 @@ VALUES
592, 592,
"This staff is topped with carved animal and monster heads. While wielding the staff, you gain a +2 circumstance bonus to Nature checks to identify animals." -- https://2e.aonprd.com/Equipment.aspx?ID=349 -- See if they fix <%ACTIONS#197> unsure what it is -- "This staff is topped with carved animal and monster heads. While wielding the staff, you gain a +2 circumstance bonus to Nature checks to identify animals." -- https://2e.aonprd.com/Equipment.aspx?ID=349 -- See if they fix <%ACTIONS#197> unsure what it is --
), ),
-- Mentalist's Staff --
(
)
INSERT INTO staff_spell ( INSERT INTO staff_spell (
staff_spell_id, staff_spell_id,
staff_id, staff_id,