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

42 lines
884 B
YAML
Raw Normal View History

2025-03-05 17:42:41 -08:00
name: HugeCraftworksNpc
2025-03-11 11:37:51 -07:00
displayField: EventNpc
2025-03-05 17:42:41 -08:00
fields:
- name: HugeCraftworksTurnInParam
type: array
count: 6
fields:
- name: RequestedItem
type: link
targets: [Item]
- name: Unknown0
- name: RequestedQuantity
- name: Unknown1
- name: Unknown2
- name: Unknown3
- name: Unknown4
- name: Unknown5
- name: Unknown6
- name: HugeCraftworksRewardParam
type: array
count: 6
fields:
- name: RewardItem
type: array
count: 2
fields:
- type: link
targets: [Item]
- name: RewardQuantity
type: array
count: 2
- name: RewardHQ
type: array
count: 2
- name: Transient
- name: EventNpc
type: link
targets: [ENpcResident]
- name: ClassJobCategory
type: link
targets: [ClassJobCategory]