xwingtmg / xwing-data2

An easy-to-use collection of data and images from X-Wing: The Miniatures Game (Second Edition) by Fantasy Flight Games.
MIT License
98 stars 69 forks source link

standardLoadout format #673

Open pakirby1 opened 7 months ago

pakirby1 commented 7 months ago

For standardLoadout pilots, the ship JSON contains the following JSON node

"standardLoadout": ["marksmanship", "hate", "afterburners"]

Each item in the array corresponds to an xws id in a upgrade JSON file "xws": "marksmanship" in talent.JSON

For files imported from YASB & LBN, the upgrades for a pilot are defined as "upgrades":{"talent":["deadeyeshot","marksmanship"],"modification":["shieldupgrade"]}

I would think that standardLoadout would follow the same format: "standardLoadout":{"talent":["marksmanship"],"forcepower":["hate"],"modification":["afterburners"]}