PDA

View Full Version : Characteristics



flekhabren
March 8th, 2017, 15:44
I am wanting to change the values of abilitiy rolls in BRP.

The default is the stat x 5, but I want to change it to x4

I think I tracked it to line 41-53 of the charactersheetlist.lua but I'm not sure if that is the right trail or where to go to from there.

does anyone have more insight on this?

Moon Wizard
March 8th, 2017, 18:35
I'm not familiar with the BRP code at all, so not sure how much I can help. I took a quick look.

Line 41-53 of the charactersheetlist.lua appears to be the code which allows NPCs to be converted to PCs, so I don't think that's what you want.

If I'm understanding what you want correctly (i.e. change the Effort, Idea, ... rolls on the front sheet of PC), I think you want to look at:
Line 1530 in charsheet_listclasses.xml

As I mentioned above, I'm completely unfamiliar with both the game system and this ruleset code, so I may not be looking at the right stuff. Just providing my best guess.

Regards,
JPG

flekhabren
March 8th, 2017, 18:40
If I'm understanding what you want correctly (i.e. change the Effort, Idea, ... rolls on the front sheet of PC), I think you want to look at:
Line 1530 in charsheet_listclasses.xml


you have excellent debugging abilities. that was exactly what I was looking for, thanks