Feats - ptrayal/d202PF GitHub Wiki

So, basic feat information is stored in the following places:

  • Feats.c - description of the feat.
  • guild.c - feat bonuses
  • interpreter.c - feat bonuses (duplicates guild.c)
  • feats.h - declarations.

Feat information maybe in other places depending on what the feat does.