// PigStats for JavaScript 
// Post-parse configuration settings

// minimum player kills needed to appear in summary
// eliminates players that just dropped in for a minute or two
pscfgminkill = 20

// ignore players that have no deaths logged.. 
// eliminates players with '-1' ratio values
// set= true to ignore, false otherwise
pscfgignoreplayerswithnodeaths = true

// ignore players with default name 
// eliminates players named "player", "Sir_Knumskull", etc.
// ex:  pscfgignoreplayer = ["||WsB||Biohazard","Player","BOT-Biohazard"]
pscfgignoreplayer = ["Player","NewName","Fred","Wilma","Pebbles","Dino","Barney","Betty","Bambam","Slate",".","(1)Player","(2)Player","(3)Player","(4)Player","[R-Dk]ANGELUS"]

// ignore "unranked" players in cross reference views
// eliminates good ratios against occasional players
pscfigignoreunranked = false

