PDA

View Full Version : "Bug" in Deadlands Ruleset



Doswelk
May 16th, 2011, 23:17
I think the Martial Artist is "wrong" in the deadlands ruleset, I cannot find anywhere that states they have multiple power point pools like a mad scientist.

Just thought you should know.. :)

phantomwhale
May 16th, 2011, 23:30
My god, we've been playing this wrong for the entire time ! And I pride myself on being such a rules lawyer...

Good news is, it's easily fixed. Follow the instructions at the back of the documentation to create a "config" extension, and then modify the DLRConfig.lua file as follows :



["Martial Artist"] = {
mainPowerPoints = true,
individualPowerPoints = false,
skill = nil
},


I'll send a patch over to Doug, to see if he can put a new edition up with that fix in the core configuration.