Describe the bug
When using Pathfinder 1e Advanced Class Guide the favored class bonus for Elf Brawlers is not loading/being listed by PCGen. Additionally, there is an error in its calculation of how it applies its bonus once it is loading.
To Reproduce
Steps to reproduce the behavior:
- Create a new character: Race Elf, Class Brawler
- Go to add the favored class bonus
- Notice that the "Bonus Base Speed" that is listed in the acg racial ability list file for elf brawlers is NOT listed in the favored class bonus list
Expected behavior
The "Bonus Base Speed" should be listed for Elven Brawlers to select. And the speed should properly add to movement speed with the ability noted that only 5ft increment bonus count for combat.
Desktop (please complete the following information):
- OS: Windows 10 22H2 ESU
- Browser N/A
- Java Version Eclipse Adoptium Temurin-11.0.28+6
- PCGen Version: 6.08.00 RC's 8/10/11
Additional context
I was able to fix this on my local copy with the following changes. I do not know if this is the desired way to fix this however. That is why I created this issue instead of a PR.
--- C:\Users\Taelnia\Downloads\acg_abilities_race.lst 2025-10-06 11:34:24.000000000 -0400
+++ E:\Non-Installed Applications\PCGen\6.08.00RC11\data\pathfinder\paizo\roleplaying_game\advanced_class_guide\acg_abilities_race.lst 2026-06-06 11:28:46.442000000 -0400
@@ -57,7 +57,7 @@
-Bonus Base Speed KEY:Elf ~ Favored Class Bonus ~ Base Speed CATEGORY:Special Ability TYPE:SpecialQuality.FavoredClassBonus.FavoredClassBrawler VISIBLE:DISPLAY PREABILITY:1,CATEGORY=Special Ability,Brawler PRECLASS:1,Brawler=1 PRERACE:1,Elf%,RACESUBTYPE=Elf DEFINE:ElfBrawlerFavClassBonus|0 DESC:Add 1 foot to the brawler's base speed. In combat, this has an effect only for every five increases in the brawler's base speed. STACK:YES MULT:YES CHOOSE:NOCHOICE ABILITY:Special Ability|AUTOMATIC|Elf ~ Brawler ~ Fast Movement|PREVARGTEQ:ElfBrawlerFavClassBonus,5 BONUS:VAR|ElfBrawlerFavClassBonus|1
+Bonus Base Speed KEY:Favored Class Bonus ~ Brawler ~ Elf CATEGORY:Special Ability TYPE:FavoredClassBonus.FavoredClassBrawler VISIBLE:DISPLAY PREABILITY:1,CATEGORY=Special Ability,Brawler PRECLASS:1,Brawler=1 PRERACE:1,Elf,RACESUBTYPE=Elf DEFINE:ElfBrawlerFavClassBonus|0 DESC:Add 1 foot to the brawler's base speed. In combat, this has an effect only for every five increases in the brawler's base speed. STACK:YES MULT:YES CHOOSE:NOCHOICE ABILITY:Special Ability|AUTOMATIC|Elf ~ Brawler ~ Fast Movement BONUS:VAR|ElfBrawlerFavClassBonus|1
@@ -323,7 +323,7 @@
-Fast Movement KEY:Elf ~ Brawler ~ Fast Movement CATEGORY:Special Ability TYPE:SpecialQuality.ModifyMovement DESC:Your land speed is faster than the norm for your race by %1 feet.|floor(ElfBrawlerFavClassBonus/5) BONUS:MOVEADD|TYPE=Walk|floor(ElfBrawlerFavClassBonus/5)
+Fast Movement KEY:Elf ~ Brawler ~ Fast Movement CATEGORY:Special Ability TYPE:SpecialQuality.ModifyMovement DESC:Add %1 feet to the brawler's base speed. In combat, this has an effect only for every five increases in the brawler's base speed. (Combat Bonus: %2 feet).|ElfBrawlerFavClassBonus|5*floor(ElfBrawlerFavClassBonus/5) BONUS:MOVEADD|TYPE=Walk|ElfBrawlerFavClassBonus
Describe the bug
When using Pathfinder 1e Advanced Class Guide the favored class bonus for Elf Brawlers is not loading/being listed by PCGen. Additionally, there is an error in its calculation of how it applies its bonus once it is loading.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "Bonus Base Speed" should be listed for Elven Brawlers to select. And the speed should properly add to movement speed with the ability noted that only 5ft increment bonus count for combat.
Desktop (please complete the following information):
Additional context
I was able to fix this on my local copy with the following changes. I do not know if this is the desired way to fix this however. That is why I created this issue instead of a PR.
--- C:\Users\Taelnia\Downloads\acg_abilities_race.lst 2025-10-06 11:34:24.000000000 -0400
+++ E:\Non-Installed Applications\PCGen\6.08.00RC11\data\pathfinder\paizo\roleplaying_game\advanced_class_guide\acg_abilities_race.lst 2026-06-06 11:28:46.442000000 -0400
@@ -57,7 +57,7 @@
-Bonus Base Speed KEY:Elf ~ Favored Class Bonus ~ Base Speed CATEGORY:Special Ability TYPE:SpecialQuality.FavoredClassBonus.FavoredClassBrawler VISIBLE:DISPLAY PREABILITY:1,CATEGORY=Special Ability,Brawler PRECLASS:1,Brawler=1 PRERACE:1,Elf%,RACESUBTYPE=Elf DEFINE:ElfBrawlerFavClassBonus|0 DESC:Add 1 foot to the brawler's base speed. In combat, this has an effect only for every five increases in the brawler's base speed. STACK:YES MULT:YES CHOOSE:NOCHOICE ABILITY:Special Ability|AUTOMATIC|Elf ~ Brawler ~ Fast Movement|PREVARGTEQ:ElfBrawlerFavClassBonus,5 BONUS:VAR|ElfBrawlerFavClassBonus|1
+Bonus Base Speed KEY:Favored Class Bonus ~ Brawler ~ Elf CATEGORY:Special Ability TYPE:FavoredClassBonus.FavoredClassBrawler VISIBLE:DISPLAY PREABILITY:1,CATEGORY=Special Ability,Brawler PRECLASS:1,Brawler=1 PRERACE:1,Elf,RACESUBTYPE=Elf DEFINE:ElfBrawlerFavClassBonus|0 DESC:Add 1 foot to the brawler's base speed. In combat, this has an effect only for every five increases in the brawler's base speed. STACK:YES MULT:YES CHOOSE:NOCHOICE ABILITY:Special Ability|AUTOMATIC|Elf ~ Brawler ~ Fast Movement BONUS:VAR|ElfBrawlerFavClassBonus|1
@@ -323,7 +323,7 @@
-Fast Movement KEY:Elf ~ Brawler ~ Fast Movement CATEGORY:Special Ability TYPE:SpecialQuality.ModifyMovement DESC:Your land speed is faster than the norm for your race by %1 feet.|floor(ElfBrawlerFavClassBonus/5) BONUS:MOVEADD|TYPE=Walk|floor(ElfBrawlerFavClassBonus/5)
+Fast Movement KEY:Elf ~ Brawler ~ Fast Movement CATEGORY:Special Ability TYPE:SpecialQuality.ModifyMovement DESC:Add %1 feet to the brawler's base speed. In combat, this has an effect only for every five increases in the brawler's base speed. (Combat Bonus: %2 feet).|ElfBrawlerFavClassBonus|5*floor(ElfBrawlerFavClassBonus/5) BONUS:MOVEADD|TYPE=Walk|ElfBrawlerFavClassBonus