task-svr/src/configs/fusion.ts
2024-01-11 15:17:34 +08:00

28 lines
342 B
TypeScript

export const FUSION_CFG = {
target: {
id: 'torch',
amount: 1,
},
source: [
{
id: 'thunder',
amount: 1,
},
{
id: 'light',
amount: 1,
},
{
id: 'spark',
amount: 1,
},
{
id: 'blaze',
amount: 1,
},
{
id: 'kindle',
amount: 1,
},
]
}