You might think that you need to pour through various obscure sourcebooks to build a broken character that causes nobody else at your table to have fun, but that isn't true! You can do this just with the Pathfinder RPG line of products (and not even that many books in it really). You're probably going to want to make a wizard, because they consistently have spells that are allowed in PFS that can immediatly shut down a combat in the first round. If you combine spells like these with a really high initiative modifier, then you are very likely to go first and end combat before any other player can act. The example level 1 build I have below has an initiative modifier of +17 at level 1. It reaches this with: 18 DEX (+4), Improved Initiative (+4), Greensting scorpion familiar (+4), Reactionary trait (+2), forewarned class feature (+1), Fleet-Footed alternate racial trait (+2). Even if you roll a 1 when rolling initiative, you are still pretty likely to go before every other character in combat. You do not even need to be worried about surprise rounds, because the Diviner School's Forewarned class feature also ensures you always act in surprise rounds. The spells you will be using will be ones that can disable, incapacitate or seriously hamper multiple enemies at once. Some examples of good spells to be using for this purpose at some of the spell levels in your PFS career are:
While using a build like this, with spells that are mostly from the Core Rulebook, you can make combat unfun for everybody else (including the GM). However, there is also another part of Pathfinder Society you can perform reasonably well in at no expense to your combat ability; social encounters. While it is not a book in the RPG line, Pathfinder Society Primer is related enough to this campaign to be included here I feel. The trait "Clever Wordplay" allows you to use your Intelligence modifier instead of your Charisma modifier for a Charisma based skill; in our case we will take Diplomacy. So how does this relate to power creep in new sourcebooks? While new options in new sourcebooks might be more powerful than some other existing options, they are generally not anywhere close to being broken like already legal options in the Core Rulebook (and the RPG line). Unless more Master Summoners are printed, new character options that may or may not be legalized for play are not going to be as powerful as what is already legal from the core line of products. Example Build:
DEFENSE AC 14, touch 14, flat-footed 10 (+4 Dex)
OFFENSE Spd 30 ft.
STATISTICS Str 7, Dex 18, Con 12, Int 20, Wis 7, Cha 7
Mark Moreland wrote:
Well then your writer really dropped the ball when writing her motivation as protecting innocents.
Ravingdork wrote: So how do I get it working offline? (Please assume that I know absolutely nothing and may well need to be walked through it.) You will need Python on your machine, which I am assuming is Windows. If it isn't, then download for your OS as appropriate. I suggest version 2.7.8, if only because I use a version of 2.7 when I wrote this. I believe that it should have a setup that handles setup for you when run. You will also need to save the script as a python file; you can just copy paste the script into a notepad and save it with the ".py" extension. If notepad chops up the indentation, you may need to get a more powerful text editor like Notepad++ to paste into. I am getting a syntactical error when I simply paste it into notepad that would be a pain in the butt to fix manually, but if you paste it into Notepad++ and select all, edit, indent, decrease line indent. This should fix the syntax up right quick. Again, I am making an assumption that you are using a Windows OS. Open the command prompt, and navigate to the folder containing the python file you just saved. To change directory, the command is "cd X" where X the directory you are moving to. To move up a directory, you can use "cd ..". To see the contents of your current directory, you can use "dir". I believe that this should be what you need, but if it doesn't work feel free to use Googlefu to muscle past a problem instead of waiting on me.
Ravingdork wrote:
If you don't want to get python on your machine for this one task, an option is to use an online Python interpreter like this one I just found and executed the script in. Code goes in the left box, hit the arrow, then enter input when prompted.
Here's a python script I put together today for determining if the results of a dice roll can be used to make any of the prime constants for an effective spell level: Sacred Geometry Python Script It has been tested a bit, but not extensively. I am confident enough in it to drop it here though for people to have fun with. It has consistently had a runtime of only a few moments during testing, though I haven't done any complexity analysis of it. Note, however, that it doesn't remove unnecessary parenthesis. If it doesn't find a solution, the script simply doesn't return anything. Have fun! |