Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This repository was archived by the owner on May 21, 2019. It is now read-only.

JSON conversion omits intentionally duplicate data #2

@brandarchist

Description

@brandarchist

If you look at DOTAHeroes/npc_dota_hero_axe/Bot/Loadout, items like Blades of Attack are only listed once in the JSON while existing twice in the TXT.

Example:

                "item_vanguard"                 "ITEM_DERIVED"
                "item_blades_of_attack"         "ITEM_CORE"
                "item_blades_of_attack"         "ITEM_CORE"
                "item_phase_boots"              "ITEM_DERIVED"
                "item_blink"                    "ITEM_EXTENSION"

converts to

          "item_vitality_booster": "ITEM_LUXURY",
          "item_vanguard": "ITEM_DERIVED",
          "item_blades_of_attack": "ITEM_CORE",
          "item_phase_boots": "ITEM_DERIVED",
          "item_blink": "ITEM_EXTENSION",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions