TITLE_DEFS = {
    # common
    1: {"id": 1, "name": "幸运星", "rarity": "common", "description": "运气不错，但这是普通称号", "unlock_type": "lottery"},
    2: {"id": 2, "name": "凡人", "rarity": "common", "description": "普通人", "unlock_type": "lottery"},
    3: {"id": 3, "name": "狂人", "rarity": "common", "description": "村人没有售价，狂人入口即化", "unlock_type": "lottery"},
    4: {"id": 4, "name": "乌鸦", "rarity": "common", "description": "亮闪闪！亮闪闪！", "unlock_type": "lottery"},
    5: {"id": 5, "name": "黑", "rarity": "common", "description": "黑", "unlock_type": "lottery"},
    6: {"id": 6, "name": "白", "rarity": "common", "description": "白", "unlock_type": "lottery"},
    7: {"id": 7, "name": "ERROR", "rarity": "common", "description": "ERROR", "unlock_type": "lottery"},
    8: {"id": 8, "name": "苟活", "rarity": "common", "description": "狂人不会苟活", "unlock_type": "lottery"},
    9: {"id": 9, "name": "驾崩", "rarity": "common", "description": "君主离线了", "unlock_type": "lottery"},
    10: {"id": 10, "name": "猫", "rarity": "common", "description": "时而出现，时而消失。", "unlock_type": "lottery"},
    11: {"id": 11, "name": "咕", "rarity": "common", "description": "可能稍后出现。", "unlock_type": "lottery"},
    12: {"id": 12, "name": "摆", "rarity": "common", "description": "深谙放松之道。", "unlock_type": "lottery"},
    13: {"id": 13, "name": "摸", "rarity": "common", "description": "难以预测。", "unlock_type": "lottery"},
    14: {"id": 14, "name": "不想", "rarity": "common", "description": "单纯不想", "unlock_type": "lottery"},
    15: {"id": 15, "name": "上班", "rarity": "common", "description": "真有人会单独用这个吗", "unlock_type": "lottery"},
    16: {"id": 16, "name": "重生", "rarity": "common", "description": "活了", "unlock_type": "lottery"},
    17: {"id": 17, "name": "狂热", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    18: {"id": 18, "name": "魔女", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    19: {"id": 19, "name": "狼人", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    20: {"id": 20, "name": "宠物", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    21: {"id": 21, "name": "猎人", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    22: {"id": 22, "name": "咒杀", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    23: {"id": 23, "name": "剑术士", "rarity": "common", "description": "剑术士的基础", "unlock_type": "lottery"},
    24: {"id": 24, "name": "斧术师", "rarity": "common", "description": "斧术师的基础", "unlock_type": "lottery"},
    25: {"id": 25, "name": "枪术士", "rarity": "common", "description": "枪术士的基础", "unlock_type": "lottery"},
    26: {"id": 26, "name": "格斗家", "rarity": "common", "description": "格斗家的基础", "unlock_type": "lottery"},
    27: {"id": 27, "name": "双剑师", "rarity": "common", "description": "双剑师的基础", "unlock_type": "lottery"},
    28: {"id": 28, "name": "弓箭手", "rarity": "common", "description": "弓箭手的基础", "unlock_type": "lottery"},
    29: {"id": 29, "name": "⚀", "rarity": "common", "description": "骰子的一个侧面", "unlock_type": "lottery"},
    30: {"id": 30, "name": "⚁", "rarity": "common", "description": "骰子的一个侧面", "unlock_type": "lottery"},
    31: {"id": 31, "name": "⚂", "rarity": "common", "description": "骰子的一个侧面", "unlock_type": "lottery"},
    32: {"id": 32, "name": "⚃", "rarity": "common", "description": "骰子的一个侧面", "unlock_type": "lottery"},
    33: {"id": 33, "name": "⚄", "rarity": "common", "description": "骰子的一个侧面", "unlock_type": "lottery"},
    34: {"id": 34, "name": "⚅", "rarity": "common", "description": "骰子的一个侧面", "unlock_type": "lottery"},
    35: {"id": 35, "name": "🧀", "rarity": "common", "description": "魔法芝士的一个侧面", "unlock_type": "lottery"},
    36: {"id": 36, "name": "控", "rarity": "common", "description": "__ __ __ __ 控", "unlock_type": "lottery"},
    37: {"id": 37, "name": "兔子", "rarity": "common", "description": "兔子，兔子，兔子", "unlock_type": "lottery"},
    38: {"id": 38, "name": "明日", "rarity": "common", "description": "明日复明日", "unlock_type": "lottery"},
    39: {"id": 39, "name": "方舟", "rarity": "common", "description": "永续的方舟", "unlock_type": "lottery"},
    40: {"id": 40, "name": "君主", "rarity": "common", "description": "至高权力之人（仅限称号）", "unlock_type": "lottery"},

    # rare
    41: {"id": 41, "name": "卷", "rarity": "rare", "description": "你似乎无法停止前进。", "unlock_type": "lottery"},
    42: {"id": 42, "name": "稳", "rarity": "rare", "description": "一切似乎都在掌控之中。", "unlock_type": "lottery"},
    43: {"id": 43, "name": "光之战士", "rarity": "rare", "description": "倾听，感受，思考", "unlock_type": "lottery"},
    44: {"id": 44, "name": "伟大的黑魔法师", "rarity": "rare", "description": "对，伟大的黑魔法师！", "unlock_type": "lottery"},
    45: {"id": 45, "name": "永远不死", "rarity": "rare", "description": "我死不了了", "unlock_type": "lottery"},
    46: {"id": 46, "name": "享受者", "rarity": "rare", "description": "享受一切", "unlock_type": "lottery"},
    47: {"id": 47, "name": "骑士", "rarity": "rare", "description": "自由骑士的誓约", "unlock_type": "lottery"},
    48: {"id": 48, "name": "战士", "rarity": "rare", "description": "责任与使命", "unlock_type": "lottery"},
    49: {"id": 49, "name": "暗黑骑士", "rarity": "rare", "description": "暗黑之力", "unlock_type": "lottery"},
    50: {"id": 50, "name": "绝枪战士", "rarity": "rare", "description": "枪刃启程", "unlock_type": "lottery"},

    # legendary
    51: {"id": 51, "name": "我还没有睡饱", "rarity": "legendary", "description": "定型文", "unlock_type": "lottery"},
    52: {"id": 52, "name": "重生之境", "rarity": "legendary", "description": "2.0", "unlock_type": "lottery"},
    53: {"id": 53, "name": "苍穹之禁城", "rarity": "legendary", "description": "3.0", "unlock_type": "lottery"},
    54: {"id": 54, "name": "最好的学生", "rarity": "legendary", "description": "<<最好的学生>>", "unlock_type": "lottery"},
    55: {"id": 55, "name": "人人网", "rarity": "legendary", "description": "你人人网", "unlock_type": "lottery"},
    56: {"id": 56, "name": "母肥", "rarity": "legendary", "description": "谁不喜欢母肥呢", "unlock_type": "lottery"},
    57: {"id": 57, "name": "男精", "rarity": "legendary", "description": "谁不喜欢男精呢", "unlock_type": "lottery"},
    58: {"id": 58, "name": "龙娘", "rarity": "legendary", "description": "谁不喜欢龙娘呢", "unlock_type": "lottery"},
    59: {"id": 59, "name": "龙男", "rarity": "legendary", "description": "谁不喜欢龙男呢", "unlock_type": "lottery"},
    60: {"id": 60, "name": "白魔法师", "rarity": "rare", "description": "自然之怒", "unlock_type": "lottery"},
    61: {"id": 61, "name": "学者", "rarity": "rare", "description": "失落的学问", "unlock_type": "lottery"},
    62: {"id": 62, "name": "占星术士", "rarity": "rare", "description": "命运之轮", "unlock_type": "lottery"},
    63: {"id": 63, "name": "贤者", "rarity": "rare", "description": "贤者之路", "unlock_type": "lottery"},
    64: {"id": 64, "name": "武僧", "rarity": "rare", "description": "愤怒的拳", "unlock_type": "lottery"},
    65: {"id": 65, "name": "龙骑士", "rarity": "rare", "description": "苍穹骑士", "unlock_type": "lottery"},
    66: {"id": 66, "name": "忍者", "rarity": "rare", "description": "无形的刃", "unlock_type": "lottery"},
    67: {"id": 67, "name": "武士", "rarity": "rare", "description": "武士之道", "unlock_type": "lottery"},
    68: {"id": 68, "name": "钐镰客", "rarity": "rare", "description": "死神的邀约", "unlock_type": "lottery"},
    69: {"id": 69, "name": "蝰蛇剑士", "rarity": "rare", "description": "双刃初啼", "unlock_type": "lottery"},
    70: {"id": 70, "name": "吟游诗人", "rarity": "rare", "description": "诗与弓", "unlock_type": "lottery"},
    71: {"id": 71, "name": "机工士", "rarity": "rare", "description": "火花与钢铁", "unlock_type": "lottery"},
    72: {"id": 72, "name": "舞者", "rarity": "rare", "description": "舞动的灵魂", "unlock_type": "lottery"},
    73: {"id": 73, "name": "黑魔法师", "rarity": "rare", "description": "黑魔法的传承", "unlock_type": "lottery"},
    74: {"id": 74, "name": "召唤师", "rarity": "rare", "description": "唤醒以太", "unlock_type": "lottery"},
    75: {"id": 75, "name": "赤魔法师", "rarity": "rare", "description": "赤之誓言", "unlock_type": "lottery"},
    76: {"id": 76, "name": "青魔法师", "rarity": "rare", "description": "非常规的魔法", "unlock_type": "lottery"},
    77: {"id": 77, "name": "绘灵法师", "rarity": "rare", "description": "色彩与想象", "unlock_type": "lottery"},
    78: {"id": 78, "name": "刻木匠", "rarity": "common", "description": "刻木匠的基础", "unlock_type": "lottery"},
    79: {"id": 79, "name": "锻铁匠", "rarity": "common", "description": "锻铁匠的基础", "unlock_type": "lottery"},
    80: {"id": 80, "name": "铸甲匠", "rarity": "common", "description": "铸甲匠的基础", "unlock_type": "lottery"},
    81: {"id": 81, "name": "雕金匠", "rarity": "common", "description": "雕金匠的基础", "unlock_type": "lottery"},
    82: {"id": 82, "name": "制革匠", "rarity": "common", "description": "制革匠的基础", "unlock_type": "lottery"},
    83: {"id": 83, "name": "裁衣匠", "rarity": "common", "description": "裁衣匠的基础", "unlock_type": "lottery"},
    84: {"id": 84, "name": "炼金术士", "rarity": "common", "description": "炼金术士的基础", "unlock_type": "lottery"},
    85: {"id": 85, "name": "烹调师", "rarity": "common", "description": "烹调师的基础", "unlock_type": "lottery"},
    86: {"id": 86, "name": "采矿工", "rarity": "common", "description": "采矿工的基础", "unlock_type": "lottery"},
    87: {"id": 87, "name": "园艺工", "rarity": "common", "description": "园艺工的基础", "unlock_type": "lottery"},
    88: {"id": 88, "name": "捕鱼人", "rarity": "common", "description": "捕鱼人的基础", "unlock_type": "lottery"},
    89: {"id": 89, "name": "幻术师", "rarity": "common", "description": "治疗之芽", "unlock_type": "lottery"},
    90: {"id": 90, "name": "咒术师", "rarity": "common", "description": "灾厄之芽", "unlock_type": "lottery"},
    91: {"id": 91, "name": "秘术师", "rarity": "common", "description": "知识之芽", "unlock_type": "lottery"},

    # Werwolf（德语 Werwolf Wiki Rollen 表；与既有 17–22 同属 Werwolf 主题）
    92: {"id": 92, "name": "村民", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    93: {"id": 93, "name": "村医", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    94: {"id": 94, "name": "护卫", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    95: {"id": 95, "name": "硬汉", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    96: {"id": 96, "name": "神枪手", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    97: {"id": 97, "name": "狱卒", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    98: {"id": 98, "name": "驱魔牧师", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    99: {"id": 99, "name": "预言家", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    100: {"id": 100, "name": "灵视者", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    101: {"id": 101, "name": "先知学徒", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    102: {"id": 102, "name": "侦探", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    103: {"id": 103, "name": "通灵师", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    104: {"id": 104, "name": "村长", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    105: {"id": 105, "name": "女巫", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    106: {"id": 106, "name": "野兽猎手", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    107: {"id": 107, "name": "和平主义者", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    108: {"id": 108, "name": "碎嘴婆婆", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    109: {"id": 109, "name": "总统", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    110: {"id": 110, "name": "爱神", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    111: {"id": 111, "name": "咒诅村民", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    112: {"id": 112, "name": "恋人", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    113: {"id": 113, "name": "恐怖分子", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    114: {"id": 114, "name": "野孩子", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    115: {"id": 115, "name": "酒馆老板", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    116: {"id": 116, "name": "老船长", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    117: {"id": 117, "name": "不死长老", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    118: {"id": 118, "name": "头狼", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    119: {"id": 119, "name": "狼萨满", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    120: {"id": 120, "name": "狼预", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    121: {"id": 121, "name": "幼狼", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    122: {"id": 122, "name": "狼巫", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    123: {"id": 123, "name": "小丑", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    124: {"id": 124, "name": "赏金猎人", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    125: {"id": 125, "name": "杀人魔", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    126: {"id": 126, "name": "纵火犯", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    127: {"id": 127, "name": "炸弹客", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    128: {"id": 128, "name": "教主", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    129: {"id": 129, "name": "僵尸", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    130: {"id": 130, "name": "教众", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    131: {"id": 131, "name": "破坏者", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},
    132: {"id": 132, "name": "族长", "rarity": "common", "description": "From Werwolf", "unlock_type": "lottery"},

    # Minecraft
    133: {"id": 133, "name": "草方块", "rarity": "common", "description": "万物之始", "unlock_type": "lottery"},
    134: {"id": 134, "name": "苦力怕", "rarity": "common", "description": "SSssssSSss~", "unlock_type": "lottery"},
    135: {"id": 135, "name": "末影人", "rarity": "common", "description": "不要看它的眼睛", "unlock_type": "lottery"},
    136: {"id": 136, "name": "铁镐", "rarity": "common", "description": "挖矿第一步", "unlock_type": "lottery"},
    137: {"id": 137, "name": "史莱姆", "rarity": "common", "description": "越大越可爱", "unlock_type": "lottery"},
    138: {"id": 138, "name": "溺尸", "rarity": "common", "description": "沉在水底的麻烦", "unlock_type": "lottery"},
    139: {"id": 139, "name": "幻翼", "rarity": "common", "description": "三天不睡觉就会找来", "unlock_type": "lottery"},
    140: {"id": 140, "name": "工作台", "rarity": "common", "description": "一切的开始", "unlock_type": "lottery"},
    141: {"id": 141, "name": "熔炉", "rarity": "common", "description": "烧一烧更香", "unlock_type": "lottery"},
    142: {"id": 142, "name": "箱子", "rarity": "common", "description": "收藏家的伴侣", "unlock_type": "lottery"},
    143: {"id": 143, "name": "TNT", "rarity": "common", "description": "砰！", "unlock_type": "lottery"},
    144: {"id": 144, "name": "石头", "rarity": "common", "description": "最朴实的方块", "unlock_type": "lottery"},
    145: {"id": 145, "name": "泥土", "rarity": "common", "description": "随处可见", "unlock_type": "lottery"},
    146: {"id": 146, "name": "沙子", "rarity": "common", "description": "总会往下掉", "unlock_type": "lottery"},
    147: {"id": 147, "name": "圆石", "rarity": "common", "description": "挖矿人的老朋友", "unlock_type": "lottery"},
    148: {"id": 148, "name": "玻璃", "rarity": "common", "description": "透明而脆弱", "unlock_type": "lottery"},

    # Minecraft rare
    149: {"id": 149, "name": "史蒂夫", "rarity": "rare", "description": "浅蓝色衬衫的传奇", "unlock_type": "lottery"},
    150: {"id": 150, "name": "钻石", "rarity": "rare", "description": "挖矿的终极浪漫", "unlock_type": "lottery"},
    151: {"id": 151, "name": "红石", "rarity": "rare", "description": "无限的可能性", "unlock_type": "lottery"},
    152: {"id": 152, "name": "下界", "rarity": "rare", "description": "欢迎来到地狱", "unlock_type": "lottery"},
    153: {"id": 153, "name": "末地", "rarity": "rare", "description": "最终的旅程", "unlock_type": "lottery"},
    154: {"id": 154, "name": "附魔", "rarity": "rare", "description": "30级附魔，看天意", "unlock_type": "lottery"},
    155: {"id": 155, "name": "铁傀儡", "rarity": "rare", "description": "村庄的守护者", "unlock_type": "lottery"},
    156: {"id": 156, "name": "凋零", "rarity": "rare", "description": "三个脑袋的灾厄", "unlock_type": "lottery"},
    157: {"id": 157, "name": "恶魂", "rarity": "rare", "description": "来自下界的悲鸣", "unlock_type": "lottery"},
    158: {"id": 158, "name": "烈焰人", "rarity": "rare", "description": "十二点经验值", "unlock_type": "lottery"},
    159: {"id": 159, "name": "猪灵", "rarity": "rare", "description": "金光闪闪的东西交出来", "unlock_type": "lottery"},
    160: {"id": 160, "name": "黑曜石", "rarity": "rare", "description": "坚不可摧", "unlock_type": "lottery"},
    161: {"id": 161, "name": "海晶灯", "rarity": "rare", "description": "海底的明珠", "unlock_type": "lottery"},

    # Minecraft legendary
    162: {"id": 162, "name": "末影龙", "rarity": "legendary", "description": "一切的终结与开始", "unlock_type": "lottery"},
    163: {"id": 163, "name": "鞘翅", "rarity": "legendary", "description": "真正的自由", "unlock_type": "lottery"},
    164: {"id": 164, "name": "信标", "rarity": "legendary", "description": "金字塔顶端的光芒", "unlock_type": "lottery"},
    165: {"id": 165, "name": "下界之星", "rarity": "legendary", "description": "凋零的遗物", "unlock_type": "lottery"},
    166: {"id": 166, "name": "基岩", "rarity": "legendary", "description": "不可破坏的底层", "unlock_type": "lottery"},

    # condition: 打卡时段/日期/进度
    201: {"id": 201, "name": "早起的鸟儿", "rarity": "common", "description": "在早上8点到12点完成打卡", "unlock_type": "condition"},
    202: {"id": 202, "name": "下午茶", "rarity": "common", "description": "在下午2点到下午4点完成打卡", "unlock_type": "condition"},
    203: {"id": 203, "name": "我下班了", "rarity": "common", "description": "在下午5:30到6:30完成打卡", "unlock_type": "condition"},
    204: {"id": 204, "name": "熬夜冠军", "rarity": "rare", "description": "在凌晨1点到5点完成打卡", "unlock_type": "condition"},
    205: {"id": 205, "name": "压哨冲线", "rarity": "rare", "description": "在周日23:30到周一8:00完成打卡", "unlock_type": "condition"},
    206: {"id": 206, "name": "不休息的板油", "rarity": "legendary", "description": "累计打卡365天", "unlock_type": "condition"},
    207: {"id": 207, "name": "打卡收藏家", "rarity": "rare", "description": "累计打卡200天", "unlock_type": "condition"},
    208: {"id": 208, "name": "时间管理大师", "rarity": "rare", "description": "累计打卡100天", "unlock_type": "condition"},
    209: {"id": 209, "name": "规律作息", "rarity": "common", "description": "累计打卡30天", "unlock_type": "condition"},
    210: {"id": 210, "name": "日界线", "rarity": "rare", "description": "在23:59到00:01打卡", "unlock_type": "condition"},
    211: {"id": 211, "name": "刚刚好", "rarity": "rare", "description": "在00:00打卡", "unlock_type": "condition"},
    212: {"id": 212, "name": "劳动模范", "rarity": "common", "description": "在5月1日打卡", "unlock_type": "condition"},
    213: {"id": 213, "name": "愚者", "rarity": "common", "description": "在4月1日打卡", "unlock_type": "condition"},
    214: {"id": 214, "name": "小孩", "rarity": "common", "description": "在6月1日打卡", "unlock_type": "condition"},
    215: {"id": 215, "name": "程序员", "rarity": "common", "description": "在10月24日打卡", "unlock_type": "condition"},
    216: {"id": 216, "name": "Neko", "rarity": "rare", "description": "在2月22日打卡", "unlock_type": "condition"},
    217: {"id": 217, "name": "画画更重要", "rarity": "common", "description": "在2月14日打卡", "unlock_type": "condition"},
    218: {"id": 218, "name": "我在~", "rarity": "rare", "description": "在8月11日打卡", "unlock_type": "condition"},
    219: {"id": 219, "name": "圆周率", "rarity": "common", "description": "在3月14日打卡", "unlock_type": "condition"},
    220: {"id": 220, "name": "回响", "rarity": "rare", "description": "在A-A格式日期打卡", "unlock_type": "condition"},
    221: {"id": 221, "name": "新年", "rarity": "common", "description": "在1月1日打卡", "unlock_type": "condition"},
    222: {"id": 222, "name": "搜集", "rarity": "common", "description": "累计解锁10个称号", "unlock_type": "condition"},
    223: {"id": 223, "name": "研究员", "rarity": "rare", "description": "累计解锁20个称号", "unlock_type": "condition"},
    224: {"id": 224, "name": "造物院", "rarity": "legendary", "description": "累计解锁30个称号", "unlock_type": "condition"},
    225: {"id": 225, "name": "金色", "rarity": "legendary", "description": "获得一个传说品质称号", "unlock_type": "condition"},
    226: {"id": 226, "name": "小金人", "rarity": "legendary", "description": "三个称号栏都装备传说品质称号", "unlock_type": "condition"},
    227: {"id": 227, "name": "重复观测", "rarity": "common", "description": "抽到1次重复称号", "unlock_type": "condition"},
    228: {"id": 228, "name": "古典概型", "rarity": "rare", "description": "抽到10次重复称号", "unlock_type": "condition"},
    229: {"id": 229, "name": "正态分布", "rarity": "legendary", "description": "抽到100次重复称号", "unlock_type": "condition"},
    230: {"id": 230, "name": "试试", "rarity": "common", "description": "累计抽奖1次", "unlock_type": "condition"},
    231: {"id": 231, "name": "玩", "rarity": "common", "description": "累计抽奖10次", "unlock_type": "condition"},
    232: {"id": 232, "name": "富有", "rarity": "rare", "description": "累计抽奖25次", "unlock_type": "condition"},
    233: {"id": 233, "name": "上瘾", "rarity": "rare", "description": "累计抽奖50次", "unlock_type": "condition"},
    234: {"id": 234, "name": "戒戒你好", "rarity": "legendary", "description": "累计抽奖100次", "unlock_type": "condition"},
    235: {"id": 235, "name": "大赚", "rarity": "rare", "description": "抽到10点积分", "unlock_type": "condition"},
    236: {"id": 236, "name": "BUG", "rarity": "legendary", "description": "连续3次什么都没抽到", "unlock_type": "condition"},
    237: {"id": 237, "name": "致命错误", "rarity": "legendary", "description": "连续10次什么都没抽到", "unlock_type": "condition"},
    238: {"id": 238, "name": "任务达人", "rarity": "common", "description": "累计完成5次周常任务", "unlock_type": "condition"},
    239: {"id": 239, "name": "勤勉板油", "rarity": "rare", "description": "累计完成15次周常任务", "unlock_type": "condition"},
    240: {"id": 240, "name": "劳模奖章", "rarity": "rare", "description": "累计完成30次周常任务", "unlock_type": "condition"},
    241: {"id": 241, "name": "任务狂人", "rarity": "legendary", "description": "累计完成50次周常任务", "unlock_type": "condition"},
    242: {"id": 242, "name": "沉迷抽卡", "rarity": "rare", "description": "累计抽奖200次", "unlock_type": "condition"},
    243: {"id": 243, "name": "倾家荡产", "rarity": "legendary", "description": "累计抽奖500次", "unlock_type": "condition"},
    244: {"id": 244, "name": "无底深渊", "rarity": "legendary", "description": "累计抽奖1000次", "unlock_type": "condition"},
    245: {"id": 245, "name": "称号收藏家", "rarity": "legendary", "description": "累计解锁50个称号", "unlock_type": "condition"},
    246: {"id": 246, "name": "称号大师", "rarity": "legendary", "description": "累计解锁100个称号", "unlock_type": "condition"},
    247: {"id": 247, "name": "抽抽乐", "rarity": "common", "description": "累计抽奖3次", "unlock_type": "condition"},
    248: {"id": 248, "name": "抽卡成精", "rarity": "rare", "description": "累计抽奖75次", "unlock_type": "condition"},
    249: {"id": 249, "name": "攒着抽", "rarity": "legendary", "description": "累计抽奖150次", "unlock_type": "condition"},
    250: {"id": 250, "name": "挥金如土", "rarity": "legendary", "description": "累计抽奖300次", "unlock_type": "condition"},
    251: {"id": 251, "name": "抽穿卡池", "rarity": "legendary", "description": "累计抽奖2000次", "unlock_type": "condition"},
    252: {"id": 252, "name": "非气初现", "rarity": "common", "description": "有过一次什么都没抽到", "unlock_type": "condition"},
    253: {"id": 253, "name": "连连看", "rarity": "rare", "description": "连续5次什么都没抽到", "unlock_type": "condition"},
    254: {"id": 254, "name": "非酋认证", "rarity": "legendary", "description": "连续15次什么都没抽到", "unlock_type": "condition"},
    255: {"id": 255, "name": "天命之人", "rarity": "legendary", "description": "连续30次什么都没抽到", "unlock_type": "condition"},
    256: {"id": 256, "name": "空", "rarity": "common", "description": "累计空抽1次", "unlock_type": "condition"},
    257: {"id": 257, "name": "酋长", "rarity": "rare", "description": "累计空抽10次", "unlock_type": "condition"},
    258: {"id": 258, "name": "空抽", "rarity": "legendary", "description": "累计空抽50次", "unlock_type": "condition"},
    259: {"id": 259, "name": "黑黑", "rarity": "legendary", "description": "累计空抽100次", "unlock_type": "condition"},
    260: {"id": 260, "name": "虚空行者", "rarity": "legendary", "description": "累计空抽300次", "unlock_type": "condition"},
    261: {"id": 261, "name": "周常全清", "rarity": "common", "description": "1周内完成全部周常任务", "unlock_type": "condition"},
    262: {"id": 262, "name": "任务能手", "rarity": "rare", "description": "累计3周全清", "unlock_type": "condition"},
    263: {"id": 263, "name": "全清达人", "rarity": "rare", "description": "累计5周全清", "unlock_type": "condition"},
    264: {"id": 264, "name": "周常大师", "rarity": "legendary", "description": "累计10周全清", "unlock_type": "condition"},
    265: {"id": 265, "name": "任务终结者", "rarity": "legendary", "description": "累计20周全清", "unlock_type": "condition"},
    301: {"id": 301, "name": "玩家", "rarity": "common", "description": "累计参加游戏10场", "unlock_type": "condition"},
    302: {"id": 302, "name": "老手", "rarity": "rare", "description": "累计参加游戏50场", "unlock_type": "condition"},
    303: {"id": 303, "name": "达人", "rarity": "legendary", "description": "累计参加游戏100场", "unlock_type": "condition"},
    304: {"id": 304, "name": "常胜", "rarity": "rare", "description": "累计获胜10场", "unlock_type": "condition"},
    305: {"id": 305, "name": "不败", "rarity": "legendary", "description": "累计获胜50场", "unlock_type": "condition"},
    306: {"id": 306, "name": "🔦", "rarity": "rare", "description": "平民方累计获胜10场", "unlock_type": "condition"},
    307: {"id": 307, "name": "调查员", "rarity": "legendary", "description": "平民方累计获胜50场", "unlock_type": "condition"},
    308: {"id": 308, "name": "完美伪装", "rarity": "rare", "description": "卧底方累计获胜10场", "unlock_type": "condition"},
    309: {"id": 309, "name": "千面者", "rarity": "legendary", "description": "卧底方累计获胜50场", "unlock_type": "condition"},
}