add markup columns
This commit is contained in:
@@ -5,6 +5,8 @@ export type ItemCategory = 'Weapons' | 'Armor' | 'Gathering'
|
||||
|
||||
export type JournalType = 'warrior' | 'mage' | 'hunter' | 'toolmaker'
|
||||
|
||||
export type FameType = 'twoHanded' | 'oneHanded' | 'armorChest' | 'small'
|
||||
|
||||
export type SortField = 'materialCost' | 'displayName' | 'tier' | 'variantType'
|
||||
|
||||
export type SortDirection = 'asc' | 'desc'
|
||||
@@ -26,6 +28,7 @@ export interface CraftingRecipe {
|
||||
enchantment: Enchantment
|
||||
category: ItemCategory
|
||||
journalType: JournalType
|
||||
famePerCraft: number
|
||||
ingredients: Ingredient[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user