PDA

View Full Version : 3.5 Summoned Creature SLA Lists



jmax
2017-03-19, 12:30 PM
In an earlier thread (http://www.giantitp.com/forums/showthread.php?518414-Summon-Monster-Spell-line-lackluster), I posted a link to a list of spells and spell-like abilities available with summon monster spells, indexed by spell rather than by creature. I got some feedback that it was handy, so I changed my code a bit to generate tables for every spell level so that you don't have to wade through spells you can't get without 9th-level summoning spells. (Not least because I have a character in a different campaign who's just getting to the point where she can summon things with useful SLAs.)

Each level has all of the spells available with lower-level spells, partly because you can get any of the lower-level creatures with higher-level spells but mostly because I didn't want to generate 300 tables :-P

Note that I'm not distinguishing between spells and spell-like abilities here. If your summoned critter gets silenced, deafened, or paralyzed, spells (but not spell-like abilities) will be inhibited. There are only a handful with actual spells rather than SLAs though.

Summon Monster SLA Lists (https://drive.google.com/drive/folders/0B8gwbdAndZ4ZRjRwWnVtUkFtRmM?resourcekey=0-KkxSPpd51eNycFt0VPOzrw&usp=sharing)
Summon Nature's Ally SLA Lists (https://drive.google.com/drive/folders/0B8gwbdAndZ4ZVE1nX2xFYnNUOU0?resourcekey=0-7SE2Oie9rnGd1_i0tnAD2A&usp=sharing)
Dual Caster SLA Lists (https://drive.google.com/drive/folders/0B8gwbdAndZ4ZZDFLNjQwQ012Rk0?resourcekey=0-y9VblKNgc26WpN5PZmuJ2g&usp=sharing)

The dual caster tables assume you're keeping your spell level access the same for both sides. If you aren't, you can use the individual levels from each list.

The 10th-level spells, of course, aren't stock - I made this for a campaign I play in, and the DM has extended spellcasting levels beyond 9th rather than using stock epic spellcasting rules. Everything else is stock except for Lillend in summon nature's ally viii and Thunderbird in summon nature's ally ix (I double-checked), which my DM added to round out the high-level SNA spells and which I've marked as being on a "house list".

I don't have the splatbook additions broken out by book, but if enough people are interested, I may do that later, although I'll have to think about how to handle all of the book permutations.

If anyone is interested in the code I used to generate the lists, I can post it to github. And maybe someday I'll actually teach myself to do web programming and make this a more user-friendly utility. Or at least find some more convenient hosting than a Google Drive folder.

Kudos to eggs (http://www.giantitp.com/forums/member.php?66388-eggs) for putting together the Summoner's Desk Reference (http://www.giantitp.com/forums/showthread.php?255219-The-Summoner-s-Desk-Reference-D-amp-D-3-5), from which I grabbed the inputs for this.

EDIT 2022-01-17: Updated Google Drive links as old links were disabled by a Google security features update.