PRAGMAforeign_keys=ON;-- database requires foreign key checking to be turned
-- on PER CONNECTION
INSERTINTOstaff(
staff_id,
"name",
"level",
price,
bulk,
usage,
activate,
activate_effect,
craft_requirements,
source_id,
source_pages,
"description"
)
VALUES
(
1,
'Animal Staff',
4,
90,
1,
'held in one hand',
'cast a spell',
NULL,
NULL,
"Supply one casting of all listed levels of all listed spells.",
1,
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 --
),
(
1,
'Animal Staff (Greater)',
8,
460,
1,
'held in one hand',
'cast a spell',
NULL,
NULL,
"Supply one casting of all listed levels of all listed spells.",
1,
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 --
),
(
1,
'Animal Staff (Major)',
12,
900,
1,
'held in one hand',
'cast a spell',
NULL,
NULL,
"Supply one casting of all listed levels of all listed spells.",
1,
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 --