Skip to content

Conversation

@sethfire
Copy link
Contributor

@sethfire sethfire commented Sep 3, 2025

enemy_database.json did not properly collapse because for some reason this file uses "Key" and "Value" field names as opposed to the expected "key" and "value" as seen in other files under excel/

Previous:

{
  "enemies": [
    {
      "Key": "enemy_10001_trslim",
      "Value": [
...

After:

{
  "enemies": {
    "enemy_10001_trslim": [
      {

@ashleney ashleney merged commit 0fec788 into ashleney:master Sep 3, 2025
7 of 8 checks passed
@ashleney
Copy link
Owner

ashleney commented Sep 3, 2025

CI fail unrelated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants