We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9532e commit e1eb790Copy full SHA for e1eb790
1 file changed
utils/types.ts
@@ -312,12 +312,12 @@ export interface Enemy {
312
313
export interface Material {
314
name: string
315
- desc: string
+ desc?: string
316
longDesc?: string
317
stars?: number
318
- type: string
319
- category: string
320
- icon: string
+ type?: string
+ category?: string
+ icon?: string
321
sources?: string[]
322
specialty?: { char: string, recipe: string }
323
recipe?: Item[]
0 commit comments