Fix Included: Bard Arcane Healer not calculating Channel Energy uses per day correctly and not adding extra channel feature
Description
File: fap_abilities_class.lst
Book: Faiths and Philosophies
Bard Archetype: Arcane Healer
Current Channels per day for this archetype are calculated at: 10+(floor(BardLVL/2))+CHA
This is incorrect. Per SRD: An arcane healer can use this ability once per day at 2nd level, gaining an additional use per day every four levels thereafter (6th, 10th, 14th, and 18th), to a maximum of 5 times per day at 18th level.
This indicates 1+(BardLvL/4).
Furthermore, the Extra Channel feature does not function at all with the Arcane Healer class. Should add two (2) to the daily number of Extra Channels.
Complete code snippet is here, tested and working as expected.
File: fap_abilities_class.lst
Book: Faiths and Philosophies
Bard Archetype: Arcane Healer
Current Channels per day for this archetype are calculated at: 10+(floor(BardLVL/2))+CHA
This is incorrect. Per SRD: An arcane healer can use this ability once per day at 2nd level, gaining an additional use per day every four levels thereafter (6th, 10th, 14th, and 18th), to a maximum of 5 times per day at 18th level.
This indicates 1+(BardLvL/4).
Furthermore, the Extra Channel feature does not function at all with the Arcane Healer class. Should add two (2) to the daily number of Extra Channels.
Complete code snippet is here, tested and working as expected.