"Phrases"
{
    "SurvivorSay"
    {
        "#format"   "{1:N},{2:s}"   // 1:client, 2:sChat(the content the client said)
        "chi"        "{default}(生还者) {blue}{1} {default}: {2}"
    }

    "InfectedSay"
    {
        "#format"   "{1:N},{2:s}"
        "chi"        "{default}(感染者) {red}{1} {default}: {2}"
    }
}