1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/Recipe.yml
2025-03-11 12:50:45 -07:00

64 lines
1.4 KiB
YAML

name: Recipe
displayField: ItemResult
fields:
- name: RequiredQuality
- name: Quest
type: link
targets: [Quest]
- name: Number
- name: CraftType
type: link
targets: [CraftType]
- name: ItemResult
type: link
targets: [Item]
- name: Ingredient
type: array
count: 10
fields:
- type: link
targets: [Item]
- name: StatusRequired
type: link
targets: [Status]
- name: ItemRequired
type: link
targets: [Item]
- name: RecipeLevelTable
type: link
targets: [RecipeLevelTable]
- name: RecipeNotebookList
type: link
targets: [RecipeNotebookList]
- name: DifficultyFactor
- name: QualityFactor
- name: DurabilityFactor
- name: RequiredCraftsmanship
- name: RequiredControl
- name: QuickSynthCraftsmanship
- name: QuickSynthControl
- name: SecretRecipeBook
type: link
targets: [SecretRecipeBook]
- name: CollectableMetadata
type: link
condition:
switch: CollectableMetadataKey
cases:
1: [CollectablesShopRefine]
2: [HWDCrafterSupply]
3: [SatisfactionSupply]
4: [SharlayanCraftWorksSupply]
- name: PatchNumber
- name: AmountResult
- name: AmountIngredient
type: array
count: 10
- name: MaterialQualityFactor
- name: CollectableMetadataKey
- name: IsSecondary
- name: CanQuickSynth
- name: CanHq
- name: ExpRewarded
- name: IsSpecializationRequired
- name: IsExpert