From 6d23e8ed2071ed388813ce2089d6f21d369632e3 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 28 Aug 2019 16:26:47 -0400 Subject: [PATCH] Fix staff_id --- data/staves.sql | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/staves.sql b/data/staves.sql index 20544c6..1e59173 100644 --- a/data/staves.sql +++ b/data/staves.sql @@ -16,6 +16,7 @@ INSERT INTO staff ( "description" ) VALUES +-- Animal Staff -- ( 1, '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 -- ), ( - 1, + 2, 'Animal Staff (Greater)', 8, 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 -- ), ( - 1, + 3, 'Animal Staff (Major)', 12, 900, @@ -61,7 +62,10 @@ VALUES 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 -- ), +-- Mentalist's Staff -- +( +) INSERT INTO staff_spell ( staff_spell_id, staff_id,