// 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 = 1

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

// ignore players with default name 
// eliminates players named "player", "Sir_Knumskull", etc.
// ex:  pscfgignoreplayer = ["||WsB||Biohazard","Player","BOT-Biohazard"]
pscfgignoreplayer = ["WhenFFwillOut","||WsB||Biohazard","BOT-Biohazard","BOT-Psycho_MantisX2","BOT-Liquid_SnakeX2"]

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