DICE PACKS BUNDLE
Page 1 of 2 12 Last
  1. #1
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404

    Pathfinder - Complete Paizo Spell Module - Updated 5th December

    Attachment 2197

    Updated 5th December:
    • Spells now listed in 3 different lists - All spells, spells by sourcebook and spells by Spell User Class/Level
    • Module changed from host (db.xml) to client so that players can use it both in games and in manage characters - brings it in line with the PF spellbook supplied with the 3.5E ruleset.
    • Changed the thumbnail from the Ultimate Combat rulebook cover to the community use Pathfinder RPG logo.

    This is now a quite large module - you may experience a delay of a few seconds opening the module on older computers...

    All Paizo published spells based on the D20PFSRD.COM spells DB D20PFSRD spells DB

    Spells are drawn from: Andoran, AP 29, AP 30, AP 32, AP 35, AP 38, AP 41, AP 42, AP 44, AP 46, AP 50, APG, Book of the Dammed V1, Book of the Damned V2, Cheliax Empire Of Devils, Classic Treasures, Dungeons Of Golarion, DwarvesOfGolarion, Faction Guide, Faiths Of Balance, Faiths Of Corruption, Faiths Of Purity, Gnomes, Goblins Of Golarion, Horsemen Of The Apocalypse, Inner Sea Magic, Inner Sea World Guide, Orcs of Golarion, Paizo Blog, Pathfinder Society Field Guide, PFRPG Core, Rival Guide, Sargava, Ultimate Combat & Ultimate Magic.

    Some of the spell descriptions have minor formatting issues - this is due to errors in the formatted description downloaded from D20PFSRD. I'll try and update most of them in future...

    Please give it a test - add them to your characters and see if they work OK.
    Last edited by Trenloe; December 5th, 2011 at 07:19.

  2. #2
    Very cool that you've made a parser. I actually used excel to parse the d20pfsrd databases (my spells module is in my sig). I found a lot of errors/issues that I needed to go in and manually edit though, as well as tables for all of the summoning spells, etc..

    Very cool to have some additional support for Pathfinder from within the community. Thanks for your hard work!

  3. #3
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404

    Updated December 5th

    Version 1.0.0.15 updated 5th December:
    • Spells now listed in 3 different lists - All spells, spells by sourcebook and spells by Spell User Class/Level
    • Module changed from host (db.xml) to client so that players can use it both in games and in manage characters - brings it in line with the PF spellbook supplied with the 3.5E ruleset.
    • Changed the thumbnail from the Ultimate Combat rulebook cover to the community use Pathfinder RPG logo.


    This is now a quite large module - you may experience a delay of a few seconds opening the module on older computers...

    Let me know how it goes.

  4. #4
    Hey Trenloe, I was creating a Wizard the other day and was wondering if there was an easy way to add another way to sort the spells (By School).

    And on a side note was wondering if you have gotten anywhere with a feat parser.

    Chris
    "Over thinking, over analyzing separates the body from the mind."...MJK... Tool frontman




  5. #5
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    Quote Originally Posted by madman
    Hey Trenloe, I was creating a Wizard the other day and was wondering if there was an easy way to add another way to sort the spells (By School).
    It could be done, but the main problem is that this is already a huge module (taking up lots of resources inside FG) - adding any more indexes actually takes up a lot of space and processing power on the machine that opens it and I'm concerned that some people's PCs may struggle to process it with more indexes.

    Quote Originally Posted by madman
    And on a side note was wondering if you have gotten anywhere with a feat parser.
    I looked at doing this, and the quick way would be to use the database from d20pfsrd.com (which is what I did for spells and magic items). However, that database is not that detailed - it doesn't have the full feat description in. So, I kinda came to a halt, when I realised there wasn't a quick way to make a complete feat module.

    Of course, I could provide a parser that parses a set format (like the creature parser) and leave people to do copy/paste out of their chosen PDFs...

  6. #6
    SCREAMS OUT PLEASE!

    I will do the work on my own to share with everyone.
    would love to see a spell and feat parser just like the creature parser. I know there are tons of cool feats and spells that people would add to their games if they had an easier way to do it.

    Chris
    "Over thinking, over analyzing separates the body from the mind."...MJK... Tool frontman




  7. #7
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    Quote Originally Posted by madman
    I will do the work on my own to share with everyone.
    would love to see a spell and feat parser just like the creature parser. I know there are tons of cool feats and spells that people would add to their games if they had an easier way to do it.
    When I started writing the spell parser I designed it to read 2 different formats:
    1. A TAB seperated list downloaded from d20pfsrd.com
    2. A spell statblock (copied out of a PDF).

    When I realised that all Paizo spells were in the d20pfsrd.com data I stopped working on the spell statblock.

    I could try and pull that together, but it's not going to be for a while as I will be on secondment working in the US for 3 months from next week and I have to pack and organise my life in Australia in less than 1 week!

  8. #8
    No problem here, You will do what you can, I know. If that takes months so be it, would be a great tool when or if it comes. I am just excited cause as you know a parser takes tons of the work out of the stuff I already do by hand.

    Thanks again

    Chris
    "Over thinking, over analyzing separates the body from the mind."...MJK... Tool frontman




  9. #9
    Not to dreg up an old thread - but Trenloe, wondering if the parser you use to scrape spell statblocks (and items?) is something that you mind/can share, like your creature parser? I've been using the creature parser quite a bit for HL exports and its fantastic. Would love to see an easier way to get item/spell data out of some Companion/Chronicle books I'm using, than so much copying/pasting.

    Cheers - thanks in advance and sorry for the ninja-post on the 2.9 thread (duh!)

  10. #10
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    Quote Originally Posted by bnason
    Not to dreg up an old thread - but Trenloe, wondering if the parser you use to scrape spell statblocks (and items?) is something that you mind/can share, like your creature parser? I've been using the creature parser quite a bit for HL exports and its fantastic. Would love to see an easier way to get item/spell data out of some Companion/Chronicle books I'm using, than so much copying/pasting.
    The spell and item parsers were very quick and dirty efforts that basically used the database exports from d20pfsrd.com. I keep meaning to spend some time and neaten them up and make them presentable - and right a feat parser (Madman keeps asking for one). I'll see what I can do sometime in the near(ish) future in terms of getting something usable out...

    Quote Originally Posted by bnason
    Cheers - thanks in advance and sorry for the ninja-post on the 2.9 thread (duh!)
    No worries.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
STAR TREK 2d20

Log in

Log in