Staff of Divination
parent
9f5d077376
commit
ec7b9465f4
|
@ -44,6 +44,14 @@ VALUES
|
||||||
)
|
)
|
||||||
,(12, "Staff of Conjuration (Major)", 14, 4000, 1, 'held in one hand', 'Cast a spell', 'You expend a number of charges from the staff to cast a spell from its list.', "Supply one casting of all listed levels of all listed spells.", 1, 594, "This ash staff is decorated with animals; wielding it, you gain a +2 circumstance bonus to checks to identify conjuration magic."
|
,(12, "Staff of Conjuration (Major)", 14, 4000, 1, 'held in one hand', 'Cast a spell', 'You expend a number of charges from the staff to cast a spell from its list.', "Supply one casting of all listed levels of all listed spells.", 1, 594, "This ash staff is decorated with animals; wielding it, you gain a +2 circumstance bonus to checks to identify conjuration magic."
|
||||||
)
|
)
|
||||||
|
-- Staff of Divination --
|
||||||
|
,(13, "Staff of Divination", 6, 230, 1, 'held in one hand', 'Cast a spell', 'You expend a number of charges from the staff to cast a spell from its list.', "Supply one casting of all listed levels of all listed spells.", 1, 594, "Semiprecious gemstones emerge, seemingly at random, from the surface of this gnarled wooden staff. While wielding it, you gain a +2 circumstance bonus to checks to identify divination magic."
|
||||||
|
)
|
||||||
|
,(14, "Staff of Divination (Greater)", 10, 900, 1, 'held in one hand', 'Cast a spell', 'You expend a number of charges from the staff to cast a spell from its list.', "Supply one casting of all listed levels of all listed spells.", 1, 594, "Semiprecious gemstones emerge, seemingly at random, from the surface of this gnarled wooden staff. While wielding it, you gain a +2 circumstance bonus to checks to identify divination magic."
|
||||||
|
)
|
||||||
|
,(15, "Staff of Divination (Major)", 14, 4000, 1, 'held in one hand', 'Cast a spell', 'You expend a number of charges from the staff to cast a spell from its list.', "Supply one casting of all listed levels of all listed spells.", 1, 594, "Semiprecious gemstones emerge, seemingly at random, from the surface of this gnarled wooden staff. While wielding it, you gain a +2 circumstance bonus to checks to identify divination magic."
|
||||||
|
)
|
||||||
|
-- Staff of Enchantment --
|
||||||
|
|
||||||
INSERT INTO staff_spell (
|
INSERT INTO staff_spell (
|
||||||
staff_id
|
staff_id
|
||||||
|
@ -159,23 +167,56 @@ VALUES
|
||||||
,(11, 4, 444)
|
,(11, 4, 444)
|
||||||
,(11, 4, 446)
|
,(11, 4, 446)
|
||||||
-- Staff of Conjuration (Major) --
|
-- Staff of Conjuration (Major) --
|
||||||
,(11, 0, 459)
|
,(12, 0, 459)
|
||||||
,(11, 1, 444)
|
,(12, 1, 444)
|
||||||
,(11, 1, 494)
|
,(12, 1, 494)
|
||||||
,(11, 2, 309)
|
,(12, 2, 309)
|
||||||
,(11, 2, 323)
|
,(12, 2, 323)
|
||||||
,(11, 2, 444)
|
,(12, 2, 444)
|
||||||
,(11, 2, 446)
|
,(12, 2, 446)
|
||||||
,(11, 3, 432)
|
,(12, 3, 432)
|
||||||
,(11, 3, 444)
|
,(12, 3, 444)
|
||||||
,(11, 3, 446)
|
,(12, 3, 446)
|
||||||
,(11, 4, 79)
|
,(12, 4, 79)
|
||||||
,(11, 4, 232)
|
,(12, 4, 232)
|
||||||
,(11, 4, 444)
|
,(12, 4, 444)
|
||||||
,(11, 4, 446)
|
,(12, 4, 446)
|
||||||
,(11, 5, 37)
|
,(12, 5, 37)
|
||||||
,(11, 5, 444)
|
,(12, 5, 444)
|
||||||
,(11, 5, 446)
|
,(12, 5, 446)
|
||||||
,(11, 6, 323)
|
,(12, 6, 323)
|
||||||
,(11, 6, 444)
|
,(12, 6, 444)
|
||||||
,(11, 6, 446)
|
,(12, 6, 446)
|
||||||
|
-- Staff of Divination --
|
||||||
|
,(13, 0, 97)
|
||||||
|
,(13, 1, 485)
|
||||||
|
,(13, 2, 70)
|
||||||
|
,(13, 2, 87)
|
||||||
|
,(13, 2, 466)
|
||||||
|
-- Staff of Divination (Greater) --
|
||||||
|
,(14, 0, 97)
|
||||||
|
,(14, 1, 485)
|
||||||
|
,(14, 2, 70)
|
||||||
|
,(14, 2, 87)
|
||||||
|
,(14, 2, 466)
|
||||||
|
,(14, 3, 60)
|
||||||
|
,(14, 3, 87)
|
||||||
|
,(14, 4, 61)
|
||||||
|
,(14, 4, 70)
|
||||||
|
,(14, 4, 466)
|
||||||
|
-- Staff of Divination (Major) --
|
||||||
|
,(15, 0, 97)
|
||||||
|
,(15, 1, 485)
|
||||||
|
,(15, 2, 70)
|
||||||
|
,(15, 2, 87)
|
||||||
|
,(15, 2, 466)
|
||||||
|
,(15, 3, 60)
|
||||||
|
,(15, 3, 87)
|
||||||
|
,(15, 4, 61)
|
||||||
|
,(15, 4, 70)
|
||||||
|
,(15, 4, 466)
|
||||||
|
,(15, 5, 348)
|
||||||
|
,(15, 5, 390)
|
||||||
|
,(15, 5, 466)
|
||||||
|
,(15, 5, 484)
|
||||||
|
-- Staff of Enchantment --
|
||||||
|
|
Loading…
Reference in New Issue