gitextract_w62xzu50/ ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── RELEASE.md │ └── workflows/ │ ├── build.yml │ └── json-validation.yaml ├── .gitignore ├── DotSquish/ │ ├── Alpha.cs │ ├── ClusterFit.cs │ ├── ColourBlock.cs │ ├── ColourFit.cs │ ├── ColourSet.cs │ ├── DotSquish.csproj │ ├── Flags.cs │ ├── Maths.cs │ └── Squish.cs ├── Godbert/ │ ├── App.config │ ├── App.xaml │ ├── App.xaml.cs │ ├── Commands/ │ │ └── DelegateCommand.cs │ ├── Controls/ │ │ ├── AttachedImage.cs │ │ ├── ColumnFactory.cs │ │ ├── INavigatable.cs │ │ ├── IRawDataColumn.cs │ │ ├── RawDataGrid.cs │ │ ├── RawDataGridColorColumn.cs │ │ ├── RawDataGridImageColumn.cs │ │ ├── RawDataGridKeyColumn.cs │ │ ├── RawDataGridTextColumn.cs │ │ └── RawDataItemsSource.cs │ ├── EngineHelper.cs │ ├── EngineInstance.cs │ ├── Godbert.csproj │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Models/ │ │ ├── ModelCharaHierarchy.cs │ │ ├── ModelCharaMain.cs │ │ ├── ModelCharaSub.cs │ │ └── ModelCharaVariant.cs │ ├── NaturalComparer.cs │ ├── ObservableBase.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Settings.cs │ ├── ViewModels/ │ │ ├── BookmarkViewModel.cs │ │ ├── DataViewModel.cs │ │ ├── DemihumanViewModel.cs │ │ ├── EquipmentViewModel.cs │ │ ├── FurnitureViewModel.cs │ │ ├── MainViewModel.cs │ │ ├── MapsViewModel.cs │ │ ├── MonstersViewModel.cs │ │ └── TerritoryViewModel.cs │ ├── Views/ │ │ ├── DataView.xaml │ │ ├── DataView.xaml.cs │ │ ├── DemihumansView.xaml │ │ ├── DemihumansView.xaml.cs │ │ ├── EquipmentView.xaml │ │ ├── EquipmentView.xaml.cs │ │ ├── FurnitureView.xaml │ │ ├── FurnitureView.xaml.cs │ │ ├── Help3DView.xaml │ │ ├── Help3DView.xaml.cs │ │ ├── MapsView.xaml │ │ ├── MapsView.xaml.cs │ │ ├── MonstersView.xaml │ │ ├── MonstersView.xaml.cs │ │ ├── TerritoryView.xaml │ │ └── TerritoryView.xaml.cs │ └── WpfHelper.cs ├── LICENSE ├── NewAdditionsByPatch.txt ├── README.md ├── SaintCoinach/ │ ├── ARealmReversed.cs │ ├── ByteArrayExtensions.cs │ ├── Definitions/ │ │ ├── AOZArrangement.json │ │ ├── AOZBoss.json │ │ ├── AOZContent.json │ │ ├── AOZContentBriefingBNpc.json │ │ ├── AOZContentBriefingObject.json │ │ ├── AOZReport.json │ │ ├── AOZScore.json │ │ ├── Achievement.json │ │ ├── AchievementCategory.json │ │ ├── AchievementHideCondition.json │ │ ├── AchievementKind.json │ │ ├── AchievementTarget.json │ │ ├── Action.json │ │ ├── ActionCastTimeline.json │ │ ├── ActionCastVFX.json │ │ ├── ActionCategory.json │ │ ├── ActionComboRoute.json │ │ ├── ActionIndirection.json │ │ ├── ActionParam.json │ │ ├── ActionProcStatus.json │ │ ├── ActionTimeline.json │ │ ├── ActionTimelineMove.json │ │ ├── ActionTimelineReplace.json │ │ ├── ActionTransient.json │ │ ├── ActivityFeedButtons.json │ │ ├── ActivityFeedCaptions.json │ │ ├── ActivityFeedGroupCaptions.json │ │ ├── ActivityFeedImages.json │ │ ├── Addon.json │ │ ├── Adventure.json │ │ ├── AdventureExPhase.json │ │ ├── AetherCurrent.json │ │ ├── AetherCurrentCompFlgSet.json │ │ ├── AetherialWheel.json │ │ ├── Aetheryte.json │ │ ├── AetheryteSystemDefine.json │ │ ├── AetheryteTransient.json │ │ ├── AirshipExplorationLevel.json │ │ ├── AirshipExplorationLog.json │ │ ├── AirshipExplorationParamType.json │ │ ├── AirshipExplorationPart.json │ │ ├── AirshipExplorationPoint.json │ │ ├── AkatsukiNote.json │ │ ├── AkatsukiNoteString.json │ │ ├── AnimaWeapon5.json │ │ ├── AnimaWeapon5Param.json │ │ ├── AnimaWeapon5PatternGroup.json │ │ ├── AnimaWeapon5SpiritTalk.json │ │ ├── AnimaWeapon5SpiritTalkParam.json │ │ ├── AnimaWeapon5TradeItem.json │ │ ├── AnimaWeaponFUITalk.json │ │ ├── AnimaWeaponFUITalkParam.json │ │ ├── AnimaWeaponIcon.json │ │ ├── AnimaWeaponItem.json │ │ ├── AnimationLOD.json │ │ ├── AozAction.json │ │ ├── AozActionTransient.json │ │ ├── AquariumFish.json │ │ ├── AquariumWater.json │ │ ├── ArchiveItem.json │ │ ├── ArrayEventHandler.json │ │ ├── AttackType.json │ │ ├── Attract.json │ │ ├── BGM.json │ │ ├── BGMFade.json │ │ ├── BGMFadeType.json │ │ ├── BGMScene.json │ │ ├── BGMSituation.json │ │ ├── BGMSwitch.json │ │ ├── BGMSystemDefine.json │ │ ├── BNpcAnnounceIcon.json │ │ ├── BNpcBase.json │ │ ├── BNpcBasePopVfx.json │ │ ├── BNpcCustomize.json │ │ ├── BNpcName.json │ │ ├── BNpcParts.json │ │ ├── BNpcState.json │ │ ├── BacklightColor.json │ │ ├── Ballista.json │ │ ├── Balloon.json │ │ ├── BannerBg.json │ │ ├── BannerCondition.json │ │ ├── BannerDecoration.json │ │ ├── BannerDesignPreset.json │ │ ├── BannerFacial.json │ │ ├── BannerFrame.json │ │ ├── BannerObtainHintType.json │ │ ├── BannerPreset.json │ │ ├── BannerTimeline.json │ │ ├── BaseParam.json │ │ ├── BattleLeve.json │ │ ├── BattleLeveRule.json │ │ ├── BeastRankBonus.json │ │ ├── BeastReputationRank.json │ │ ├── BeastTribe.json │ │ ├── Behavior.json │ │ ├── BehaviorPath.json │ │ ├── BenchmarkOverrideEquipment.json │ │ ├── Booster.json │ │ ├── Buddy.json │ │ ├── BuddyAction.json │ │ ├── BuddyEquip.json │ │ ├── BuddyItem.json │ │ ├── BuddyRank.json │ │ ├── BuddySkill.json │ │ ├── CSBonusContent.json │ │ ├── CSBonusContentIdentifier.json │ │ ├── CSBonusContentType.json │ │ ├── CSBonusMission.json │ │ ├── CSBonusMissionType.json │ │ ├── CSBonusSeason.json │ │ ├── CSBonusTextData.json │ │ ├── Cabinet.json │ │ ├── CabinetCategory.json │ │ ├── Calendar.json │ │ ├── Carry.json │ │ ├── Channeling.json │ │ ├── CharaCardBase.json │ │ ├── CharaCardDecoration.json │ │ ├── CharaCardDesignCategory.json │ │ ├── CharaCardDesignPreset.json │ │ ├── CharaCardDesignType.json │ │ ├── CharaCardHeader.json │ │ ├── CharaCardPlayStyle.json │ │ ├── CharaMakeClassEquip.json │ │ ├── CharaMakeCustomize.json │ │ ├── CharaMakeName.json │ │ ├── CharaMakeType.json │ │ ├── ChocoboRace.json │ │ ├── ChocoboRaceAbility.json │ │ ├── ChocoboRaceAbilityType.json │ │ ├── ChocoboRaceItem.json │ │ ├── ChocoboRaceRank.json │ │ ├── ChocoboRaceStatus.json │ │ ├── ChocoboRaceTerritory.json │ │ ├── ChocoboRaceTutorial.json │ │ ├── ChocoboRaceWeather.json │ │ ├── ChocoboTaxi.json │ │ ├── ChocoboTaxiStand.json │ │ ├── CircleActivity.json │ │ ├── ClassJob.json │ │ ├── ClassJobActionSort.json │ │ ├── ClassJobCategory.json │ │ ├── CollectablesShop.json │ │ ├── CollectablesShopItem.json │ │ ├── CollectablesShopItemGroup.json │ │ ├── CollectablesShopRefine.json │ │ ├── CollectablesShopRewardItem.json │ │ ├── CollectablesShopRewardScrip.json │ │ ├── Companion.json │ │ ├── CompanionMove.json │ │ ├── CompanionTransient.json │ │ ├── CompanyAction.json │ │ ├── CompanyCraftDraft.json │ │ ├── CompanyCraftDraftCategory.json │ │ ├── CompanyCraftManufactoryState.json │ │ ├── CompanyCraftPart.json │ │ ├── CompanyCraftProcess.json │ │ ├── CompanyCraftSequence.json │ │ ├── CompanyCraftSupplyItem.json │ │ ├── CompanyCraftType.json │ │ ├── CompanyLeve.json │ │ ├── CompanyLeveRule.json │ │ ├── CompleteJournal.json │ │ ├── CompleteJournalCategory.json │ │ ├── Completion.json │ │ ├── Condition.json │ │ ├── ConfigKey.json │ │ ├── ContentCloseCycle.json │ │ ├── ContentEventItem.json │ │ ├── ContentExAction.json │ │ ├── ContentFinderCondition.json │ │ ├── ContentFinderConditionTransient.json │ │ ├── ContentGauge.json │ │ ├── ContentGaugeColor.json │ │ ├── ContentMemberType.json │ │ ├── ContentNpc.json │ │ ├── ContentNpcTalk.json │ │ ├── ContentRandomSelect.json │ │ ├── ContentRoulette.json │ │ ├── ContentRouletteOpenRule.json │ │ ├── ContentRouletteRoleBonus.json │ │ ├── ContentTalk.json │ │ ├── ContentTalkParam.json │ │ ├── ContentType.json │ │ ├── ContentsNote.json │ │ ├── ContentsTutorial.json │ │ ├── ContentsTutorialPage.json │ │ ├── CraftAction.json │ │ ├── CraftLeve.json │ │ ├── CraftLeveTalk.json │ │ ├── CraftLevelDifference.json │ │ ├── CraftType.json │ │ ├── Credit.json │ │ ├── CreditBackImage.json │ │ ├── CreditCast.json │ │ ├── CreditList.json │ │ ├── CreditListText.json │ │ ├── CustomTalk.json │ │ ├── CustomTalkDefineClient.json │ │ ├── CustomTalkNestHandlers.json │ │ ├── CutSceneIncompQuest.json │ │ ├── CutScreenImage.json │ │ ├── Cutscene.json │ │ ├── CutsceneMotion.json │ │ ├── CutsceneWorkIndex.json │ │ ├── CycleTime.json │ │ ├── DailySupplyItem.json │ │ ├── DawnContent.json │ │ ├── DawnContentParticipable.json │ │ ├── DawnGrowMember.json │ │ ├── DawnMember.json │ │ ├── DawnMemberUIParam.json │ │ ├── DawnQuestMember.json │ │ ├── DeepDungeon.json │ │ ├── DeepDungeonBan.json │ │ ├── DeepDungeonDanger.json │ │ ├── DeepDungeonDemiclone.json │ │ ├── DeepDungeonEquipment.json │ │ ├── DeepDungeonFloorEffectUI.json │ │ ├── DeepDungeonItem.json │ │ ├── DeepDungeonLayer.json │ │ ├── DeepDungeonMagicStone.json │ │ ├── DeepDungeonMap5X.json │ │ ├── DeepDungeonRoom.json │ │ ├── DeepDungeonStatus.json │ │ ├── DefaultTalk.json │ │ ├── DefaultTalkLipSyncType.json │ │ ├── DeliveryQuest.json │ │ ├── Description.json │ │ ├── DescriptionPage.json │ │ ├── DescriptionSection.json │ │ ├── DescriptionString.json │ │ ├── DisposalShop.json │ │ ├── DisposalShopFilterType.json │ │ ├── DisposalShopItem.json │ │ ├── DpsChallenge.json │ │ ├── DpsChallengeOfficer.json │ │ ├── DpsChallengeTransient.json │ │ ├── DynamicEvent.json │ │ ├── DynamicEventEnemyType.json │ │ ├── DynamicEventSingleBattle.json │ │ ├── DynamicEventType.json │ │ ├── ENpcBase.json │ │ ├── ENpcDressUp.json │ │ ├── ENpcDressUpDress.json │ │ ├── ENpcResident.json │ │ ├── EObj.json │ │ ├── EObjName.json │ │ ├── EmjAddon.json │ │ ├── EmjDani.json │ │ ├── Emote.json │ │ ├── EmoteCategory.json │ │ ├── EmoteMode.json │ │ ├── EquipRaceCategory.json │ │ ├── EquipSlotCategory.json │ │ ├── EurekaAetherItem.json │ │ ├── EurekaAethernet.json │ │ ├── EurekaDungeonPortal.json │ │ ├── EurekaGrowData.json │ │ ├── EurekaLogosMixerProbability.json │ │ ├── EurekaMagiaAction.json │ │ ├── EurekaMagiciteItem.json │ │ ├── EurekaMagiciteItemType.json │ │ ├── EurekaSphereElementAdjust.json │ │ ├── EventAction.json │ │ ├── EventCustomIconType.json │ │ ├── EventIconPriority.json │ │ ├── EventIconPriorityPair.json │ │ ├── EventIconType.json │ │ ├── EventItem.json │ │ ├── EventItemCastTimeline.json │ │ ├── EventItemHelp.json │ │ ├── EventItemTimeline.json │ │ ├── EventPathMove.json │ │ ├── EventSystemDefine.json │ │ ├── ExVersion.json │ │ ├── ExportedGatheringPoint.json │ │ ├── ExportedSG.json │ │ ├── ExtraCommand.json │ │ ├── FCActivity.json │ │ ├── FCActivityCategory.json │ │ ├── FCAuthority.json │ │ ├── FCAuthorityCategory.json │ │ ├── FCChestName.json │ │ ├── FCCrestSymbol.json │ │ ├── FCHierarchy.json │ │ ├── FCProfile.json │ │ ├── FCRank.json │ │ ├── FCReputation.json │ │ ├── FCRights.json │ │ ├── FGSAddon.json │ │ ├── FGSStageUI.json │ │ ├── FashionCheckThemeCategory.json │ │ ├── FashionCheckWeeklyTheme.json │ │ ├── Fate.json │ │ ├── FateEvent.json │ │ ├── FateMode.json │ │ ├── FateProgressUI.json │ │ ├── FateShop.json │ │ ├── FateTokenType.json │ │ ├── FccShop.json │ │ ├── Festival.json │ │ ├── FieldMarker.json │ │ ├── FishParameter.json │ │ ├── FishingBaitParameter.json │ │ ├── FishingNoteInfo.json │ │ ├── FishingRecordType.json │ │ ├── FishingRecordTypeTransient.json │ │ ├── FishingSpot.json │ │ ├── FittingShop.json │ │ ├── FittingShopCategory.json │ │ ├── FittingShopCategoryItem.json │ │ ├── FittingShopItemSet.json │ │ ├── Frontline03.json │ │ ├── FurnitureCatalogCategory.json │ │ ├── FurnitureCatalogItemList.json │ │ ├── GCRankGridaniaFemaleText.json │ │ ├── GCRankGridaniaMaleText.json │ │ ├── GCRankLimsaFemaleText.json │ │ ├── GCRankLimsaMaleText.json │ │ ├── GCRankUldahFemaleText.json │ │ ├── GCRankUldahMaleText.json │ │ ├── GCScripShopCategory.json │ │ ├── GCScripShopItem.json │ │ ├── GCShop.json │ │ ├── GCShopItemCategory.json │ │ ├── GCSupplyDuty.json │ │ ├── GCSupplyDutyReward.json │ │ ├── GFATE.json │ │ ├── GFateClimbing2.json │ │ ├── GFateClimbing2Content.json │ │ ├── GFateClimbing2TotemType.json │ │ ├── GFateRideShooting.json │ │ ├── GFateType.json │ │ ├── GameRewardObtainType.json │ │ ├── GardeningSeed.json │ │ ├── GathererCrafterTool.json │ │ ├── GathererReductionReward.json │ │ ├── GatheringCondition.json │ │ ├── GatheringExp.json │ │ ├── GatheringItem.json │ │ ├── GatheringItemLevelConvertTable.json │ │ ├── GatheringItemPoint.json │ │ ├── GatheringLeve.json │ │ ├── GatheringLeveRoute.json │ │ ├── GatheringLeveRule.json │ │ ├── GatheringNotebookList.json │ │ ├── GatheringPoint.json │ │ ├── GatheringPointBase.json │ │ ├── GatheringPointBonus.json │ │ ├── GatheringPointBonusType.json │ │ ├── GatheringPointName.json │ │ ├── GatheringPointTransient.json │ │ ├── GatheringRarePopTimeTable.json │ │ ├── GatheringSubCategory.json │ │ ├── GatheringType.json │ │ ├── GcArmyCaptureTactics.json │ │ ├── GcArmyEquipPreset.json │ │ ├── GcArmyExpedition.json │ │ ├── GcArmyExpeditionMemberBonus.json │ │ ├── GcArmyExpeditionType.json │ │ ├── GcArmyMemberGrow.json │ │ ├── GcArmyTraining.json │ │ ├── GeneralAction.json │ │ ├── GilShop.json │ │ ├── GilShopItem.json │ │ ├── GimmickAccessor.json │ │ ├── GimmickJump.json │ │ ├── GimmickRect.json │ │ ├── Glasses.json │ │ ├── GlassesStyle.json │ │ ├── GoldSaucerArcadeMachine.json │ │ ├── GoldSaucerTextData.json │ │ ├── GrandCompany.json │ │ ├── GrandCompanyRank.json │ │ ├── GroupPoseFrame.json │ │ ├── GroupPoseStamp.json │ │ ├── GroupPoseStampCategory.json │ │ ├── GuardianDeity.json │ │ ├── Guide.json │ │ ├── GuidePage.json │ │ ├── GuidePageString.json │ │ ├── GuideTitle.json │ │ ├── GuildOrder.json │ │ ├── GuildOrderGuide.json │ │ ├── GuildOrderOfficer.json │ │ ├── GuildleveAssignment.json │ │ ├── GuildleveAssignmentCategory.json │ │ ├── GuildleveAssignmentTalk.json │ │ ├── HWDAnnounce.json │ │ ├── HWDCrafterSupply.json │ │ ├── HWDCrafterSupplyReward.json │ │ ├── HWDCrafterSupplyTerm.json │ │ ├── HWDDevLayerControl.json │ │ ├── HWDDevLevelUI.json │ │ ├── HWDDevLively.json │ │ ├── HWDDevProgress.json │ │ ├── HWDGathereInspectTerm.json │ │ ├── HWDGathererInspection.json │ │ ├── HWDGathererInspectionReward.json │ │ ├── HWDInfoBoardArticle.json │ │ ├── HWDInfoBoardArticleTransient.json │ │ ├── HWDInfoBoardArticleType.json │ │ ├── HWDLevelChangeDeception.json │ │ ├── HWDSharedGroup.json │ │ ├── HWDSharedGroupControlParam.json │ │ ├── HairMakeType.json │ │ ├── HouseRetainerPose.json │ │ ├── HousingAethernet.json │ │ ├── HousingAppeal.json │ │ ├── HousingEmploymentNpcList.json │ │ ├── HousingEmploymentNpcRace.json │ │ ├── HousingExterior.json │ │ ├── HousingFurniture.json │ │ ├── HousingLandSet.json │ │ ├── HousingMapMarkerInfo.json │ │ ├── HousingMerchantPose.json │ │ ├── HousingPlacement.json │ │ ├── HousingPreset.json │ │ ├── HousingUnitedExterior.json │ │ ├── HousingYardObject.json │ │ ├── HowTo.json │ │ ├── HowToCategory.json │ │ ├── HowToPage.json │ │ ├── HugeCraftworksNpc.json │ │ ├── HugeCraftworksRank.json │ │ ├── IKDContentBonus.json │ │ ├── IKDFishParam.json │ │ ├── IKDRoute.json │ │ ├── IKDRouteTable.json │ │ ├── IKDSpot.json │ │ ├── IconLanguage.json │ │ ├── InclusionShop.json │ │ ├── InclusionShopCategory.json │ │ ├── InclusionShopSeries.json │ │ ├── InclusionShopWelcom.json │ │ ├── InclusionShopWelcomText.json │ │ ├── IndividualWeather.json │ │ ├── InstanceContent.json │ │ ├── InstanceContentBuff.json │ │ ├── InstanceContentGuide.json │ │ ├── InstanceContentQICData.json │ │ ├── InstanceContentTextData.json │ │ ├── Item.json │ │ ├── ItemAction.json │ │ ├── ItemActionTelepo.json │ │ ├── ItemBarterCheck.json │ │ ├── ItemFood.json │ │ ├── ItemLevel.json │ │ ├── ItemRepairPrice.json │ │ ├── ItemRepairResource.json │ │ ├── ItemRetainerLevelUp.json │ │ ├── ItemSearchCategory.json │ │ ├── ItemSeries.json │ │ ├── ItemSortCategory.json │ │ ├── ItemSpecialBonus.json │ │ ├── ItemStainCondition.json │ │ ├── ItemUICategory.json │ │ ├── Jingle.json │ │ ├── JobHudManual.json │ │ ├── JobHudManualPriority.json │ │ ├── JournalCategory.json │ │ ├── JournalGenre.json │ │ ├── JournalSection.json │ │ ├── KineDriverOffGroup.json │ │ ├── Knockback.json │ │ ├── LegacyQuest.json │ │ ├── Leve.json │ │ ├── LeveAssignmentType.json │ │ ├── LeveClient.json │ │ ├── LeveRewardItem.json │ │ ├── LeveRewardItemGroup.json │ │ ├── LeveString.json │ │ ├── LeveVfx.json │ │ ├── Level.json │ │ ├── Lobby.json │ │ ├── LogFilter.json │ │ ├── LogKind.json │ │ ├── LogMessage.json │ │ ├── LotteryExchangeShop.json │ │ ├── MJIAnimals.json │ │ ├── MJIBuilding.json │ │ ├── MJIBuildingPlace.json │ │ ├── MJICraftworksObject.json │ │ ├── MJICraftworksObjectTheme.json │ │ ├── MJICraftworksPopularity.json │ │ ├── MJICraftworksPopularityType.json │ │ ├── MJICraftworksRankRatio.json │ │ ├── MJICraftworksSupplyDefine.json │ │ ├── MJICraftworksTension.json │ │ ├── MJICropSeed.json │ │ ├── MJIDisposalShopItem.json │ │ ├── MJIDisposalShopUICategory.json │ │ ├── MJIFarmPastureRank.json │ │ ├── MJIFunction.json │ │ ├── MJIGardenscaping.json │ │ ├── MJIGathering.json │ │ ├── MJIGatheringItem.json │ │ ├── MJIGatheringObject.json │ │ ├── MJIGatheringTool.json │ │ ├── MJIHudMode.json │ │ ├── MJIItemCategory.json │ │ ├── MJIItemPouch.json │ │ ├── MJIKeyItem.json │ │ ├── MJILandmark.json │ │ ├── MJILandmarkPlace.json │ │ ├── MJILivelyActor.json │ │ ├── MJIMinionPopAreas.json │ │ ├── MJIName.json │ │ ├── MJINekomimiRequest.json │ │ ├── MJIProgress.json │ │ ├── MJIRank.json │ │ ├── MJIRecipe.json │ │ ├── MJIRecipeMaterial.json │ │ ├── MJIStockyardManagementArea.json │ │ ├── MJIStockyardManagementTable.json │ │ ├── MJIText.json │ │ ├── MJIVillageAppearanceSG.json │ │ ├── MJIVillageAppearanceUI.json │ │ ├── MJIVillageDevelopment.json │ │ ├── MKDLore.json │ │ ├── MYCTemporaryItem.json │ │ ├── MYCTemporaryItemUICategory.json │ │ ├── MYCWarResultNotebook.json │ │ ├── MacroIcon.json │ │ ├── MacroIconRedirectOld.json │ │ ├── MainCommand.json │ │ ├── MainCommandCategory.json │ │ ├── MandervilleWeaponEnhance.json │ │ ├── ManeuversArmor.json │ │ ├── Map.json │ │ ├── MapCondition.json │ │ ├── MapExclusive.json │ │ ├── MapMarker.json │ │ ├── MapMarkerRegion.json │ │ ├── MapReplace.json │ │ ├── MapSymbol.json │ │ ├── MapTransientPvPMap.json │ │ ├── MapType.json │ │ ├── Marker.json │ │ ├── Materia.json │ │ ├── MateriaGrade.json │ │ ├── MateriaJoinRate.json │ │ ├── MateriaJoinRateGatherCraft.json │ │ ├── McGuffin.json │ │ ├── McGuffinUIData.json │ │ ├── MiniGameRA.json │ │ ├── MiniGameTurnBreakAction.json │ │ ├── MiniGameTurnBreakConst.json │ │ ├── MiniGameTurnBreakEnemy.json │ │ ├── MiniGameTurnBreakPop.json │ │ ├── MiniGameTurnBreakPopOffset.json │ │ ├── MiniGameTurnBreakStage.json │ │ ├── MiniGameTurnBreakStatus.json │ │ ├── MinionRace.json │ │ ├── MinionRules.json │ │ ├── MinionSkillType.json │ │ ├── MirageStoreSetItem.json │ │ ├── MirageStoreSetItemLookup.json │ │ ├── MobHuntOrder.json │ │ ├── MobHuntOrderType.json │ │ ├── MobHuntReward.json │ │ ├── MobHuntRewardCap.json │ │ ├── MobHuntTarget.json │ │ ├── ModelChara.json │ │ ├── ModelSkeleton.json │ │ ├── ModelState.json │ │ ├── MonsterNote.json │ │ ├── MonsterNoteTarget.json │ │ ├── MotionTimeline.json │ │ ├── MotionTimelineBlendTable.json │ │ ├── Mount.json │ │ ├── MountAction.json │ │ ├── MountCustomize.json │ │ ├── MountFlyingCondition.json │ │ ├── MountSpeed.json │ │ ├── MountTransient.json │ │ ├── MoveTimeline.json │ │ ├── MoveVfx.json │ │ ├── MovieStaffList.json │ │ ├── MovieSubtitle.json │ │ ├── MovieSubtitle500.json │ │ ├── MovieSubtitleVoyage.json │ │ ├── MultipleHelp.json │ │ ├── MultipleHelpPage.json │ │ ├── MultipleHelpString.json │ │ ├── NotebookDivision.json │ │ ├── NotebookDivisionCategory.json │ │ ├── NotoriousMonster.json │ │ ├── NotoriousMonsterTerritory.json │ │ ├── NpcEquip.json │ │ ├── NpcYell.json │ │ ├── Omen.json │ │ ├── Omikuji.json │ │ ├── OmikujiGuidance.json │ │ ├── OnlineStatus.json │ │ ├── OpenContent.json │ │ ├── OpenContentCandidateName.json │ │ ├── Opening.json │ │ ├── Orchestrion.json │ │ ├── OrchestrionCategory.json │ │ ├── OrchestrionPath.json │ │ ├── OrchestrionUiparam.json │ │ ├── Ornament.json │ │ ├── OrnamentAction.json │ │ ├── ParamGrow.json │ │ ├── PartyContent.json │ │ ├── PartyContentCutscene.json │ │ ├── PartyContentTextData.json │ │ ├── PatchMark.json │ │ ├── Perform.json │ │ ├── PerformGroup.json │ │ ├── PerformTransient.json │ │ ├── Pet.json │ │ ├── PetAction.json │ │ ├── PetMirage.json │ │ ├── PhysicsGroup.json │ │ ├── PhysicsWind.json │ │ ├── Picture.json │ │ ├── PlaceName.json │ │ ├── PlantPotFlowerSeed.json │ │ ├── PlayerSearchLocation.json │ │ ├── PlayerSearchSubLocation.json │ │ ├── PreHandler.json │ │ ├── PresetCamera.json │ │ ├── PresetCameraAdjust.json │ │ ├── PreviewableItems.json │ │ ├── PublicContent.json │ │ ├── PublicContentCutscene.json │ │ ├── PublicContentTextData.json │ │ ├── PvPAction.json │ │ ├── PvPActionSort.json │ │ ├── PvPBaseParamValue.json │ │ ├── PvPRank.json │ │ ├── PvPSelectTrait.json │ │ ├── PvPSeries.json │ │ ├── PvPSeriesLevel.json │ │ ├── PvPTrait.json │ │ ├── Quest.json │ │ ├── QuestAcceptAdditionCondition.json │ │ ├── QuestBattle.json │ │ ├── QuestChapter.json │ │ ├── QuestClassJobReward.json │ │ ├── QuestClassJobSupply.json │ │ ├── QuestDefineClient.json │ │ ├── QuestDerivedClass.json │ │ ├── QuestEffect.json │ │ ├── QuestEffectDefine.json │ │ ├── QuestEventAreaEntranceInfo.json │ │ ├── QuestLinkMarker.json │ │ ├── QuestLinkMarkerIcon.json │ │ ├── QuestLinkMarkerSet.json │ │ ├── QuestRedo.json │ │ ├── QuestRedoChapterUI.json │ │ ├── QuestRedoChapterUICategory.json │ │ ├── QuestRedoChapterUITab.json │ │ ├── QuestRedoIncompChapter.json │ │ ├── QuestRepeatFlag.json │ │ ├── QuestRewardOther.json │ │ ├── QuestSelectTitle.json │ │ ├── QuestSetDefine.json │ │ ├── QuickChat.json │ │ ├── QuickChatTransient.json │ │ ├── RPParameter.json │ │ ├── Race.json │ │ ├── RacingChocoboItem.json │ │ ├── RacingChocoboName.json │ │ ├── RacingChocoboNameCategory.json │ │ ├── RacingChocoboNameInfo.json │ │ ├── RacingChocoboParam.json │ │ ├── RaidFinderParam.json │ │ ├── ReactionEventObject.json │ │ ├── ReactionEventObjectInfo.json │ │ ├── RecastNavimesh.json │ │ ├── Recipe.json │ │ ├── RecipeLevelTable.json │ │ ├── RecipeLookup.json │ │ ├── RecipeNotebookList.json │ │ ├── RecommendContents.json │ │ ├── Relic.json │ │ ├── Relic3.json │ │ ├── RelicItem.json │ │ ├── RelicNote.json │ │ ├── RelicNoteCategory.json │ │ ├── ReplaceAction.json │ │ ├── Resident.json │ │ ├── ResistanceWeaponAdjust.json │ │ ├── RetainerFortuneRewardRange.json │ │ ├── RetainerTask.json │ │ ├── RetainerTaskLvRange.json │ │ ├── RetainerTaskNormal.json │ │ ├── RetainerTaskParameter.json │ │ ├── RetainerTaskRandom.json │ │ ├── RideShooting.json │ │ ├── RideShootingTargetType.json │ │ ├── RideShootingTextData.json │ │ ├── SatisfactionArbitration.json │ │ ├── SatisfactionBonusGuarantee.json │ │ ├── SatisfactionNpc.json │ │ ├── SatisfactionSupply.json │ │ ├── SatisfactionSupplyReward.json │ │ ├── ScenarioTree.json │ │ ├── ScenarioTreeTips.json │ │ ├── ScenarioTreeTipsClassQuest.json │ │ ├── ScenarioType.json │ │ ├── ScreenImage.json │ │ ├── SecretRecipeBook.json │ │ ├── SharlayanCraftWorks.json │ │ ├── SharlayanCraftWorksSupply.json │ │ ├── ShellFixedFromCommand.json │ │ ├── SkyIsland2Mission.json │ │ ├── SkyIsland2MissionDetail.json │ │ ├── SkyIsland2MissionType.json │ │ ├── SkyIsland2RangeType.json │ │ ├── Snipe.json │ │ ├── SnipeTalk.json │ │ ├── SnipeTalkName.json │ │ ├── SpearfishingComboTarget.json │ │ ├── SpearfishingItem.json │ │ ├── SpearfishingNotebook.json │ │ ├── SpearfishingRecordPage.json │ │ ├── SpearfishingSilhouette.json │ │ ├── SpecialShop.json │ │ ├── SpecialShopItemCategory.json │ │ ├── Stain.json │ │ ├── StainTransient.json │ │ ├── StanceChange.json │ │ ├── Status.json │ │ ├── StatusHitEffect.json │ │ ├── StatusLoopVFX.json │ │ ├── Story.json │ │ ├── SubmarineExploration.json │ │ ├── SubmarineMap.json │ │ ├── SubmarinePart.json │ │ ├── SubmarineRank.json │ │ ├── SwitchTalk.json │ │ ├── SwitchTalkVariation.json │ │ ├── TelepoRelay.json │ │ ├── TerritoryType.json │ │ ├── TerritoryTypeTelepo.json │ │ ├── TerritoryTypeTransient.json │ │ ├── TextCommand.json │ │ ├── TextCommandParam.json │ │ ├── TiltParam.json │ │ ├── Title.json │ │ ├── TofuEditParam.json │ │ ├── TofuObject.json │ │ ├── TofuObjectCategory.json │ │ ├── TofuPreset.json │ │ ├── TofuPresetCategory.json │ │ ├── TofuPresetObject.json │ │ ├── Tomestones.json │ │ ├── TomestonesItem.json │ │ ├── TopicSelect.json │ │ ├── Town.json │ │ ├── Trait.json │ │ ├── TraitRecast.json │ │ ├── TraitTransient.json │ │ ├── Transformation.json │ │ ├── Treasure.json │ │ ├── TreasureHuntRank.json │ │ ├── TreasureModel.json │ │ ├── TreasureSpot.json │ │ ├── Tribe.json │ │ ├── TripleTriad.json │ │ ├── TripleTriadCard.json │ │ ├── TripleTriadCardObtain.json │ │ ├── TripleTriadCardRarity.json │ │ ├── TripleTriadCardResident.json │ │ ├── TripleTriadCardType.json │ │ ├── TripleTriadCompetition.json │ │ ├── TripleTriadResident.json │ │ ├── TripleTriadRule.json │ │ ├── Tutorial.json │ │ ├── TutorialDPS.json │ │ ├── TutorialHealer.json │ │ ├── TutorialTank.json │ │ ├── UDS_Event.json │ │ ├── UDS_Property.json │ │ ├── UIColor.json │ │ ├── UIConst.json │ │ ├── UILevelLookup.json │ │ ├── VFX.json │ │ ├── VVDData.json │ │ ├── VVDNotebookContents.json │ │ ├── VVDNotebookSeries.json │ │ ├── VVDRouteData.json │ │ ├── VVDVariantAction.json │ │ ├── VaseFlower.json │ │ ├── Warp.json │ │ ├── WarpCondition.json │ │ ├── WarpLogic.json │ │ ├── WeaponTimeline.json │ │ ├── Weather.json │ │ ├── WeatherGroup.json │ │ ├── WeatherRate.json │ │ ├── WeatherReportReplace.json │ │ ├── WebGuidance.json │ │ ├── WebURL.json │ │ ├── WeddingBGM.json │ │ ├── WeeklyBingoOrderData.json │ │ ├── WeeklyBingoRewardData.json │ │ ├── WeeklyBingoText.json │ │ ├── WeeklyLotBonus.json │ │ ├── World.json │ │ ├── WorldDCGroupType.json │ │ ├── YKW.json │ │ ├── YardCatalogCategory.json │ │ ├── YardCatalogItemList.json │ │ ├── ZoneSharedGroup.json │ │ └── game.ver │ ├── EorzeaDateTime.Formatter.cs │ ├── EorzeaDateTime.cs │ ├── Ex/ │ │ ├── Column.cs │ │ ├── DataReader.cs │ │ ├── DataReaders/ │ │ │ ├── DelegateDataReader.cs │ │ │ ├── PackedBooleanDataReader.cs │ │ │ └── StringDataReader.cs │ │ ├── DataRowBase.cs │ │ ├── DataSheet.Enumerator.cs │ │ ├── DataSheet.cs │ │ ├── ExCollection.cs │ │ ├── Header.cs │ │ ├── IDataRow.cs │ │ ├── IDataSheet.Generic.cs │ │ ├── IDataSheet.cs │ │ ├── IMultiRow.cs │ │ ├── IMultiSheet.Generic.cs │ │ ├── IMultiSheet.cs │ │ ├── IRow.cs │ │ ├── ISheet.Generic.cs │ │ ├── ISheet.cs │ │ ├── Language.cs │ │ ├── MultiRow.cs │ │ ├── MultiSheet.Enumerator.cs │ │ ├── MultiSheet.cs │ │ ├── PartialDataSheet.Enumerator.cs │ │ ├── PartialDataSheet.cs │ │ ├── Relational/ │ │ │ ├── Definition/ │ │ │ │ ├── GroupDataDefinition.cs │ │ │ │ ├── IDataDefinition.cs │ │ │ │ ├── PositionedDataDefinition.cs │ │ │ │ ├── RelationDefinition.cs │ │ │ │ ├── RepeatDataDefinition.cs │ │ │ │ ├── SheetDefinition.cs │ │ │ │ ├── SingleDataDefinition.cs │ │ │ │ └── ViewDefinition.cs │ │ │ ├── IRelationalDataRow.cs │ │ │ ├── IRelationalDataSheet.Generic.cs │ │ │ ├── IRelationalDataSheet.cs │ │ │ ├── IRelationalMultiRow.cs │ │ │ ├── IRelationalMultiSheet.Generic.cs │ │ │ ├── IRelationalMultiSheet.cs │ │ │ ├── IRelationalRow.cs │ │ │ ├── IRelationalSheet.Generic.cs │ │ │ ├── IRelationalSheet.cs │ │ │ ├── IValueConverter.cs │ │ │ ├── RelationalColumn.cs │ │ │ ├── RelationalDataIndex.cs │ │ │ ├── RelationalDataSheet.cs │ │ │ ├── RelationalExCollection.cs │ │ │ ├── RelationalHeader.cs │ │ │ ├── RelationalMultiRow.cs │ │ │ ├── RelationalMultiSheet.cs │ │ │ ├── RelationalPartialDataSheet.cs │ │ │ ├── Update/ │ │ │ │ ├── ChangeType.cs │ │ │ │ ├── Changes/ │ │ │ │ │ ├── DefinitionMoved.cs │ │ │ │ │ ├── DefinitionRemoved.cs │ │ │ │ │ ├── FieldChanged.cs │ │ │ │ │ ├── RowAdded.cs │ │ │ │ │ ├── RowRemoved.cs │ │ │ │ │ ├── SheetLanguageAdded.cs │ │ │ │ │ ├── SheetLanguageRemoved.cs │ │ │ │ │ ├── SheetRemoved.cs │ │ │ │ │ └── SheetTypeChanged.cs │ │ │ │ ├── ColumnComparer.cs │ │ │ │ ├── Comparer.cs │ │ │ │ ├── DefinitionUpdater.cs │ │ │ │ ├── IChange.cs │ │ │ │ ├── RelationUpdater.cs │ │ │ │ ├── SheetComparer.cs │ │ │ │ ├── SheetUpdater.cs │ │ │ │ └── UpdateProgress.cs │ │ │ └── ValueConverters/ │ │ │ ├── ColorConverter.cs │ │ │ ├── ComplexLinkConverter.cs │ │ │ ├── GenericReferenceConverter.cs │ │ │ ├── IconConverter.cs │ │ │ ├── MultiReferenceConverter.cs │ │ │ ├── QuadConverter.cs │ │ │ ├── SheetLinkConverter.cs │ │ │ └── TomestoneOrItemReferenceConverter.cs │ │ ├── Variant1/ │ │ │ ├── DataRow.cs │ │ │ └── RelationalDataRow.cs │ │ └── Variant2/ │ │ ├── DataRow.cs │ │ ├── RelationalDataRow.cs │ │ └── SubRow.cs │ ├── Graphics/ │ │ ├── Bone.cs │ │ ├── BoundingBox.cs │ │ ├── ColorMap.cs │ │ ├── Exports/ │ │ │ ├── ModelExport.cs │ │ │ └── Obj.cs │ │ ├── ImcFile.cs │ │ ├── ImcPart.cs │ │ ├── ImcVariant.cs │ │ ├── Lgb/ │ │ │ ├── ILgbEntry.cs │ │ │ ├── LgbENpcEntry.cs │ │ │ ├── LgbEntryType.cs │ │ │ ├── LgbEventObjectEntry.cs │ │ │ ├── LgbFile.cs │ │ │ ├── LgbGimmickEntry.cs │ │ │ ├── LgbGroup.cs │ │ │ ├── LgbLightEntry.cs │ │ │ ├── LgbModelEntry.cs │ │ │ └── LgbVfxEntry.cs │ │ ├── Material.cs │ │ ├── MaterialDefinition.cs │ │ ├── MaterialHeader.cs │ │ ├── MaterialMetadataHeader.cs │ │ ├── MaterialTextureParameter.cs │ │ ├── Mesh.cs │ │ ├── MeshHeader.cs │ │ ├── MeshPart.cs │ │ ├── MeshPartHeader.cs │ │ ├── Model.cs │ │ ├── ModelAttribute.cs │ │ ├── ModelBoundingBoxes.cs │ │ ├── ModelDefinition.cs │ │ ├── ModelDefinitionHeader.cs │ │ ├── ModelFile.cs │ │ ├── ModelHeader.cs │ │ ├── ModelQuality.cs │ │ ├── ModelVariantIdentifier.cs │ │ ├── PapAnimation.cs │ │ ├── PapFile.cs │ │ ├── Pcb/ │ │ │ ├── IPcbBlockData.cs │ │ │ ├── PcbBlockData.cs │ │ │ ├── PcbBlockDataType.cs │ │ │ ├── PcbBlockEntry.cs │ │ │ └── PcbFile.cs │ │ ├── Sgb/ │ │ │ ├── ISgbData.cs │ │ │ ├── ISgbGroupEntry.cs │ │ │ ├── SgbDataType.cs │ │ │ ├── SgbFile.cs │ │ │ ├── SgbGimmickEntry.cs │ │ │ ├── SgbGroup.cs │ │ │ ├── SgbGroup1CEntry.cs │ │ │ ├── SgbGroupEntryType.cs │ │ │ ├── SgbLightEntry.cs │ │ │ ├── SgbModelEntry.cs │ │ │ └── SgbVfxEntry.cs │ │ ├── ShPk/ │ │ │ ├── Parameter.cs │ │ │ ├── ParameterHeader.cs │ │ │ ├── ParameterType.cs │ │ │ ├── ShPkFile.cs │ │ │ ├── ShPkHeader.cs │ │ │ ├── ShaderHeader.cs │ │ │ ├── ShaderParameterReference.cs │ │ │ └── ShaderType.cs │ │ ├── SklbFile.cs │ │ ├── Territory.cs │ │ ├── TerritoryParts/ │ │ │ └── Terrain.cs │ │ ├── TransformedModel.cs │ │ ├── Unknowns/ │ │ │ ├── BoneIndices.cs │ │ │ ├── BoneList.cs │ │ │ ├── MaterialStruct1.cs │ │ │ ├── MaterialStruct2.cs │ │ │ ├── ModelStruct1.cs │ │ │ ├── ModelStruct2.cs │ │ │ ├── ModelStruct3.cs │ │ │ ├── ModelStruct5.cs │ │ │ ├── ModelStruct6.cs │ │ │ └── ModelStruct7.cs │ │ ├── Vector2.cs │ │ ├── Vector3.cs │ │ ├── Vector4.cs │ │ ├── Vertex.cs │ │ ├── VertexAttribute.cs │ │ ├── VertexDataType.cs │ │ ├── VertexFormat.cs │ │ ├── VertexFormatElement.cs │ │ └── VertexReader.cs │ ├── HalfHelper.cs │ ├── IO/ │ │ ├── Directory.Enumeration.cs │ │ ├── Directory.cs │ │ ├── EmptyFile.cs │ │ ├── File.cs │ │ ├── FileCommonHeader.cs │ │ ├── FileDefault.cs │ │ ├── FileFactory.cs │ │ ├── FileType.cs │ │ ├── Hash.cs │ │ ├── IIndexFile.cs │ │ ├── IPackSource.cs │ │ ├── Index.cs │ │ ├── Index2.cs │ │ ├── Index2File.cs │ │ ├── Index2Header.cs │ │ ├── Index2Source.Enumerator.cs │ │ ├── Index2Source.cs │ │ ├── IndexDirectory.cs │ │ ├── IndexFile.cs │ │ ├── IndexHeader.cs │ │ ├── IndexSource.Enumerator.cs │ │ ├── IndexSource.cs │ │ ├── Pack.cs │ │ ├── PackCollection.cs │ │ └── PackIdentifier.cs │ ├── Imaging/ │ │ ├── GftdEntry.cs │ │ ├── GraphicsFileTextureDefinition.cs │ │ ├── IconHelper.cs │ │ ├── ImageConverter.cs │ │ ├── ImageFile.cs │ │ ├── ImageFormat.cs │ │ └── ImageHeader.cs │ ├── Libra/ │ │ ├── Achievement.cs │ │ ├── AchievementCategory.cs │ │ ├── AchievementKind.cs │ │ ├── Action.cs │ │ ├── BNpcName.Parse.cs │ │ ├── BNpcName.cs │ │ ├── BNpcName_PlaceName.cs │ │ ├── BaseParam.cs │ │ ├── BeastTribe.cs │ │ ├── ClassJob.cs │ │ ├── ClassJobCategory.cs │ │ ├── ClassJob_ClassJobCategory.cs │ │ ├── Colosseum.cs │ │ ├── ContentRoulette.cs │ │ ├── ContentType.cs │ │ ├── CraftType.cs │ │ ├── ENpcResident.Parse.cs │ │ ├── ENpcResident.cs │ │ ├── ENpcResident_PlaceName.cs │ │ ├── ENpcResident_Quest.cs │ │ ├── Emote.cs │ │ ├── Entities.cs │ │ ├── FCHierarchy.cs │ │ ├── FCRank.cs │ │ ├── FCReputation.cs │ │ ├── Frontline01.cs │ │ ├── GCRankGridaniaFemaleText.cs │ │ ├── GCRankGridaniaMaleText.cs │ │ ├── GCRankLimsaFemaleText.cs │ │ ├── GCRankLimsaMaleText.cs │ │ ├── GCRankUldahFemaleText.cs │ │ ├── GCRankUldahMaleText.cs │ │ ├── Gathering.cs │ │ ├── GatheringType.cs │ │ ├── GeneralAction.cs │ │ ├── GrandCompany.cs │ │ ├── GuardianDeity.cs │ │ ├── GuildOrder.cs │ │ ├── InstanceContent.cs │ │ ├── InstanceContentType.cs │ │ ├── Item.Parse.cs │ │ ├── Item.cs │ │ ├── ItemCategory.cs │ │ ├── ItemSery.cs │ │ ├── ItemSpecialBonu.cs │ │ ├── ItemUICategory.cs │ │ ├── ItemUIKind.cs │ │ ├── Item_ClassJob.cs │ │ ├── JournalCategory.cs │ │ ├── JournalGenre.cs │ │ ├── JsonReaderExtensions.cs │ │ ├── LibraModel.Context.cs │ │ ├── LibraModel.Context.tt │ │ ├── LibraModel.Designer.cs │ │ ├── LibraModel.cs │ │ ├── LibraModel.edmx │ │ ├── LibraModel.edmx.diagram │ │ ├── LibraModel.tt │ │ ├── LodestoneSystemDefine.cs │ │ ├── NotebookDivision.cs │ │ ├── PlaceName.cs │ │ ├── Quest.cs │ │ ├── QuestWebEx.cs │ │ ├── QuestWebType.cs │ │ ├── Quest_ClassJob.cs │ │ ├── Race.cs │ │ ├── Recipe.cs │ │ ├── RecipeElement.cs │ │ ├── Shop.cs │ │ ├── Status.cs │ │ ├── Title.cs │ │ ├── Tomestone.cs │ │ └── Town.cs │ ├── OrderedBitConverter.cs │ ├── Range.cs │ ├── SaintCoinach.csproj │ ├── Sound/ │ │ ├── ScdAdpcmEntry.cs │ │ ├── ScdCodec.cs │ │ ├── ScdEntry.cs │ │ ├── ScdEntryHeader.cs │ │ ├── ScdFile.cs │ │ ├── ScdHeader.cs │ │ ├── ScdOggCryptType.cs │ │ └── ScdOggEntry.cs │ ├── Text/ │ │ ├── DecodeExpressionType.cs │ │ ├── DefaultEvaluationFunctionProvider.cs │ │ ├── EvaluationHelper.cs │ │ ├── EvaluationParameters.cs │ │ ├── Expressions/ │ │ │ ├── CloseTag.cs │ │ │ ├── ExpressionCollection.cs │ │ │ ├── GenericExpression.cs │ │ │ ├── IValueExpression.cs │ │ │ ├── ObjectWithDisplay.cs │ │ │ ├── OpenTag.cs │ │ │ └── SurroundedExpression.cs │ │ ├── IEvaluationFunctionProvider.cs │ │ ├── IExpression.cs │ │ ├── INode.cs │ │ ├── IntegerType.cs │ │ ├── NodeFlags.cs │ │ ├── Nodes/ │ │ │ ├── ArgumentCollection.cs │ │ │ ├── CloseTag.cs │ │ │ ├── Comparison.cs │ │ │ ├── DefaultElement.cs │ │ │ ├── EmptyElement.cs │ │ │ ├── GenericElement.cs │ │ │ ├── IConditionalNode.cs │ │ │ ├── IExpressionNode.cs │ │ │ ├── INodeVisitor.cs │ │ │ ├── INodeWithArguments.cs │ │ │ ├── INodeWithChildren.cs │ │ │ ├── IStaticNode.cs │ │ │ ├── IfElement.cs │ │ │ ├── IfEqualsElement.cs │ │ │ ├── OpenTag.cs │ │ │ ├── Parameter.cs │ │ │ ├── StaticByteArray.cs │ │ │ ├── StaticInteger.cs │ │ │ ├── StaticString.cs │ │ │ ├── SwitchElement.cs │ │ │ └── TopLevelParameter.cs │ │ ├── Parameters/ │ │ │ ├── ObjectParameters.cs │ │ │ ├── ParameterBase.cs │ │ │ └── PlayerParameters.cs │ │ ├── Processor/ │ │ │ ├── Expressions/ │ │ │ │ ├── EmptyExpression.cs │ │ │ │ ├── ExpressionCollection.cs │ │ │ │ └── StaticExpression.cs │ │ │ └── IExpression.cs │ │ ├── StringTokens.cs │ │ ├── TagType.cs │ │ ├── XivString.cs │ │ └── XivStringDecoder.cs │ ├── UpdateReport.cs │ ├── Xiv/ │ │ ├── Achievement.cs │ │ ├── AchievementCategory.cs │ │ ├── AchievementKind.cs │ │ ├── Action.cs │ │ ├── ActionBase.cs │ │ ├── ActionCategory.cs │ │ ├── ActionTransient.cs │ │ ├── Addon.cs │ │ ├── Adventure.cs │ │ ├── AetherCurrent.cs │ │ ├── AirshipExplorationLevel.cs │ │ ├── AirshipExplorationLog.cs │ │ ├── AirshipExplorationParamType.cs │ │ ├── AirshipExplorationPoint.cs │ │ ├── BGM.cs │ │ ├── BNpc.cs │ │ ├── BNpcBase.cs │ │ ├── BNpcData.cs │ │ ├── BNpcLocation.cs │ │ ├── BNpcName.cs │ │ ├── BaseParam.cs │ │ ├── BeastReputationRank.cs │ │ ├── BeastTribe.cs │ │ ├── BuddyAction.cs │ │ ├── BuddyEquip.cs │ │ ├── CharaMakeCustomize.cs │ │ ├── CharaMakeType.cs │ │ ├── ChocoboRace.cs │ │ ├── ChocoboRaceAbility.cs │ │ ├── ChocoboRaceAbilityType.cs │ │ ├── ChocoboRaceItem.cs │ │ ├── ChocoboRaceRank.cs │ │ ├── ChocoboRaceStatus.cs │ │ ├── ChocoboRaceTerritory.cs │ │ ├── ClassJob.cs │ │ ├── ClassJobActionBase.cs │ │ ├── ClassJobCategory.cs │ │ ├── Collections/ │ │ │ ├── BNpcCollection.cs │ │ │ ├── ClassJobActionCollection.cs │ │ │ ├── ENpcCollection.cs │ │ │ ├── EquipSlotCollection.cs │ │ │ ├── ItemCollection.cs │ │ │ └── ShopCollection.cs │ │ ├── Companion.cs │ │ ├── CompanionTransient.cs │ │ ├── CompanyAction.cs │ │ ├── CompanyCraftDraft.cs │ │ ├── CompanyCraftDraftCategory.cs │ │ ├── CompanyCraftDraftCategoryTxt.cs │ │ ├── CompanyCraftManufactoryState.cs │ │ ├── CompanyCraftPart.cs │ │ ├── CompanyCraftProcess.Request.cs │ │ ├── CompanyCraftProcess.cs │ │ ├── CompanyCraftSequence.cs │ │ ├── CompanyCraftSupplyItem.cs │ │ ├── CompanyCraftType.cs │ │ ├── ContentBase.cs │ │ ├── ContentFinderCondition.cs │ │ ├── ContentMemberType.cs │ │ ├── ContentReward.cs │ │ ├── ContentRoulette.cs │ │ ├── ContentType.cs │ │ ├── CraftAction.cs │ │ ├── CraftLeve.cs │ │ ├── CraftLeveItem.cs │ │ ├── CraftLevelDifference.cs │ │ ├── CraftType.cs │ │ ├── CustomTalk.cs │ │ ├── ENpc.cs │ │ ├── ENpcBase.cs │ │ ├── ENpcResident.cs │ │ ├── EObj.cs │ │ ├── Emote.cs │ │ ├── EmoteCategory.cs │ │ ├── EquipSlot.cs │ │ ├── EquipSlotCategory.cs │ │ ├── EventAction.cs │ │ ├── EventItem.cs │ │ ├── FCRank.cs │ │ ├── Fate.cs │ │ ├── FccShop.cs │ │ ├── FishParameter.cs │ │ ├── FishingSpot.cs │ │ ├── GCScripShopCategory.cs │ │ ├── GCScripShopItem.cs │ │ ├── GCShop.cs │ │ ├── GCShopItemCategory.cs │ │ ├── GatheringCondition.cs │ │ ├── GatheringExp.cs │ │ ├── GatheringItem.cs │ │ ├── GatheringItemBase.cs │ │ ├── GatheringNotebookList.cs │ │ ├── GatheringNotebookRegion.cs │ │ ├── GatheringPoint.cs │ │ ├── GatheringPointBase.cs │ │ ├── GatheringPointBonus.cs │ │ ├── GatheringPointBonusType.cs │ │ ├── GatheringPointName.cs │ │ ├── GatheringSubCategory.cs │ │ ├── GatheringType.cs │ │ ├── GeneralAction.cs │ │ ├── GenericLocation.cs │ │ ├── GilShop.cs │ │ ├── GilShopItem.cs │ │ ├── GoldSaucerTextData.cs │ │ ├── GrandCompany.cs │ │ ├── GrandCompanyRank.cs │ │ ├── GuardianDeity.cs │ │ ├── HousingFurniture.cs │ │ ├── HousingItem.cs │ │ ├── HousingItemCategory.cs │ │ ├── HousingLayoutLimit.cs │ │ ├── HousingYardObject.cs │ │ ├── IContentReward.cs │ │ ├── IItemSource.cs │ │ ├── ILocatable.cs │ │ ├── ILocation.cs │ │ ├── IParameterObject.cs │ │ ├── IQuantifiable.cs │ │ ├── IQuantifiableXivString.cs │ │ ├── IShop.cs │ │ ├── IShopListing.cs │ │ ├── IShopListingItem.cs │ │ ├── IXivRow.cs │ │ ├── IXivSheet.Generic.cs │ │ ├── IXivSheet.cs │ │ ├── IXivSubRow.cs │ │ ├── InstanceContent.cs │ │ ├── InstanceContentData.Fight.cs │ │ ├── InstanceContentData.RewardItem.cs │ │ ├── InstanceContentData.Treasure.cs │ │ ├── InstanceContentData.cs │ │ ├── Item.cs │ │ ├── ItemAction.cs │ │ ├── ItemActions/ │ │ │ ├── AchievementScroll.cs │ │ │ ├── AdventureBook.cs │ │ │ ├── AetherytePendulum.cs │ │ │ ├── AttributeReset.cs │ │ │ ├── BuddyEquipUnlock.cs │ │ │ ├── BuddySummon.cs │ │ │ ├── ChocoboActionReset.cs │ │ │ ├── ChocoboFeed.cs │ │ │ ├── ChocoboLevelCapIncrease.cs │ │ │ ├── CompanionUnlock.cs │ │ │ ├── CompanyEffect.cs │ │ │ ├── CustomizeUnlock.cs │ │ │ ├── DesynthSkillReset.cs │ │ │ ├── Enhancement.cs │ │ │ ├── EquipmentCoffer.cs │ │ │ ├── EternalBondInvitation.cs │ │ │ ├── EternityRing.cs │ │ │ ├── Fantasia.cs │ │ │ ├── FateContentAction.cs │ │ │ ├── FieldNoteUnlock.cs │ │ │ ├── Fireworks.cs │ │ │ ├── FolkloreBook.cs │ │ │ ├── Food.cs │ │ │ ├── FriendlyEffect.cs │ │ │ ├── GpRecovery.cs │ │ │ ├── Heavenscracker.cs │ │ │ ├── HostileEffect.cs │ │ │ ├── HpMpRecovery.cs │ │ │ ├── HpRecovery.cs │ │ │ ├── ItemRoulette.cs │ │ │ ├── MgpCard.cs │ │ │ ├── MountUnlock.cs │ │ │ ├── MpRecovery.cs │ │ │ ├── OrchestrionRollUnlock.cs │ │ │ ├── OrnamentUnlock.cs │ │ │ ├── PointRecovery.cs │ │ │ ├── Raise.cs │ │ │ ├── RealmRebornRed.cs │ │ │ ├── RecipeBookUnlock.cs │ │ │ ├── Sanction.cs │ │ │ ├── SphereScroll.cs │ │ │ ├── StatusRemoval.cs │ │ │ ├── SustainPotion.cs │ │ │ ├── TeleportationTicket.cs │ │ │ ├── TpRecovery.cs │ │ │ └── TripleTriadCardUnlock.cs │ │ ├── ItemBase.cs │ │ ├── ItemComparer.cs │ │ ├── ItemFood.cs │ │ ├── ItemLevel.cs │ │ ├── ItemSearchCategory.cs │ │ ├── ItemSeries.cs │ │ ├── ItemSpecialBonus.cs │ │ ├── ItemUICategory.cs │ │ ├── Items/ │ │ │ ├── Accessory.cs │ │ │ ├── Armour.cs │ │ │ ├── CraftingTool.cs │ │ │ ├── Equipment.cs │ │ │ ├── GatheringTool.cs │ │ │ ├── Housing.cs │ │ │ ├── MagicWeapon.cs │ │ │ ├── MateriaItem.cs │ │ │ ├── PhysicalWeapon.cs │ │ │ ├── Shield.cs │ │ │ ├── SoulCrystal.cs │ │ │ ├── Usable.cs │ │ │ └── Weapon.cs │ │ ├── JournalCategory.cs │ │ ├── JournalGenre.cs │ │ ├── JournalSection.cs │ │ ├── Leve.cs │ │ ├── LeveAssignmentType.cs │ │ ├── LeveClient.cs │ │ ├── LeveRewardItem.cs │ │ ├── LeveRewardItemGroup.cs │ │ ├── LeveVfx.cs │ │ ├── Level.cs │ │ ├── LogFilter.cs │ │ ├── LogKind.cs │ │ ├── LogKindCategoryText.cs │ │ ├── LogMessage.cs │ │ ├── MYCWarResultNotebook.cs │ │ ├── MainCommand.cs │ │ ├── MainCommandCategory.cs │ │ ├── Map.cs │ │ ├── MasterpieceSupplyDuty.CollectableItem.cs │ │ ├── MasterpieceSupplyDuty.cs │ │ ├── Materia.cs │ │ ├── MinionRace.cs │ │ ├── MinionSkillType.cs │ │ ├── ModelChara.cs │ │ ├── MonsterNote.cs │ │ ├── MonsterNoteTarget.cs │ │ ├── Mount.cs │ │ ├── NpcEquip.cs │ │ ├── OnlineStatus.cs │ │ ├── Ornament.cs │ │ ├── ParamGrow.cs │ │ ├── Parameter.cs │ │ ├── ParameterCollection.cs │ │ ├── ParameterType.cs │ │ ├── ParameterValue.cs │ │ ├── ParameterValueFixed.cs │ │ ├── ParameterValueRelative.cs │ │ ├── ParameterValueRelativeLimited.cs │ │ ├── PlaceName.cs │ │ ├── PrerequisiteQuestsRequirement.cs │ │ ├── PrerequisiteQuestsRequirementType.cs │ │ ├── ProbabilityPair.cs │ │ ├── Quad.cs │ │ ├── Quest.cs │ │ ├── QuestRepeatInterval.cs │ │ ├── QuestRequirements.ClassJobRequirement.cs │ │ ├── QuestRequirements.InstanceContentRequirement.cs │ │ ├── QuestRequirements.PreviousQuestRequirement.cs │ │ ├── QuestRequirements.cs │ │ ├── QuestRewardGroupType.cs │ │ ├── QuestRewardItem.cs │ │ ├── QuestRewardItemGroup.cs │ │ ├── QuestRewardOther.cs │ │ ├── QuestRewards.cs │ │ ├── Race.cs │ │ ├── RacingChocoboItem.cs │ │ ├── RacingChocoboName.cs │ │ ├── RacingChocoboNameCategory.cs │ │ ├── RacingChocoboNameInfo.cs │ │ ├── RacingChocoboParam.cs │ │ ├── Recipe.cs │ │ ├── RecipeElement.cs │ │ ├── RecipeIngredient.cs │ │ ├── RecipeIngredientType.cs │ │ ├── RecipeLevel.cs │ │ ├── RecipeLevelTable.cs │ │ ├── RelicNote.cs │ │ ├── RelicNoteCategory.cs │ │ ├── RelicNoteCategoryText.cs │ │ ├── RetainerTask.cs │ │ ├── RetainerTaskBase.cs │ │ ├── RetainerTaskNormal.cs │ │ ├── RetainerTaskRandom.cs │ │ ├── Salvage.cs │ │ ├── Sheets/ │ │ │ ├── InventoryItemSheet.cs │ │ │ └── ItemActionSheet.cs │ │ ├── ShopListingItem.cs │ │ ├── SpearfishingItem.cs │ │ ├── SpecialShop.cs │ │ ├── SpecialShopListing.cs │ │ ├── Stain.cs │ │ ├── Status.cs │ │ ├── TerritoryType.cs │ │ ├── Title.cs │ │ ├── Tomestone.cs │ │ ├── TomestonesItem.cs │ │ ├── Trait.cs │ │ ├── Tribe.cs │ │ ├── TripleTriad.cs │ │ ├── TripleTriadCard.cs │ │ ├── TripleTriadCardRarity.cs │ │ ├── TripleTriadCardResident.cs │ │ ├── TripleTriadCardType.cs │ │ ├── TripleTriadCompetition.cs │ │ ├── TripleTriadRule.cs │ │ ├── Weather.cs │ │ ├── WeatherRate.cs │ │ ├── XivCollection.cs │ │ ├── XivRow.cs │ │ ├── XivSheet.Enumerator.cs │ │ ├── XivSheet.cs │ │ ├── XivSheet2.Enumerator.cs │ │ ├── XivSheet2.cs │ │ ├── XivSheetAttribute.cs │ │ └── XivSubRow.cs │ ├── app.config │ └── packages.config ├── SaintCoinach.Cmd/ │ ├── App.config │ ├── Commands/ │ │ ├── AllExdCommand.cs │ │ ├── AllExdRawCommand.cs │ │ ├── BgmCommand.cs │ │ ├── ExdCommand.cs │ │ ├── ExdHeaderCommand.cs │ │ ├── FurnitureExpCommand.cs │ │ ├── HDUiCommand.cs │ │ ├── ImageCommand.cs │ │ ├── LanguageCommand.cs │ │ ├── MapCommand.cs │ │ ├── RawCommand.cs │ │ ├── RawExdCommand.cs │ │ ├── SqlExport.cs │ │ └── UiCommand.cs │ ├── ExdHelper.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ └── SaintCoinach.Cmd.csproj ├── SaintCoinach.Graphics.Viewer/ │ ├── AnimatedModel.cs │ ├── Animation.cs │ ├── AnimationContainer.cs │ ├── AnimationPlayer.cs │ ├── Camera.cs │ ├── Component.cs │ ├── ComponentContainer.cs │ ├── Content/ │ │ ├── BgColorChangeMaterial.cs │ │ ├── BgMaterial.cs │ │ ├── CharacterMaterial.cs │ │ ├── ContentMesh.cs │ │ ├── ContentMeshPart.cs │ │ ├── ContentModel.cs │ │ ├── ContentSgb.cs │ │ ├── ContentTerritory.cs │ │ ├── CrystalMaterial.cs │ │ ├── Cube.cs │ │ ├── HairMaterial.cs │ │ ├── IrisMaterial.cs │ │ ├── MaterialBase.cs │ │ ├── PrimitiveMesh.cs │ │ ├── PrimitiveModel.cs │ │ └── SkinMaterial.cs │ ├── Data/ │ │ ├── CustomizeParameters.cs │ │ └── ParametersBase.cs │ ├── Drawable3DComponent.cs │ ├── EffectFactory.cs │ ├── Effects/ │ │ ├── BgColorChangeEffect.cs │ │ ├── BgEffect.cs │ │ ├── CharacterEffect.cs │ │ ├── CrystalEffect.cs │ │ ├── CustomizeParameterEffectVariable.cs │ │ ├── DirectionalLight.cs │ │ ├── EffectBase.cs │ │ ├── EffectDirectionalLightVariable.cs │ │ ├── EffectTextureVariable.cs │ │ ├── HLSL/ │ │ │ ├── BasicEffect.fx │ │ │ ├── Bg.fx │ │ │ ├── BgColorChange.fx │ │ │ ├── BgUvScroll.fx │ │ │ ├── Character.fx │ │ │ ├── Common.Skinned.fxh │ │ │ ├── Common.fxh │ │ │ ├── Crystal.fx │ │ │ ├── CustomizeParameter.fxh │ │ │ ├── Hair.fx │ │ │ ├── Iris.fx │ │ │ ├── Lighting.fxh │ │ │ ├── Skin.fx │ │ │ └── Structures.fxh │ │ ├── HairEffect.cs │ │ ├── IrisEffect.cs │ │ ├── SkinEffect.cs │ │ └── SkinnedEffect.cs │ ├── Engine.cs │ ├── EngineTime.cs │ ├── FormEngine.cs │ ├── FormInputService.cs │ ├── IComponent.cs │ ├── IContentComponent.cs │ ├── IDrawable3DComponent.cs │ ├── IImageRendererSource.cs │ ├── IInputService.cs │ ├── IUpdateableComponent.cs │ ├── ImageRenderer.cs │ ├── Interop/ │ │ ├── FbxExport.cs │ │ ├── HavokInterop.cs │ │ ├── InteropAnimation.cs │ │ ├── InteropMesh.cs │ │ ├── InteropTransform.cs │ │ ├── InteropVector4.cs │ │ └── InteropVertex.cs │ ├── Keyboard.cs │ ├── MaterialFactory.cs │ ├── ModelFactory.cs │ ├── Mouse.cs │ ├── MouseState.cs │ ├── ParametersExtensions.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── RendererSources/ │ │ ├── BaseImageRendererSource.cs │ │ ├── EquipmentImageRendererSource.cs │ │ └── MonsterImageRendererSource.cs │ ├── SaintCoinach.Graphics.Viewer.csproj │ ├── Skeleton.cs │ ├── TextureFactory.cs │ ├── VectorConverter.cs │ ├── Vertex3D.cs │ └── app.config └── SaintCoinach.sln