From 51e5d7db11f54eebd87a0d07a8313c54a3326501 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 15 Feb 2018 02:41:41 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee19269..4f49063 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Pathfinder-Stat-Roller Stat roller for pathfinder -This is a simple stat roller for a party for Pathfinder. Input is added to line 186 of roller.py. Comments above that line explain the input. Basically, you can choose your class and then use this to roll random stats for your character with certain assurances. You can specify a primary and secondary stat for multiple characters and a minimum value for primary stats and secondary stats will have a value of at least primary stat minimum - 2. You can also set a global minimum value so you can be sure no single stat will be below that value. You can set a global high value and a maximum and minimum frequency of a value per character. You can also set a maximum value for the number of odd valued rolls per character. These assurances allow characters to have both a functional class preselected and unique rolls to promote organic character growth. Characters a interpreted as pairs of primary and secondary stat prefrences. +This is a simple stat roller for a party for Pathfinder. Input is added to line 186 of roller.py. Comments above that line explain the input. Basically, you can choose your class and then use this to roll random stats for your character with certain assurances. You can specify a primary and secondary stat for multiple characters and a minimum value for primary stats and secondary stats will have a value of at least primary stat minimum - 2. You can also set a global minimum value so you can be sure no single stat will be below that value. You can set a global high value and a maximum and minimum frequency of a value per character. You can also set a maximum value for the number of odd valued rolls per character. These assurances allow characters to have both a functional class preselected and unique rolls to promote organic character growth. Characters are interpreted as pairs of primary and secondary stat prefrences.