diff --git a/zh_CN/gamedata/excel/activity_table.json b/zh_CN/gamedata/excel/activity_table.json index 1e0421b8c..60f0b5230 100644 --- a/zh_CN/gamedata/excel/activity_table.json +++ b/zh_CN/gamedata/excel/activity_table.json @@ -1,5 +1,23 @@ { "basicInfo": { + "act3switch": { + "id": "act3switch", + "type": "SWITCH_ONLY", + "displayType": "NONE", + "name": "虹彩茶会合作活动", + "startTime": 1718870400, + "endTime": 1720036799, + "rewardEndTime": 1720036799, + "displayOnHome": false, + "hasStage": false, + "templateShopId": null, + "medalGroupId": null, + "ungroupedMedalIds": null, + "isReplicate": false, + "needFixedSync": false, + "trapDomainId": null, + "isPageEntry": false + }, "act2signvs": { "id": "act2signvs", "type": "CHECKIN_VS", @@ -3369,6 +3387,13 @@ } }, "homeActConfig": { + "act3switch": { + "actId": "act3switch", + "isPopupAfterCheckin": false, + "showTopBarMenu": true, + "actTopBarColor": "40C8F5", + "actTopBarText": "虹彩茶会合作活动" + }, "act2signvs": { "actId": "act2signvs", "isPopupAfterCheckin": false, @@ -122246,6 +122271,53 @@ } }, "SWITCH_ONLY": { + "act3switch": { + "constData": { + "activityTime": "活动时间:6月20日16:00-7月4日03:59", + "activityRule": "全平台PV播放量达到特定值即可解锁对应奖励\r\n全平台PV播放量达到500,000次可解锁家具-田园小沙发\r\n全平台PV播放量达到2,000,000次可解锁家具-飞天肉桂卷" + }, + "rewards": { + "act2switch_reward_50W": [ + { + "id": "furni_sanrio_melody_01", + "count": 1, + "type": "FURN" + }, + { + "id": "3401", + "count": 500, + "type": "MATERIAL" + }, + { + "id": "2003", + "count": 20, + "type": "CARD_EXP" + } + ], + "act2switch_reward_200W": [ + { + "id": "furni_sanrio_cinnamoroll_01", + "count": 1, + "type": "FURN" + }, + { + "id": "4001", + "count": 50000, + "type": "GOLD" + }, + { + "id": "2004", + "count": 30, + "type": "CARD_EXP" + } + ] + }, + "apSupplyOutOfDateDict": {}, + "rewardsTitle": { + "act2switch_reward_50W": "50", + "act2switch_reward_200W": "200" + } + }, "act2switch": { "constData": { "activityTime": "活动时间:9月5日16:00-9月12日03:59", diff --git a/zh_CN/gamedata/excel/audio_data.json b/zh_CN/gamedata/excel/audio_data.json index 1d499de02..ccf5ee008 100644 --- a/zh_CN/gamedata/excel/audio_data.json +++ b/zh_CN/gamedata/excel/audio_data.json @@ -150516,6 +150516,11 @@ "name": "微茫", "bank": "sys.ON_ACTIVITY_LOADED.act16mini" }, + { + "id": "music_bg_sanrio", + "name": "Our Life", + "bank": "sys.ON_MUSIC.bg_sanrio" + }, { "id": "music_act13side_0", "name": "大骑士领", diff --git a/zh_CN/gamedata/excel/building_data.json b/zh_CN/gamedata/excel/building_data.json index fc52aec9d..21fd8895a 100644 --- a/zh_CN/gamedata/excel/building_data.json +++ b/zh_CN/gamedata/excel/building_data.json @@ -71988,6 +71988,68 @@ "isOnly": 1, "quantity": 0 }, + "furni_sanrio_cinnamoroll_01": { + "id": "furni_sanrio_cinnamoroll_01", + "sortId": 10219, + "name": "飞天肉桂卷", + "iconId": "furni_sanrio_cinnamoroll_01", + "interactType": "NONE", + "musicId": "", + "type": "DECORATION", + "subType": "ORTHER_D", + "location": "FLOOR", + "category": "FURNITURE", + "validOnRotate": false, + "enableRotate": true, + "rarity": 2, + "themeId": "", + "groupId": "", + "width": 5, + "depth": 4, + "height": 3, + "comfort": 120, + "usage": "能够用来装扮宿舍,提高宿舍的氛围", + "description": "异常轻盈的游泳圈,似乎只要套上它就可以在云间遨游。\n不会游泳也没关系!它会呼扇起大耳朵吧嗒吧嗒带着你飞的。", + "obtainApproach": "活动获得", + "processedProductId": "3401", + "processedProductCount": 0, + "processedByProductPercentage": 0, + "processedByProductGroup": [], + "canBeDestroy": false, + "isOnly": 1, + "quantity": 0 + }, + "furni_sanrio_melody_01": { + "id": "furni_sanrio_melody_01", + "sortId": 10220, + "name": "田园小沙发", + "iconId": "furni_sanrio_melody_01", + "interactType": "NONE", + "musicId": "", + "type": "SEATING", + "subType": "SOFA", + "location": "FLOOR", + "category": "FURNITURE", + "validOnRotate": false, + "enableRotate": true, + "rarity": 2, + "themeId": "", + "groupId": "", + "width": 4, + "depth": 4, + "height": 4, + "comfort": 120, + "usage": "能够用来装扮宿舍,提高宿舍的氛围", + "description": "异常松软的小沙发,似乎只要躺进去就不会想再出来了。\n不想出来也没关系!森林里的动物朋友们都会来串门玩耍的。", + "obtainApproach": "活动获得", + "processedProductId": "3401", + "processedProductCount": 0, + "processedByProductPercentage": 0, + "processedByProductGroup": [], + "canBeDestroy": false, + "isOnly": 1, + "quantity": 0 + }, "furni_duanwu2024_01": { "id": "furni_duanwu2024_01", "sortId": 10221, diff --git a/zh_CN/gamedata/excel/data_version.txt b/zh_CN/gamedata/excel/data_version.txt index f1209c393..5f3963d3f 100644 --- a/zh_CN/gamedata/excel/data_version.txt +++ b/zh_CN/gamedata/excel/data_version.txt @@ -1,3 +1,3 @@ Stream://torappu-data/v051/rel51.0 -Change:62920 on 2024/06/06 -VersionControl:51.3.0 +Change:63373 on 2024/06/17 +VersionControl:51.6.0 diff --git a/zh_CN/gamedata/excel/display_meta_table.json b/zh_CN/gamedata/excel/display_meta_table.json index 249788227..e44e19d16 100644 --- a/zh_CN/gamedata/excel/display_meta_table.json +++ b/zh_CN/gamedata/excel/display_meta_table.json @@ -192,6 +192,86 @@ "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", "obtainApproach": "特殊方式获得" }, + { + "avatarId": "avatar_special_19", + "avatarType": "SPECIAL", + "avatarIdSort": 19, + "avatarIdDesc": "购买礼包获得\\n“很酷,不聊天”", + "avatarItemName": "“很酷,不聊天”", + "avatarItemDesc": "逻各斯与酷企鹅合拍的大头贴。“你们的气场已经很强了,不需要再去琢磨让人变酷的咒言了。”", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, + { + "avatarId": "avatar_special_20", + "avatarType": "SPECIAL", + "avatarIdSort": 20, + "avatarIdDesc": "购买礼包获得\\n“蝴蝶结交流会”", + "avatarItemName": "“蝴蝶结交流会”", + "avatarItemDesc": "澄闪与Hello Kitty合拍的大头贴。趁头发还没有炸开,\n试试新的蝴蝶结!", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, + { + "avatarId": "avatar_special_21", + "avatarType": "SPECIAL", + "avatarIdSort": 21, + "avatarIdDesc": "购买礼包获得\\n“侦探组合”", + "avatarItemName": "“侦探组合”", + "avatarItemDesc": "老鲤与布丁狗合拍的大头贴。听完老鲤缜密的侦探计划,布丁狗回应道:“出去玩,好耶!”", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, + { + "avatarId": "avatar_special_22", + "avatarType": "SPECIAL", + "avatarIdSort": 22, + "avatarIdDesc": "购买礼包获得\\n“尤里卡的梦”", + "avatarItemName": "“尤里卡的梦”", + "avatarItemDesc": "U-Official在直播时睡着的珍贵截图。在梦里,她的抱枕都变成了真正的伙伴。", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, + { + "avatarId": "avatar_special_23", + "avatarType": "SPECIAL", + "avatarIdSort": 23, + "avatarIdDesc": "购买礼包获得\\n“Wink——”", + "avatarItemName": "“Wink——”", + "avatarItemDesc": "阿米娅与美乐蒂合拍的大头贴。看到她们俩一起做出可爱的表情,再冰冷的人也会融化吧。", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, + { + "avatarId": "avatar_special_24", + "avatarType": "SPECIAL", + "avatarIdSort": 24, + "avatarIdDesc": "购买礼包获得\\n“骷髅与少女心”", + "avatarItemName": "“骷髅与少女心”", + "avatarItemDesc": "W与酷洛米合拍的大头贴。W好像很喜欢酷洛米的粉色骷髅,但愿她没在打什么坏主意吧......", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, + { + "avatarId": "avatar_special_25", + "avatarType": "SPECIAL", + "avatarIdSort": 25, + "avatarIdDesc": "购买礼包获得\\n“云上的天使”", + "avatarItemName": "“云上的天使”", + "avatarItemDesc": "送葬人与大耳狗合拍的大头贴。萨科塔的光翼不能用来飞行,但大耳狗的耳朵可以!", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, + { + "avatarId": "avatar_special_26", + "avatarType": "SPECIAL", + "avatarIdSort": 26, + "avatarIdDesc": "购买礼包获得\\n“沉默的人与蛋”", + "avatarItemName": "“沉默的人与蛋”", + "avatarItemDesc": "玛恩纳与蛋黄哥的合照。不在沉默中爆发,就在沉默中被做成煎蛋。", + "avatarItemUsage": "用来彰显个性的图案,能够将之设置为头像。", + "obtainApproach": "特殊方式获得" + }, { "avatarId": "avatar_activity_OF", "avatarType": "ACTIVITY", @@ -822,7 +902,15 @@ "avatar_special_15", "avatar_special_16", "avatar_special_17", - "avatar_special_18" + "avatar_special_18", + "avatar_special_19", + "avatar_special_20", + "avatar_special_21", + "avatar_special_22", + "avatar_special_23", + "avatar_special_24", + "avatar_special_25", + "avatar_special_26" ] }, "ACTIVITY": { @@ -1121,6 +1209,19 @@ "unlockDesList": [ "参与五周年庆典签到活动获得" ] + }, + { + "bgId": "bg_sanrio_1", + "bgSortId": 16, + "bgStartTime": 1718870400, + "bgName": "甜度", + "bgMusicId": "music_bg_sanrio", + "bgDes": "这里的空气甜度无疑超标了。但生活已经很苦了,染上些甜美可爱的气息又有何不可呢?", + "bgUsage": "一张照片,一段回忆,凝聚了泰拉大地的某个瞬间。", + "obtainApproach": "礼包购买", + "unlockDesList": [ + "[采购中心]中购买甜蜜派对组合包获得" + ] } ], "themeList": [ @@ -1227,6 +1328,18 @@ "displayAfterEndTime": false } ] + }, + "bg_sanrio_1": { + "bgId": "bg_sanrio_1", + "limitInfos": [ + { + "limitInfoId": "bg_sanrio_1#1", + "startTime": 1718870400, + "endTime": 1720036799, + "invalidObtainDesc": "暂无获取途径", + "displayAfterEndTime": false + } + ] } }, "themeLimitData": { diff --git a/zh_CN/gamedata/excel/gamedata_const.json b/zh_CN/gamedata/excel/gamedata_const.json index f839d91a6..22d15a337 100644 --- a/zh_CN/gamedata/excel/gamedata_const.json +++ b/zh_CN/gamedata/excel/gamedata_const.json @@ -1628,7 +1628,7 @@ } }, "storyReviewUnlockItemLackTip": "事相碎片数量不足,请前往采购凭证区或活动期间商店获取", - "dataVersion": "51.3.0", + "dataVersion": "51.6.0", "resPrefVersion": "51d0d0", "announceWebBusType": "ak_announcement", "defaultMinContinuousBattleTimes": 1, diff --git a/zh_CN/gamedata/excel/item_table.json b/zh_CN/gamedata/excel/item_table.json index 9fd4f76f2..6b6e1a473 100644 --- a/zh_CN/gamedata/excel/item_table.json +++ b/zh_CN/gamedata/excel/item_table.json @@ -29743,6 +29743,8 @@ "furni_ExAstris_Wei_01": 1, "furni_ExAstris_Yan_01": 1, "furni_act45d4_newYearPic_01": 1, + "furni_sanrio_cinnamoroll_01": 1, + "furni_sanrio_melody_01": 1, "furni_duanwu2024_01": 1, "furni_duanwu2024_02": 1, "furni_terratimes_AbyssalHunters_01": 1, @@ -30189,6 +30191,9 @@ "char_4082_qiubai@ncg#1": 1, "char_106_franka@ncg#1": 1, "char_4019_ncdeer@ncdeer#1": 1, + "char_322_lmlee@sanrio#1": 1, + "char_377_gdglow@sanrio#1": 1, + "char_4091_ulika@sanrio#1": 1, "char_332_archet@shining#1": 1, "char_274_astesi@shining#1": 1, "char_440_pinecn@shining#1": 1, diff --git a/zh_CN/gamedata/excel/shop_client_table.json b/zh_CN/gamedata/excel/shop_client_table.json index 730196bca..04b412265 100644 --- a/zh_CN/gamedata/excel/shop_client_table.json +++ b/zh_CN/gamedata/excel/shop_client_table.json @@ -18105,6 +18105,102 @@ "returnSkinParam": null } }, + { + "tagId": "tag_523", + "displayType": "block_1", + "tagName": "伙伴留念组合包", + "itemTag": "DEADLINE", + "orderNum": 2001, + "startDatetime": 1718870400, + "endDatetime": 1720036799, + "groupList": [ + { + "recommendGroup": [ + 1 + ], + "dataList": [ + { + "imgId": "tag523_a", + "slotIndex": 0, + "cmd": "GIFTPACKAGE", + "param1": "GP_Once_180", + "param2": null, + "skinId": "" + } + ] + } + ], + "tagWord": { + "id": "tag_523", + "text": "博士,快来看看!干员们和三丽鸥伙伴们一起拍了好多大头贴,一看就很有收藏价值!" + }, + "templateType": "DEFAULT", + "templateParam": null + }, + { + "tagId": "tag_524", + "displayType": "block_1", + "tagName": "友谊纪念组合包", + "itemTag": "DEADLINE", + "orderNum": 2002, + "startDatetime": 1718870400, + "endDatetime": 1720036799, + "groupList": [ + { + "recommendGroup": [ + 1 + ], + "dataList": [ + { + "imgId": "tag524_a", + "slotIndex": 0, + "cmd": "GIFTPACKAGE", + "param1": "GP_Once_181", + "param2": null, + "skinId": "" + } + ] + } + ], + "tagWord": { + "id": "tag_524", + "text": "博士,快来看看!干员们和三丽鸥伙伴们一起拍了好多大头贴,一看就很有收藏价值!" + }, + "templateType": "DEFAULT", + "templateParam": null + }, + { + "tagId": "tag_525", + "displayType": "block_1", + "tagName": "甜蜜派对组合包", + "itemTag": "DEADLINE", + "orderNum": 2003, + "startDatetime": 1718870400, + "endDatetime": 1720036799, + "groupList": [ + { + "recommendGroup": [ + 1 + ], + "dataList": [ + { + "imgId": "tag525_a", + "slotIndex": 0, + "cmd": "GIFTPACKAGE", + "param1": "GP_Once_182", + "param2": null, + "skinId": "" + } + ] + } + ], + "tagWord": { + "id": "tag_525", + "text": "难得见到这样温馨可爱的装饰。博士,在大家冲进来胡闹之前,要不要先拍张照留个纪念?" + }, + "templateType": "DEFAULT", + "templateParam": null + }, { "tagId": "tag_526", "displayType": "block_1_4", @@ -18395,6 +18491,136 @@ "returnSkinParam": null } }, + { + "tagId": "tag_527", + "displayType": "block_1", + "tagName": "三丽鸥家族", + "itemTag": "DEADLINE", + "orderNum": 1001, + "startDatetime": 1718870400, + "endDatetime": 1720036799, + "groupList": [ + { + "recommendGroup": [ + 1 + ], + "dataList": [ + { + "imgId": "tag527_a", + "slotIndex": 0, + "cmd": "SKINSHOP", + "param1": null, + "param2": null, + "skinId": null + } + ] + } + ], + "tagWord": { + "id": "tag_527", + "text": "这次与三丽鸥家族联动的衣服不仅非常可爱,还特别有生活气息,感觉穿上就可以忘记烦恼!可不能错过呀博士!" + }, + "templateType": "DEFAULT", + "templateParam": null + }, + { + "tagId": "tag_528", + "displayType": "block_1_1", + "tagName": "成就之星/II", + "itemTag": "DEADLINE", + "orderNum": 1012, + "startDatetime": 1718870400, + "endDatetime": 1720036799, + "groupList": [ + { + "recommendGroup": [ + 1 + ], + "dataList": [ + { + "imgId": "tag528_a", + "slotIndex": 0, + "cmd": "SKINSHOP", + "param1": null, + "param2": null, + "skinId": null + } + ] + } + ], + "tagWord": { + "id": "tag_528", + "text": "别处都是买典藏版游戏送衣服,我这里可是买衣服送典藏版游戏哦,至于价格嘛......是一样的。" + }, + "templateType": "NORSKIN", + "templateParam": { + "normalGiftParam": null, + "normalSkinParam": { + "showStartTs": 1718870400, + "showEndTs": 1720036799, + "skinIds": [ + "char_346_aosta@game#2", + "char_420_flamtl@game#2", + "char_478_kirara@game#2" + ], + "skinGroupName": "成就之星/II", + "brandIconId": "game", + "colorBack": "b3d7e8", + "colorText": "212121", + "text": "时装限时复刻" + }, + "normalFurnParam": null, + "returnSkinParam": null + } + }, + { + "tagId": "tag_529", + "displayType": "block_1_1", + "tagName": "生命之地/VIII", + "itemTag": "DEADLINE", + "orderNum": 1011, + "startDatetime": 1718870400, + "endDatetime": 1720036799, + "groupList": [ + { + "recommendGroup": [ + 1 + ], + "dataList": [ + { + "imgId": "tag529_a", + "slotIndex": 0, + "cmd": "SKINSHOP", + "param1": null, + "param2": null, + "skinId": null + } + ] + } + ], + "tagWord": { + "id": "tag_529", + "text": "车尔尼先生马上就要出远门了,这可是送他礼物的好机会,博士一定不会错过吧?" + }, + "templateType": "NORSKIN", + "templateParam": { + "normalGiftParam": null, + "normalSkinParam": { + "showStartTs": 1718870400, + "showEndTs": 1720036799, + "skinIds": [ + "char_4047_pianst@wild#8" + ], + "skinGroupName": "生命之地/VIII", + "brandIconId": "wild", + "colorBack": "dc7648", + "colorText": "212121", + "text": "时装限时复刻" + }, + "normalFurnParam": null, + "returnSkinParam": null + } + }, { "tagId": "tag_531", "displayType": "block_1_3", @@ -27242,6 +27468,37 @@ } ] }, + { + "items": [ + { + "spriteId": "shop_lmlee@sanrio#1", + "startTime": 1718870400, + "endTime": 1720036799, + "cmd": "SKINSHOP", + "param1": "SS_char_322_lmlee@sanrio#1", + "skinId": "char_322_lmlee@sanrio#1", + "furniId": "" + }, + { + "spriteId": "shop_gdglow@sanrio#1", + "startTime": 1718870400, + "endTime": 1720036799, + "cmd": "SKINSHOP", + "param1": "SS_char_377_gdglow@sanrio#1", + "skinId": "char_377_gdglow@sanrio#1", + "furniId": "" + }, + { + "spriteId": "shop_ulika@sanrio#1", + "startTime": 1718870400, + "endTime": 1720036799, + "cmd": "SKINSHOP", + "param1": "SS_char_4091_ulika@sanrio#1", + "skinId": "char_4091_ulika@sanrio#1", + "furniId": "" + } + ] + }, { "items": [ { @@ -27312,6 +27569,37 @@ } ] }, + { + "items": [ + { + "spriteId": "shop_Once_180", + "startTime": 1718870400, + "endTime": 1720036799, + "cmd": "GIFTPACKAGE", + "param1": "GP_Once_180", + "skinId": "", + "furniId": "" + }, + { + "spriteId": "shop_Once_181", + "startTime": 1718870400, + "endTime": 1720036799, + "cmd": "GIFTPACKAGE", + "param1": "GP_Once_181", + "skinId": "", + "furniId": "" + }, + { + "spriteId": "shop_Once_182", + "startTime": 1718870400, + "endTime": 1720036799, + "cmd": "GIFTPACKAGE", + "param1": "GP_Once_182", + "skinId": "", + "furniId": "" + } + ] + }, { "items": [ { diff --git a/zh_CN/gamedata/excel/skin_table.json b/zh_CN/gamedata/excel/skin_table.json index 3207bcf1b..09fb6e4ae 100644 --- a/zh_CN/gamedata/excel/skin_table.json +++ b/zh_CN/gamedata/excel/skin_table.json @@ -65538,6 +65538,159 @@ "onPeriod": 12 } }, + "char_322_lmlee@sanrio#1": { + "skinId": "char_322_lmlee@sanrio#1", + "charId": "char_322_lmlee", + "tokenSkinMap": null, + "illustId": "illust_char_322_lmlee_sanrio#1", + "dynIllustId": null, + "avatarId": "char_322_lmlee_sanrio#1", + "portraitId": "char_322_lmlee_sanrio#1", + "dynPortraitId": null, + "dynEntranceId": null, + "buildingId": "char_322_lmlee_sanrio#1", + "battleSkin": { + "overwritePrefab": false, + "skinOrPrefabId": "char_322_lmlee_sanrio#1" + }, + "isBuySkin": true, + "tmplId": null, + "voiceId": null, + "voiceType": "NONE", + "displaySkin": { + "skinName": "坊间凉茶铺", + "colorList": [ + "#31341d", + "#555b30", + "#fbe179", + "#555b30", + "#dcb723", + "", + "" + ], + "titleList": [], + "modelName": "Lee", + "drawerList": [ + "KuroBlood" + ], + "designerList": null, + "skinGroupId": "2024#sanrio", + "skinGroupName": "三丽鸥家族", + "skinGroupSortIndex": 145, + "content": "品牌合作服装/坊间凉茶铺。很难想象,时常偷闲的老鲤,会兴致盎然地穿着围裙在事务所楼下的凉茶铺帮忙看店。难道说,这是他的某种特别爱好?", + "dialog": "品牌合作服装/坊间凉茶铺。很难想象,时常偷闲的老鲤,会兴致盎然地穿着围裙在事务所楼下的凉茶铺帮忙看店。难道说,这是他的某种特别爱好?", + "usage": "老鲤的私服之一。", + "description": "凉茶铺不只卖凉茶,事务所不只办事务,按老鲤的话说,这才是龙门的人情味所在。毕竟,人们不论来凉茶铺还是事务所,总归都是求个心安。", + "obtainApproach": "采购中心", + "sortId": 309, + "displayTagId": "联动获得", + "getTime": 1718870400, + "onYear": 5, + "onPeriod": 5 + } + }, + "char_377_gdglow@sanrio#1": { + "skinId": "char_377_gdglow@sanrio#1", + "charId": "char_377_gdglow", + "tokenSkinMap": null, + "illustId": "illust_char_377_gdglow_sanrio#1", + "dynIllustId": null, + "avatarId": "char_377_gdglow_sanrio#1", + "portraitId": "char_377_gdglow_sanrio#1", + "dynPortraitId": null, + "dynEntranceId": null, + "buildingId": "char_377_gdglow_sanrio#1", + "battleSkin": { + "overwritePrefab": false, + "skinOrPrefabId": "char_377_gdglow_sanrio#1" + }, + "isBuySkin": true, + "tmplId": null, + "voiceId": null, + "voiceType": "NONE", + "displaySkin": { + "skinName": "花房茶话会", + "colorList": [ + "#fc6e86", + "#f98694", + "#ffd9de", + "#fc6e86", + "#f59fad", + "", + "" + ], + "titleList": [], + "modelName": "Goldenglow", + "drawerList": [ + "Namie" + ], + "designerList": null, + "skinGroupId": "2024#sanrio", + "skinGroupName": "三丽鸥家族", + "skinGroupSortIndex": 145, + "content": "品牌合作服装/花房茶话会。最甜蜜的派、最繁盛的花,还有很多、很多、很多蝴蝶结——经历过一场大火之后,澄闪仍没有忘记那个梦。", + "dialog": "品牌合作服装/花房茶话会。最甜蜜的派、最繁盛的花,还有很多、很多、很多蝴蝶结——经历过一场大火之后,澄闪仍没有忘记那个梦。", + "usage": "澄闪的私服之一。", + "description": "从烘焙甜点到布置场景,澄闪亲手与朋友们一起筹备了这场茶话会。不是什么特别的日子,没有什么特别的话题,只是她本该拥有的一个温柔而宁静的午后。", + "obtainApproach": "采购中心", + "sortId": 310, + "displayTagId": "联动获得", + "getTime": 1718870400, + "onYear": 5, + "onPeriod": 5 + } + }, + "char_4091_ulika@sanrio#1": { + "skinId": "char_4091_ulika@sanrio#1", + "charId": "char_4091_ulika", + "tokenSkinMap": null, + "illustId": "illust_char_4091_ulika_sanrio#1", + "dynIllustId": null, + "avatarId": "char_4091_ulika_sanrio#1", + "portraitId": "char_4091_ulika_sanrio#1", + "dynPortraitId": null, + "dynEntranceId": null, + "buildingId": "char_4091_ulika_sanrio#1", + "battleSkin": { + "overwritePrefab": false, + "skinOrPrefabId": "char_4091_ulika_sanrio#1" + }, + "isBuySkin": true, + "tmplId": null, + "voiceId": null, + "voiceType": "NONE", + "displaySkin": { + "skinName": "云上直播间", + "colorList": [ + "#f57daa", + "#75e1ff", + "#ff85b3", + "#f57daa", + "#57bfdc", + "", + "" + ], + "titleList": [], + "modelName": "U-Official", + "drawerList": [ + "折射镜" + ], + "designerList": null, + "skinGroupId": "2024#sanrio", + "skinGroupName": "三丽鸥家族", + "skinGroupSortIndex": 145, + "content": "品牌合作服装/云上直播间。穿着儿时喜欢的裙子在云上醒来,看见朋友们环绕着自己,她恍惚间感受到了久违的自由——但她为什么掏出手机开始直播了?!", + "dialog": "品牌合作服装/云上直播间。穿着儿时喜欢的裙子在云上醒来,看见朋友们环绕着自己,她恍惚间感受到了久违的自由——但她为什么掏出手机开始直播了?!", + "usage": "U-Official的私服之一。", + "description": "“观众朋友们早上好,我是大家的主播U哦!快看,我在哪里给大家开播呢?怎么样,这一定就是最近大家常说的‘云直播’吧!”", + "obtainApproach": "采购中心", + "sortId": 311, + "displayTagId": "联动获得", + "getTime": 1718870400, + "onYear": 5, + "onPeriod": 5 + } + }, "char_332_archet@shining#1": { "skinId": "char_332_archet@shining#1", "charId": "char_332_archet", @@ -70035,6 +70188,10 @@ "crossover": { "brandId": "crossover", "groupList": [ + { + "skinGroupId": "2024#sanrio", + "publishTime": 0 + }, { "skinGroupId": "2024#rainbow6", "publishTime": 0 @@ -70081,7 +70238,7 @@ "brandCapitalName": "CROSSOVER", "description": "合作愉快\n罗德岛与其他组织合作推出的时装款式。罗德岛与各个组织合作共赢,干员们也可获得风格不一的时装。", "publishTime": 0, - "sortId": 144 + "sortId": 145 }, "shining": { "brandId": "shining",