{ "cards": [ { "id": "honor_student", "name": "优等生", "mp": 2, "priority": 4, "count": 3, "win_condition": "调和成功即可获胜", "effect_description": "除你之外的所有玩家闭上眼睛,然后持犯人牌的玩家吐出舌头。等他们将舌头收回后所有玩家睁开眼睛。", "effect_trigger": "play", "needs_target": false, "target_type": "none" }, { "id": "health_committee_member", "name": "保健委员", "mp": 1, "priority": 4, "count": 2, "win_condition": "调和成功即可获胜", "effect_description": "你可以选择1张其他玩家已使用(正面朝上)的非保健委员的牌,将它加入自己的手牌中。", "effect_trigger": "play", "needs_target": true, "target_type": "skill_zone_card" }, { "id": "accomplice", "name": "共犯", "mp": 0, "priority": 3, "count": 1, "win_condition": "犯人获胜即可获胜", "effect_description": "将1张放在任意玩家面前质疑位置的牌转移到1名其他玩家面前。", "effect_trigger": "play", "needs_target": true, "target_type": "challenge_zone_card_and_player" }, { "id": "library_committee_member", "name": "图书委员", "mp": 1, "priority": 4, "count": 3, "win_condition": "调和成功即可获胜", "effect_description": "你可以查看放在调和位置的所有卡牌。", "effect_trigger": "play", "needs_target": false, "target_type": "none" }, { "id": "alien", "name": "外星人", "mp": -1, "priority": 1, "count": 1, "win_condition": "被监禁即可获胜", "effect_description": "当你持有这张牌时,若有人使用了优等生的特技,你可以伸出舌头,装作是犯人来回应他。正面打出时不会产生任何效果。", "effect_trigger": "passive", "needs_target": false, "target_type": "none" }, { "id": "young_lady", "name": "大小姐", "mp": 1, "priority": 4, "count": 3, "win_condition": "调和成功即可获胜", "effect_description": "随机抽取1名其他玩家的1张手牌,然后选择1张自己的手牌保持反面朝上的状态返还给他。", "effect_trigger": "play", "needs_target": true, "target_type": "random_player_draw" }, { "id": "student_council_president", "name": "学生会长", "mp": 3, "priority": 4, "count": 1, "win_condition": "调和成功即可获胜", "effect_description": "持有者成为起始玩家。正面打出时不会产生任何效果。", "effect_trigger": "passive", "needs_target": false, "target_type": "none" }, { "id": "go_home_club", "name": "归宅部", "mp": 0, "priority": 5, "count": 3, "win_condition": "没有任何人获胜即可获胜", "effect_description": "你可以将1张自己的手牌和1张放在调和位置上的牌交换。", "effect_trigger": "play", "needs_target": true, "target_type": "hand_and_harmony_swap" }, { "id": "infected_person", "name": "感染者", "mp": 0, "priority": 2, "count": 1, "win_condition": "调和失败即可获胜", "effect_description": "在你的下一个回合开始时,若这张牌仍然正面朝上摆在你面前,则可以将调和位置的1张牌加入自己的手牌中。", "effect_trigger": "next_turn_start", "needs_target": true, "target_type": "harmony_zone_card" }, { "id": "newspaper_club", "name": "新闻部", "mp": 1, "priority": 4, "count": 3, "win_condition": "调和成功即可获胜", "effect_description": "每位玩家选择1张自己的手牌,将它保持反面朝上的状态传给自己左手边的玩家。", "effect_trigger": "play", "needs_target": false, "target_type": "all_players_choose" }, { "id": "culprit", "name": "犯人", "mp": 0, "priority": 3, "count": 1, "win_condition": "不被监禁即可获胜", "effect_description": "这张牌无论是正面朝上还是反面朝上都无法被使用。但可因其他卡牌的能力效果而进行移动。", "effect_trigger": "none", "needs_target": false, "target_type": "none", "unusable": true }, { "id": "class_monitor", "name": "班长", "mp": 2, "priority": 4, "count": 2, "win_condition": "调和成功即可获胜", "effect_description": "选择1名玩家,双方各选择1张自己的手牌,然后保持反面朝上的状态转交给对方。", "effect_trigger": "play", "needs_target": true, "target_type": "player_and_mutual_exchange" }, { "id": "discipline_committee_member", "name": "风纪委员", "mp": 1, "priority": 4, "count": 2, "win_condition": "调和成功即可获胜", "effect_description": "你可以查看一名玩家的所有手牌。", "effect_trigger": "play", "needs_target": true, "target_type": "player_view_hand" } ], "game_settings": [ { "player_count": 3, "harmony_target": 9, "remove_cards": [ {"id": "library_committee_member", "count": 1}, {"id": "accomplice", "count": 1}, {"id": "honor_student", "count": 1}, {"id": "discipline_committee_member", "count": 1}, {"id": "young_lady", "count": 1}, {"id": "newspaper_club", "count": 1}, {"id": "go_home_club", "count": 1} ], "total_cards": 18, "hand_size": 6 }, { "player_count": 4, "harmony_target": 8, "remove_cards": [ {"id": "library_committee_member", "count": 1} ], "total_cards": 24, "hand_size": 6 }, { "player_count": 5, "harmony_target": 7, "remove_cards": [], "total_cards": 25, "hand_size": 5 }, { "player_count": 6, "harmony_target": 6, "remove_cards": [ {"id": "library_committee_member", "count": 1} ], "total_cards": 24, "hand_size": 4 } ] }