Just another minor bug report:
When a different Size other than Medium is selected, the Flat Footed AC is not modified. Size also modifies your Mental Defense (should it?).
Example: with 4 ranks Growth, I am now a Large creature. I select it on the Starting Info Tab using the drop-down box. On the Abilities & Combat Tab under Defense, a -1 Size modifier is applied to both Defense and Mental Defense making them a 9. However, the Flat Footed AC still remains at 10.
Resolution:
Modify the Formula in cell E43:
From =SUM(G43+I43+K43)
To =SUM(G43+I43+K43+O39)
This includes the -1 Size modifier.
If Mental Defense is not modified by Size (which I am not sure it should be, can't find anything in the rules), then change the formula in E40:
From =SUM(G40,I40,M40,O40)
To =SUM(G40,I40,M40)
This will remove the Size modifier from the Mental Defense stat.






