mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
30 lines
710 B
YAML
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]
|