task-svr/src/configs/fusion.ts
CounterFire2023 7d3cd73afc reformat code
2024-01-17 11:07:48 +08:00

29 lines
344 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,
},
],
}