BahamutDragon / pcgen

PCGen Data Sets
306 stars 338 forks source link

Literacy #100

Closed bmhanson closed 10 years ago

bmhanson commented 10 years ago

Can you add the skill literacy. I would take a stab at it but I am not yet familiar enough with how you are coding things to make it fit in a cohesive manner. Oddly enough I am finding myself in a position of someone needing to make an illiterate barbarian literate by spending the 2 skill points.

Thanks!

bmhanson commented 10 years ago

Thanks for adding. Is there a way to remove the PRECLASS in a homebrew addition? I am asking because my DM is extending the illiteracy beyond just the Barbarian and I am trying to figure out if I can do a .MOD in the one you just added or if I just need to create a new skill just for her game. I tried to mod but can's see where you can remove the PRECLASS, just add it. I also tried to .FORGET the skill and redefine it in a homebrew that is applied and it works to get rid of the skill altogether but I can't add it back in. Not sure if I am supposed to be able to. I did this

Literacy.FORGET Literacy TYPE:None.Literacy CLASSES:ALL ...

And when I check the skill list it is not there.

bmhanson commented 10 years ago

OK. It just figures that I spend a lot of time looking but right after I post I find a solution. For any that are interested I used the PRE:CLEAR to remove the existing PRECLASS, etc.

FerretDave commented 10 years ago

The 'forget' fires last and thus removes your new skill too :-)PRE:.CLEAR does it CheersDave oxxxxxxx{;;;;;;;;;;;;;;;;;;;;;;;;;;;;;> From: bmhansonSent: Thursday, 7 August 2014 18:49To: BahamutDragon/pcgenReply To: BahamutDragon/pcgenSubject: Re: [pcgen] Literacy (#100)Thanks for adding. Is there a way to remove the PRECLASS in a homebrew addition? I am asking because my DM is extending the illiteracy beyond just the Barbarian and I am trying to figure out if I can do a .MOD in the one you just added or if I just need to create a new skill just for her game. I tried to mod but can's see where you can remove the PRECLASS, just add it. I also tried to .FORGET the skill and redefine it in a homebrew that is applied and it works to get rid of the skill altogether but I can't add it back in. Not sure if I am supposed to be able to. I did this

Literacy.FORGET Literacy TYPE:None.Literacy CLASSES:ALL ...

And when I check the skill list it is not there.

—Reply to this email directly or view it on GitHub.

BahamutDragon commented 10 years ago

Removed the preclass for you. Made it a class skill for all classes.

bmhanson commented 10 years ago

Thank you sir.