Hello, I am trying to create the Hexblade class from the Complete Warrior for my own campaign, and I have two small problems: When I enter this: 1...
9938
Tir Gwaith
tir_gwaith
Sep 3, 2005 1:18 pm
... 10+CHA+(CL/2) would be correct. However, I always suggest (and for our official release files, it is required) putting what you want in an SA into a VAR...
9939
Barak
barak20021
Sep 3, 2005 1:45 pm
... Does that work on class level lines now? The requirement for "CL=<classname>" is no more? Barak...
9940
pkukwork
Sep 3, 2005 1:48 pm
... <thoron-tir-gwaith@l...> wrote: ... SA into ... OK, it did the job, thanks. ... remember. You ... No, %% does not create a %, it replaces the next two...
9941
Tir Gwaith
tir_gwaith
Sep 3, 2005 2:14 pm
Correct. I've been going through the repository and removing the old CL=, since it makes it easier to .MOD and use the LST editors for customization. ...
9942
Paul W. King
pkingdnd
Sep 3, 2005 3:53 pm
As PCGen does not have permission to distribute WotC IP, please keep your requests for help generic. Thank you. Paul W. King TM SB, OGL/PL Chimp, Data Gibbon,...
9943
James Blakeney
jamesblakeney
Sep 4, 2005 2:51 am
I'm requesting a BONUS:EQMWEAPON|CRITMULTADD|1. I cannot get BONUS:WEAPONPROF=TYPE.Martial|CRITMULTADD|1 to work in any shape or form. I tried specific weapon....
9944
Paul W. King
pkingdnd
Sep 5, 2005 12:13 am
Is there a way to grant bonuses to specific AC sub-types, like flat-footed or touch? Paul W. King TM SB, OGL/PL Chimp, Data Gibbon, BoD -- No virus found in...
9945
Evan Miller
netminder69
Sep 5, 2005 3:47 am
I have the following on a numeric class level line: CHOOSE:SKILLSNAMED|TYPE.Knowledge|1 BONUS:SKILL|LIST|3|TYPE=Circumstance However, i get no chooser pop-up....
9946
Evan Miller
netminder69
Sep 5, 2005 3:55 am
I just noticed that CHOOSE:WEAPONPROF isn't working for the class either. Can these only be on the CLASS line? Evan ... From: "Evan Miller"...
9947
Eddy Anthony
mosat22
Sep 5, 2005 3:59 am
... The Docs do say that CHOOSE does not (in general) work in class lines. -- ~ Eddy Anthony (MoSaT) ~ PCGen Content Silverback...
9948
Kevin Brown
kevin_brown@...
Sep 5, 2005 4:00 am
... I don't think Choose works in class lines. Better to create a hidden feat that does the choose and bonus and then just use ADD:Feat(featname) on the class...
9949
Barak
barak20021
Sep 5, 2005 4:05 am
CHOOSE is not a tag that can be used in the class file (despite it having a moniker of "Global"). Put it in a hidden feat and give the feat to the class at the...
9950
Evan Miller
netminder69
Sep 5, 2005 4:07 am
... From: "Barak" <barak@...> To: <PCGenListFileHelp@yahoogroups.com> Sent: Monday, September 05, 2005 12:05 AM Subject: RE: [PCGenListFileHelp] [DOCS...
9951
Frank Kliewe
frank_kliewe
Sep 5, 2005 11:13 pm
The Mystic class from Dark Inheritance (Modern) has the ability to cast any arcane or divine spell from the Abjuration, Divination or Enchantment schools. What...
9952
Frank Kliewe
frank_kliewe
Sep 6, 2005 2:18 am
Nevermind. I figured it out. ... From: "Frank Kliewe" <fkliewe@...> To: <PCGenListFileHelp@yahoogroups.com> Sent: Tuesday, September 06, 2005 1:13 AM ...
9953
Eddy Anthony
mosat22
Sep 6, 2005 2:45 am
... Well, how's it done? ... -- ~ Eddy Anthony (MoSaT) ~ PCGen Content Silverback...
9954
Frank Kliewe
frank_kliewe
Sep 6, 2005 2:56 am
For modern SPELLLIST:2|Mage|Acolyte will give me the divine and arcane lists. Then I use PROHIBITED to get rid of the Schools I don't want. ... From: "Eddy...
9955
Lange LeBlanc
lange72@...
Sep 7, 2005 3:02 pm
using PCGen 5.8.0 I've noticed something odd when using BONUS:FEAT:POOL. I've seen other posts identifying this tag but didn't notice my particular issue. Hope...
9956
Eddy Anthony
mosat22
Sep 7, 2005 3:14 pm
... I've seen weird things with this tag as well, I may be able to provide you a better way to handle this without using this tag. ... I am assuming that the...
9957
James Blakeney
jamesblakeney
Sep 8, 2005 2:36 am
I'm getting this error in the feat pane where it list the requirements and here's what I typed in for a feat. PRESPELLDESCRIPTOR:Acid,2,0 I have the latest...
9958
Paul W. King
pkingdnd
Sep 8, 2005 10:49 am
Not sure how to tackle this race's stat adjustments. You can a) take no stat adjustments b) take a +2 to Str, but then take -2 to any 2 stats of your choice c)...
9959
Chris
barak20021
Sep 8, 2005 11:03 am
... I would do three hidden feats (or, come to think of it, you could use templates too I think) in a single race (use ADD:FEAT or TEMPLATE:CHOOSE:)... let the...
9960
David
papa_drb
Sep 8, 2005 11:57 am
Do something similar to the Wizard(Specialist) chooser. I haven't looked up exactly how, but different specialists have different "costs" to take, and thus...
9961
Paul W. King
pkingdnd
Sep 8, 2005 2:17 pm
There's a feat that grants a natural armor bonus based on a characters BAB. Its +1 armor at +1 BAB, +2 armor at +4 BAB, +3 at +7, etc; until it maxes out at +7...
Using (Baraks?) LstCalculations.xls, I believe that (CL+2)*1/3 Will work... -- david Papa-DRB...
9964
Reed Thornton
rthornton13
Sep 8, 2005 2:32 pm
... either: min(floor((BAB + 2)/3), 7) min(ceil(BAB/3), 7) You probably need to massage that a little, but the basic structure should work. Reed [Non-text...
9965
thoron-tir-gwaith@...
tir_gwaith
Sep 8, 2005 2:33 pm
... 13 templates: 1 no stat adjustments (empty) 1 gives +2 to STR, then Subtemplate twice for two other stats 5 others, one per stat, that each do 1...
9966
taluroniscandar
Sep 8, 2005 4:02 pm
... looked up ... take, and ... This only work in classes not races. I suppose you could code a monster class to support this but I think I'd go with templates...