dylanpiera / Foundry-Pokemon-Tabletop-United-System

PTU System for FoundryVTT
31 stars 31 forks source link

sluggifying class for filtering Feats and adding pretty alternative for display #610

Closed Muhsigbokz closed 8 months ago

Muhsigbokz commented 8 months ago

changes data of classes in filterData to sluggified version. previously, keys like "Ace trainer [cr]" were present, prohibiting creation of @CompSearch entries for them.

added classPretty to featItem in FeatsBrowser for fancy display in hbs partial. (From "Ace trainer [cr]" to "Ace Trainer [CR]")