Two questions for creating a feats for psionic characters: How could I codify I feat which will let a psion or PSW character choose any one new psionic...
My guess would be in the documentation. ;p Mynex - Code Monkey Publishing Co-Founder (www.codemonkeypublishing.com) - PCGen's #1 Evil Assistant - PCGen Data &...
Well, this is not entirely accurate the documentation is missing what I consider quite a lot in regards tags and formatting thereof. And he did say a list of...
... category? (i.e. FEAT ... In the Docs, perhaps? Part 3 of every release... Tir Gwaith Soul Reaper Silverback and List File Silverback Chief LST Chimp ...
... Odds are that some calculations are being done as doubles or floats, who do not handle fractions properly. The way I solved part of that problem way back...
... Not yet, but from the way the work is progressing I'd say the odds are good that it will do so either the next release or the one after that (i.e. in a...
... what I ... he did ... comprehensive. That was more true in the past - lately we've had a good crew of Doc Monkeys working to make sure that all the tags...
I think I found a new DotSig... Ed "although the code is untested, I am sure that any errors will be trivial to correct."-J.Prevost ... From: "John Prevost"...
crude codemonkey documentation follows, taken directly from the comments in exporthandler.java; a doccumentation monkey may want to tidy this up and add it to...
... neglected to mention that ACP has the same response to being short on tokens that UNTRAINED does: it ignores them, starting with bot and working backwards....
... Actually, it outputs based on the old UNTRAINED tag, vis a vis a Y or N. -- "Alternately, you could check the list archives ... rather than rehashing a...
Shawn A. Chesak http://www.stormkeep.net ... That will be nice! BTW, I meant no slight in regards to this. I wasn't implying that this is what the doc's...
another question for a feat: let's say a feat provides a +2 AC each time you choose the feat. I tried the following but it doesn't work... NameOfMyFeat...
This is because by the rules themselves, enhancement bonuses do not stack; each time you add the feat you are adding a new +2 enhancement bonus. Although you...
52378
pcgen@yahoogroups.com
Dec 1, 2002 7:04 pm
Welcome! What is PCGen? PCGen is a character generator and maintenance program aimed at supporting any and all d20 games. PCGen is meant to be easy to modify...
... That's what I'm on right now! ... I've never had it cause a blue screen, but I have had the machine 'hang' for practical purposes. Basically what was...
... How about putting a link to this this faq on the project homepage: http://pcgen.sourceforge.net That would be a service to newcoming users, and perhaps it...
This may also be a memory problem. Java is a memory hog, and if you have a low amount of memory or you have a bad memory stick this could be the cause....
... Jonas, I looked into the code (gui/Utility.java) and BigDecimal is an import from java.math.BigDecimal. Digging out my Java 2 books (ack!) and visiting...
... why would we never have a variation farther than two decimal places? I can define a unit of currency, call it the haypenny, and assign it the value 0.005...
Not sure if this has come up before but I am having a problem with Pcgen adding ac correctly. I used a CR14 monster with 17HD size Huge and an advancment of...
... Huge ... I ... I took a second look to make sure I war doing everything right. It still looks right but I also found the following. Str does not add when...
yet another new output tag STATx.LEVELy x = stat number y = level (0+) add .NOEQUIP to remove bonuses from equipment add .NOPOST to remove stat increases after...
I have not delved into this too much yet, but I am trying to add in the following that my character now has. It is +2 full plate that has spell resistance of...
PREBASESIZEccc:ssss where ccc is one of: EQ GT GTEQ LT LTEQ NEQ and ssss is a valid size, currently one of: Fine Diminutive Tiny Small Medium Large Huge ...