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

67 lines
1.5 KiB
YAML
Raw Permalink Normal View History

2025-03-05 17:42:41 -08:00
name: Recipe
2025-03-11 12:50:55 -07:00
displayField: ItemResult
2025-03-05 17:42:41 -08:00
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
2025-03-05 18:00:09 -08:00
count: 8
2025-03-05 17:42:41 -08:00
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]
2025-03-05 18:00:09 -08:00
- name: DisplayPriority
2025-03-05 17:42:41 -08:00
- name: DifficultyFactor
- name: QualityFactor
- name: DurabilityFactor
- name: RequiredCraftsmanship
- name: RequiredControl
- name: QuickSynthCraftsmanship
- name: QuickSynthControl
- name: SecretRecipeBook
type: link
targets: [SecretRecipeBook]
2025-03-05 17:49:43 -08:00
- name: CollectableMetadata
type: link
condition:
switch: CollectableMetadataKey
cases:
1: [CollectablesShopRefine]
2: [HWDCrafterSupply]
3: [SatisfactionSupply]
4: [SharlayanCraftWorksSupply]
2025-03-05 18:00:09 -08:00
6: [CollectablesRefine] # For Wachumeqimeqi (Banka) deliveries
2025-03-05 17:42:41 -08:00
- name: PatchNumber
- name: AmountResult
- name: AmountIngredient
type: array
2025-03-05 18:00:09 -08:00
count: 8
2025-03-05 17:42:41 -08:00
- name: MaterialQualityFactor
2025-03-05 17:49:43 -08:00
- name: CollectableMetadataKey
2025-03-05 17:42:41 -08:00
- name: IsSecondary
- name: CanQuickSynth
- name: CanHq
- name: ExpRewarded
- name: IsSpecializationRequired
- name: IsExpert