Update supply events
This commit is contained in:
@@ -34,3 +34,61 @@ export interface SupplyEventData {
|
||||
id: string
|
||||
}[]
|
||||
}
|
||||
|
||||
export const superstringCnKeyword = '超弦空间'
|
||||
export const maCnKeyword = '战场'
|
||||
|
||||
export const bosses = [
|
||||
{
|
||||
id: 'ksm',
|
||||
cnKeyword: '八重霞',
|
||||
},
|
||||
{
|
||||
id: 'qksm',
|
||||
cnKeyword: '科斯魔',
|
||||
},
|
||||
{
|
||||
id: 'bke',
|
||||
cnKeyword: '辉骑士 月魄',
|
||||
},
|
||||
{
|
||||
id: 'tank',
|
||||
cnKeyword: 'MHT-3B 天堂使者',
|
||||
},
|
||||
{
|
||||
id: 'husk',
|
||||
cnKeyword: '虚树神骸 虚无主义',
|
||||
},
|
||||
{
|
||||
id: 'husk2',
|
||||
cnKeyword: '虚树神骸 虚无主义',
|
||||
},
|
||||
{
|
||||
id: 'husk-sss',
|
||||
cnKeyword: '虚树神骸 虚无主义',
|
||||
},
|
||||
{
|
||||
id: 'qt',
|
||||
cnKeyword: '托纳提乌',
|
||||
},
|
||||
{
|
||||
id: 'jz',
|
||||
cnKeyword: '地藏御魂',
|
||||
},
|
||||
{
|
||||
id: 'ofg',
|
||||
cnKeyword: '伪神 奥托',
|
||||
},
|
||||
{
|
||||
id: 'pvt',
|
||||
cnKeyword: '帕凡提',
|
||||
},
|
||||
{
|
||||
id: 'hod',
|
||||
cnKeyword: '支配之律者 乌合之众',
|
||||
},
|
||||
{
|
||||
id: 'wolf',
|
||||
cnKeyword: '奔狼的领主',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user