UP/DOWN/EQUAL condition prefix and code refactoring
• Added UP/DOWN/EQUAL keyword in front of each numeral condition
Examples:
"UP_KILL: 25" => It does mean that he must have more than 25 kills "DOWN_KILL: 25" => It does mean that he must have less than 25 kills "EQUALS_KILL: 25" => It does mean that he must have 25 kills
• Fix of an issue with invalid enums • Code refactoring