GenshinUID/genshinuid_wikitext/get_wiki_template.py
2022-08-29 23:12:44 +08:00

108 lines
2.3 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

weapon_im = """【名称】:{}
【类型】:{}
【稀有度】:{}
【介绍】:{}
【攻击力】:{}{}{}"""
char_info_im = """{}
【稀有度】:{}
【武器】:{}
【元素】:{}
【突破加成】:{}
【生日】:{}
【命之座】:{}
【cv】{}
【介绍】:{}"""
artifacts_im = """{}
【稀有度】:{}
【2件套】{}
【4件套】{}
{}】:{}
{}】:{}
{}】:{}
{}】:{}
{}】:{}"""
food_im = """{}
【稀有度】:{}
【食物类型】:{}
【食物类别】:{}
【效果】:{}
【介绍】:{}
【材料】:
{}"""
audio_json = {
'357': ['357_01', '357_02', '357_03'],
'1000000': [
'1000000_01',
'1000000_02',
'1000000_03',
'1000000_04',
'1000000_05',
'1000000_06',
'1000000_07',
],
'1000001': ['1000001_01', '1000001_02', '1000001_03'],
'1000002': ['1000002_01', '1000002_02', '1000002_03'],
'1000100': [
'1000100_01',
'1000100_02',
'1000100_03',
'1000100_04',
'1000100_05',
],
'1000101': [
'1000101_01',
'1000101_02',
'1000101_03',
'1000101_04',
'1000101_05',
'1000101_06',
],
'1000200': ['1000200_01', '1000200_02', '1000200_03'],
'1010201': ['1010201_01'],
'1000300': ['1000300_01', '1000300_02'],
'1000400': ['1000400_01', '1000400_02', '1000400_03'],
'1000500': ['1000500_01', '1000500_02', '1000500_03'],
'1010000': [
'1010000_01',
'1010000_02',
'1010000_03',
'1010000_04',
'1010000_05',
],
'1010001': ['1010001_01', '1010001_02'],
'1010100': [
'1010100_01',
'1010100_02',
'1010100_03',
'1010100_04',
'1010100_05',
],
'1010200': [
'1010200_01',
'1010200_02',
'1010200_03',
'1010200_04',
'1010200_05',
],
'1010300': [
'1010300_01',
'1010300_02',
'1010300_03',
'1010300_04',
'1010300_05',
],
'1010301': [
'1010301_01',
'1010301_02',
'1010301_03',
'1010301_04',
'1010301_05',
],
'1010400': ['1010400_01', '1010400_02', '1010400_03'],
'1020000': ['1020000_01'],
}