1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-05 23:57:46 +00:00
EXDSchema/GcArmyExpedition.yml
2025-03-05 17:42:41 -08:00

30 lines
710 B
YAML

name: GcArmyExpedition
displayField: Name
fields:
- name: Name
- name: Description
- name: ExpeditionParams
type: array
count: 6
fields:
- name: RewardItem
type: link
targets: [Item]
- name: RequiredPhysical
- name: RequiredMental
- name: RequiredTactical
- name: RewardQuantity
- name: PercentPhysicalMet
- name: PercentMentalMet
- name: PercentTacticalMet
- name: PercentAllMet
- name: RewardExperience
- name: RequiredSeals
- name: RequiredFlag
- name: UnlockFlag
- name: RequiredLevel
- name: PercentBase
- name: Unknown0
- name: GcArmyExpeditionType
type: link
targets: [GcArmyExpeditionType]