Oh hell thanks, I mistook Anchorite as just a fancy way of referring to a cleric in 2e Ravenloft, not its own PRC/Specialty Priest …that would …make my life easier unless I want to do some fun stuff with…well anyway.
Having spells or abilities react to specific alignments should be possible, we have a few spells that already take alignment into play and I’ve seen scripts that change the way Turn Undead work with regard to alignment.
Did you plan on adding all of those spells as custom scripts? If so, then the only extra work you have to do on top of the normal work (Scripting, then fixing spells .2da and tlk) is to add a reference to them at the appropriate level in the domains 2da. Obviously you’ll want to do a lot of testing.
You can test it now with existing spells if you really wanted to. Create a new domain and just give them random spells they don’t have at the level(s) you want , then level up a cleric and see if they appear.
Once you confirm that works , the work really becomes scripting the spells that don’t exist.
What I reccomend also doing is familiarizing yourself with:
Or the version(s) in your module currently and just absorb what each of the lines and fields are really calling for. once you get a good feeling of how that works you can begin implementing your own.
A good portion of class edits for PWs is tweaks to various 2das to get the classes balanced how you want (It would be how you add Bard Weapon Proficiency, change who gains access to what and a ton of other stuff esp with the new one(s) in EE which I haven’t fully looked at yet).
Once you figure which parts of the 2das need scripts to work, then you work your way out
At least that’s how I did it when I started toying around with the PW idea years ago; actually successful people may have a different approach that’s well…successful
Another option is to literally just rip open the 2das of PWs or modules you’ve played on and look to see how they do things. Harder these days with the downloads being automatic, but I think there are ways to reverse engineer that, and I have old version(s) of a majority of old PWs (existing and dead) sitting on my hard drive…somehow…I don’t even know how that I look at when I just want to absorb how something may be done.