Sweet! What serendipity. I'm trying to do this in Pathfinder (5.16.4). I'm not facile with going through the repository, but it appears that this update is...
Hi, If I understand you well: - Class skills can be selectable with CSKILL:%LIST, but these skills will be class skills for all classes the user has or will...
Hi, Incorrect - the first method 'ADD:CLASSSKILLS' will do what you ask. ... -- Andrew Maitland (LegacyKing) Admin Silverback - PCGen Board of Directors Data...
Since, it's not in Pathfinder, I'm trying to figure out a way to implement myself in my customizations. I think I figured out how you did it...very clever. You...
Hi, Seems some one eventually wants to remove something we don't have set up to be removed. All of the other class abilities are set up for removal, except...
Thanks for the feedback. FYI, everything seemed to work perfectly for me by just adding that one special ability in my custom ability file and appending that...
Hi, Having it set up to work for homebrews universal vs. just as a hack for one is the main difference. If I'm going to set it up, I want it to be as easily...
I am pretty new to coding data for PCGEN, but have made some progress. I'm currently stymied by Shield Specialization (PHB 2 3.5e). I've got part of the...
I found one error, replacing "Armor" with "Shield" stacks the additional point of AC onto the shield value. Unfortunately, it adds to any and all shield...
Hi, This answer is going to be a teensy bit complicated, so prepare yourself. Shield Specialization <Everything you had for Type> MULT:YES STACK:NO ...
Hi Guys I'm trying to code up an ability that gives you bonuses when using a particular type of weapon, lets say Longsword, one handed. So, how do I code up an...
Hi, ... BONUS:WEAPONPROF=Longsword|TOHIT,DAMAGE|2|PREEQUIPPRIMARY:1,Longsword ... I'm not sure if PRIMARY would flag if the Longsword is equipped two handed. I...
... Thanks Andrew, that's just the ticket. ... One thing though, the PREEQUIPPRIMARY only works with bog standard weapons. Once you make it masterwork the PRE...
Hi, The alternatives are: TYPE=Longsword And then make sure that Longsword has that TYPE in it. Longsword% The method I gave is just straight text, which...
Hi, Here the docs on them: *Tag Name:* PREEQUIPBOTH:x,y *Variables Used (x):* Number (Number of items to be equipped). *Variables Used (y):* Text (Equipment...
I searched the archives and came up blank. I have an ability that lets my character choose a spell (set up as a class ability). That part is working well. But...
Hi, ... Depends on how much work you want to put into it. To have a Spell show up as "known" as in it's list on the character is fairly simple, as long as you...
... It does sound like I am looking for the Feature Request. Has a feature request of this nature been submitted already or do I need to do that. I'll try the...
The PCGen Team is proud to announce the release and immediate availability of the fifth update to the Pathfinder Advanced Players Guide OOC Data Set! Download...
Good Afternoon, All: I'm seeking data files from the old PCGen 2.x era, for the Scarred Lands Creature Collection. I am looking for this data for personal use...
Is it possible to have multiple die resizing paths within the same game mode? For example, I have a case where manufactured weapons use: ... -> 1d6 -> 1d8 ->...
Hi, That'd be a Feature Request. Feel free to make it. ... -- Andrew Maitland (LegacyKing) Admin Silverback - PCGen Board of Directors Data 2nd, Docs Tamarin,...
So...my PC just met a strange, yet friendly frost giant ghost who forged for him a dagger out of magical permanent ice. I thought perhaps the best way to...
Hi, BONUS:EQMWEAPON|CRITRANGEADD|1 or BONUS:WEAPONPROF=x|CRITRANGEADD|1 x is a proficiency or weaponprof group. Cheers, ... -- Andrew Maitland (LegacyKing) ...