1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-07 08:37:45 +00:00
EXDSchema/Schemas/HWDCrafterSupply.yml

37 lines
977 B
YAML
Raw Normal View History

name: HWDCrafterSupply
fields:
- name: HWDCrafterSupplyParams
type: array
count: 23
fields:
- name: ItemTradeIn
type: link
targets: [Item]
- name: BaseCollectableRating
- name: MidCollectableRating
- name: HighCollectableRating
- name: BaseCollectableReward
type: link
targets: [HWDCrafterSupplyReward]
- name: MidCollectableReward
type: link
targets: [HWDCrafterSupplyReward]
- name: HighCollectableReward
type: link
targets: [HWDCrafterSupplyReward]
- name: BaseCollectableRewardPostPhase
type: link
targets: [HWDCrafterSupplyReward]
- name: MidCollectableRewardPostPhase
type: link
targets: [HWDCrafterSupplyReward]
- name: HighCollectableRewardPostPhase
type: link
targets: [HWDCrafterSupplyReward]
- name: Level
- name: LevelMax
- name: Unknown1
- name: TermName
type: link
targets: [HWDCrafterSupplyTerm]