Closed mjbrown closed 11 years ago
Need dictionaries for proficiencies and feats in order to determine if the prereqs are met.
AND prerequisites are nested inside of each other. OR prerequisites are comma separated values within the type, name, comparator, and value.
String prerequisites use the "name" attribute. Statistic (i.e. numbers) prereqs use the type/comparator/value attributes.
Added filtering by prerequisites, which solidifies the prerequisite XML schema. Filtering is less important with prerequisites limiting choices, so I am moving on.
The "type filter" textbox in FilterSelect does nothing right now.