3e SRD:Periapt of Wisdom
Periapt of Wisdom
A periapt of wisdom increases the possessors Wisdom score in the form of an enhancement bonus of +2, +4, or +6 (depending on the individual item).
Caster Level: 8; Prerequisites: Craft Wondrous Item, commune or legend lore; Market Price: 4,000 gp (+2), 16,000 gp (+4), or 36,000 gp (+6)
Back to Main Page → 3e Open Game Content → System Reference Document → Magic Items
gollark: Well, that and the config file I guess.
gollark: That is what ABR uses for all data.
gollark: Yes.
gollark: Do I require further apiodata?
gollark: ```sqlCREATE TABLE guild_config ( id INTEGER PRIMARY KEY, achievement_messages INTEGER);CREATE TABLE user_config ( id INTEGER PRIMARY KEY, achievement_tracking_enabled INTEGER);CREATE TABLE stats ( user_id INTEGER NOT NULL REFERENCES user_config (id), stat TEXT NOT NULL COLLATE NOCASE, value BLOB NOT NULL, UNIQUE (user_id, stat));CREATE TABLE achievements ( user_id INTEGER NOT NULL REFERENCES user_config (id), achievement TEXT NOT NULL, achieved_time INTEGER NOT NULL);```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.