mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
10 lines
248 B
JavaScript
10 lines
248 B
JavaScript
|
export const weaponType = {
|
||
|
polearm: '枪',
|
||
|
catalyst: '法器',
|
||
|
sword: '剑',
|
||
|
bow: '弓',
|
||
|
claymore: '大剑'
|
||
|
}
|
||
|
|
||
|
export const weaponSet = ['西风', '天空', '试做', '试作', '祭礼', '黑岩', '宗室', '暗巷', '匣里', '千岩']
|