{"id":17786773,"url":"https://github.com/hertzdevil/feh-assets-json","last_synced_at":"2025-03-16T07:31:48.136Z","repository":{"id":91466203,"uuid":"164201732","full_name":"HertzDevil/feh-assets-json","owner":"HertzDevil","description":"JSON dumps of Fire Emblem Heroes asset files","archived":true,"fork":false,"pushed_at":"2023-10-01T23:40:15.000Z","size":134509,"stargazers_count":58,"open_issues_count":2,"forks_count":8,"subscribers_count":13,"default_branch":"book7-2023","last_synced_at":"2025-02-13T15:16:25.673Z","etag":null,"topics":["datamine","feh","fire-emblem-heroes"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HertzDevil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-01-05T09:44:49.000Z","updated_at":"2025-02-04T09:55:06.000Z","dependencies_parsed_at":"2023-07-22T03:03:40.003Z","dependency_job_id":null,"html_url":"https://github.com/HertzDevil/feh-assets-json","commit_stats":null,"previous_names":[],"tags_count":175,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-assets-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-assets-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-assets-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-assets-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HertzDevil","download_url":"https://codeload.github.com/HertzDevil/feh-assets-json/tar.gz/refs/heads/book7-2023","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841127,"owners_count":20356440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datamine","feh","fire-emblem-heroes"],"created_at":"2024-10-27T10:08:26.734Z","updated_at":"2025-03-16T07:31:43.128Z","avatar_url":"https://github.com/HertzDevil.png","language":"Ruby","readme":"# feh-assets-json\n\nThis repository hosts JSON dumps of `.bin` HSDArc asset files in Fire Emblem\nHeroes. The `book7-2023` branch tracks all app or data updates since Book VII in\n2023.\n\nObject formats are documented [here][re-notes], and they will eventually be\nmoved into this repository. Not all formats are documented, and the purposes of\nsome fields remain unknown or untested.\n\nThe goal of this repository is to enable programmatic access to FEH's internal\ndata, and to detect binary differences in a human-readable manner. It does not\nentail the extraction of data from / insertion of data to an FEH installation.\n\n## Extras\n\nThe `extras/` directory contains other useful files:\n\n* `diffed_skills.rb`: Ruby script which merges all skill definition files, sorts\n  them by their internal IDs, and removes fields that are equal to the blank\n  skill definition (`SID_無し`).\n* `schemas/`: Versioned JSON schemas that can be used to validate JSON dumps and\n  provide documentation for JSON fields.\n* `SRPGMap/*.json`: Special Map definition files.\n\n## Availability\n\n* [ ] `files/assets/Common/`\n  * [x] `Arena/*.bin`\n  * [ ] `Battle/`\n    * [ ] `AnimSignals/*.bin`\n    * [ ] `Asset/*.bin`\n  * [ ] `Delivery/`\n    * [x] `ArenaMap/*.bin`\n    * [x] `ArenaPerson/*.bin`\n    * [ ] `EncountCrystal/*.bin`\n    * [ ] `Flag/*.bin`\n    * [ ] `GainBonus/*.bin`\n    * [ ] `PromotionMedal/*.bin`\n    * [x] `SequentialArenaMap/*.bin`\n    * [x] `VoteMap/*.bin`\n    * [ ] `Daily.bin`\n    * [ ] `f3Kb9BEt.bin`\n    * [ ] `NBYxPBbL.bin`\n    * [x] `Season.bin`\n    * [ ] `Stamina.bin`\n  * [x] `DressAccessory/`\n    * [x] `Data/*.bin`\n    * [x] `PersonData/*.bin`\n    * [x] `ShopData/*.bin`\n  * [ ] `Effect/`\n    * [ ] `arc/*.bin`\n  * [ ] `FriendDouble/*.bin`\n  * [ ] `HeroTrial/*.bin`\n  * [x] `HolyGrail/*.bin`\n  * [ ] `Home/`\n    * [ ] `3R_2ZUtKrm/*.bin`\n    * [ ] `9h-bR4lQy/*.bin` (Heroes' Path)\n    * [ ] `hQ2uT_yaiphg/*.bin`\n    * [ ] `u3t_bQ-0O/*.bin`\n  * [ ] `Loading/`\n    * [ ] `Data.bin`\n  * [ ] `LoginBonus/`\n    * [ ] `T49QnDBP2/*.bin`\n    * [ ] `vKw9mbW13/*.bin`\n    * [ ] `LoginBonus.bin`\n  * [x] `Mission/*.bin`\n  * [ ] `Mjolnir/`\n    * [ ] `BattleData/*.bin`\n    * [ ] `FacilityData/*.bin`\n    * [ ] `MiscData/*.bin`\n    * [ ] `TemplateData/*.bin`\n  * [ ] `MusicShop/`\n    * [ ] `Authority/*.bin`\n    * [ ] `BgmConfig/*.bin`\n    * [x] `ProductMusic/*.bin`\n  * [ ] `Occupation/`\n    * [ ] `Data/*.bin`\n    * [x] `World/*.bin`\n  * [ ] `Portrait/*.bin`\n  * [x] `SequentialArena/*.bin`\n  * [ ] `Shadow/*.bin`\n  * [ ] `SkyCastle/`\n    * [x] `BattleData/*.bin`\n    * [ ] `ConsumeItemData/*.bin`\n    * [x] `FacilityData/*.bin`\n    * [ ] `HolidayDefsData/*.bin`\n    * [ ] `HolidayEventData/`\n      * [ ] `AccessoryList/*.bin`\n      * [ ] `CookAuthority/*.bin`\n      * [ ] `CookTerm/*.bin`\n      * [ ] `Crop/*.bin`\n      * [x] `Dish/*.bin`\n      * [ ] `SkillList/*.bin`\n    * [ ] `HolidayShopData/*.bin`\n    * [ ] `HolidayUnitCommandData/*.bin`\n    * [ ] `MiscData/*.bin`\n    * [ ] `TemplateData/*.bin`\n  * [ ] `Sound/`\n    * [ ] `arc/*.bin`\n  * [ ] `SRPG/`\n    * [ ] `BattleBg/*.bin`\n    * [x] `BlessingGarden/*.bin`\n    * [x] `Enemy/*.bin`\n    * [x] `Field/*.bin`\n    * [x] `IdolTower/*.bin`\n    * [ ] `Occupation/`\n      * [ ] `Bonus/*.bin`\n      * [ ] `Config/*.bin`\n      * [ ] `Rule/*.bin`\n    * [x] `Person/*.bin`\n    * [ ] `SequentialMap/*.bin`\n    * [x] `SequentialTrialBind/*.bin`\n    * [x] `SequentialTrialMainStory/*.bin`\n    * [x] `SequentialTrialSideStory/*.bin`\n    * [x] `Skill/*.bin`\n    * [x] `SkillAbility/*.bin`\n    * [x] `SkillAccessory/*.bin`\n    * [x] `SkillAccessoryCreatable/*.bin`\n    * [x] `SkillLimit/*.bin`\n    * [x] `SkillTiming/*.bin`\n    * [ ] `StageBgm/`\n      * [ ] `HeroTrial/*.bin`\n      * [ ] `Occupation/*.bin`\n      * [ ] `Preset/*.bin`\n      * [ ] `./*.bin`\n    * [x] `StageEvent/*.bin`\n    * [x] `StagePuzzle/*.bin`\n    * [x] `StageScenario/*.bin`\n    * [x] `WeaponRefine/*.bin`\n    * [ ] `Attribute.bin`\n    * [ ] `Dragonflower.bin`\n    * [ ] `Exp.bin`\n    * [x] `Grow.bin`\n    * [ ] `Individual.bin`\n    * [x] `Move.bin`\n    * [ ] `Other.bin`\n    * [ ] `Rarity.bin`\n    * [ ] `ReliancePerson.bin`\n    * [ ] `ReliancePlayer.bin`\n    * [ ] `StageArenaMedal.bin`\n    * [x] `StageEncount.bin`\n    * [ ] `StageScenario.bin`\n    * [ ] `StageTutorial.bin`\n    * [x] `Terrain.bin`\n    * [x] `Weapon.bin`\n  * [x] `SRPGMap/*.bin`\n  * [x] `StockShop/*.bin`\n  * [x] `SubscriptionCostume/*.bin`\n  * [ ] `Summon/*.bin`\n  * [ ] `TapAction/`\n    * [ ] `TapBattleData/*.bin`\n    * [ ] `TapBattleTestPlayData/*.bin`\n  * [ ] `Tournament/*.bin`\n  * [ ] `Trip/`\n    * [ ] `AdditionalAuthorities/*.bin`\n    * [ ] `Terms/*.bin`\n  * [ ] `Tutorial/*.bin`\n  * [x] `TwinWorld/*.bin`\n  * [ ] `Wb-4glP03ab/*.bin`\n* [x] `files/assets/[LANG]`\n  * [x] `Message`\n    * [x] `Character/*.bin`\n    * [x] `CrossLanguage/*.bin`\n    * [x] `Data/*.bin`\n    * [x] `Embedded/*.bin`\n    * [x] `Menu/*.bin`\n    * [x] `Scenario/*.bin`\n\n[re-notes]: https://feheroes.gamepedia.com/User:HertzDevil/Reverse-engineering_notes\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhertzdevil%2Ffeh-assets-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhertzdevil%2Ffeh-assets-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhertzdevil%2Ffeh-assets-json/lists"}