User:PhoneWave/forceDictionary/equivalences

From Team Fortress Wiki
Jump to: navigation, search
   itemEquivalences = {
       "taunt: the (.*)": "\\1",
       "taunt: (.*)": "\\1",
       "taunt: the (.*)": "\\1 | \\1 (taunt)",  # Useful for Meet the Medic
       "taunt: (.*)": "\\1 | \\1 (taunt)",  # Useful for Meet the Medic
       "strange filter: (.*)": "strange filter - \\1",
       "map stamp - (.*) \(vsh\)": "map stamp - \\1",
       "map stamp - (.*) \(zi\)": "map stamp - \\1",
       "map stamp - (.*) \(tow\)": "map stamp - \\1",
       "map stamp - (.*) \(htf\)": "map stamp - \\1",
   }